Last change
on this file since 24259 was
20093,
checked in by mistic100, 12 years ago
|
add order and caddie buttons, columns header in CSV file, move some code to template
|
File size:
1.8 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span> » |
---|
3 | <h2>{$TITLE}</h2> |
---|
4 | |
---|
5 | <ul class="categoryActions"> |
---|
6 | {if $U_MAIL} |
---|
7 | <li><a href="#mail_form" title="{'Send this collection my mail'|@translate}" class="mail_colorbox_open pwg-state-default pwg-button" rel="nofollow" |
---|
8 | {if not $collection.PUBLIC}onClick="alert('{'The collection must be public in order to send it'|@translate|escape:javascript}');return false;"{/if}> |
---|
9 | <span class="pwg-icon user-collections-mail-icon" style="background:url('{$ROOT_URL}{$USER_COLLEC_PATH}template/resources/mail.png') center center no-repeat;"> </span><span class="pwg-button-text">{'Send'|@translate}</span> |
---|
10 | </a></li> |
---|
11 | {/if} |
---|
12 | {if $U_CLEAR} |
---|
13 | <li><a href="{$U_CLEAR}" title="{'Clear this collection'|@translate}" class="pwg-state-default pwg-button" rel="nofollow" onClick="return confirm('{'Are you sure?'|@translate|escape:javascript}');"> |
---|
14 | <span class="pwg-icon user-collections-clear-icon" style="background:url('{$ROOT_URL}{$USER_COLLEC_PATH}template/resources/bin.png') center center no-repeat;"> </span><span class="pwg-button-text">{'Clear'|@translate}</span> |
---|
15 | </a></li> |
---|
16 | {/if} |
---|
17 | {if $U_DELETE} |
---|
18 | <li><a href="{$U_DELETE}" title="{'Delete this collection'|@translate}" class="pwg-state-default pwg-button" rel="nofollow" onClick="return confirm('{'Are you sure?'|@translate|escape:javascript}');"> |
---|
19 | <span class="pwg-icon user-collections-delete-icon" style="background:url('{$ROOT_URL}{$USER_COLLEC_PATH}template/resources/delete.png') center center no-repeat;"> </span><span class="pwg-button-text">{'Delete'|@translate}</span> |
---|
20 | </a></li> |
---|
21 | {/if} |
---|
22 | |
---|
23 | {if !empty($COLLECTION_ACTIONS)} |
---|
24 | {$COLLECTION_ACTIONS} |
---|
25 | {/if} |
---|
26 | </ul> |
---|
27 | </div> |
---|
28 | |
---|
29 | <div id="content"> |
---|
30 | {$MENUBAR} |
---|
31 | <div> |
---|
Note: See
TracBrowser
for help on using the repository browser.