2015-09-25 17:18:35 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2015-09-25 17:18:35 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="etemplate.egw_tutorial" template="" lang="" group="0" version="15.1">
|
2015-10-28 12:54:08 +01:00
|
|
|
<grid id="list" width="99%" overflow="auto">
|
2015-09-25 17:18:35 +02:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2015-10-05 18:01:39 +02:00
|
|
|
<row >
|
2015-10-19 17:00:42 +02:00
|
|
|
<vbox onclick="$row_cont[onclick]" align="center" statustext="$row_cont[desc]">
|
2015-10-14 16:17:09 +02:00
|
|
|
<hbox background="$row_cont[thumbnail]" height="130px" width="99%" class="egw_tutorial_thumb">
|
2015-10-13 17:07:06 +02:00
|
|
|
<description value = "$row_cont[title]" class="egw_tutorial_title"/>
|
|
|
|
<hbox id="play" class="egw_tutorial_playBtn">
|
|
|
|
<hbox></hbox>
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
2015-10-06 18:37:51 +02:00
|
|
|
</vbox>
|
2015-09-25 17:18:35 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
</overlay>
|