openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4b50cfa4402350373f0c042734203a89140156e5
parent 98e9ad3d5e04860a1a468ddb5c127257ba1827d4
Author: Jan Dankert <devnull@localhost>
Date:   Wed,  8 Nov 2017 00:03:32 +0100

...?

Diffstat:
themes/default/templates/folder/content.tpl.src.xml | 78++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+), 0 deletions(-)

diff --git a/themes/default/templates/folder/content.tpl.src.xml b/themes/default/templates/folder/content.tpl.src.xml @@ -0,0 +1,77 @@ +<output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"> + <table> + <row class="headline"> + <column class="help"> + <text key="GLOBAL_TYPE"></text> + <text raw="_/_"></text> + <text key="GLOBAL_NAME"></text> + </column> + <column class="help"> + <text key="GLOBAL_LASTCHANGE"></text> + </column> + </row> + <if present="up_url"> + <row class="data"> + <column url="var:up_url"> + <image type="folder"></image> + <text raw=".."></text> + </column> + <column> + <text raw=""></text> + </column> + </row> + </if> + <list list="object" extract="true"> + <row class="data"> + <column id="var:id" name="var:name" action="var:type" title="var:desc" class="var:class"> + <image type="var:icon"></image> + <text var="name"></text> + <text raw="_"></text> + </column> + <column> + <date date="var:date"></date> + </column> + </row> + </list> + <if empty="object"> + <row> + <column colspan="2"> + <text text="GLOBAL_NOT_FOUND"></text> + </column> + </row> + </if> + <row class="data"> + <column colspan="2"> + <link type="view" action="folder" subaction="createfolder"> + <image file="icon/create"></image> + <text key="menu_folder_createfolder"></text> + </link> + </column> + </row> + <row class="data"> + <column colspan="2"> + <link type="view" action="folder" subaction="createpage"> + <image file="icon/create"></image> + <text key="menu_folder_createpage"></text> + </link> + </column> + </row> + <row class="data"> + <column colspan="2"> + <link type="view" action="folder" subaction="createfile"> + <image file="icon/create"></image> + <text key="menu_folder_createfile"></text> + </link> + </column> + </row> + <row class="data"> + <column colspan="2"> + <link type="modal" action="folder" subaction="createlink"> + <image file="icon/create"></image> + <text key="menu_folder_createlink"></text> + </link> + </column> + </row> + </table> +</output>+ \ No newline at end of file