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

📄 manage_addform_html.dtml

📁 email 客户端工具
💻 DTML
字号:
<dtml-var manage_page_header>        <head>            <title>Add SMS Gateway instance</title>        </head>        <body bgcolor="#FFFFFF">	<dtml-var manage_tabs>		<p class="form-help">		This form allows you to add an instance of SMS_Gateway.	It should be added in the SMS subfolder.	</p>			<h1>Add a SMS_Gateway</h1>	<form name="form" action="manage_addAction" method="post"><br>	<table>	    	<tr>	<th class="form-label"> id: </th>			<td>			<input type="text" name="id:string" class="form-element" size="30" value="">			</td>		</tr>		<tr> 			<th class="form-label">title:</th>			<td>			<input type="text" name="title:string" class="form-element" size="30" value="name of mobile phone owner">			</td>		</tr>				<tr> 				<th class="form-label">write to email adress:</th>			<td>			<input type="text" name="email:string" class="form-element" size="30" value="43676xxxxxxxx@max.mail.at">			</td>		</tr>		<tr> 				<th class="form-label">subject:</th>			<td>			<input type="text" name="subject:string" class="form-element" size="30" value="1234 (pin)">			</td>		</tr>		<tr> 				<th class="form-label">sender:</th>			<td>			<input type="text" name="sender:string" class="form-element" size="30" value="your_email@mail.server">			</td>		</tr>		<tr> 			<td>                	<input type="submit" value="  add  " class="form-element">			</td>		</tr>		</table>	            </form><p class="form-help">	To receive SMS you must have access to a server which can convert an email to a SMS on your moble phone.It is assumed that the email adress entered above is located on such a server. </p><dtml-var manage_page_footer>

⌨️ 快捷键说明

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