~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/template.html

Rename problem to exercise in the DB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
      xmlns:py="http://genshi.edgewall.org/">
3
3
<!-- Top bar section -->
4
4
<head>
5
 
  <title>File Browser</title>
 
5
  <title>${title}</title>
6
6
</head>
7
7
<body>
8
8
  <div id="topbar">
69
69
 
70
70
          <span style="display:none" id="uploadpanel">|
71
71
            <label for="upload_file">Upload file:</label>
72
 
            <input type="hidden" value="putfiles" name="action" />
 
72
            <input type="hidden" value="putfile" name="action" />
73
73
            <input type="hidden" value="" name="path" />
74
74
            <input type="file" name="data" id="upload_file" />
75
75
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />