aboutsummaryrefslogtreecommitdiffstats
path: root/template/default
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-05-28 21:55:15 +0000
committerz0rglub <z0rglub@piwigo.org>2004-05-28 21:55:15 +0000
commit7e465041bfdf14cbbb684bf11f597e3bc8e78980 (patch)
tree4806c362dc8d3efe85c5b8bf1d4bbc4060276b83 /template/default
parentc635fc7b03e25856381b0393198b486585410e02 (diff)
no more use of clickable bullet with categories in the menu
git-svn-id: http://piwigo.org/svn/trunk@422 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r--template/default/category.tpl41
1 files changed, 19 insertions, 22 deletions
diff --git a/template/default/category.tpl b/template/default/category.tpl
index a48097a5e..d580651a1 100644
--- a/template/default/category.tpl
+++ b/template/default/category.tpl
@@ -1,26 +1,23 @@
-<div align="center" style="padding:10px;"><img src="template/default/images/logo.jpg" width="360" height="100">
-</div>
+<div align="center" style="padding:10px;"><img src="template/default/images/logo.jpg" width="360" height="100"></div>
<table style="width:100%;">
<tr>
- <td valign="top" style="padding:10px;width:1%;">
- <div class="table1">
- <div class="titreMenu">
- <a href="{U_HOME}">{L_CATEGORIES}</a>
- </div>
- <div class="menu">
- <!-- BEGIN category -->
- {category.INDENT}
- <!-- BEGIN bulletlink -->
- <a href="{category.bulletlink.U_BULLET_LINK}"><img src="{category.bulletlink.BULLET_IMAGE}" style="border:none;" alt="" /></a>
- <!-- END bulletlink -->
- <!-- BEGIN bulletnolink -->
- <img src="{category.bulletnolink.BULLET_IMAGE}" style="border:none;" alt="" />
- <!-- END bulletnolink -->
- &nbsp;<a href="{category.U_LINK}"><span title='{L_HINT_CATEGORY}' style="{category.T_NAME}">{category.LINK_NAME}</span></a>
- &nbsp;<span class="menuInfoCat">[
- <span title="{category.NB_SUBCATS} {L_SUBCAT}">{category.NB_SUBCATS}</span> - <span title="{category.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.TOTAL_CAT}</span>&nbsp;]</span>{category.CAT_ICON}<br />
- <!-- END category -->
- <div class="totalImages">[&nbsp;{NB_PICTURE}&nbsp;{L_TOTAL}&nbsp;]</div>
+ <td valign="top" style="padding:10px;width:1%;">
+ <div class="table1">
+ <div class="titreMenu">
+ <a href="{U_HOME}">{L_CATEGORIES}</a>
+ </div>
+ <div class="menu">
+ <!-- BEGIN category -->
+ {category.INDENT}
+ <img src="{category.BULLET_IMAGE}" style="border:none;" alt="" />
+ <a href="{category.U_LINK}"><span title='{L_HINT_CATEGORY}' style="{category.T_NAME}">{category.LINK_NAME}</span></a>
+ <!-- BEGIN infocat -->
+ <span class="menuInfoCat">[<span title="{category.infocat.TOTAL_CAT} {L_IMG_AVAILABLE}">{category.infocat.TOTAL_CAT}</span>]</span>
+ {category.infocat.CAT_ICON}
+ <!-- END infocat -->
+ <br />
+ <!-- END category -->
+ <div class="totalImages">[&nbsp;{NB_PICTURE}&nbsp;{L_TOTAL}&nbsp;]</div>
<br />
<ul class="menu">
<!-- BEGIN favorites -->
@@ -108,4 +105,4 @@
</div>
</td>
</tr>
-</table> \ No newline at end of file
+</table>