diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-09 12:42:42 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-09 12:42:42 +0000 |
commit | 867c2379ff66ce0f2c4f872a13027fd649aa076d (patch) | |
tree | fd182bca99fc6cfe09a7821fab35ce2629fdab44 /template/default/category.vtp | |
parent | fe51c10474152f319d08229147adbc95fcd6c219 (diff) |
Initial revision
git-svn-id: http://piwigo.org/svn/trunk@2 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/category.vtp | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/template/default/category.vtp b/template/default/category.vtp new file mode 100644 index 000000000..2cf06e234 --- /dev/null +++ b/template/default/category.vtp @@ -0,0 +1,111 @@ +<html> + <head> + {#style} + <title>{#title}</title> + </head> + <body> + {#header} + <table style="width:100%;"> + <tr> + <td valign="top" style="width:1%;padding:10px;"> + {#frame_start}100%{#frame_begin} + <div class="titreMenu">{#categories}</div> + <div class="menu"> + <!--VTP_category-->{#indent}<!--VTP_bullet_w_link--><a href="{#bullet_link}"><img src="{#bullet_url}" style="border:none;" alt="{#bullet_alt}" /></a><!--/VTP_bullet_w_link--><!--VTP_bullet_wo_link--><img src="{#bullet_url}" style="border:none;" alt="{#bullet_alt}" /><!--/VTP_bullet_wo_link--> <a href="{#link_url}"><span title="{#hint_category}" style="{#name_style}">{#link_name}</span> <span class="menuInfoCat">[ <!--VTP_subcat--><span title="{#nb_subcats} {#sub-cat}">{#nb_subcats}</span> - <!--/VTP_subcat--><span title="{#total_cat} {#images_available}">{#total_cat}</span> ]</span></a>{#cat_icon}<br /> + <!--/VTP_category--> + <div class="totalImages">[ {#nb_total_pictures} {#total} ]</div> + <!--VTP_favorites--> + <br /> <img src="{#lien_collapsed}" al=">" /> <a href="{#url}"><span title="{#favorite_cat_hint}" style="font-weight:bold;">{#favorite_cat}</span></a> <span class="menuInfoCat">[ {#nb_favorites} ]</span> + <!--/VTP_favorites--> + <br /> <img src="{#lien_collapsed}" al=">" /> <span style="font-weight:bold;">{#stats}</span></a> + <br /> <img src="{#lien_collapsed}" al=">" /> <a href="{#most_visited_url}"><span title="{#most_visited_cat_hint}" style="font-weight:bold;">{#top_number} {#most_visited_cat}</span></a> + <br /> <img src="{#lien_collapsed}" al=">" /> <a href="{#recent_url}"><span title="{#recent_cat_hint}" style="font-weight:bold;">{#recent_cat}</span></a> {#icon_short} + </div> + {#frame_end} + <div style="margin-bottom:5px;"> </div> + {#frame_start}100%{#frame_begin} + <div class="titreMenu">{#title_menu}</div> + <div class="menu"> + <!--VTP_summary--> + <img src="{#lien_collapsed}" alt=">"/> <a href="{#url}" title="{#title}">{#name}</a><br /> + <!--/VTP_summary--> + </div> + {#frame_end} + </td> + <td style="padding:5px;width:99%;" valign="top"> + <table style="width:100%;"> + <tr> + <td align="center"> + {#frame_start}1%{#frame_begin} + <div class="titrePage">{#cat_title}</div> + {#frame_end} + <div style="margin-bottom:5px;"> </div> + <!--VTP_thumbnails--> + <table class="thumbnail"> + <!--VTP_line--> + <tr> + <!--VTP_thumbnail--> + <td valign="bottom" class="thumbnail"> + <a href="{#url}" class="back"> + <img src="{#src}" + alt="{#alt}" + title="{#title}" + class="imgLink"/><br /> + {#name} + </a> + {#icon} + <!--VTP_nb_comments--> + <br />{#nb} comments + <!--/VTP_nb_comments--> + </td> + <!--/VTP_thumbnail--> + </tr> + <!--/VTP_line--> + </table> + <!--/VTP_thumbnails--> + </td> + </tr> + <tr> + <td align="left"> + <!--VTP_cat_infos--> + <!--VTP_navigation--> + <div class="navigationBar">{#navigation_bar}</div> + <!--/VTP_navigation--> + <!--VTP_comment--> + <div class="comments">{#cat_comment}</div> + <!--/VTP_comment--> + <div class="infoCat"> + {#nb_image_category} "{#cat_name}" : {#cat_nb_images} + <!--VTP_upload--> + <br /><a href="{#url}" class="back">{#upload_name}</a> + <!--/VTP_upload--> + </div> + <!--/VTP_cat_infos--> + </td> + </tr> + <tr> + <td align="right"> + {#frame_start}1%{#frame_begin} + <div class="info"> + {#connected_user} {#pseudo}<br /> + {#recent_image} {#short_period} {#days} + {#icon_short}<br /> + {#recent_image} {#long_period} {#days} + {#icon_long}<br /> + {#send_mail} <a href="mailto:{#mail_webmaster}?subject={#title_send_mail}"><span style="font-weight:bold;">{#webmaster}</span></a> + </div> + {#frame_end} + </td> + </tr> + </table> + </td> + </tr> + </table> + <div class="copyright">{#generation_time} {#time}</div> + <!-- Please, do not remove this copyright. If you really want to, + contact me pierrick@z0rglub.com to find a solution on how + to show the origin of the script...--> + <div class="copyright">Powered by <a href="{#site_url}" class="back">PhpWebGallery</a> {#version}</div> + {#footer} + </body> +</html>
\ No newline at end of file |