aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/help.vtp
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-21 19:38:38 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-21 19:38:38 +0000
commit55a0a61aaf58a02e2ac5d2c489f81b1be4730cd8 (patch)
tree54db07101b35ea40bf48de022f5244280a9efbe4 /template/default/admin/help.vtp
parenta11cb36e34e08f2ed2c573c9fe1c6097cbd7be29 (diff)
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@25 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/help.vtp')
-rw-r--r--template/default/admin/help.vtp26
1 files changed, 26 insertions, 0 deletions
diff --git a/template/default/admin/help.vtp b/template/default/admin/help.vtp
new file mode 100644
index 000000000..4e7692acd
--- /dev/null
+++ b/template/default/admin/help.vtp
@@ -0,0 +1,26 @@
+<table style="width:100%;">
+ <!--VTP_cat-->
+ <tr>
+ <th>{#name}</th>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td>
+ <!--VTP_illustration-->
+ <div style="text-align:center;margin:auto;margin-bottom:10px;"><img src="{#pic_src}" style="border:1px solid black;" alt="{#pic_alt}"/></div>
+ {#caption}
+ <!--/VTP_illustration-->
+ <ul style="margin-right:10px;">
+ <!--VTP_item-->
+ <li>{#content}</li>
+ <!--/VTP_item-->
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
+ <!--/VTP_cat-->
+</table> \ No newline at end of file