aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/admin/cat_list.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-08-18 07:04:05 +0000
committerchrisaga <chrisaga@piwigo.org>2005-08-18 07:04:05 +0000
commit2bbc7ba8bea747db08a8adac9e80e8a2aa7cbf2d (patch)
tree825df1cd8fc4c9cbf5eeb01c36e6434cbcdc9c4f /template/cclear/admin/cat_list.tpl
parentaf3802982b31b13e6f94015bba484233c3b1a9e1 (diff)
Let's begin the new customizable clear template :-)
git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear/admin/cat_list.tpl')
-rw-r--r--template/cclear/admin/cat_list.tpl63
1 files changed, 63 insertions, 0 deletions
diff --git a/template/cclear/admin/cat_list.tpl b/template/cclear/admin/cat_list.tpl
new file mode 100644
index 000000000..190b85dcd
--- /dev/null
+++ b/template/cclear/admin/cat_list.tpl
@@ -0,0 +1,63 @@
+<!-- BEGIN errors -->
+<div class="errors">
+<ul>
+ <!-- BEGIN error -->
+ <li>{errors.error.ERROR}</li>
+ <!-- END error -->
+</ul>
+</div>
+<!-- END errors -->
+<!-- BEGIN infos -->
+<div class="info">
+ <!-- BEGIN info -->
+ <li>{infos.info.INFO}</li>
+ <!-- END info -->
+</div>
+<!-- END infos -->
+<h3>{CATEGORIES_NAV}</h3>
+<!--table style="width:100%;"-->
+<!-- BEGIN category -->
+<table style="width:100%;">
+<tr>
+ <td style="width:1px;padding:5px;"><img src="{category.CATEGORY_IMG_SRC}" alt="{category.CATEGORY_IMG_ALT}" title="{category.CATEGORY_IMG_TITLE}" /></td>
+ <td style="width:60%;text-align:left;"><a class="titreImg" href="{category.U_CATEGORY}">{category.CATEGORY_NAME}</a>
+ <br />
+ <!-- BEGIN storage -->
+ {L_STORAGE} : {category.CATEGORY_DIR} -
+ <!-- END storage -->
+ {L_NB_IMG} : {category.CATEGORY_NB_IMG}
+ </td>
+ <td class="row1" style="width:10%;white-space:nowrap;text-align:center;">
+ <a href="{category.U_MOVE_UP}">{L_MOVE_UP}</a><br />
+ <a href="{category.U_MOVE_DOWN}">{L_MOVE_DOWN}</a>
+ </td>
+ <td class="row1" style="width:10%;white-space:nowrap;text-align:center;">
+ <a href="{category.U_CAT_EDIT}">{L_EDIT}</a>
+ </td>
+ <td class="row1" style="width:10%;white-space:nowrap;text-align:center;">
+ <!-- BEGIN image_info -->
+ <a href="{category.U_INFO_IMG}">{L_INFO_IMG}</a>
+ <!-- END image_info -->
+ <!-- BEGIN no_image_info -->
+ <span style="color:darkgray;">{L_INFO_IMG}</span>
+ <!-- END no_image_info -->
+ </td>
+ <td class="row1" style="width:10%;white-space:nowrap;text-align:center;">
+ <!-- BEGIN virtual -->
+ <a href="{category.U_CAT_DELETE}">{L_DELETE}</a>
+ <!-- END virtual -->
+ <!-- BEGIN storage -->
+ <span style="color:darkgray;">{L_DELETE}</span>
+ <!-- END storage -->
+ </td>
+<tr>
+</table>
+<!-- END category -->
+<!--/table-->
+<form action="{F_ACTION}" method="post" id="add_virtual">
+ <p>
+ {L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
+ <input type="hidden" name="rank" value="{NEXT_RANK}"/>
+ <input type="submit" value="{L_SUBMIT}" class="bouton" name="submit" />
+ </p>
+</form>