Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / deletedContentList.tpl
1 {capture assign='pageTitle'}{lang}wcf.moderation.deletedContent.{@$objectType}{/lang}{/capture}
2
3 {capture assign='sidebarLeft'}
4 <section class="box">
5 <h2 class="boxTitle">{lang}wcf.moderation.deletedContent.objectTypes{/lang}</h2>
6
7 <div class="boxContent">
8 <nav>
9 <ul class="boxMenu">
10 {foreach from=$availableObjectTypes item=availableObjectType}
11 <li{if $objectType == $availableObjectType->objectType} class="active"{/if}><a class="boxMenuLink" href="{link controller='DeletedContentList'}objectType={@$availableObjectType->objectType}{/link}">{lang}wcf.moderation.deletedContent.objectType.{@$availableObjectType->objectType}{/lang}</a></li>
12 {/foreach}
13 </ul>
14 </nav>
15 </div>
16 </section>
17 {/capture}
18
19 {capture assign='contentTitle'}{lang}wcf.moderation.deletedContent.{@$objectType}{/lang}{/capture}
20
21 {include file='header'}
22
23 {hascontent}
24 <div class="paginationTop">
25 {content}{pages print=true assign=pagesLinks controller='DeletedContentList' link="objectType=$objectType&pageNo=%d"}{/content}
26 </div>
27 {/hascontent}
28
29 {if $items}
30 {include file=$resultListTemplateName application=$resultListApplication}
31 {else}
32 <p class="info">{lang}wcf.global.noItems{/lang}</p>
33 {/if}
34
35 <footer class="contentFooter">
36 {hascontent}
37 <div class="paginationBottom">
38 {content}{@$pagesLinks}{/content}
39 </div>
40 {/hascontent}
41
42 {hascontent}
43 <nav class="contentFooterNavigation">
44 <ul>
45 {content}{event name='contentFooterNavigation'}{/content}
46 </ul>
47 </nav>
48 {/hascontent}
49 </footer>
50
51 {include file='footer'}