2 <f:if condition=
"{table}">
3 <small>{table}
</small><br />{icon -
> f:format.raw()}
4 <span title=
"{title}">{title -
> f:format.crop(maxCharacters: maxTitleLength)}
</span>
7 <f:if condition=
"{missingFile}">
8 <f:be.infobox
title=
"{f:translate(key:'LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:warning.file_missing')}" state=
"1">{missingFile}
</f:be.infobox
>
10 <f:if condition=
"{fileRenderer}">
12 {fileRenderer -
> f:format.raw()}
15 <f:if condition=
"{fileObject}">
17 <f:media file=
"{fileObject}"
23 <f:if condition=
"{url}">
25 <a class=
"btn btn-default" href=
"{url}" target=
"_blank">
26 <core:icon identifier=
"actions-document-view" size=
"small" alternativeMarkupIdentifier=
"inline" />
27 <f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.show" />
31 <div class=
"table-fit table-fit-wrap">
32 <table class=
"table table-striped table-hover">
33 <f:for each=
"{extraFields}" as=
"extraField">
34 <f:render section=
"extraFieldRow" arguments=
"{row: extraField}" />
36 <f:for each=
"{fields}" as=
"field">
37 <f:render section=
"fieldRow" arguments=
"{row: field}" />
41 <f:if condition=
"{returnUrl}">
42 <a class=
"btn btn-primary" href=
"{returnUrl}">
43 <core:icon identifier=
"actions-view-go-back" size=
"small" />
44 <f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:back" />
47 <f:if condition=
"{refLines}">
48 <h3><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.referencesToThisItem" /></h3>
49 <div class=
"table-fit">
50 <table class=
"table table-striped table-hover">
53 <th class=
"col-icon"></th>
54 <th class=
"col-title"><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.title" /></th>
55 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.table" /></th>
56 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.uid" /></th>
57 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.field" /></th>
58 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.flexpointer" /></th>
59 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.softrefKey" /></th>
60 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.sorting" /></th>
61 <th class=
"col-control"></th>
65 <f:for each=
"{refLines}" as=
"refLine">
66 <f:render section=
"refLineRow" arguments=
"{line: refLine, maxTitleLength: maxTitleLength}" />
72 <f:if condition=
"{refFromLines}">
73 <h3><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.referencesFromThisItem" /></h3>
74 <div class=
"table-fit">
75 <table class=
"table table-striped table-hover">
78 <th class=
"col-icon"></th>
79 <th class=
"col-title"><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.title" /></th>
80 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.table" /></th>
81 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.uid" /></th>
82 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.field" /></th>
83 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.flexpointer" /></th>
84 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.softrefKey" /></th>
85 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.sorting" /></th>
86 <th><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.refString" /></th>
87 <th class=
"col-control"></th>
91 <f:for each=
"{refFromLines}" as=
"refFromLine">
92 <f:render section=
"refFromLineRow" arguments=
"{line: refFromLine, maxTitleLength: maxTitleLength}" />
100 <f:section name=
"extraFieldRow">
102 <th class=
"col-nowrap">{row.fieldLabel}
</th>
104 <f:if condition=
"{row.creatorRecord}">
106 <div class=
"media-left">
107 {row.creatorRecord.icon -
> f:format.raw()}
109 <div class=
"media-body">
110 <strong>{row.creatorRecord.username}
</strong><br>
111 {row.creatorRecord.realName}
115 <f:if condition=
"{row.value}">
122 <f:section name=
"fieldRow">
124 <th class=
"col-nowrap">{row.fieldLabel}
</th>
125 <td>{row.fieldValue}
</td>
129 <f:section name=
"refLineRow">
131 <f:if condition=
"{line.record}">
133 <td class=
"col-icon"><a href=
"{line.url}" title=
"id={line.record.uid}">{line.icon -
> f:format.raw()}
</a></td>
134 <td class=
"col-title"><a href=
"{line.url}" title=
"[id={line.record.uid}] {line.recordTitle}">{line.recordTitle -
> f:format.crop(maxCharacters: maxTitleLength)}
</a></td>
135 <td>{line.title}
</td>
136 <td><span title=
"{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:page')}: {line.parentRecordTitle} (uid={line.record.pid})">
141 <td class=
"col-icon"></td>
142 <td class=
"col-title"><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.missing_record" /> (uid={line.row.recuid}
</td>
143 <td>{line.row.title}
</td>
147 <td>{line.labelForTableColumn}
</td>
148 <td>{line.row.flexpointer}
</td>
149 <td>{line.row.softref_key}
</td>
150 <td>{line.row.sorting}
</td>
151 <td class=
"col-control">
152 <f:render section=
"action" arguments=
"{line: line.actions}" />
157 <f:section name=
"refFromLineRow">
159 <f:if condition=
"{line.record}">
161 <td class=
"col-icon"><a href=
"{line.url}" title=
"id={line.record.uid}">{line.icon -
> f:format.raw()}
</a></td>
162 <td class=
"col-title"><a href=
"{line.url}" title=
"[id={line.record.uid}] {line.recordTitle}">{line.recordTitle -
> f:format.crop(maxCharacters: maxTitleLength)}
</a></td>
163 <td>{line.title}
</td>
164 <td>{line.row.ref_uid}
</td>
167 <td class=
"col-icon"></td>
168 <td class=
"col-title"><f:translate key=
"LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:show_item.php.missing_record" /> (uid={line.row.recuid}
</td>
169 <td>{line.row.title}
</td>
173 <td>{line.labelForTableColumn}
</td>
174 <td>{line.row.flexpointer}
</td>
175 <td>{line.row.softref_key}
</td>
176 <td>{line.row.sorting}
</td>
177 <td>{line.row.ref_string}
</td>
178 <td class=
"col-control">
179 <f:render section=
"action" arguments=
"{line: line.actions}" />
184 <f:section name=
"action">
185 <div class=
"btn-group" role=
"group">
186 <f:if condition=
"{line.webListUrl}">
187 <a class=
"btn btn-default btn-sm" href=
"#" onclick=
"{line.viewOnClick}" title=
"{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:labels.showPage')}">
188 <core:icon identifier=
"actions-document-view" size=
"small" />
191 <a class=
"btn btn-default btn-sm" href=
"{line.recordEditUrl}">
192 <core:icon identifier=
"actions-open" size=
"small" />
195 <div class=
"btn-group" role=
"group">
196 <a class=
"btn btn-default btn-sm" href=
"{line.recordHistoryUrl}">
197 <core:icon identifier=
"actions-document-history-open" size=
"small" />
200 <f:if condition=
"{line.webListUrl}">
201 <div class=
"btn-group" role=
"group">
202 <a class=
"btn btn-default btn-sm" href=
"{line.webListUrl}" title=
"{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:labels.showList')}">
203 <core:icon identifier=
"actions-system-list-open" size=
"small" />