removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / richard / ZReST / dtml / manage_editForm.dtml
blobe302893f985d2c54e7c938403efba46307e497ad
1 <dtml-var manage_page_header>
2 <dtml-var manage_tabs>
4 <p class="form-help">
5 You may edit the source for this document using the form below. You 
6 may also upload the source for this document from a local file. Click
7 the <em>browse</em> button to select a local file to upload.
8 </p>
10 <dtml-if warnings>
11 <pre class="system-msg">
12 &dtml-warnings;
13 </pre>
14 </dtml-if>
16 <p class="form-help"><strong>Help:</strong> ReStructuredText
17  <a href="http://docutils.sourceforge.net/docs/rst/quickstart.html">primer</a>
18   for beginners,
19  <a href="http://docutils.sourceforge.net/docs/rst/quickref.html">quick
20   reference</a> for the more advanced and
21  <a href="http://docutils.sourceforge.net/rst.html">home page</a> for all
22   the details.
23 </p>
25 <form action="manage_edit" method="post">
26 <table cellpadding="2" cellspacing="0" width="100%" border="0">
28 <dtml-with keyword_args mapping>
29 <tr>
30   <td align="left" valign="top" colspan="2">
31   <div style="width: 100%;">
32   <textarea name="data:text" wrap="off" style="width: 100%;"<dtml-if 
33    dtpref_cols> cols="<dtml-var dtpref_cols>"<dtml-else
34    > cols="50"</dtml-if><dtml-if dtpref_rows> rows="<dtml-var 
35    dtpref_rows>"<dtml-else> rows="20"</dtml-if>><dtml-var 
36    __str__></textarea>
37   </div>
38   </td>
39 </tr>
40 </dtml-with>
42 <tr>
43   <td align="left" valign="top" colspan="2">
44   <div class="form-element">
45   <dtml-if wl_isLocked>
46    <em>Locked by WebDAV</em>
47   <dtml-else>
48    <input class="form-element" type="submit" name="SUBMIT" value="Save Changes">
49   </dtml-if>
50   &nbsp;&nbsp;
51   <input class="form-element" type="submit" name="SUBMIT" value="Taller">
52   <input class="form-element" type="submit" name="SUBMIT" value="Shorter">
53   <input class="form-element" type="submit" name="SUBMIT" value="Wider">
54   <input class="form-element" type="submit" name="SUBMIT" value="Narrower">
55   </div>
56   </td>
57 </tr>
58 </table>
59 </form>
61 <form action="manage_upload" method="post" enctype="multipart/form-data">
62 <table cellpadding="2" cellspacing="0" border="0">
63 <tr>
64   <td align="left" valign="top">
65   <div class="form-label">
66   File &nbsp;
67   </div>
68   </td>
69   <td align="left" valign="top">
70   <input type="file" name="file" size="25" value="">
71   </td>
72 </tr>
73 <tr>
74   <td></td>
75   <td align="left" valign="top">
76   <div class="form-element">
77   <dtml-if wl_isLocked>
78    <em>Locked by WebDAV</em>
79   <dtml-else>
80    <input class="form-element" type="submit" value="Upload File">
81   </dtml-if>
82   </div>
83   </td>
84 </tr>
85 </table>
86 </form>
88 <dtml-var manage_page_footer>