| 1 | | {html_head} |
| 2 | | <style type="text/css"> |
| 3 | | li .bullet {ldelim}padding-left:14px;margin-left:0;background:url({$ROOT_URL}plugins/{$RVMT_BASE_NAME}/img/bpm.gif) no-repeat scroll} |
| 4 | | .liOpen .bullet {ldelim}cursor:pointer;background-position:-38px center} |
| 5 | | .liClosed .bullet {ldelim}cursor:pointer;background-position:-19px center} |
| 6 | | .liBullet .bullet {ldelim}cursor:default;background-position:0 center} |
| 7 | | .liClosed ul {ldelim}display:none;} |
| 8 | | </style> |
| 9 | | {/html_head} |
| | 1 | {html_style} |
| | 2 | li .bullet{ldelim}padding-left:14px;margin-left:0;background:url({$ROOT_URL}plugins/{$RVMT_BASE_NAME}/img/bpm.gif) no-repeat scroll} |
| | 3 | .liOpen .bullet{ldelim}cursor:pointer;background-position:-38px center} |
| | 4 | .liClosed .bullet{ldelim}cursor:pointer;background-position:-19px center} |
| | 5 | .liBullet .bullet{ldelim}cursor:default;background-position:0 center} |
| | 6 | .liClosed ul{ldelim}display:none} |
| | 7 | {/html_style} |
| 11 | | {if isset($U_START_FILTER)} |
| 12 | | <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a> |
| 13 | | {/if} |
| 14 | | {if isset($U_STOP_FILTER)} |
| 15 | | <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a> |
| 16 | | {/if} |
| | 9 | {if isset($U_START_FILTER)} |
| | 10 | <a href="{$U_START_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'display only recently posted photos'|@translate}" rel="nofollow"><span class="pwg-icon pwg-icon-filter"> </span></a> |
| | 11 | {/if} |
| | 12 | {if isset($U_STOP_FILTER)} |
| | 13 | <a href="{$U_STOP_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'return to the display of all photos'|@translate}"><span class="pwg-icon pwg-icon-filter-del"> </span></a> |
| | 14 | {/if} |