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

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: mattgiuca
  • Date: 2008-01-14 01:40:49 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:220
browser: Removed 3 buttons which didn't do anything.
    Split editor handler into editor.js.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        "media/common/util.js",
39
39
        "media/browser/browser.js",
40
40
        "media/browser/listing.js",
 
41
        "media/browser/editor.js",
41
42
    ]
42
43
    req.write_html_head_foot = True     # Have dispatch print head and foot
43
44
 
48
49
<div id="topbar">
49
50
<h2>IVLE File Browser</h2>
50
51
<p id="path"></p>
51
 
<p><input type="button" value="Refresh" onclick="action_refresh()" />
52
 
<input type="button" value="New File" onclick="action_newfile()" />
53
 
<input type="button" value="Commit All" onclick="action_svncommitall()" /></p>
54
52
</div>
55
53
<!-- End topbar -->
56
54