2015-09-25 17:18:35 +02:00
|
|
|
<?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>
|
2015-10-05 18:01:39 +02:00
|
|
|
<row >
|
2015-10-06 18:37:51 +02:00
|
|
|
<vbox onclick="$row_cont[onclick]" align="center" statustext="$row_cont[title]">
|
2015-10-05 18:01:39 +02:00
|
|
|
<description value = "$row_cont[title]" class="et2_ellipsis"/>
|
2015-10-06 18:37:51 +02:00
|
|
|
<image src="$row_cont[thumbnail]" height="70px"/>
|
|
|
|
</vbox>
|
2015-09-25 17:18:35 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
</overlay>
|