1 <html xmlns:
f=
"http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:
is=
"http://typo3.org/ns/TYPO3/CMS/IndexedSearch/ViewHelpers" data-namespace-typo3-fluid=
"true">
2 <f:layout name=
"Administration" />
3 <f:section name=
"Content">
5 <h2><f:translate key=
"administration.external.title" /></h2>
6 <f:if condition=
"{records}">
7 <table class=
"table table-striped table-hover">
10 <th><f:translate key=
"field.fileName" /></th>
11 <th><f:translate key=
"field.fileSize" /></th>
12 <th><f:translate key=
"field.wordCount" /></th>
13 <th><f:translate key=
"field.mtime" /></th>
14 <th><f:translate key=
"field.indexed" /></th>
15 <th><f:translate key=
"field.updated" /></th>
16 <th><f:translate key=
"field.parseTime" /></th>
17 <th><f:translate key=
"field.groups" /></th>
18 <th><f:translate key=
"field.sub" /></th>
19 <th><f:translate key=
"field.staticPageArguments" /></th>
20 <th><f:translate key=
"field.pHash" /></th>
21 <th><f:translate key=
"field.path" /></th>
25 <f:for each=
"{records}" as=
"data">
28 <f:format.crop
maxCharacters=
"30">{data.item_title}
</f:format.crop
>
31 <f:format.bytes
decimals=
"1">{data.item_size}
</f:format.bytes
>
33 <td>{data.numberOfWords}
</td>
35 <is:format.dateTime
>{data.item_mtime}
</is:format.dateTime
>
38 <is:format.dateTime
>{data.crdate}
</is:format.dateTime
>
41 <f:if condition=
"{date.tstamp}=={date.crdate}">
44 <is:format.dateTime
>{data.tstamp}
</is:format.dateTime
>
48 <td>{data.parsetime}
</td>
49 <td>{data.numberOfSections}/{data.grList
.0.pcount}/{data.numberOfFulltext}
</td>
50 <td>{data.pcount}
</td>
52 <f:if condition=
"{data.static_page_arguments}">
53 <f:for each=
"{data.static_page_arguments}" as=
"value" key=
"key">
60 <f:format.crop
maxCharacters=
"100">{data.data_filename}
</f:format.crop
>