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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-07-30 08:50:35 UTC
  • mfrom: (1297 ivle)
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090730085035-np5s9ghrgymmya8b
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<!-- Top bar section -->
4
4
<head>
5
5
  <title>${title}</title>
6
 
  <script type="text/javascript">
7
 
    codemirrorpath = "${codemirrorpath}";
8
 
  </script>
9
6
</head>
10
7
<body>
11
8
  <div id="topbar">
63
60
            <input type="hidden" value="" name="path" />
64
61
            <input type="file" name="data" id="upload_file" />
65
62
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />
66
 
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unzip</label>
 
63
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unpack ZIP</label>
67
64
            <input type="button" onclick="show_uploadpanel(false)" value="Cancel" />
68
65
            <input type="submit" value="Upload" />
69
66
          </span>