1 <f:if condition=
"{accessAllowed}">
4 <f:if condition=
"{table}">
5 <small>{table}
</small><br />{icon -
> f:format.raw()}
6 <span title=
"{title}">{title -
> f:format.crop(maxCharacters: maxTitleLength)}
</span>
9 <f:if condition=
"{missingFile}">
10 <f:be.infobox
title=
"{f:translate(key:'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:warning.file_missing')}" state=
"1">{missingFile}
</f:be.infobox
>
12 <f:if condition=
"{fileRenderer}">
14 {fileRenderer -
> f:format.raw()}
17 <f:if condition=
"{fileObject}">
19 <f:media file=
"{fileObject}"
25 <f:if condition=
"{url}">
27 <a class=
"btn btn-default" href=
"{url}" target=
"_blank">
28 <core:icon identifier=
"actions-document-view" size=
"small" alternativeMarkupIdentifier=
"inline" />
29 <f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.show" />
33 <div class=
"table-fit table-fit-wrap">
34 <table class=
"table table-striped table-hover">
35 <f:for each=
"{extraFields}" as=
"extraField">
36 <f:render section=
"extraFieldRow" arguments=
"{row: extraField}" />
38 <f:for each=
"{fields}" as=
"field">
39 <f:render section=
"fieldRow" arguments=
"{row: field}" />
43 <f:if condition=
"{returnUrl}">
44 <a class=
"btn btn-primary" href=
"{returnUrl}">
45 <core:icon identifier=
"actions-view-go-back" size=
"small" />
46 <f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:back" />
49 <f:if condition=
"{refLines}">
50 <h3><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.referencesToThisItem" /></h3>
51 <div class=
"table-fit">
52 <table class=
"table table-striped table-hover">
55 <th class=
"col-icon"></th>
56 <th class=
"col-title"><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.title" /></th>
57 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.table" /></th>
58 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.uid" /></th>
59 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.path" /></th>
60 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.field" /></th>
61 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.flexpointer" /></th>
62 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.softrefKey" /></th>
63 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.sorting" /></th>
64 <th class=
"col-control"></th>
68 <f:for each=
"{refLines}" as=
"refLine">
69 <f:render section=
"refLineRow" arguments=
"{line: refLine, maxTitleLength: maxTitleLength}" />
75 <f:if condition=
"{refFromLines}">
76 <h3><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.referencesFromThisItem" /></h3>
77 <div class=
"table-fit">
78 <table class=
"table table-striped table-hover">
81 <th class=
"col-icon"></th>
82 <th class=
"col-title"><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.title" /></th>
83 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.table" /></th>
84 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.uid" /></th>
85 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.path" /></th>
86 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.field" /></th>
87 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.flexpointer" /></th>
88 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.softrefKey" /></th>
89 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.sorting" /></th>
90 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.refString" /></th>
91 <th class=
"col-control"></th>
95 <f:for each=
"{refFromLines}" as=
"refFromLine">
96 <f:render section=
"refFromLineRow" arguments=
"{line: refFromLine, maxTitleLength: maxTitleLength}" />
104 <f:be.infobox
state=
"2">{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.noEditPermission')}
</f:be.infobox
>
110 <f:section name=
"extraFieldRow">
112 <th class=
"col-nowrap">{row.fieldLabel}
</th>
114 <f:if condition=
"{row.creatorRecord}">
116 <div class=
"media-left">
117 {row.creatorRecord.icon -
> f:format.raw()}
119 <div class=
"media-body">
120 <strong>{row.creatorRecord.username}
</strong><br>
121 {row.creatorRecord.realName}
125 <f:if condition=
"{row.value}">
132 <f:section name=
"fieldRow">
134 <th class=
"col-nowrap">{row.fieldLabel}
</th>
135 <td>{row.fieldValue}
</td>
139 <f:section name=
"refLineRow">
141 <f:if condition=
"{line.record}">
143 <td class=
"col-icon"><a href=
"{line.url}" title=
"id={line.record.uid}">{line.icon -
> f:format.raw()}
</a></td>
144 <td class=
"col-title"><a href=
"{line.url}" title=
"[id={line.record.uid}] {line.recordTitle}">{line.recordTitle -
> f:format.crop(maxCharacters: maxTitleLength)}
</a></td>
145 <td>{line.title}
</td>
146 <td><span title=
"{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:page')}: {line.parentRecordTitle} (uid={line.record.pid})">
151 <td class=
"col-icon"></td>
152 <td class=
"col-title"><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.missing_record" /> (uid={line.row.recuid}
</td>
153 <td>{line.row.title}
</td>
157 <td title=
"{line.path}" class=
"col-responsive">{line.path}
</td>
158 <td>{line.labelForTableColumn}
</td>
159 <td>{line.row.flexpointer}
</td>
160 <td>{line.row.softref_key}
</td>
161 <td>{line.row.sorting}
</td>
162 <td class=
"col-control">
163 <f:render section=
"action" arguments=
"{line: line.actions}" />
168 <f:section name=
"refFromLineRow">
170 <f:if condition=
"{line.record}">
172 <td class=
"col-icon"><a href=
"{line.url}" title=
"id={line.record.uid}">{line.icon -
> f:format.raw()}
</a></td>
173 <td class=
"col-title"><a href=
"{line.url}" title=
"[id={line.record.uid}] {line.recordTitle}">{line.recordTitle -
> f:format.crop(maxCharacters: maxTitleLength)}
</a></td>
174 <td>{line.title}
</td>
175 <td>{line.row.ref_uid}
</td>
178 <td class=
"col-icon"></td>
179 <td class=
"col-title"><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.missing_record" /> (uid={line.row.recuid}
</td>
180 <td>{line.row.title}
</td>
184 <td title=
"{line.path}" class=
"col-responsive">{line.path}
</td>
185 <td>{line.labelForTableColumn}
</td>
186 <td>{line.row.flexpointer}
</td>
187 <td>{line.row.softref_key}
</td>
188 <td>{line.row.sorting}
</td>
189 <td>{line.row.ref_string}
</td>
190 <td class=
"col-control">
191 <f:render section=
"action" arguments=
"{line: line.actions}" />
196 <f:section name=
"action">
197 <div class=
"btn-group" role=
"group">
198 <f:if condition=
"{line.webListUrl}">
199 <a class=
"btn btn-default btn-sm" href=
"#" onclick=
"{line.viewOnClick}" title=
"{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.showPage')}">
200 <core:icon identifier=
"actions-document-view" size=
"small" />
203 <a class=
"btn btn-default btn-sm" href=
"{line.recordEditUrl}">
204 <core:icon identifier=
"actions-open" size=
"small" />
207 <div class=
"btn-group" role=
"group">
208 <a class=
"btn btn-default btn-sm" href=
"{line.recordHistoryUrl}">
209 <core:icon identifier=
"actions-document-history-open" size=
"small" />
212 <f:if condition=
"{line.webListUrl}">
213 <div class=
"btn-group" role=
"group">
214 <a class=
"btn btn-default btn-sm" href=
"{line.webListUrl}" title=
"{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.showList')}">
215 <core:icon identifier=
"actions-system-list-open" size=
"small" />