source: extensions/flop_style/mainpage_categories/picpile_cat.tpl @ 9818

Last change on this file since 9818 was 9818, checked in by flop25, 13 years ago

captify and polaroid fully functional

File size: 1.7 KB
Line 
1{combine_css path="template-extension/flop_style/mainpage_categories/picpile_cat.css"}
2{if $themeconf.name == "Sylvia"}
3{html_head}
4  {literal}
5  <style>
6  #theCategoryPage .content {
7      margin: 21px 10px 0 290px !important;
8  }
9        </style>
10  {/literal}
11{/html_head}
12{/if}
13<ul class="thumbnailCategories">
14  {foreach from=$category_thumbnails item=cat}
15  <li>
16  <span class="wrap1"><div class="albumHolder">
17    <div class="picRotated"></div>
18    <div class="album"> <a class="ajax" href="{$cat.URL}"> <span title="Browse Album" class="highlight"></span> <img width="160" height="120" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}" alt="{$cat.TN_ALT}" src="{$cat.TN_SRC}"> <span title="Contains {$cat.CAPTION_NB_IMAGES} images" class="albumCnt">{$cat.CAPTION_NB_IMAGES}</span> </a> </div>
19    <div title="{$cat.NAME}" class="albumTitle">{$cat.NAME}</div>
20    <div class="clear"></div>
21  </div>
22  {*
23                <div class="thumbnailCategory">
24                        <div class="illustration">
25                        <a href="{$cat.URL}">
26                                <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}">
27                        </a>
28                        </div>
29                        <div class="description">
30                                <h3>
31                                        <a href="{$cat.URL}">{$cat.NAME}</a>
32                                        {if !empty($cat.icon_ts)}
33                                        <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" alt="(!)">
34                                        {/if}
35                                </h3>
36                <div class="text">
37                                {if isset($cat.INFO_DATES) }
38                                <p class="dates">{$cat.INFO_DATES}</p>
39                                {/if}
40                                <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
41                                {if not empty($cat.DESCRIPTION)}
42                                <p>{$cat.DESCRIPTION}</p>
43                                {/if}
44                </div>
45                        </div>
46                </div>
47  *}
48  </span>
49  </li>
50  {/foreach}
51</ul>
Note: See TracBrowser for help on using the repository browser.