~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-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

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" />