Pliki.tpl. boxes/facebooklike/box.tpl. boxes/login/box.tpl. boxes/pricelist/box.tpl



Similar documents
Copyright Shoper.pl All rights reserved. Strona 2/24

Pliki.tpl. boxes/banner/box.tpl. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian:

CST 150 Web Design I CSS Review - In-Class Lab

Web layout guidelines for daughter sites of Scotland s Environment

Coding Standards for Web Development

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc mraymond@luminys.com

Create Your own Company s Design Theme

Web Design and Databases WD: Class 7: HTML and CSS Part 3

How To Create A Web Page On A Windows (For Free) With A Notepad) On A Macintosh (For A Freebie) Or Macintosh Web Browser (For Cheap) On Your Computer Or Macbook (

Chapter 7 Page Layout Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

HTML and CSS. Elliot Davies. April 10th,

Links Getting Started with Widgets, Gadgets and Mobile Apps

Style & Layout in the web: CSS and Bootstrap

HTML5 and CSS3. new semantic elements advanced form support CSS3 features other HTML5 features

JJY s Joomla 1.5 Template Design Tutorial:

Stylesheet or in-line CSS CSS attributes, used in stylesheets or in-line, can define:

Web Authoring CSS. Module Descriptor

Responsive Web Design: Media Types/Media Queries/Fluid Images

.NET Best Practices Part 1 Master Pages Setup. Version 2.0

Web Design with CSS and CSS3. Dr. Jan Stelovsky

Development Perspective: DIV and CSS HTML layout. Web Design. Lesson 2. Development Perspective: DIV/CSS

CSS. CSS - cascading style sheets CSS - permite separar num documento HTML o conteúdo do estilo. ADI css 1/28

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

Contents. Downloading the Data Files Centering Page Elements... 6

WTP-101 Developing Rich Internet Applications with Java Web Frameworks

Joomla! 1.5 Templates Cookbook

LAB 4 HTML TABLES AND FORMS

HAML und SASS. (und COMPASS) markup haiku vs. syntactically awesome stylesheets. Tobias Adam, Jan Krutisch mindmatters GmbH & Co.

Simply download Beepip from and run the file when it arrives at your computer.

Introduction to Web Development

Web Development CSE2WD Final Examination June (a) Which organisation is primarily responsible for HTML, CSS and DOM standards?

Web - Travaux Pratiques 1

The Essential Guide to HTML Design

Campaign Guidelines and Best Practices

GUIDE TO CODE KILLER RESPONSIVE S

CIS 467/602-01: Data Visualization

Further web design: Cascading Style Sheets Practical workbook

White Paper. Creation of Online Help for Fabasoft Folio. Fabasoft Folio 2015 Update Rollup 2

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission

Web Authoring. Module Descriptor


Responsive HTML and Drupal

Eloqua What is this and why should I read it?

C:\wamp\www\webdok\07bootstrap\bootstrap dist\css\bootstrap.css 2. juli :18

In this chapter, you will learn how to...

Sizmek Features. Wallpaper. Build Guide

Chapter 1. Introduction to web development

HTML CSS Basic Structure. HTML Structure [Source Code] CSS Structure [Cascading Styles] DIV or ID Tags and Classes. The BOX MODEL

HTML Fails: What No One Tells You About HTML

How to Properly Compose HTML Code : 1

ICE: HTML, CSS, and Validation

WEB DEVELOPMENT IA & IB (893 & 894)

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Coding HTML Tips, Tricks and Best Practices

Fortis Theme Update Guide

Magento Responsive Theme Design

Responsive Web Design (RWD) Building a single web site for the desktop, tablet and smartphone

MCH Strategic Data Best Practices Review

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview

WRITE BETTER HTML BY WRITING BETTER CSS

Big Data Meets Infosec Visualiza4on. Forensics Challenge 10 Honeynet.org

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions)

