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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-02-01 00:37:09 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:360
Minor HTML touch-up:
    dispatch: Added padding on login screen.
    tutorial: Removed "output" boxes (not being used any more).

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
  <input type="button" value="Submit"
297
297
    onclick="submitproblem(&quot;problem%d&quot;, %s)" />
298
298
</div>
299
 
<p>Output:</p>
300
 
<textarea class="runoutput" cols="80" rows="6" readonly="readonly">
301
 
</textarea>
302
299
<div class="testoutput">
303
300
</div>
304
301
""" % (problemid, filename, problemid, filename))