address_index_html.dtml

来自「email 客户端工具」· DTML 代码 · 共 102 行

DTML
102
字号
<dtml-var manage_page_header><HEAD>     <title> Address</title></HEAD><BODY bgcolor="#FFFFFF"><dtml-var manage_tabs><p class="form-help">	an Address entry</p><h1> Address overview </h1><table><form name="form" action="address_editAddressAction" method="post"><br>    <tr> 				<th class="form-label">firstname:</th>			<td>			<input type="text" name="firstname:string" class="form-element" size="30" value="<dtml-var firstname>">			</td>		</tr>		<tr> 				<th class="form-label">lastname:</th>			<td>			<input type="text" name="lastname:string" class="form-element" size="30" value="<dtml-var lastname>">			</td>		</tr>		<tr> 				<th class="form-label">nickname:</th>			<td>			<input type="text" name="nickname:string" class="form-element" size="30" value="<dtml-var nickname>">			</td>		</tr>		<tr> 				<th class="form-label">email:</th>			<td>			<input type="text" name="email:string" class="form-element" size="30" value="<dtml-var email>">	<dtml-if email> 	<a href="folder_write_mail_html?<dtml-var "html_display(field='To')">">	 <img src ="<dtml-var "to_email_img">" alt='write_email' border=0></a> 	</dtml-if>    </td></tr><tr> 			<td>                	<input type="submit" value="  change  " class="form-element">			</td></tr></form><tr><td colspan=2>&nbsp;</td></tr><tr><td colspan=2 class="list-header"><b>belongs to Groups</b></th></td></tr><dtml-in get_address_groups>	<dtml-if sequence-odd>	<tr class="row-normal">	<dtml-else>	<tr class="row-hilite">	</dtml-if>			<td>			<a href="<dtml-var URL2>?<dtml-var "urlencode('group',_['sequence-item'])">"><dtml-var sequence-item></a>		</td>	<td>				<form name="filters" action="." method="post">			<input type="hidden" name="name" value="<dtml-var sequence-item>">			<input class="form-element" type="submit" name="remove_from_group:method"    value="remove from group" />			</form>			</td></dtml-in><tr><td colspan=2>&nbsp;</td></tr><tr><td colspan=2 class="list-header"><b>available groups</b></th></td></tr><dtml-in get_new_groups>	<dtml-if sequence-odd>	<tr class="row-normal">	<dtml-else>	<tr class="row-hilite">	</dtml-if>			<td>			<a href="<dtml-var URL2>?<dtml-var "urlencode('group',_['sequence-item'])">"><dtml-var sequence-item></a>		</td>		<td>				<form name="filters" action="." method="post">			<input type="hidden" name="name" value="<dtml-var sequence-item>">			<input class="form-element" type="submit" name="add_group:method"    value="add to group" />			</form>		</td></dtml-in></table></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?