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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2009-04-23 07:51:29 UTC
  • Revision ID: matt.giuca@gmail.com-20090423075129-94mf4vlwllpew0xn
ivle.svn: Added revision_is_dir (like os.path.isdir for revision history).
ivle.fileservice_lib.listing: Refactored such that the SVN revision is found
    in the top-level handler, and passed down into the individual handlers.
    This is done so that the revision information can be used to make the
    decisions (which will be required to fix the revision history browsing).
    This doesn't yet change the behaviour.

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>