1 <html xmlns:
f=
"http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid=
"true">
2 <f:layout name=
"Administration" />
3 <f:section name=
"Content">
5 <p class=
"lead"><f:translate key=
"administration.index.description" /></p>
8 <h4><f:translate key=
"administration.statistics.header" /></h4>
9 <table class=
"table table-striped table-hover">
12 <th><f:translate key=
"administration.statistics.name" /></th>
13 <th><f:translate key=
"administration.statistics.count" /></th>
17 <f:for each=
"{records}" as=
"count" key=
"name">
26 <div class=
"col-md-6">
27 <h4><f:translate key=
"administration.statistics.headerTypes" /></h4>
28 <table class=
"table table-striped table-hover">
31 <th><f:translate key=
"administration.statistics.name" /></th>
32 <th><f:translate key=
"administration.statistics.count" /></th>
36 <f:for each=
"{phash}" as=
"data">
38 <td>{data.name} ({data.type})
</td>
39 <td>{data.count} / {data.uniqueCount}
</td>
47 <f:translate key=
"administration.statistics.mostSearched.title" />
50 <f:translate key=
"administration.statistics.mostSearched.description" />
52 <f:if condition=
"{pageUid}">
54 <f:if condition=
"{all}">
57 <div class=
"col-md-4">
58 <f:render section=
"statistic" arguments=
"{statistic:all,title:'all'}" />
60 <div class=
"col-md-4">
61 <f:render section=
"statistic" arguments=
"{statistic:last24hours,title:'last24hours'}" />
63 <div class=
"col-md-4">
64 <f:render section=
"statistic" arguments=
"{statistic:last30days,title:'last30days'}" />
70 <f:translate key=
"administration.statistics.noResultForPage" />
76 <f:be.infobox
state=
"-1">
77 <f:translate key=
"administration.statistics.selectPage" />
83 <f:section name=
"statistic">
86 <f:translate key=
"administration.statistics.mostSearched.{title}" />
88 <f:if condition=
"{statistic}">
90 <table class=
"table table-striped table-hover">
93 <th class=
"nowrap"> </th>
94 <th><f:translate key=
"administration.statistics.word" /></th>
95 <th><f:translate key=
"administration.statistics.count" /></th>
99 <f:for each=
"{statistic}" as=
"line" iteration=
"i">
101 <td class=
"nowrap"><strong>{i.cycle}.
</strong></td>
110 <f:be.infobox
state=
"2">
111 <f:translate key=
"administration.statistics.noResult" />