CREATING HORIZONTAL NAVIGATION BAR USING ADOBE DREAMWEAVER CS5

AMA Digital/Web Advertising Placements - Banner Sizes

FOUNDATION OF INFORMATION TECHNOLOGY Class-X (TERM II)

8 STEPS TO CODE KILLER RESPONSIVE S

Last week we talked about creating your own tags: div tags and span tags. A div tag goes around other tags, e.g.,:

JQUERY SANS JQUERY Raphaël Rougeron

Overview. How It Works

Creator Coding Guidelines Toolbox

Building a Horizontal Menu in Dreamweaver CS3 Using Spry R. Berdan

Create a Web Page with Dreamweaver

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Kentico CMS 7.0 Personal Site Guide

Introduction to web development and JavaScript

Outline of CSS: Cascading Style Sheets

This document will describe how you can create your own, fully responsive. drag and drop template to use in the creator.

Wykład 2_2 TINT. Kaskadowe arkusze stylu Tabele, zastosowanie znaczników div. Zofia Kruczkiewicz

Chapter 1 Introduction to web development and PHP

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design

Copyright 2013 wolfssl Inc. All rights reserved. 2

01/42. Lecture notes. html and css

Thanks. I want to thank everyone who helped and supported me in this project. Thank you all! Cédric KEIFLIN

Website Login Integration

Smashing CSS: Professional Techniques for Modern Layout, Meyer, Eric A., Wiley, 2011; ISBN: (Recommended)

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Adobe Illustrator CS6. Illustrating Innovative Web Design

Selectors in Action LESSON 3

Hello friends, This is Aaditya Purani and i will show you how to Bypass PHP LFI(Local File Inclusion)

ios App Development Using Cordova

Transcription:

