- input_macro() moved from hopobject to global (and echoes request data by default)

- added missing name-attribute for buttons
This commit is contained in:
Robert Gaggl 2002-07-19 08:42:32 +00:00
parent 0b2da64e2a
commit d5823a468a
20 changed files with 38 additions and 38 deletions

View file

@ -118,7 +118,7 @@
</tr>
<tr>
<td class="small" nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><br /><% this.input type="button" value="save" %>&nbsp;<% this.input type="button" value="cancel" %></td>
<td nowrap="nowrap"><br /><% input type="button" name="save" value="save" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></td>
</tr>
</form>
</table>

View file

@ -7,15 +7,15 @@
<td nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="3">
<tr>
<td nowrap="nowrap">Title:</td>
<td nowrap="nowrap"><% this.input type="text" name="title" %></td>
<td nowrap="nowrap"><% input name="title" %></td>
</tr>
<tr>
<td nowrap="nowrap">Alias:</td>
<td nowrap="nowrap"><% this.input type="text" name="alias" %></td>
<td nowrap="nowrap"><% input name="alias" %></td>
</tr>
<tr>
<td nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><% this.input type="button" value="create" %>&nbsp;<% this.input type="button" value="cancel" %></td>
<td nowrap="nowrap"><% input type="button" name="create" value="create" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></td>
</tr>
</table></td>
</tr>

View file

@ -4,7 +4,7 @@
<tr>
<td colspan="4" class="highlight" valign="top"><p><b>Warning!</b> You're about to delete the above weblog. Please mind that this is an irreversible process, and any asset of this weblog will be deleted. Just to remind you: <% this.alias %> currently contains <b><% this.sysmgr_count what="stories" %> stories</b> with <b><% this.sysmgr_count what="comments" %> comments</b>, <b><% this.sysmgr_count what="images" %> images</b> and <b><% this.sysmgr_count what="files" %> files</b>. Also all the subscriptions to this weblog will be removed.</p>
<p><b>Are you sure you want to delete this weblog?</b></p>
<p><% this.input type="button" name="remove" value="yes" %>&nbsp;&nbsp;<% this.input type="button" name="cancel" value="&nbsp;no&nbsp;" %></p></td>
<p><% input type="button" name="remove" value="yes" %>&nbsp;&nbsp;<% input type="button" name="cancel" value="&nbsp;no&nbsp;" %></p></td>
</tr>
<tr>
<td colspan="4" height="5" nowrap="nowrap"></td>

View file

@ -18,7 +18,7 @@
</tr>
<tr>
<td nowrap="nowrap"></td>
<td nowrap="nowrap"><% this.input type="button" name="save" value="save" %>&nbsp;<% this.input type="button" name="cancel" value="cancel" %></td>
<td nowrap="nowrap"><% input type="button" name="save" value="save" %>&nbsp;<% input type="button" name="cancel" value="cancel" %></td>
</tr>
</table></td>
</tr>