- Timestamp:
- Jan 15, 2014, 7:22:26 PM (11 years ago)
- Location:
- trunk/themes/smartpocket
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/smartpocket/admin/admin.tpl
r25753 r26757 28 28 29 29 <li><label> 30 <span class="property">{'Loop the slideshow'| translate}</span> 30 <span class="property">{'Loop the slideshow'|@translate}</span> 31 31 <span class="graphicalCheckbox icon-check{if not $options.loop}-empty{/if}"> </span> 32 32 <input type="checkbox" name="loop"{if $options.loop} checked="checked"{/if}> … … 34 34 35 35 <li><label> 36 <span class="property">{'Autohide the bar of the slideshow'| translate}</span> 36 <span class="property">{'Autohide the bar of the slideshow'|@translate}</span> 37 37 <span class="graphicalCheckbox icon-check{if $options.autohide != 5000}-empty{/if}"> </span> 38 38 <input type="checkbox" name="autohide"{if $options.autohide == 5000} checked="checked"{/if}> -
trunk/themes/smartpocket/template/comments.tpl
r23713 r26757 1 1 {include file='infos_errors.tpl'} 2 2 <div data-role="content"> 3 {**{if isset($MENUBAR)}{$MENUBAR}{/if}4 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">5 6 <div class="titrePage">7 <ul class="categoryActions">8 </ul>9 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'User comments'|@translate}</h2>10 </div>11 12 {include file='infos_errors.tpl'}13 14 <form class="filter" action="{$F_ACTION}" method="get">15 16 <fieldset>17 <legend>{'Filter'|@translate}</legend>18 19 <label>{'Keyword'|@translate}<input type="text" name="keyword" value="{$F_KEYWORD}"></label>20 21 <label>{'Author'|@translate}<input type="text" name="author" value="{$F_AUTHOR}"></label>22 23 <label>24 {'Album'|@translate}25 <select name="cat">26 <option value="0">------------</option>27 {html_options options=$categories selected=$categories_selected}28 </select>29 </label>30 31 <label>32 {'Since'|@translate}33 <select name="since">34 {html_options options=$since_options selected=$since_options_selected}35 </select>36 </label>37 38 </fieldset>39 40 <fieldset>41 42 <legend>{'Display'|@translate}</legend>43 44 <label>45 {'Sort by'|@translate}46 <select name="sort_by">47 {html_options options=$sort_by_options selected=$sort_by_options_selected}48 </select>49 </label>50 51 <label>52 {'Sort order'|@translate}53 <select name="sort_order">54 {html_options options=$sort_order_options selected=$sort_order_options_selected}55 </select>56 </label>57 58 <label>59 {'Number of items'|@translate}60 <select name="items_number">61 {html_options options=$item_number_options selected=$item_number_options_selected}62 </select>63 </label>64 65 </fieldset>66 67 <p><input type="submit" value="{'Filter and display'|@translate}"></p>68 69 </form>70 71 {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}**}72 3 73 4 {if isset($comments)}
Note: See TracChangeset
for help on using the changeset viewer.