Template: Allgemeine Einstellungen: Layout - Modultiteltemplate
<SCRIPT runat="server">
public sub page_load()
if context.items("57_cd") <> string.empty
breadcrumb.text = context.items("57_cd").replace("|","/")
else
breadcrumb.text = "/"
end if
end sub
</SCRIPT>
<table class="table">
<th>
<h2>[ModuleTitle][popupmenu] </h2>
Path: [lb:breadcrumb]
</th>
<tfooter></tfooter>
<tbody/>
</table>
<span [mvif:IsInDetailView:neq:]>[popupmenu]</span>
Template: Allgemeine Einstellungen: Layout - Modultemplate
[moduletitle][content]
Template: Spezielle Einstellungen: Hauptbereich
<table border="0">
<tbody>
<tr>
<td>[Folders]</td>
</tr>
<tr>
<td>[Files]</td>
</tr>
</tbody>
</table>
Template: Allgemeine Einstellungen: Dateianzeige
[set:group:create:name][set:order:name desc]
<table class="table-filebox">
<tbody>
<tr>
<td class="td-filebox"><a href='[downloadurl]' target="_blank" onclick="_gaq.push(['_trackEvent', 'Download', 'Click', '[Name]']);"><img src='[val:iconUrl]' border="0"/></a></td>
<td class="td-filebox"><a href='[downloadurl]' target="_blank" onclick="_gaq.push(['_trackEvent', 'Download', 'Click', '[Name]']);">[name]</a>
<span class="label label-default">[SizeString] | [date:LastWriteTime:dd.MM.yyyy]</span></td>
</tr>
</tbody>
</table>
Template: Allgemeine Einstellungen: Verzeichnisanzeige
<table class="table-filebox">
<tbody>
<tr>
<td class="td-filebox"><a href="[OpenUrl]"><span class="glyphicon glyphicon-folder-open"></span></a></td>
<td class="td-filebox"><a href="[OpenUrl]">[name]</a></td>
</tr>
</tbody>
</table>