mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- special categories rewritten
- favorite menu link rewritten - replace image alt attribute representing bullets by a ">" - add block for calendar navigation - deletes category information at the bottom of the page - use CSS style "selected" git-svn-id: http://piwigo.org/svn/trunk@431 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -21,12 +21,13 @@
|
||||
<br />
|
||||
<ul class="menu">
|
||||
<!-- BEGIN favorites -->
|
||||
<li><a href="{U_FAVORITE}"><span title="{L_FAVORITE_HINT}" style="font-weight:bold;">{L_FAVORITE}</span></a> <span class="menuInfoCat">[ {favorites.NB_FAV} ]</span></li>
|
||||
<li><a href="{U_FAVORITE}"><span title="{L_FAVORITE_HINT}">{L_FAVORITE}</span></a> <span class="menuInfoCat">[ {favorites.NB_FAV} ]</span></li>
|
||||
<!-- END favorites -->
|
||||
<li><span style="font-weight:bold;">{L_STATS}</span></li>
|
||||
<li><span style="font-weight:bold;">{L_SPECIAL_CATEGORIES}</span></li>
|
||||
<ul class="menu">
|
||||
<li><a href="{U_MOST_VISITED}"><span title="{L_MOST_VISITED_HINT}" style="font-weight:bold;">{TOP_VISITED} {L_MOST_VISITED}</span></a></li>
|
||||
<li><a href="{U_RECENT}"><span title="{L_RECENT_HINT}" style="font-weight:bold;">{L_RECENT}</span></a> {T_SHORT}</li>
|
||||
<li><a href="{U_MOST_VISITED}"><span title="{L_MOST_VISITED_HINT}">{TOP_VISITED} {L_MOST_VISITED}</span></a></li>
|
||||
<li><a href="{U_RECENT}"><span title="{L_RECENT_HINT}">{L_RECENT}</span></a> {T_SHORT}</li>
|
||||
<li><a href="{U_CALENDAR}"><span title="{L_CALENDAR_HINT}">{L_CALENDAR}</span></a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -55,10 +56,10 @@
|
||||
<!-- END login -->
|
||||
<!-- BEGIN logout -->
|
||||
<p>{L_HELLO} {USERNAME} !</p>
|
||||
<img src="{T_COLLAPSED}" alt=""/> <a href="{U_LOGOUT}">{L_LOGOUT}</a><br />
|
||||
<img src="{T_COLLAPSED}" alt=''/> <a href="{U_PROFILE}" title="{L_PROFILE_HINT}">{L_PROFILE}</a><br />
|
||||
<img src="{T_COLLAPSED}" alt=">"/> <a href="{U_LOGOUT}">{L_LOGOUT}</a><br />
|
||||
<img src="{T_COLLAPSED}" alt=">"/> <a href="{U_PROFILE}" title="{L_PROFILE_HINT}">{L_PROFILE}</a><br />
|
||||
<!-- BEGIN admin -->
|
||||
<img src="{T_COLLAPSED}" alt=''/> <a href="{U_ADMIN}" title="{L_ADMIN_HINT}">{L_ADMIN}</a><br />
|
||||
<img src="{T_COLLAPSED}" alt=">"/> <a href="{U_ADMIN}" title="{L_ADMIN_HINT}">{L_ADMIN}</a><br />
|
||||
<!-- END admin -->
|
||||
<!-- END logout -->
|
||||
</div>
|
||||
@@ -67,6 +68,10 @@
|
||||
<td style="padding:10px;width:99%;" valign="top">
|
||||
<div class="home">
|
||||
<div class="titrePage">{TITLE}</div>
|
||||
<!-- BEGIN calendar -->
|
||||
<div class="navigationBar">{calendar.YEARS_NAV_BAR}</div>
|
||||
<div class="navigationBar">{calendar.MONTHS_NAV_BAR}</div>
|
||||
<!-- END calendar -->
|
||||
<!-- BEGIN thumbnails -->
|
||||
<table valign="top" align="center" class="thumbnail">
|
||||
<!-- BEGIN line -->
|
||||
@@ -98,9 +103,6 @@
|
||||
<!-- BEGIN comment -->
|
||||
<div class="info">{cat_infos.comment.COMMENTS}</div>
|
||||
<!-- END comment -->
|
||||
<div class="infoCat">
|
||||
{L_NB_IMG} "{TITLE}" : {cat_infos.NB_IMG_CAT}
|
||||
</div>
|
||||
<!-- END cat_infos -->
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user