fixed markup to be xhtml compatible
This commit is contained in:
parent
0df66504d9
commit
2ea7797c89
23 changed files with 90 additions and 88 deletions
|
@ -1,4 +1,4 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class="small">Choice <% param.count %>:</span><br>
|
<td><span class="small">Choice <% param.count %>:</span><br />
|
||||||
<input type="text" size="60" name="choice" value="<% param.value %>"></td>
|
<input type="text" size="60" name="choice" value="<% param.value %>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<p><form method="post" action="<% response.action %>"><span class="small">Title:<br></span>
|
<p><form method="post" action="<% response.action %>"><span class="small">Title:<br /></span>
|
||||||
<% this.title as="editor" width="25" style="formTitle" %></p>
|
<% this.title as="editor" width="25" style="formTitle" %></p>
|
||||||
<p><span class="small">Text:</span><br>
|
<p><span class="small">Text:</span><br />
|
||||||
<% this.text as="editor" width="31" height="10" style="formText" %></p>
|
<% this.text as="editor" width="31" height="10" style="formText" %></p>
|
||||||
<p><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
<p><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
<table border="0" width="400" cellspacing="0" cellpadding="3">
|
<table border="0" width="400" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">To insert this goodie into a story copy/paste the following code: <pre><% goodie name="<% this.alias %>" %></pre><br></td>
|
<td colspan="2">To insert this goodie into a story copy/paste the following code: <pre><% goodie name="<% this.alias %>" %></pre><br /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap><form method="post" action="<% response.action %>">Name:</td>
|
<td class="small" nowrap="nowrap"><form method="post" action="<% response.action %>">Name:</td>
|
||||||
<td nowrap><% this.alias as="editor" %></td>
|
<td nowrap="nowrap"><% this.alias as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" valign="top" nowrap>Description:</td>
|
<td class="small" valign="top" nowrap="nowrap">Description:</td>
|
||||||
<td nowrap><% this.description as="editor" width="25" %></td>
|
<td nowrap="nowrap"><% this.description as="editor" width="25" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap></td>
|
<td class="small" nowrap="nowrap"></td>
|
||||||
<td class="small" nowrap><% this.filesize prefix="<b>size:</b> " suffix="<br>" %>
|
<td class="small" nowrap="nowrap"><% this.filesize prefix="<b>size:</b> " suffix="<br />" %>
|
||||||
<% this.mimetype prefix="<b>format:</b> " suffix="<br>" %></td>
|
<% this.mimetype prefix="<b>format:</b> " suffix="<br />" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" valign="top" nowrap> </td>
|
<td class="small" valign="top" nowrap="nowrap"> </td>
|
||||||
<td nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
<td nowrap="nowrap"><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
|
@ -1,3 +1,5 @@
|
||||||
<form method="post" action="<% response.action %>"><p class="storyTitle">Warning!</p>
|
<form method="post" action="<% response.action %>">
|
||||||
|
<p class="storyTitle">Warning!</p>
|
||||||
<p>You are about to delete <% param.what %>! Be aware of the fact that there is no "undo", so if you klick on "delete" here it will be gone forever!</p>
|
<p>You are about to delete <% param.what %>! Be aware of the fact that there is no "undo", so if you klick on "delete" here it will be gone forever!</p>
|
||||||
<p><% this.input type="button" name="remove" value="delete" %> <% this.input type="button" name="cancel" value="cancel" %></p></form>
|
<p><% this.input type="button" name="remove" value="delete" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
||||||
|
</form>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right" class="statusdark"><% this.title as="link" %><br>
|
<td align="right" class="statusdark"><% this.title as="link" %><br />
|
||||||
<% this.text limit="50" suffix=" ..." %>
|
<% this.text limit="50" suffix=" ..." %>
|
||||||
<div class="small">by <% this.author %> @ <% this.modifytime format="short" %></div></td>
|
<div class="small">by <% this.author %> @ <% this.modifytime format="short" %></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -7,20 +7,20 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br>
|
<br />
|
||||||
<table border="0" cellspacing="0" cellpadding="3">
|
<table border="0" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap><form method="post" action="<% response.action %>">Name:</td>
|
<td class="small" nowrap="nowrap"><form method="post" action="<% response.action %>">Name:</td>
|
||||||
<td nowrap><% this.alias as="editor" width="25" %></td>
|
<td nowrap="nowrap"><% this.alias as="editor" width="25" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>Alttext:</td>
|
<td class="small" nowrap="nowrap">Alttext:</td>
|
||||||
<td nowrap><% this.alttext as="editor" width="25" %></td>
|
<td nowrap="nowrap"><% this.alttext as="editor" width="25" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap> </td>
|
<td nowrap="nowrap"> </td>
|
||||||
<td nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
<td nowrap="nowrap"><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
|
@ -1,28 +1,28 @@
|
||||||
<p>To change the status of this member, simply choose from the dropdown-menu and click on "save" (the member will get a mail telling that his/her status has been changed by you).</p>
|
<p>To change the status of this member, simply choose from the dropdown-menu and click on "save" (the member will get a mail telling that his/her status has been changed by you).</p>
|
||||||
<table border="0" cellspacing="0" cellpadding="3">
|
<table border="0" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap><form method="post" action="<% response.action %>">Username:</td>
|
<td class="small" nowrap="nowrap"><form method="post" action="<% response.action %>">Username:</td>
|
||||||
<td nowrap><b><% this.username %></b></td>
|
<td nowrap="nowrap"><b><% this.username %></b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>eMail:</td>
|
<td class="small" nowrap="nowrap">eMail:</td>
|
||||||
<td nowrap><% this.email %></td>
|
<td nowrap="nowrap"><% this.email %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>url:</td>
|
<td class="small" nowrap="nowrap">url:</td>
|
||||||
<td nowrap><% this.url %></td>
|
<td nowrap="nowrap"><% this.url %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>currently</td>
|
<td class="small" nowrap="nowrap">currently</td>
|
||||||
<td nowrap><% this.level %></td>
|
<td nowrap="nowrap"><% this.level %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>change to:</td>
|
<td class="small" nowrap="nowrap">change to:</td>
|
||||||
<td nowrap><% this.level as="editor" %></td>
|
<td nowrap="nowrap"><% this.level as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap> </td>
|
<td nowrap="nowrap"> </td>
|
||||||
<td nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
<td nowrap="nowrap"><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
|
@ -3,18 +3,18 @@
|
||||||
<form method="post" action="<% response.action %>">
|
<form method="post" action="<% response.action %>">
|
||||||
<table border="0" cellspacing="0" cellpadding="3">
|
<table border="0" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><span class="small">Title:</span><br>
|
<td nowrap="nowrap"><span class="small">Title:</span><br />
|
||||||
<% this.title as="editor" width="24" style="formTitle" %></td>
|
<% this.title as="editor" width="24" style="formTitle" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><span class="small">Question:</span><br>
|
<td nowrap="nowrap"><span class="small">Question:</span><br />
|
||||||
<% this.question as="editor" width="30" height="3" style="formText" %></td>
|
<% this.question as="editor" width="30" height="3" style="formText" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<% response.choices %>
|
<% response.choices %>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><br><% this.input type="button" value="save" %> <% this.input type="button" value="add choice" %> <% this.input type="button" value="cancel" %>
|
<td nowrap="nowrap"><br /><% this.input type="button" value="save" %> <% this.input type="button" value="add choice" %> <% this.input type="button" value="cancel" %>
|
||||||
<p class="small"><% this.info %></p></td>
|
<p class="small"><% this.info %></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<td colspan="3" class="small"><% this.creator as="link" %>, <% this.createtime format="short" %> (<% this.total no="votes" one="vote" more="votes" %>)</td>
|
<td colspan="3" class="small"><% this.creator as="link" %>, <% this.createtime format="short" %> (<% this.total no="votes" one="vote" more="votes" %>)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td><span class="storyTitle"><% this.title suffix="<br>" %></span><% this.question limit="200" suffix=" ..." %></td>
|
<td><span class="storyTitle"><% this.title suffix="<br />" %></span><% this.question limit="200" suffix=" ..." %></td>
|
||||||
<td width="10" nowrap> </td>
|
<td width="10" nowrap="nowrap"> </td>
|
||||||
<td align="right" class="small" nowrap><% this.viewlink prefix="... " suffix="<br>" %><% this.editlink prefix="... " suffix="<br>" %><% this.closelink prefix="... " suffix="<br>" %><% this.deletelink prefix="... " %></td>
|
<td align="right" class="small" nowrap="nowrap"><% this.viewlink prefix="... " suffix="<br />" %><% this.editlink prefix="... " suffix="<br />" %><% this.closelink prefix="... " suffix="<br />" %><% this.deletelink prefix="... " %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
|
@ -1,8 +1,8 @@
|
||||||
<span class="commentHead"> </span>
|
<span class="commentHead"> </span>
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="10" align="center" valign="top" class="offlineStory" nowrap>c<br>l<br>d</td>
|
<td width="10" align="center" valign="top" class="offlineStory" nowrap="nowrap">c<br />l<br />d</td>
|
||||||
<td width="5" nowrap></td>
|
<td width="5" nowrap="nowrap"></td>
|
||||||
<td><% param.poll %></td>
|
<td><% param.poll %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
|
@ -1,4 +1,4 @@
|
||||||
<script language="JavaScript">
|
<script language="javascript" type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
//-->
|
//-->
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
... <% weblog.link to="edit" text="preferences" %><br>
|
... <% weblog.link to="edit" text="preferences" %><br />
|
||||||
... <% weblog.link to="members" text="members" %><br>
|
... <% weblog.link to="members" text="members" %><br />
|
||||||
... <% weblog.link to="skins" text="skin editor" %><br>
|
... <% weblog.link to="skins" text="skin editor" %><br />
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<table border="0" cellspacing="0" cellpadding="2">
|
<table border="0" cellspacing="0" cellpadding="2">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="7" align="center" nowrap><div class="calHead"><% param.month %> <% param.year %></div></td>
|
<td colspan="7" align="center" nowrap="nowrap"><div class="calHead"><% param.month %> <% param.year %></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% param.calendar %>
|
<% param.calendar %>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" align="right" nowrap><div class="calFoot"><% param.back %></div></td>
|
<td colspan="3" align="right" nowrap="nowrap"><div class="calFoot"><% param.back %></div></td>
|
||||||
<td nowrap><div class="calFoot"> </div></td>
|
<td nowrap="nowrap"><div class="calFoot"> </div></td>
|
||||||
<td colspan="3" nowrap><div class="calFoot"><% param.forward %></div></td>
|
<td colspan="3" nowrap="nowrap"><div class="calFoot"><% param.forward %></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
|
@ -1 +1 @@
|
||||||
<td nowrap><div class="calDay"><% param.day %></div></td>
|
<td nowrap="nowrap"><div class="calDay"><% param.day %></div></td>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<td nowrap><div class="calDay"><% param.day %></div></td>
|
<td nowrap="nowrap"><div class="calDay"><% param.day %></div></td>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<td nowrap><div class="calSelDay"><% param.day %></div></td>
|
<td nowrap="nowrap"><div class="calSelDay"><% param.day %></div></td>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
... <% weblog.link to="stories/create" text="create a story" %><br>
|
... <% weblog.link to="stories/create" text="create a story" %><br />
|
||||||
... <% weblog.link to="stories" text="storypool" %><br>
|
... <% weblog.link to="stories" text="storypool" %><br />
|
||||||
... <% weblog.link to="images" text="imagepool" %><br>
|
... <% weblog.link to="images" text="imagepool" %><br />
|
||||||
... <% weblog.link to="goodies" text="goodiepool" %><br>
|
... <% weblog.link to="goodies" text="goodiepool" %><br />
|
|
@ -1,6 +1,6 @@
|
||||||
<form method="post" action="<% response.action %>">
|
<form method="post" action="<% response.action %>">
|
||||||
<input type="hidden" name="proto" value="<% request.proto %>">
|
<input type="hidden" name="proto" value="<% request.proto %>">
|
||||||
<input type="hidden" name="name" value="<% request.name %>"><br>
|
<input type="hidden" name="name" value="<% request.name %>"><br />
|
||||||
<% this.skin as="editor" width="50" height="25" wrap="virtual" style="formWide" %>
|
<% this.skin as="editor" width="50" height="25" wrap="virtual" style="formWide" %>
|
||||||
<p><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
<p><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></p>
|
||||||
</form>
|
</form>
|
|
@ -1,6 +1,6 @@
|
||||||
<table border="0" cellspacing="0" cellpadding="0">
|
<table border="0" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap>
|
<td nowrap="nowrap">
|
||||||
<td valign="top" nowrap><% this.skineditor %></td>
|
<td valign="top" nowrap="nowrap"><% this.skineditor %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
|
@ -1,3 +1,3 @@
|
||||||
<span class="storyDate"><% this.author as="link" %>, <% this.createtime format="long" suffix="<br>"%></span>
|
<span class="storyDate"><% this.author as="link" %>, <% this.createtime format="long" suffix="<br />"%></span>
|
||||||
<span class="storyTitle"><% this.title suffix="<br>" %></span>
|
<span class="storyTitle"><% this.title suffix="<br />" %></span>
|
||||||
<% this.text suffix="<br> <br>" %>
|
<% this.text suffix="<br /> <br />" %>
|
||||||
|
|
|
@ -1,29 +1,29 @@
|
||||||
<table border="0" cellspacing="0" cellpadding="3">
|
<table border="0" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><form method="post" action="<% response.action %>"><span class="small">Title:</span><br>
|
<td nowrap="nowrap"><form method="post" action="<% response.action %>"><span class="small">Title:</span><br />
|
||||||
<% this.title as="editor" width="24" style="formTitle" %></td>
|
<% this.title as="editor" width="24" style="formTitle" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><span class="small">Text:</span><br>
|
<td nowrap="nowrap"><span class="small">Text:</span><br />
|
||||||
<% this.text as="editor" width="30" height="15" style="formText" %></td>
|
<% this.text as="editor" width="30" height="15" style="formText" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><table border="0" cellspacing="0" cellpadding="3">
|
<td><table border="0" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small">select a topic<br>or create<br>a new one<br>(or leave empty):</td>
|
<td class="small">select a topic<br />or create<br />a new one<br />(or leave empty):</td>
|
||||||
<td valign="top" nowrap><% this.topicchooser %><br><input type="text" name="topic" value="<% request.topic %>"></td>
|
<td valign="top" nowrap="nowrap"><% this.topicchooser %><br /><input type="text" name="topic" value="<% request.topic %>"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>status:</td>
|
<td class="small" nowrap="nowrap">status:</td>
|
||||||
<td nowrap><% this.online as="editor" %></td>
|
<td nowrap="nowrap"><% this.online as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>also editable for:</td>
|
<td class="small" nowrap="nowrap">also editable for:</td>
|
||||||
<td nowrap><% this.editableby as="editor" %></td>
|
<td nowrap="nowrap"><% this.editableby as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
<td nowrap="nowrap"><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small"><% this.author as="link" prefix="created by " %><% this.modifier as="link" prefix=", last modified by " %><% this.modifytime format="short" prefix=" on "%></td>
|
<td class="small"><% this.author as="link" prefix="created by " %><% this.modifier as="link" prefix=", last modified by " %><% this.modifytime format="short" prefix=" on "%></td>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<td colspan="3" class="small"><% this.author as="link" %>, <% this.createtime format="short" %><% this.online prefix=" (" %><% this.commentcounter prefix=", " suffix=")" %></td>
|
<td colspan="3" class="small"><% this.author as="link" %>, <% this.createtime format="short" %><% this.online prefix=" (" %><% this.commentcounter prefix=", " suffix=")" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td><span class="storyTitle"><% this.title suffix="<br>" %></span><% this.text limit="200" suffix=" ..." %></td>
|
<td><span class="storyTitle"><% this.title suffix="<br />" %></span><% this.text limit="200" suffix=" ..." %></td>
|
||||||
<td width="10" nowrap> </td>
|
<td width="10" nowrap="nowrap"> </td>
|
||||||
<td align="right" class="small" nowrap><% this.editlink prefix="... " suffix="<br>" %><% this.viewlink prefix="... " suffix="<br>" %><% this.onlinelink prefix="... " suffix="<br>" %><% this.deletelink prefix="... " %></td>
|
<td align="right" class="small" nowrap="nowrap"><% this.editlink prefix="... " suffix="<br />" %><% this.viewlink prefix="... " suffix="<br />" %><% this.onlinelink prefix="... " suffix="<br />" %><% this.deletelink prefix="... " %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
|
@ -1,27 +1,27 @@
|
||||||
<table border="0" cellspacing="0" cellpadding="3">
|
<table border="0" cellspacing="0" cellpadding="3">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap><form method="post">old password:</td>
|
<td class="small" nowrap="nowrap"><form method="post">old password:</td>
|
||||||
<td nowrap><% this.input type="password" name="oldpwd" %></td>
|
<td nowrap="nowrap"><% this.input type="password" name="oldpwd" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>new password:</td>
|
<td class="small" nowrap="nowrap">new password:</td>
|
||||||
<td nowrap><% this.input type="password" name="newpwd1" %></td>
|
<td nowrap="nowrap"><% this.input type="password" name="newpwd1" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>confirm password:</td>
|
<td class="small" nowrap="nowrap">confirm password:</td>
|
||||||
<td nowrap><% this.input type="password" name="newpwd2" %></td>
|
<td nowrap="nowrap"><% this.input type="password" name="newpwd2" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>url:</td>
|
<td class="small" nowrap="nowrap">url:</td>
|
||||||
<td nowrap><% this.url as="editor" %></td>
|
<td nowrap="nowrap"><% this.url as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="small" nowrap>eMail:</td>
|
<td class="small" nowrap="nowrap">eMail:</td>
|
||||||
<td nowrap><% this.email as="editor" %></td>
|
<td nowrap="nowrap"><% this.email as="editor" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap> </td>
|
<td nowrap="nowrap"> </td>
|
||||||
<td nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
<td nowrap="nowrap"><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue