⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 selectprofile.tpl

📁 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
💻 TPL
字号:
<!-- BEGIN main --><center><form action="{action_url}" name="mailsettings" method="post"><table width="90%" border="0" cellspacing="0" cellpading="1"><tr class="th"> 	<th width="40%" align="left" class="td_left">		{lang_site_configuration}	</th>	<th width="60%" align="right" class="td_right">		&nbsp;	</th></tr><tr>	<td width="40%" class="td_left">		{lang_select_email_profile}:	</td>	<td width="60%" class="td_right">		<select name="profileID">			<option value="-1"></option>			{select_options}		</select>		{lang_go_emailadmin}	</td></tr></table><br><br><table width="90%" border="0" cellspacing="0" cellpading="1">	<tr>		<td width="90%" align="left"  class="td_left">			<a href="{back_url}">{lang_back}</a>		</td>		<td width="10%" align="center" class="td_right">			<a href="javascript:document.mailsettings.submit();">{lang_save}</a>		</td>	</tr></table></form><br></center><!-- END main --><!-- BEGIN select_option -->			<option value="{profileID}" {selected}>{description}</option><!-- END select_option -->

⌨️ 快捷键说明

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