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

« back to all changes in this revision

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

Modified worksheets edit view, so now there are links to edit, add,
and re-arranging worksheets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
 
      xmlns:xi="http://www.w3.org/2001/XInclude"
3
 
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
 
2
      xmlns:py="http://genshi.edgewall.org/">
4
3
<!-- Top bar section -->
5
 
<body py:strip="">
 
4
<head>
 
5
  <title>${title}</title>
 
6
</head>
 
7
<body>
6
8
  <div id="topbar">
7
9
    <div id="path">
8
10
      <span>
67
69
 
68
70
          <span style="display:none" id="uploadpanel">|
69
71
            <label for="upload_file">Upload file:</label>
70
 
            <input type="hidden" value="putfiles" name="action" />
 
72
            <input type="hidden" value="putfile" name="action" />
71
73
            <input type="hidden" value="" name="path" />
72
74
            <input type="file" name="data" id="upload_file" />
73
75
            <input type="checkbox" checked="checked" value="true" name="unpack" id="unpack" />