[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a id="maincontent"></a> 4 5 <!-- IF S_EDIT --> 6 7 <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> 8 9 <script type="text/javascript"> 10 // <![CDATA[ 11 function update_image(newimage) 12 { 13 document.getElementById('image').src = (newimage) ? "{RANKS_PATH}/" + encodeURI(newimage) : "./images/spacer.gif"; 14 } 15 16 // ]]> 17 </script> 18 19 <h1>{L_ACP_MANAGE_RANKS}</h1> 20 21 <p>{L_ACP_RANKS_EXPLAIN}</p> 22 23 <form id="acp_ranks" method="post" action="{U_ACTION}"> 24 25 <fieldset> 26 <legend>{L_ACP_RANKS}</legend> 27 28 <!-- EVENT acp_ranks_edit_before --> 29 30 <dl> 31 <dt><label for="title">{L_RANK_TITLE}{L_COLON}</label></dt> 32 <dd><input name="title" type="text" id="title" value="{RANK_TITLE}" maxlength="255" /></dd> 33 </dl> 34 <dl> 35 <dt><label for="rank_image">{L_RANK_IMAGE}{L_COLON}</label></dt> 36 <dd><select name="rank_image" id="rank_image" onchange="update_image(this.options[selectedIndex].value);">{S_FILENAME_LIST}</select></dd> 37 <dd><img src="{RANK_IMAGE}" id="image" alt="" /></dd> 38 </dl> 39 <dl> 40 <dt><label for="special_rank">{L_RANK_SPECIAL}{L_COLON}</label></dt> 41 <dd><label><input onclick="phpbb.toggleDisplay('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"<!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> 42 <label><input onclick="phpbb.toggleDisplay('posts', 1)" type="radio" class="radio" name="special_rank" value="0"<!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> 43 </dl> 44 <div id="posts"<!-- IF S_SPECIAL_RANK --> style="display: none;"<!-- ENDIF -->> 45 <dl> 46 <dt><label for="min_posts">{L_RANK_MINIMUM}{L_COLON}</label></dt> 47 <dd><input name="min_posts" type="number" id="min_posts" min="0" max="9999999999" value="{MIN_POSTS}" /></dd> 48 </dl> 49 </div> 50 51 <!-- EVENT acp_ranks_edit_after --> 52 53 <p class="submit-buttons"> 54 <input type="hidden" name="action" value="save" /> 55 56 <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> 57 <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> 58 {S_FORM_TOKEN} 59 </p> 60 </fieldset> 61 </form> 62 63 <!-- ELSE --> 64 65 <h1>{L_ACP_MANAGE_RANKS}</h1> 66 67 <p>{L_ACP_RANKS_EXPLAIN}</p> 68 69 <form id="acp_ranks" method="post" action="{U_ACTION}"> 70 <fieldset class="tabulated"> 71 <legend>{L_ACP_MANAGE_RANKS}</legend> 72 73 <table class="table1 zebra-table"> 74 <thead> 75 <tr> 76 <!-- EVENT acp_ranks_list_header_before --> 77 <th>{L_RANK_IMAGE}</th> 78 <th>{L_RANK_TITLE}</th> 79 <th>{L_RANK_MINIMUM}</th> 80 <!-- EVENT acp_ranks_list_header_after --> 81 <th>{L_ACTION}</th> 82 </tr> 83 </thead> 84 <tbody> 85 <!-- BEGIN ranks --> 86 <tr> 87 <!-- EVENT acp_ranks_list_column_before --> 88 <td style="text-align: center;"><!-- IF ranks.S_RANK_IMAGE --><img src="{ranks.RANK_IMAGE}" alt="{ranks.RANK_TITLE}" title="{ranks.RANK_TITLE}" /><!-- ELSE --> - <!-- ENDIF --></td> 89 <td style="text-align: center;">{ranks.RANK_TITLE}</td> 90 <td style="text-align: center;"><!-- IF ranks.S_SPECIAL_RANK --> - <!-- ELSE -->{ranks.MIN_POSTS}<!-- ENDIF --></td> 91 <!-- EVENT acp_ranks_list_column_after --> 92 <td style="text-align: center;"><a href="{ranks.U_EDIT}">{ICON_EDIT}</a> <a href="{ranks.U_DELETE}" data-ajax="row_delete">{ICON_DELETE}</a></td> 93 </tr> 94 <!-- END ranks --> 95 </tbody> 96 </table> 97 98 <p class="quick"> 99 <input class="button2" name="add" type="submit" value="{L_ADD_RANK}" /> 100 {S_FORM_TOKEN} 101 </p> 102 </fieldset> 103 </form> 104 105 <!-- ENDIF --> 106 107 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |