| [ Index ] |
|
Code source de GeekLog 1.4.1 |
1 {start_block_editor} 2 <form action="{site_admin_url}/block.php" method="post"> 3 <table border="0" cellspacing="0" cellpadding="3" width="100%"> 4 <tr> 5 <td width="180" class="alignright">{lang_blocktitle}:</td> 6 <td><input type="text" size="48" name="title" value="{block_title}"></td> 7 </tr> 8 <tr> 9 <td class="alignright">{lang_enabled}:</td> 10 <td><input type="checkbox" name="is_enabled" {is_enabled}></td> 11 </tr> 12 <tr> 13 <td class="alignright" style="vertical-align:top">{lang_blockhelpurl}:</td> 14 <td><input type="text" name="help" value="{block_help}" size="48" maxlength="{max_url_length}"><div class="pluginMediumText">{lang_includehttp} {lang_explanation}</div></td> 15 </tr> 16 <tr> 17 <td class="alignright" style="vertical-align:top">{lang_blockname}:</td> 18 <td><input type="text" size="48" name="name" value="{block_name}"><br>{lang_nospaces}</td> 19 </tr> 20 <tr> 21 <td class="alignright">{lang_topic}:</td> 22 <td> 23 <select name="tid"> 24 <option value="all" {all_selected}>{lang_all}</option> 25 <option value="homeonly" {homeonly_selected}>{lang_homeonly}</option> 26 {topic_options} 27 </select> 28 </td> 29 </tr> 30 <tr> 31 <td class="alignright">{lang_side}:</td> 32 <td> 33 <select name="onleft"> 34 <option value="1" {left_selected}>{lang_left}</option> 35 <option value="0" {right_selected}>{lang_right}</option> 36 </select> 37 </td> 38 </tr> 39 <tr> 40 <td class="alignright">{lang_blockorder}:</td> 41 <td><input type="text" size="4" name="blockorder" value="{block_order}"> 0 - 9999</td> 42 </tr> 43 <tr> 44 <td class="alignright">{lang_blocktype}:</td> 45 <td> 46 <select name="type"> 47 <option value="normal" {normal_selected}>{lang_normalblock}</option> 48 <option value="phpblock" {php_selected}>{lang_phpblock}</option> 49 <option value="portal" {portal_selected}>{lang_portalblock}</option> 50 </select> 51 </td> 52 </tr> 53 <tr> 54 <td colspan="2"><hr></td> 55 </tr> 56 <tr> 57 <td colspan="2"><b>{lang_phpblockoptions}</b></td> 58 </tr> 59 <tr> 60 <td class="alignright">{lang_blockfunction}:</td> 61 <td><input type="text" size="50" maxlength="64" name="phpblockfn" value="{block_phpblockfn}"></td> 62 </tr> 63 <tr> 64 <td colspan="2">{lang_phpblockwarning}</td> 65 </tr> 66 <tr><td colspan="2"><hr></td></tr> 67 <tr> 68 <td colspan="2"><b>{lang_portalblockoptions}</b></td> 69 </tr> 70 <tr> 71 <td class="alignright">{lang_rdfurl}:</td> 72 <td><input type="text" size="50" maxlength="{max_url_length}" name="rdfurl" value="{block_rdfurl}"></td> 73 </tr> 74 <tr> 75 <td class="alignright">{lang_rdflimit}:</td> 76 <td><input type="text" size="3" maxlength="3" name="rdflimit" value="{block_rdflimit}"></td> 77 </tr> 78 <tr> 79 <td class="alignright">{lang_lastrdfupdate}:</td> 80 <td><input type="text" size="19" name="rdfupdated" value="{block_rdfupdated}"></td> 81 </tr> 82 <tr><td colspan="2"><hr></td></tr> 83 <tr> 84 <td colspan="2"><b>{lang_normalblockoptions}</b></td> 85 </tr> 86 <tr> 87 <td class="alignright" style="vertical-align:top">{lang_blockcontent}:</td> 88 <td><textarea name="content" rows="12" style="width:100%;">{block_content}</textarea><br> 89 <span class="warningsmall">{lang_allowed_html}</span></td> 90 </tr> 91 <tr> 92 <td class="alignright">{lang_autotags}:</td> 93 <td><input type="checkbox" name="allow_autotags" {allow_autotags}> ({lang_use_autotags})</td> 94 </tr> 95 <tr> 96 <td colspan="2"><hr></td> 97 </tr> 98 <tr> 99 <td colspan="2"><b>{lang_accessrights}</b></td> 100 </tr> 101 <tr> 102 <td class="alignright">{lang_owner}:</td> 103 <td>{owner_name} <input type="hidden" name="owner_id" value="{owner_id}"> 104 </td> 105 </tr> 106 <tr> 107 <td class="alignright">{lang_group}:</td> 108 <td> 109 {group_dropdown} 110 </td> 111 </tr> 112 <tr> 113 <td colspan="2"><b>{lang_permissions}:</b></td> 114 </tr> 115 <tr> 116 <td colspan="2">{lang_perm_key}</td> 117 </tr> 118 <tr> 119 <td colspan="2">{permissions_editor}</td> 120 </tr> 121 <tr> 122 <td colspan="2">{lang_permissions_msg}<td> 123 </tr> 124 <tr><td> </td></tr> 125 <tr> 126 <td colspan="2"> 127 <input type="submit" value="{lang_save}" name="mode"> 128 <input type="submit" value="{lang_cancel}" name="mode"> 129 {delete_option} 130 <input type="hidden" name="bid" value="{block_bid}"> 131 </td> 132 </tr> 133 </table> 134 </form> 135 {end_block}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
|