Dokumentacja zmian plików graficznych: shoper red Wersja zmian: 5.5.3-5.5.4 Pliki.tpl boxes/facebooklike/box.tpl 1 {if $boxns->$box_id->pageid > 0} - 2 <div class="box" id="box_facebooklike"> + 2 <div class="box {$boxns->$box_id->format escape}" id="box_facebooklike"> 3 <script type="text/javascript"> 4 window.addevent('domready', function(e) {literal}{{/literal} 5 w = $('box_facebooklike').getsize().x; boxes/login/box.tpl 33 </a> 34 <a href="{$boxns->$box_id->reglink}" class="register spanhover"> 35 <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> - 36 <span>{translate key="register."}</span> + 36 <span>{translate key="register"}.</span> 37 </a> 38 </fieldset> 39 </form> boxes/pricelist/box.tpl 17 <li class="html"> 18 <a href="{$boxns->$box_id->html_link escape}" title="{translate key='price list in HTML format' }" class="spanhover html"> 19 <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> - 20 <span>{translate key='html"}</span> + 20 <span>{translate key="html"}</span> 21 </a> 22 </li> 23 {/if} 25 <li class="excel"> 26 <a href="{$boxns->$box_id->xls_link escape}" title="{translate key='price list in Excel for mat'}" class="spanhover excel"> 27 <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> - 28 <span>{translate key='xls"}</span> Copyright 2014 Shoper. All rights reserved. Strona 1/6

+ 28 <span>{translate key="xls"}</span> 29 </a> 30 </li> 31 {/if} 38 <li class="html"> 39 <a href="{$boxns->$box_id->html_link escape}" title="{translate key='price list in HTML format' }" class="spanhover html"> 40 <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> - 41 <span>{translate key='html"}</span> + 41 <span>{translate key="html"}</span> 42 </a> 43 </li> 44 {/if} 46 <li class="excel"> 47 <a href="{$boxns->$box_id->xls_link escape}" title="{translate key='price list in Excel format' }" class="spanhover excel"> 48 <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> - 49 <span>{translate key='excel"}</span> + 49 <span>{translate key="excel"}</span> 50 </a> 51 </li> 52 {/if} boxes/slider/box.tpl 1 {if count($boxns->$box_id->images)} 2 <div class="box" id="box_slider{if $boxns->$box_id->is_custom}{$box_id escape}{/if}"> - 3 <div class="pageslider animation_{$boxns->$box_id->animation escape} {if $boxns->$box_id->auto}animaton_auto{/i f} {$boxns->$box_id->bulletsclass}"> + 3 <div class="pageslider animation_{$boxns->$box_id->animation escape} {if $boxns->$box_id->auto}animaton_auto{/i f} {$boxns->$box_id->bullets}"> 4 <ul class="slides"{if $boxns->$box_id->height > 0} style="height: {$boxns->$box_id->height}px;"{/if}> 5 {assign var="images" value=$boxns->$box_id->images} 6 {if $boxns->$box_id->random} 11 {/if} 12 13 {foreach from=$images item=img} - 14 <li><a href="{$img->href escape}" title=""> - 15 <img src="{basedir}/{$img->src escape}" alt="" /> - 16 </a></li> + 14 {if $img->active == '1'} + 15 <li> + 16 <a href="{$img->href escape}" title=""> + 17 <img src="{imageurl type='boxesgfx' image=$img->bg->src}" alt="{$slide->name}" alt="" / Copyright 2014 Shoper. All rights reserved. Strona 2/6

> + 18 </a> + 19 </li> + 20 {/if} 21 {/foreach} 22 </ul> 23 <ul class="pages"> scripts/basket/address.tpl 31 <div class="box" id="box_basketaddress"> 32 <div class="topbar"> <div class="leftcorner"></div> <div class="rightcorner"></div> </div> 33 <form action="{route key='basketstep2'}" method="post" enctype="multipart/form-data"> + 34 <input type="hidden" name="is_cod" value="{$iscod}" id="is_cod" /> 35 <fieldset> 36 {include file='formantispam.tpl'} 37 <div class="boxhead"> scripts/index/index.tpl 62 {/dynamic} 63 64 </td> - 65 {if 0 < (int) $layout->layout->right_col_width} - 66 <td class="rightcol rightcolwidth"> - 67-68 {dynamic} - 69 {foreach from=$boxes_right_side item=v key=k} - 70 {box file="../boxes/$v/box.tpl" box="$k"} - 71 {/foreach} - 72 {/dynamic} 73-74 </td> + 66 {if 0 < (int) $layout->layout->right_col_width} + 67 <td class="rightcol rightcolwidth {$layout->layout->right_col_width}"> + 68 {dynamic} + 69 {foreach from=$boxes_right_side item=v key=k} + 70 {box file="../boxes/$v/box.tpl" box="$k"} + 71 {/foreach} + 72 {/dynamic} + 73 </td> 74 {/if} 75 </tr> 76 </tbody> scripts/product/index.tpl 101 {/if} Copyright 2014 Shoper. All rights reserved. Strona 3/6

102 </td> 103-104 105 {if $product->defaultstock && 106 ( 1 == $skin_settings->productdetails->availability 107 ( 1 == $skin_settings->productdetails->time && $product->canbuystock() ) 124 {/if} 125 </dl> 126 {else} - 127 <td> + 127 <td class="product-height-fix"> + 128 129 {/if} 130 </td> 131 </tr> 276 {/if} 277 278 {if 1 == $skin_settings->productdetails->pinit && $product->mainimage->unic_name} - 279 <a href="http://pinterest.com/pin/create/button/?url={route full=true function='product ' key=$product->product->product_id productname=$product->translation->name productid=$product->product->product_id}&media={imageurl type='productgfx' width=$skin_settings->productdetails->imgwidth height=$skin_settings->productdetails->imgheight image=$product->maini mage->unic_name fullurl=true}&description={$product->translation->name escape}" count-layout="horizontal"><img src="//assets.pintere st.com/images/pinext.png" title="pin It" /></a> + 279 <a href="http://pinterest.com/pin/create/button/?url={route full=true function='product ' key=$product->product->product_id productname=$product->translation->name productid=$product->product->product_id}&media={imageurl type='productgfx' width=$skin_settings->productdetails->imgwidth height=$skin_settings->productdetails->imgheight image=$product->maini mage->unic_name fullurl=true}&description={$product->translation->name escape}" count-layout="horizontal"><img src="//assets.pintere st.com/images/pidgets/pin_it_button.png" title="pin It" /></a> 280 {/if} 281 </div> 282 {/if} Pliki.css styles/main.css 206 color: #444; 207 } 208.logo form.search input.search, x:-moz-any-link { /* Fx */ - 209 padding: 10px 0 10px 40px; - 210 line-height: 33px; - 211 height: auto; } + 209 line-height: 33px; } 210 *:first-child+html.logo form.search input.search { /* IE7 */ 211 padding-top: 0; Copyright 2014 Shoper. All rights reserved. Strona 4/6

212 height: 33px; 1040 color: #000; 1041 } 1042.main.innerbox.shaded_inputwrap input,.mask_box.shaded_inputwrap input, x:-moz-any-link { /* Fx */ - 1043 padding: 7px 0 7px 0; - 1044 line-height: 28px; - 1045 height: auto; } + 1043 line-height: 28px; } 1044 *:first-child+html.main.innerbox.shaded_inputwrap input, 1045 *:first-child+html.mask_box.shaded_inputwrap input, 1046 *:first-child+html.main.innerbox.shaded_inputwrap select, 1572 background: url('../images/input_search.png') no-repeat right 0; 1573 } 1574 #box_search.innerbox div.shaded_inputwrap input, x:-moz-any-link { /* Fx */ - 1575 padding: 10px 0 10px 0; - 1576 line-height: 28px; - 1577 height: auto; } + 1575 line-height: 28px; } 1576 #box_404.innerbox div.shaded_inputwrap input, x:-moz-any-link { /* Fx */ - 1577 padding: 10px 0 10px 0; - 1578 line-height: 28px; - 1579 height: auto; } + 1577 line-height: 28px; } 1578 #box_newsletter.innerbox div.shaded_inputwrap input, x:-moz-any-link { /* Fx */ - 1579 padding: 10px 0 10px 0; - 1580 line-height: 28px; - 1581 height: auto; } + 1579 line-height: 28px; } 1580 *:first-child+html #box_search.innerbox div.shaded_inputwrap input, 1581 *:first-child+html #box_newsletter.innerbox div.shaded_inputwrap input, 1582 *:first-child+html #box_search.innerbox div.shaded_inputwrap select, 3553 #box_facebooklike { 3554 margin: 6px 3px 0; 3555 } + 3556 #box_facebooklike.dark iframe { + 3557 background: #333333; + 3558 } 3559 #box_facebooklike iframe { 3560 background: url("../images/box_inner.png") repeat-x 0 0 #fff; 3561 } 4030 } 4031.maininfo.basket { 4032 width: 100%; Copyright 2014 Shoper. All rights reserved. Strona 5/6

- 4033 height: 70%; + 4033 height: 100%; + 4034 } + 4035.product-height-fix { + 4036 height: 1em; 4037 } Pliki.js js/main.js 466 if(img._zoomimage) { 467 img._zoomimage.destroy(); 468 } + 469 + 470 img.removeclass('non-stock-img'); + 471 472 Shop.imageZoom.options = { 473 img: img, 474 inner: img.hasclass('innerzoom') 975 } 976 977 Shop.filterFolder.condition = function() { - 978 return!!( $$('.leftcol #box_filter.foldable').length $$('.rightcol #box_filter.foldable').length ); + 978 return!!( $$('.leftcol #box_filter').length $$('.rightcol #box_filter').length ); 979 } 980 981 Shop.filterSelects.condition = function() { Copyright 2014 Shoper. All rights reserved. Strona 6/6