[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <form id="list" method="post" action="{U_ACTION}"> 2 3 <div class="pagination"> 4 <!-- IF .pagination --> 5 <!-- INCLUDE pagination.html --> 6 <!-- ENDIF --> 7 </div> 8 9 <!-- IF .log --> 10 <table class="table1 zebra-table"> 11 <thead> 12 <tr> 13 <th>{L_REPORT_BY}</th> 14 <th>{L_IP}</th> 15 <th>{L_TIME}</th> 16 <th>{L_FEEDBACK}</th> 17 <th>{L_MARK}</th> 18 </tr> 19 </thead> 20 <tbody> 21 <!-- BEGIN log --> 22 <tr> 23 <td>{log.USERNAME}</td> 24 <td style="text-align: center;">{log.IP}</td> 25 <td style="text-align: center;">{log.DATE}</td> 26 <td> 27 {log.ACTION} 28 <!-- IF log.DATA --><br />» <span class="gensmall">[ {log.DATA} ]</span><!-- ENDIF --> 29 </td> 30 <td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{log.ID}" /></td> 31 </tr> 32 <!-- END log --> 33 </tbody> 34 </table> 35 <!-- ELSE --> 36 <div class="errorbox"> 37 <p>{L_NO_ENTRIES}</p> 38 </div> 39 <!-- ENDIF --> 40 41 <fieldset class="display-options"> 42 {L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR} 43 <input class="button2" type="submit" value="{L_GO}" name="sort" /> 44 </fieldset> 45 <hr /> 46 <div class="pagination"> 47 <!-- IF .pagination --> 48 <!-- INCLUDE pagination.html --> 49 <!-- ENDIF --> 50 </div> 51 52 <!-- IF S_CLEARLOGS --> 53 <fieldset class="quick"> 54 <input class="button2" type="submit" name="delall" value="{L_DELETE_ALL}" /> 55 <input class="button2" type="submit" name="delmarked" value="{L_DELETE_MARKED}" /> 56 <p class="small"><a href="#" onclick="marklist('list', 'mark', true);">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('list', 'mark', false);">{L_UNMARK_ALL}</a></p> 57 </fieldset> 58 <!-- ENDIF --> 59 60 <h1>{L_ADD_FEEDBACK}</h1> 61 62 <p>{L_ADD_FEEDBACK_EXPLAIN}</p> 63 64 <fieldset> 65 <legend>{L_ACP_USER_FEEDBACK}</legend> 66 <dl> 67 <dd class="full"><textarea name="message" id="message" rows="10" cols="76"></textarea></dd> 68 </dl> 69 </fieldset> 70 71 <fieldset class="quick"> 72 <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> 73 </fieldset> 74 {S_FORM_TOKEN} 75 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |