~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-05-26 03:06:53 UTC
  • Revision ID: grantw@unimelb.edu.au-20090526030653-axxawt0o5ws4icbt
Remove ivle.conf usage from ivle.studpath.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
</head>
7
7
<body>
8
8
  <div id="topbar">
 
9
    <h1 id="path">
 
10
      <py:for each="segment in paths">/<a href="${segment['href_path']}" title="Navigate to ${segment['nav_path']}">${segment['path']}</a></py:for><py:if test="isdir">/</py:if><py:if test="revno is not None"> (revision ${revno})</py:if>
 
11
    </h1>
9
12
    <div id="actions">
10
13
      <span id="actions1">
11
14
        <a id="act_open" class="disabled">Open</a> :
60
63
            <input type="hidden" value="" name="path" />
61
64
            <input type="file" name="data" id="upload_file" />
62
65
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />
63
 
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unzip</label>
 
66
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unpack ZIP</label>
64
67
            <input type="button" onclick="show_uploadpanel(false)" value="Cancel" />
65
68
            <input type="submit" value="Upload" />
66
69
          </span>