langfile.tpl

来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 145 行

TPL
145
字号
<!-- BEGIN header --><form method="post" action="{action_url}"> <table width="90%" align="center">  <tr>   <td rowspan="2" nowrap>     <h3>{lang_step} #1:</h3>   </td>   <td>{lang_source}</td>   <td colspan="2">    <select name="sourcelang">{sourcelangs}    </select>   </td>  </tr>  <tr>   <td>{lang_target}</td>   <td colspan="2">    <select name="targetlang" onChange="this.form.submit();">{targetlangs}    </select>   </td>  </tr>  <tr>  <td>&nbsp;</td>  <input name="app_name" type="hidden" value="{app_name}">   <td width="10%"><input type="submit" name="submitit" value="{lang_submit}" {load_help}></td>   <td width="75%">    <input type="submit" name="cancel" value="{lang_cancel}" {cancel_help}>   </td>  </tr> </table></form><hr><!-- END header --><!-- BEGIN postheader --><form method="post" action="{action_url}"> <table width="90%" align="center">  <tr bgcolor="{th_bg}">   <td colspan="5" align="center">{lang_application}:&nbsp;{app_title}</td>  </tr>  <tr bgcolor="{th_bg}">   <td align="left">{lang_remove}</td>   <td align="left">{lang_appname}</td>   <td align="left">{lang_original}</td>   <td align="left">{lang_translation}</td>  </tr><!-- END postheader --><!-- BEGIN detail -->  <tr bgcolor="{tr_color}">   <td align="center"><input type="checkbox" name="delete[{mess_id}]"></td>   <td>{transapp}</td>   <td>{source_content}</td>   <td><input name="translations[{mess_id}]" type="text" size="60" value="{content}"></td>  </tr><!-- END detail --><!-- BEGIN detail_long -->  <tr bgcolor="{tr_color}">   <td align="center"><input type="checkbox" name="delete[{mess_id}]"></td>   <td>{transapp}</td>   <td colspan="2">    {source_content}<br>    <textarea name="translations[{mess_id}]" cols="90" rows="{rows}">{content}</textarea>   </td>  </tr><!-- END detail_long --><!-- BEGIN footer --></table><table width="90%" align="center">  <tr><td colspan="6" align="center">    <font color="red" size="-1">{helpmsg}</font>  </td></tr>  <tr valign="top">   <td nowrap>     <h3>{lang_step} #2:</h3>   </td>   <td align="center">     <input type="submit" name="update" value="{lang_update}" {update_help}>     <input type="checkbox" name="update_too" checked value="1" {update_help}>   </td>   <td align="center"><input type="submit" name="missingphrase" value="{lang_missingphrase}" {search_help}></td>   <td align="center"><input type="submit" name="addphrase" value="{lang_addphrase}" {add_help}></td>   <td align="center"><input type="submit" name="revert" value="{lang_revert}" {revert_help}></td>   <td align="center"><input type="submit" name="cancel" value="{lang_cancel}" {cancel_help}></td>  </tr></table><hr> <table width="90%" align="center">  <tr>   <td rowspan="2" nowrap>     <h3>{lang_step} #3:</h3>   </td>   <td align="left">{lang_source}</td>   <td>     {src_file}   </td>   <td align="center">     <input name="app_name" type="hidden" value="{app_name}">     <input name="sourcelang" type="hidden" value="{sourcelang}">     <input type="submit" name="dlsource" value="{lang_download}" {download_help}>   </td>   <td align="center"><!-- BEGIN srcwrite -->     <input type="submit" name="writesource" value="{lang_write}" {write_help}>     <input type="checkbox" name="writesource_too" value="1" {write_help}><!-- END srcwrite -->   </td>  </tr>  <tr>   <td align="left">{lang_target}</td>   <td>     {tgt_file}   </td>   <td align="center">     <input name="app_name" type="hidden" value="{app_name}">     <input name="targetlang" type="hidden" value="{targetlang}">     <input type="submit" name="dltarget" value="{lang_download}" {download_help}>   </td>   <td align="center"><!-- BEGIN tgtwrite -->     <input type="submit" name="writetarget" value="{lang_write}" {write_help}>     <input type="checkbox" name="writetarget_too" value="1" {write_help}><!-- END tgtwrite -->   </td>  </tr> </table><hr> <table width="90%" align="center"><tr>   <td width="10%" nowrap>     <h3>{lang_step} #4:</h3>   </td>   <td width="25%">     <input type="submit" name="loaddb" value="{lang_loaddb}" {loaddb_help}>     <input type="checkbox" name="loaddb_too" value="1" {loaddb_help}>   </td>   <td>    <input type="submit" name="cancel" value="{lang_cancel}" {cancel_help}>   </td> </tr></table></form><!-- END footer -->

⌨️ 快捷键说明

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