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:show_item.php.field" /></th>
60 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.flexpointer" /></th>
61 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.softrefKey" /></th>
62 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.sorting" /></th>
63 <th class=
"col-control"></th>
67 <f:for each=
"{refLines}" as=
"refLine">
68 <f:render section=
"refLineRow" arguments=
"{line: refLine, maxTitleLength: maxTitleLength}" />
74 <f:if condition=
"{refFromLines}">
75 <h3><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.referencesFromThisItem" /></h3>
76 <div class=
"table-fit">
77 <table class=
"table table-striped table-hover">
80 <th class=
"col-icon"></th>
81 <th class=
"col-title"><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.title" /></th>
82 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.table" /></th>
83 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.uid" /></th>
84 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.field" /></th>
85 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.flexpointer" /></th>
86 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.softrefKey" /></th>
87 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.sorting" /></th>
88 <th><f:translate key=
"LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:show_item.php.refString" /></th>
89 <th class=
"col-control"></th>
93 <f:for each=
"{refFromLines}" as=
"refFromLine">
94 <f:render section=
"refFromLineRow" arguments=
"{line: refFromLine, maxTitleLength: maxTitleLength}" />
102 <f:be.infobox
state=
"2">{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.noEditPermission')}
</f:be.infobox
>
108 <f:section name=
"extraFieldRow">
110 <th class=
"col-nowrap">{row.fieldLabel}
</th>
112 <f:if condition=
"{row.creatorRecord}">
114 <div class=
"media-left">
115 {row.creatorRecord.icon -
> f:format.raw()}
117 <div class=
"media-body">
118 <strong>{row.creatorRecord.username}
</strong><br>
119 {row.creatorRecord.realName}
123 <f:if condition=
"{row.value}">
130 <f:section name=
"fieldRow">
132 <th class=
"col-nowrap">{row.fieldLabel}
</th>
133 <td>{row.fieldValue}
</td>
137 <f:section name=
"refLineRow">
139 <f:if condition=
"{line.record}">
141 <td class=
"col-icon"><a href=
"{line.url}" title=
"id={line.record.uid}">{line.icon -
> f:format.raw()}
</a></td>
142 <td class=
"col-title"><a href=
"{line.url}" title=
"[id={line.record.uid}] {line.recordTitle}">{line.recordTitle -
> f:format.crop(maxCharacters: maxTitleLength)}
</a></td>
143 <td>{line.title}
</td>
144 <td><span title=
"{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:page')}: {line.parentRecordTitle} (uid={line.record.pid})">
149 <td class=
"col-icon"></td>
150 <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>
151 <td>{line.row.title}
</td>
155 <td>{line.labelForTableColumn}
</td>
156 <td>{line.row.flexpointer}
</td>
157 <td>{line.row.softref_key}
</td>
158 <td>{line.row.sorting}
</td>
159 <td class=
"col-control">
160 <f:render section=
"action" arguments=
"{line: line.actions}" />
165 <f:section name=
"refFromLineRow">
167 <f:if condition=
"{line.record}">
169 <td class=
"col-icon"><a href=
"{line.url}" title=
"id={line.record.uid}">{line.icon -
> f:format.raw()}
</a></td>
170 <td class=
"col-title"><a href=
"{line.url}" title=
"[id={line.record.uid}] {line.recordTitle}">{line.recordTitle -
> f:format.crop(maxCharacters: maxTitleLength)}
</a></td>
171 <td>{line.title}
</td>
172 <td>{line.row.ref_uid}
</td>
175 <td class=
"col-icon"></td>
176 <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>
177 <td>{line.row.title}
</td>
181 <td>{line.labelForTableColumn}
</td>
182 <td>{line.row.flexpointer}
</td>
183 <td>{line.row.softref_key}
</td>
184 <td>{line.row.sorting}
</td>
185 <td>{line.row.ref_string}
</td>
186 <td class=
"col-control">
187 <f:render section=
"action" arguments=
"{line: line.actions}" />
192 <f:section name=
"action">
193 <div class=
"btn-group" role=
"group">
194 <f:if condition=
"{line.webListUrl}">
195 <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')}">
196 <core:icon identifier=
"actions-document-view" size=
"small" />
199 <a class=
"btn btn-default btn-sm" href=
"{line.recordEditUrl}">
200 <core:icon identifier=
"actions-open" size=
"small" />
203 <div class=
"btn-group" role=
"group">
204 <a class=
"btn btn-default btn-sm" href=
"{line.recordHistoryUrl}">
205 <core:icon identifier=
"actions-document-history-open" size=
"small" />
208 <f:if condition=
"{line.webListUrl}">
209 <div class=
"btn-group" role=
"group">
210 <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')}">
211 <core:icon identifier=
"actions-system-list-open" size=
"small" />