~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-02-23 13:56:44 UTC
  • mto: (1100.1.8 new-ui)
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: grantw@unimelb.edu.au-20090223135644-vkliv8qg72m4cjsm
Shrink, monospace and nativify (does that even make sense?) bits of the console

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" />