?? manage_addform_html.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 + -