[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE ucp_header.html --> 2 3 <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}> 4 5 <h2>{L_TITLE}</h2> 6 7 <div class="panel"> 8 <div class="inner"> 9 10 <p>{L_ATTACHMENTS_EXPLAIN}</p> 11 12 <!-- IF .attachrow --> 13 <div class="action-bar bar-top"> 14 <div class="pagination"> 15 {NUM_ATTACHMENTS} 16 <!-- IF .pagination --> 17 <!-- INCLUDE pagination.html --> 18 <!-- ELSE --> 19 • {PAGE_NUMBER} 20 <!-- ENDIF --> 21 </div> 22 </div> 23 24 <ul class="topiclist"> 25 <li class="header"> 26 <dl> 27 <dt><div class="list-inner"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></div></dt> 28 <dd class="extra"><a href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></dd> 29 <dd class="time"><span><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></span></dd> 30 <dd class="mark">{L_MARK}</dd> 31 </dl> 32 </li> 33 </ul> 34 <ul class="topiclist cplist responsive-show-columns"> 35 36 <!-- BEGIN attachrow --> 37 <li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> 38 <dl> 39 <dt> 40 <div class="list-inner"> 41 <a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle attachment-filename ellipsis-text" title="{attachrow.FILENAME}">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br /> 42 <!-- IF attachrow.S_IN_MESSAGE -->{L_PM}{L_COLON} <!-- ELSE -->{L_TOPIC}{L_COLON} <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a> 43 </div> 44 </dt> 45 <dd class="extra">{attachrow.DOWNLOAD_COUNT}</dd> 46 <dd class="time"><span>{attachrow.POST_TIME}</span></dd> 47 <dd class="mark"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1"{% if attachrow.S_LOCKED %} disabled title="{{ lang('ATTACHMENT_LOCKED') }}"{% endif %} /></dd> 48 </dl> 49 </li> 50 <!-- END attachrow --> 51 </ul> 52 53 <div class="action-bar bar-bottom"> 54 <!-- INCLUDE display_options.html --> 55 {S_FORM_TOKEN} 56 57 <div class="pagination"> 58 {NUM_ATTACHMENTS} 59 <!-- IF .pagination --> 60 <!-- INCLUDE pagination.html --> 61 <!-- ELSE --> 62 • {PAGE_NUMBER} 63 <!-- ENDIF --> 64 </div> 65 </div> 66 67 <!-- ELSE --> 68 <p><strong>{L_UCP_NO_ATTACHMENTS}</strong></p> 69 <!-- ENDIF --> 70 71 </div> 72 </div> 73 74 <!-- IF S_ATTACHMENT_ROWS --> 75 <fieldset class="display-actions"> 76 <input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" /> 77 <div><a href="#" onclick="marklist('ucp', 'attachment', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 'attachment', false); return false;">{L_UNMARK_ALL}</a></div> 78 {S_FORM_TOKEN} 79 </fieldset> 80 <!-- ENDIF --> 81 </form> 82 83 <!-- INCLUDE ucp_footer.html -->
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 |