egroupware/etemplate/templates/default/egw_tutorial.xet

21 lines
665 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
<!-- $Id$ -->
<overlay>
<template id="etemplate.egw_tutorial" template="" lang="" group="0" version="15.1">
<grid id="list" class="egwGridView_grid" height="200" overflow="auto">
<columns>
<column/>
</columns>
<rows>
<row >
<vbox onclick="$row_cont[onclick]" align="center" statustext="$row_cont[title]">
<description value = "$row_cont[title]" class="et2_ellipsis"/>
<image src="$row_cont[thumbnail]" height="70px"/>
</vbox>
</row>
</rows>
</grid>
</template>
</overlay>