Revision`s Differences

Transkrypt

Revision`s Differences
Dokumentacja zmian plików graficznych
Wersja zmian: 1.1.2 - 1.1.3
Pliki .tpl
boxes/Slider/box.tpl
3
4
5
-6
-7
+6
+7
8
9
10
11
+ 12
13
14
15
<div class="pageslider animation_{$boxNs->$box_id->animation|escape} {if $boxNs->$box_id->auto}animaton_auto{/if} {$boxNs->$box_id->
bulletsclass}">
<ul class="slides"{if $boxNs->$box_id->height > 0} style="height: {$boxNs->$box_id->height}px;"{/if}>
{foreach from=$boxNs->$box_id->images item=img}
<li><a href="{$img->href|escape}">
<img src="{baseDir}/{$img->src|escape}" />
<li><a href="{$img->href|escape}" title="">
<img src="{baseDir}/{$img->src|escape}" alt="" />
</a></li>
{/foreach}
</ul>
<ul class="pages">
<li></li>
</ul>
</div>
<div class="floatfix"></div>
boxes/News/box.tpl
12
13
14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
+ 15
+ 16
+ 17
+ 18
+ 19
+ 20
+ 21
{foreach from=$boxNs->$box_id->list item=box_article name=list}
{if $smarty.foreach.list.index > 0}<hr class="separator" />{/if}
<h4 class="article_name">
{if $box_article->article->content|strlen > 0}
<a href="{route function='news' key=$box_article->getIdentifier() newsId=$box_article->getIdentifier()}">
{$box_article->article->name|escape}
</a>
{else}
{$box_article->article->name|escape}
{/if}
{if $box_article->article->content|strlen > 0}
<a href="{route function='news' key=$box_article->getIdentifier() newsId=$box_article->getIdentifier()}">
{$box_article->article->name|escape}
</a>
{else}
{$box_article->article->name|escape}
{/if}
Copyright© Shoper.pl 2011. All rights reserved.
Strona 1/5
22
23
24
25
- 26
+ 26
27
28
29
</h4>
<h5 class="article_date">{date value=$box_article->article->date format='Zend_Date::DATE_MEDIUM'}{if $box_article->article->author},
{$box_article->article->author|escape}{/if}</h5>
<div class="floatfix"></div>
{if 2 == $boxNs->$box_id->format}
<span class="resetcss">{$box_article->article->short_content}</span>
<div class="resetcss">{$box_article->article->short_content}</div>
{/if}
{if $box_article->article->content|strlen > 0 && $box_article->article->short_content != $box_article->article->content}
<a class="readmore" href="{route function='news' key=$box_article->getIdentifier() newsId=$box_article->getIdentifier()}">{translate
key="more"} &raquo;</a>
scripts/product/index.tpl
236
237
238
- 239
</dl>
{/if}
{if 1 == $skin_settings->productdetails->storage || 1 == $skin_settings->productdetails->recommend || ($can_comment && 1 == $skin_se
ttings->productdetails->comments) }
240
<ul>
241
{if 1 == $skin_settings->productdetails->storage}
242
<li class="addtofav">
283
284
285
- 286
287
288
289
525
526
527
+ 528
529
530
531
+ 532
533
534
535
{/if}
{/if}
</ul>
{/if}
<div class="floatfix"></div>
</div>
{include file='footer.tpl' force_include_cache='1' force_include_cache_tags='Logic_SkinFooterGroupList,Logic_SkinFooterLinkList,Logic_S
kinFooterGroup,Logic_SkinFooterLink'}
{if $xfbml}
<div id="fb-root"></div>
<script type="text/javascript">
if($('box_facebookchat')) $('box_facebookchat').set('html', '<fb:comments width="' + $('box_facebookchat').getSize().x + '" hre
f="{route full=true function='product' key=$product->product->product_id productName=$product->translation->name productId=$product->pro
duct->product_id}" num_posts="10"></fb:comments>');
</script>
<script src="//connect.facebook.net/{lang key='long'}/all.js#xfbml=1"></script>
{/if}
</body>
scripts/product/mailfriend.tpl
39
40
41
class="leftside"></div>
m action="{route key='productMailFriend' productId=$prod_id}" method="post" class="multirow">
<fieldset>
Copyright© Shoper.pl 2011. All rights reserved.
Strona 2/5
- 42
+ 42
43
44
45
<label for="from">{translate key="Twój adres e-mail:"}</label>
<label for="from">{translate key="Your e-mail address"}:</label>
<div class="shaded_inputwrap{if $data_error.from} shaded_error{/if}">
<input type="text" name="from" id="from" value="{$data.from|escape}" size="30" />
</div>
scripts/header.tpl
49
50
51
- 52
+ 52
53
54
55
{if true == $user_js}
<script type="text/javascript" src="{$path}js/user.js"></script>
{/if}
{if count($opengraph_header)}{foreach from=$opengraph_header item=v key=k}{if strlen($v)}
<meta property="og:{$k|escape}" content="{$v|escape}" />
<meta name="og:{$k|escape}" content="{$v|escape}" />
{/if}{/foreach}{/if}
{$snippet_head}
</head>
scripts/error/not-found.tpl
53
54
55
- 56
+ 56
57
58
59
</fieldset>
</form>
<p><a href="{baseDir}" title="">{translate key="or go to main page"} &raquo;</a></p>
<p><a href="{baseDir nonempty=1}" title="">{translate key="or go to main page"} &raquo;</a></p>
<div class="rightside"></div>
</div>
<div class="bottombar"> <div class="leftcorner"></div> <div class="rightcorner"></div> </div>
scripts/info/index.tpl
37
38
39
- 40
+ 40
41
42
43
</div>
<div class="innerbox">
<div class="leftside"></div>
<span class="resetcss">{$page->getContent()}</span>
<div class="resetcss">{$page->getContent()}</div>
<div class="rightside"></div>
</div>
<div class="bottombar"> <div class="leftcorner"></div> <div class="rightcorner"></div> </div>
scripts/footer.tpl
23
24
25
- 26
- 27
- 28
- 29
- 30
</div>
{/if}
{if $xfbml}
<div id="fb-root"></div>
<script src="//connect.facebook.net/{lang key='long'}/all.js#xfbml=1"></script>
{/if}
Copyright© Shoper.pl 2011. All rights reserved.
Strona 3/5
31
32
{$snippet_body}
</div>
scripts/panel/address-edit.tpl
113
114
115
- 116
+ 116
117
118
119
<input type="hidden" name="addressform" value="1" />
<button type="submit" name="button1" value="button1" class="button undo">
<img src="{baseDir}/public/images/1px.gif" alt="" />
<span>&laquo; {translate key='Wstecz'}</span>
<span>&laquo; {translate key='Back'}</span>
</button>
<button type="submit" name="button2" value="button2" class="button important save">
<img src="{baseDir}/public/images/1px.gif" alt="" />
scripts/basket/step3.tpl
38
39
40
- 41
+ 41
42
43
44
<td
<td
{if
<td
58
59
60
- 61
+ 61
62
63
64
<span class="variant">{$basket_product->stock->getName()|escape}</span>
</td>
{if $showDelivery}
<td class="time">{$basket_product->stock->delivery->translation->name|escape}</td>
<td class="time">{$basket_product->stock->delivery->translation->name|escape}</td>
{/if}
<td class="quantity">
{assign var=id value=$basket_product->getIdentifier()}
116
117
118
- 119
- 120
- 121
+ 119
+ 120
+ 121
122
123
124
class="img" />
class="name" {if !$showDelivery}colspan="2"{/if}>{translate key="Product"}</td>
$showDelivery}
class="time">{translate key="Order delivery date"}</td>
<td class="time">{translate key="Order delivery date"}</td>
{/if}
<td class="quantity">{translate key="Amount"}</td>
<td class="price">{translate key="Price"}</td>
<dt class="payment">{translate key='Selected form of payment:'}</dt>
<dd class="payment">{$payment->translation->title|escape}</dd>
{if $discount > 0}
<dt class="payment">{translate key='Granted discount:'}</dt>
<dd class="payment">{float value=$discount}%</dd>
{/if}
<dt class="payment">{translate key='Granted discount:'}</dt>
<dd class="payment">{float value=$discount}%</dd>
{/if}
{if $data.comment}
<dt class="comment">{translate key='Comments:'}</dt>
<dd class="comment">{$data.comment|escape}</dd>
Copyright© Shoper.pl 2011. All rights reserved.
Strona 4/5
135
136
137
- 138
+ 138
139
140
141
<input type="hidden" name="summaryform" value="1" />
<button type="submit" name="button1" value="button1" class="button undo">
<img alt="" src="{baseDir}/public/images/1px.gif" />
<span>&laquo; {translate key='Wstecz'}</span>
<span>&laquo; {translate key='Back'}</span>
</button>
<button type="submit" name="button2" value="button2" class="important order clickhide">
<img alt="" src="{baseDir}/public/images/1px.gif" />
scripts/news/index.tpl
38
39
40
- 41
+ 41
42
43
44
</div>
<div class="innerbox">
<div class="leftside"></div>
<span class="resetcss">{$article->article->content}</span>
<div class="resetcss">{$article->article->content}</div>
<div class="floatfix"></div>
<div class="rightside"></div>
</div>
scripts/news/listofarticles.tpl
12
13
14
- 15
+ 15
16
17
18
<h2 class="article_name">{$article->article->name|escape}</h2>
<h5 class="article_date">{date value=$article->article->date format='Zend_Date::DATE_MEDIUM'}{if $article->article->author}, {$artic
le->article->author|escape}{/if}</h5>
<div class="floatfix"></div>
<span class="resetcss">{$article->article->short_content}</span>
<div class="resetcss">{$article->article->short_content}</div>
{if $article->article->content|strlen > 0 && $article->article->short_content != $article->article->content}
<a class="readmore" href="{route function='news' key=$article->getIdentifier() newsId=$article->getIdentifier()}">{translate key="mo
re"} &raquo;</a>
{/if}
scripts/body_head.tpl
+1
2
3
-4
5
6
7
<div class="container">
{if 1 == $skin_settings->header->basket}
{dynamic}
<div class="container">
<div class="header">
<div class="innerheader pagewidth">
<ul class="links">
Pliki .css
Copyright© Shoper.pl 2011. All rights reserved.
Strona 5/5

Podobne dokumenty