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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-02-24 05:22:21 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090224052221-xws3fir8gg46ovvz
Modifief exercise view, so that exercises can now be viewed in an
expandable javascript style.

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