[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <!-- BEGIN header --> 2 <form method="post" action="{action_url}"> 3 <table width="90%" align="center"> 4 <tr> 5 <td rowspan="2" nowrap> 6 <h3>{lang_step} #1:</h3> 7 </td> 8 <td>{lang_source}</td> 9 <td colspan="2"> 10 <select name="sourcelang"> 11 {sourcelangs} 12 </select> 13 </td> 14 </tr> 15 <tr> 16 <td>{lang_target}</td> 17 <td colspan="2"> 18 <select name="targetlang" onChange="this.form.submit();"> 19 {targetlangs} 20 </select> 21 </td> 22 </tr> 23 <tr> 24 <td> </td> 25 <input name="app_name" type="hidden" value="{app_name}"> 26 <td width="10%"><input type="submit" name="submitit" value="{lang_submit}" {load_help}></td> 27 <td width="75%"> 28 <input type="submit" name="cancel" value="{lang_cancel}" {cancel_help}> 29 </td> 30 </tr> 31 </table> 32 </form> 33 <hr> 34 <!-- END header --> 35 36 <!-- BEGIN postheader --> 37 <form method="post" action="{action_url}"> 38 <table width="90%" align="center"> 39 <tr bgcolor="{th_bg}"> 40 <td colspan="5" align="center">{lang_application}: {app_title}</td> 41 </tr> 42 <tr bgcolor="{th_bg}"> 43 <td align="left">{lang_remove}</td> 44 <td align="left">{lang_appname}</td> 45 <td align="left">{lang_original}</td> 46 <td align="left">{lang_translation}</td> 47 </tr> 48 <!-- END postheader --> 49 50 <!-- BEGIN detail --> 51 <tr bgcolor="{tr_color}"> 52 <td align="center"><input type="checkbox" name="delete[{mess_id}]"></td> 53 <td>{transapp}</td> 54 <td>{source_content}</td> 55 <td><input name="translations[{mess_id}]" type="text" size="60" value="{content}"></td> 56 </tr> 57 <!-- END detail --> 58 59 <!-- BEGIN detail_long --> 60 <tr bgcolor="{tr_color}"> 61 <td align="center"><input type="checkbox" name="delete[{mess_id}]"></td> 62 <td>{transapp}</td> 63 <td colspan="2"> 64 {source_content}<br> 65 <textarea name="translations[{mess_id}]" cols="90" rows="{rows}">{content}</textarea> 66 </td> 67 </tr> 68 <!-- END detail_long --> 69 70 <!-- BEGIN footer --> 71 </table> 72 <table width="90%" align="center"> 73 <tr><td colspan="6" align="center"> 74 <font color="red" size="-1">{helpmsg}</font> 75 </td></tr> 76 <tr valign="top"> 77 <td nowrap> 78 <h3>{lang_step} #2:</h3> 79 </td> 80 <td align="center"> 81 <input type="submit" name="update" value="{lang_update}" {update_help}> 82 <input type="checkbox" name="update_too" checked value="1" {update_help}> 83 </td> 84 <td align="center"><input type="submit" name="missingphrase" value="{lang_missingphrase}" {search_help}></td> 85 <td align="center"><input type="submit" name="addphrase" value="{lang_addphrase}" {add_help}></td> 86 <td align="center"><input type="submit" name="revert" value="{lang_revert}" {revert_help}></td> 87 <td align="center"><input type="submit" name="cancel" value="{lang_cancel}" {cancel_help}></td> 88 </tr> 89 </table> 90 <hr> 91 <table width="90%" align="center"> 92 <tr> 93 <td rowspan="2" nowrap> 94 <h3>{lang_step} #3:</h3> 95 </td> 96 <td align="left">{lang_source}</td> 97 <td> 98 {src_file} 99 </td> 100 <td align="center"> 101 <input name="app_name" type="hidden" value="{app_name}"> 102 <input name="sourcelang" type="hidden" value="{sourcelang}"> 103 <input type="submit" name="dlsource" value="{lang_download}" {download_help}> 104 </td> 105 <td align="center"> 106 <!-- BEGIN srcwrite --> 107 <input type="submit" name="writesource" value="{lang_write}" {write_help}> 108 <input type="checkbox" name="writesource_too" value="1" {write_help}> 109 <!-- END srcwrite --> 110 </td> 111 </tr> 112 <tr> 113 <td align="left">{lang_target}</td> 114 <td> 115 {tgt_file} 116 </td> 117 <td align="center"> 118 <input name="app_name" type="hidden" value="{app_name}"> 119 <input name="targetlang" type="hidden" value="{targetlang}"> 120 <input type="submit" name="dltarget" value="{lang_download}" {download_help}> 121 </td> 122 <td align="center"> 123 <!-- BEGIN tgtwrite --> 124 <input type="submit" name="writetarget" value="{lang_write}" {write_help}> 125 <input type="checkbox" name="writetarget_too" value="1" {write_help}> 126 <!-- END tgtwrite --> 127 </td> 128 </tr> 129 </table> 130 <hr> 131 <table width="90%" align="center"><tr> 132 <td width="10%" nowrap> 133 <h3>{lang_step} #4:</h3> 134 </td> 135 <td width="25%"> 136 <input type="submit" name="loaddb" value="{lang_loaddb}" {loaddb_help}> 137 <input type="checkbox" name="loaddb_too" value="1" {loaddb_help}> 138 </td> 139 <td> 140 <input type="submit" name="cancel" value="{lang_cancel}" {cancel_help}> 141 </td> 142 </tr></table> 143 </form> 144 <!-- END footer -->
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |