~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-12-15 00:15:20 UTC
  • Revision ID: me@williamgrant.id.au-20091215001520-svptp4g00akp1gui
Unbreak variable adding and editing.

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