1 <dtml-var manage_page_header>
6 You can update the data for this &dtml-kind; using the form below.
7 Select a data file from your local computer by clicking the <em>browse</em>
8 button and click <em>upload</em> to update the contents of the &dtml-kind;.
11 <form action="&dtml-URL1;/manage_edit" method="post"
12 enctype="multipart/form-data">
13 <table cellpadding="2" cellspacing="0" width="100%" border="0">
15 <td align="left" valign="top">
16 <div class="form-optional">
20 <td align="left" valign="top">
21 <input type="text" name="title" size="40" value="<dtml-if
22 title>&dtml-title;</dtml-if>">
27 <td align="left" valign="top">
28 <div class="form-label">
32 <td align="left" valign="top">
33 <input type="text" name="content_type:required" size="40" value="<dtml-if
34 content_type>&dtml-content_type;</dtml-if>">
39 <td align="left" valign="top">
40 <div class="form-label">
44 <td align="left" valign="top">
45 <dtml-if "_.same_type(height, 1) and height and height > 250">
46 <dtml-var "tag(scale=250.0 / height)">
47 <dtml-elif "_.same_type(height, 's') and height and _.int(height) > 250">
48 <dtml-var "tag(scale=250.0 / _.int(height))">
56 <td align="left" valign="top">
57 <div class="form-label">
61 <td align="left" valign="top">
62 <div class="form-text">
63 <dtml-var bobobase_modification_time fmt="%Y-%m-%d %H:%M">
69 <td align="left" valign="top">
70 <div class="form-label">
74 <td align="left" valign="top">
75 <div class="form-text">
76 <dtml-var size thousands_commas> bytes
83 <td align="left" valign="top">
84 <div class="form-element">
86 <em>Locked by WebDAV</em>
88 <input class="form-element" type="submit" name="submit"
98 <form action="&dtml-URL1;/manage_upload" method="post"
99 enctype="multipart/form-data">
100 <table cellpadding="2" cellspacing="0" width="100%" border="0">
102 <td align="left" valign="top">
104 <div class="form-label">
108 <td align="left" valign="top">
110 <input type="file" name="file" size="25" />
116 <td align="left" valign="top">
117 <div class="form-element">
118 <dtml-if wl_isLocked>
119 <em>Locked by WebDAV</em>
121 <input class="form-element" type="submit" name="submit"
131 <dtml-var manage_page_footer>