aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/help.vtp
diff options
context:
space:
mode:
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