~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-04-28 04:50:39 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428045039-ibb7gwtjrhe9osq3
Populate req.config in a cleaner manner.

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">
 
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>
12
12
    <div id="actions">
13
13
      <span id="actions1">
14
14
        <a id="act_open" class="disabled">Open</a> :
63
63
            <input type="hidden" value="" name="path" />
64
64
            <input type="file" name="data" id="upload_file" />
65
65
            <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>
 
66
            <label title="Extract files and directories from a ZIP file if one is uploaded" for="unpack">Unpack ZIP</label>
67
67
            <input type="button" onclick="show_uploadpanel(false)" value="Cancel" />
68
68
            <input type="submit" value="Upload" />
69
69
          </span>