Pliki.tpl. boxes/facebooklike/box.tpl. boxes/freeshipping/box.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian:

Size: px
Start display at page:

Download "Pliki.tpl. boxes/facebooklike/box.tpl. boxes/freeshipping/box.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian:"

Transcription

1 Dokumentacja zmian plików graficznych: shoper red Wersja zmian: Pliki.tpl boxes/facebooklike/box.tpl 1 {if $boxns->$box_id->pageid > 0} 2 <div class="box" id="box_facebooklike"> 3 <script type="text/javascript"> - 4 <!-- 5 window.addevent('domready', function(e) {literal}{{/literal} 6 w = $('box_facebooklike').getsize().x; 7 h = {if 1 == (int) $boxns->$box_id->stream}600{else}300{/if}; 13 'scrolling="no" frameborder="0" style="border:none; overflow: hidden; width: ' + w + 14 'px; height:' + h + 'px;" allowtransparency="true"></iframe>'); 15 {literal}}{/literal}); > 17 </script> 18 </div> 19 {/if} boxes/freeshipping/box.tpl + 1 {assign var=fs value=$user->basket->methodforfreeshipping()} + 2 {if $fs} + 3 <div class="box" id="box_freeshipping"> + 4 <div class="topbar"> <div class="leftcorner"></div> <div class="rightcorner"></div> </div> + 5 <div class="boxhead"> + 6 <div class="leftside"></div> + 7 <h3><img src="{basedir}/public/images/1px.gif" alt="" class="px1" />{$boxns->$box_id->title escape}</h3> + 8 <div class="rightside"></div> + 9 </div> + 10 <div class="innerbox"> + 11 <div class="leftside"></div> + 12 <div class="arrow"></div> + 13 {if $boxns->$box_id->text}<h5 class="boxintro">{$boxns->$box_id->text}</h5>{/if} + 14 {if 0 == $user->basket->count()} + 15 {translate key='you may qualify for free shipping (%s) if your order is %s or over.' p1=$fs->shipping-> name currency1=$fs->shipping->free_shipping format=true} + 16 {else} Copyright 2013 Shoper. All rights reserved. Strona 1/6

2 + 17 {assign var=sum value=$user->basket->sumproducts()} + 18 {if $sum > $fs->shipping->free_shipping} + 19 {translate key='your order is over %s, you qualify for free shipping (%s).' currency1=$fs->shipping ->free_shipping p1=$fs->shipping->name format=true} + 20 {elseif $sum == $fs->shipping->free_shipping} + 21 {translate key='your order is %s, you qualify for free shipping (%s).' currency1=$fs->shipping->fre e_shipping p1=$fs->shipping->name format=true} + 22 {else} + 23 {assign var=sum_left value=$fs->shipping->free_shipping-$sum} + 24 {translate key='add %s more to your order to qualify for free shipping (%s).' currency1=$sum_left p 1=$fs->shipping->name format=true} + 25 {/if} + 26 {/if} + 27 <div class="rightside"></div> + 28 </div> + 29 <div class="bottombar"> <div class="leftcorner"></div> <div class="rightcorner"></div> </div> + 30 </div> + 31 {/if} scripts/basket/finished.tpl 38 <div class="innerbox"> 39 <div class="leftside"></div> 40 <h4 class="paystatus">{$msg escape}</h4> - 41 {$payment_output escape} + 41 {$payment_output} 42 <div class="rightside"></div> 43 </div> 44 <div class="bottombar"> <div class="leftcorner"></div> <div class="rightcorner"></div> </div> scripts/body_head.tpl 92 </div> 93 </div> {include file='headerlinks.tpl' force_include_cache='1' force_include_cache_tags='logic_skinheaderlinklist,logic_skinheaderlink,log ic_categorylist,logic_category'} + 95 {include file='headerlinks.tpl' force_include_cache='1' force_include_cache_key_part=$view force_include_cache_tags='logic_skinhead erlinklist,logic_skinheaderlink,logic_categorylist,logic_category'} {if count($breadcrumbs->getbreadcrumbs()) > 0} 98 <div class="breadcrumbs"> scripts/contact/index.tpl 37 </div> 38 <div class="innerbox"> 39 <div class="leftside"></div> - 40 <form class="formprotect" method="post" action="{route key='contact'}"> Copyright 2013 Shoper. All rights reserved. Strona 2/6

3 + 40 <form class="formprotect" method="post" action="{route key='contact'}" enctype="multipart/form-data"> 41 <fieldset> 42 {include file='formantispam.tpl'} 43 <table> scripts/headerlinks.tpl 6 {foreach from=$headerlinks item=link} 7 {if $link->gethref() $link->isactivecategory()}<li class="{if $link->hassubcategories()}parent{/if}" {if $link->getc ategoryid()}id="hcategory_{$link->getcategoryid() escape}"{/if}> 8 <h3> - 9 <a href="{$link->gethref() escape}" title="{$link->gettitle() escape}" id="headlink{$link->getidentifier()}" cl ass="spanhover mainlevel{if $link->ispopup()} popup{/if}"> + 9 <a href="{$link->gethref($view) escape}" title="{$link->gettitle() escape}" id="headlink{$link->getidentifier() }" class="spanhover mainlevel{if $link->ispopup()} popup{/if}"> 10 <span>{$link->gettitle() escape}</span> 11 <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> 12 </a> scripts/headermenu.tpl 3 {foreach from=$headermenu_categories item=cat} 4 <li class="{if count($cat->getactivelangchildrenlist())}parent{/if}" id="hcategory_{$cat->getidentifier() escape}"> 5 <h3> - 6 <a href="{route function='category' key=$cat->getidentifier() categoryname=$cat->translation->name category Id=$cat->getIdentifier() resetparams=true}" + 6 <a href="{route function='category' key=$cat->getidentifier() categoryname=$cat->translation->name category Id=$cat->getIdentifier() view=$view resetparams=true}" 7 title="{$cat->translation->name escape}" id="headercategory{$cat->getidentifier()}" class="spanhover"> 8 <span>{$cat->translation->name escape}</span> 9 <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> scripts/panel/index.tpl 64 <td class="sum">{currency value=$order->sumorder()}</td> 65 <td class="status"> 66 <span>{$order->status->translation->name escape}</span> - 67 {if $order->sumorder()*100 > $order->order->paid*100 && $order->hasonlinepayment()}<a href= "{route key='panelpayment' orderid=$id}">{translate key='pay'}</a>{/if} + 67 {if $order->sumorder()*100 > $order->order->paid*100 && $order->hasonlinepayment()} + 68 {assign var=onlinepayment value=$order->getonlinepayment()} + 69 {if!$onlinepayment->isfinished() or!$onlinepayment->isstarted()} + 70 {if!$onlinepayment->isfinished() and $onlinepayment->isstarted()} + 71 <a class="titlequestion" title="{translate key='your payment is processed. Are you sure you want to pay again?'}" href="{route + 72 key='panelpayment' orderid=$id}">{translate key='pay again'}</a> + 73 {else} + 74 <a href="{route key='panelpayment' orderid=$id}">{translate key='pay'}</a> Copyright 2013 Shoper. All rights reserved. Strona 3/6

4 + 75 {/if} + 76 {/if} + 77 {/if} 78 </td> 79 <td class="parcels"> 80 {if count($order->parcels) > 0} scripts/panel/order.tpl 65 <dd class="shipping">{$order->shipping->shipping->name escape}</dd> 66 {if $order->invoice && true == $show_invoice} 67 <dt class="invoice">{translate key='invoice'}</dt> - 68 <dd class="invoice"><a href="{basedir}/console/invoices/pdf/id/{$order->invoice->invoice->invoice_id}">{tra nslate key='display'}</a></dd> + 68 <dd class="invoice"><a href="{basedir}/console/invoices/pdf/id/{$order->invoice->invoice->invoice_id}{if $t oken}/token/{$token escape}{/if}">{translate key='display'}</a></dd> 69 {/if} 70 {if count($order->parcels) > 0} 71 <dt class="parcel">{translate key='package'}</dt> 157 </tbody> 158 </table> 159 {if $order->sumorder()*100 > $order->order->paid*100 && $order->hasonlinepayment()} <form action="{route key='panelpayment' orderid=$id}" method="get" class="pay"> <fieldset> <button class="important pay" type="submit"> <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> <span>{translate key='pay'}</span> </button> </fieldset> </form> <div class="floatfix"></div> {assign var=onlinepayment value=$order->getonlinepayment()} {if!$onlinepayment->isfinished() or!$onlinepayment->isstarted()} <form action="{route key='panelpayment' orderid=$id token=$token}" method="get" class="pay"> <fieldset> {if!$onlinepayment->isfinished() and $onlinepayment->isstarted()} {translate key='your payment is processed'} <button class="important pay" type="submit"> <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> <span>{translate key='pay again'}</span> </button> {else} <button class="important pay" type="submit"> <img src="{basedir}/public/images/1px.gif" alt="" class="px1" /> <span>{translate key='pay'}</span> </button> {/if} </fieldset> Copyright 2013 Shoper. All rights reserved. Strona 4/6

5 + 177 </form> <div class="floatfix"></div> {/if} 180 {/if} {if $order->isdigital()} 184 <h4 class="digital separator">{translate key='files to download'}</h4> 185 {if $order->isdownloadready()} 188 <dt>{$p->product->name escape}</dt> 189 <dd> 190 {foreach from=$p->productobject->digital item=d} <a href="{route key='paneldigital' prodid=$p->getidentifier() digitalid=$d->getidentifier()}">{$d-> getdesc()}</a> ({size value=$d->getsize()})<br /> <a href="{if $token}{route key='paneldigital' hash=$p->getdigitalhash($d->getidentifier()) prodid=$ p->getidentifier() digitalid=$d->getidentifier()}{else }{route key='paneldigital' prodid=$p->getidentifier() digitalid=$d->getidentifier()}{/i f}">{$d->getdesc()}</a> ({size value=$d->getsize()})<br /> 193 {/foreach} 194 </dd> 195 </dl> scripts/product/list.tpl 103 }" title="{translate key='view with photo' 104 }"><img src="{basedir}/public/images/1px.gif" alt="" class="px1" /><span>{translate key='photo'}</s pan></a></li> 105 <li class="full{if 'full' == $view} selected{/if}"><a href="{php} echo $helper->url(array('view' => 'full')); {/php}{if $google}?{$google escape}{/if }" title="{translate key='widok peny' }" title="{translate key='full view' 107 }"><img src="{basedir}/public/images/1px.gif" alt="" class="px1" /><span>{translate key='full'}</sp an></a></li> 108 </ul> 109 {/if} Pliki.css styles/main.css 3765.resetcss p { margin:1em 0 } 3766.resetcss > p { margin-top: 0; } 3767.resetcss ul,.resetcss ol { padding-left:40px } resetcss table,.resetcss th,.resetcss td { border-collapse:separate;border-color:auto;border-spacing:auto;border-width:auto;float:no ne;table-layout:auto } resetcss table,.resetcss tbody,.resetcss thead,.resetcss tfoot,.resetcss tr,.resetcss th,.resetcss td { border-collapse:collapse Copyright 2013 Shoper. All rights reserved. Strona 5/6

6 ;border-spacing:inherit;table-layout:auto } resetcss table[border] tbody,.resetcss table[border] thead,.resetcss table[border] tfoot,.resetcss table[border] tr,.resetcss tabl e[border] th,.resetcss table[border] td { border-color:inherit;border-width:inherit;border:inherit; } 3770.resetcss td { padding:1px } resetcss td[valign="middle"] { vertical-align:middle; } resetcss td[valign="bottom"] { vertical-align:bottom; } 3773.resetcss em { font-weight:normal!important;font-style:italic!important;color:inherit!important } 3774.resetcss strong { font-weight: bolder } 3775 *:first-child+html #box_articlelist.innerbox.resetcss { /* IE7 */ display: block; clear: both; } Pliki.js Copyright 2013 Shoper. All rights reserved. Strona 6/6

Pliki.tpl. scripts/flash_messages.tpl. scripts/panel/index.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian:

Pliki.tpl. scripts/flash_messages.tpl. scripts/panel/index.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: 1.8.13-1.8.14 Pliki.tpl scripts/flash_messages.tpl 2 {if $flash_messages.error @count > 0 $flash_messages.warning @count > 0 $flash_messages.info

More information

Pliki.tpl. scripts/flash_messages.tpl. scripts/panel/index.tpl. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian:

Pliki.tpl. scripts/flash_messages.tpl. scripts/panel/index.tpl. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.8.13-5.8.14 Pliki.tpl scripts/flash_messages.tpl 2 {if $flash_messages.error @count > 0 $flash_messages.warning @count > 0 $flash_messages.info

More information

Pliki.tpl. boxes/facebooklike/box.tpl. scripts/body_head.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian:

Pliki.tpl. boxes/facebooklike/box.tpl. scripts/body_head.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian: Dokumentacja zmian plików graficznych: shoper red Wersja zmian: 5.4.4-5.4.5 Pliki.tpl boxes/facebooklike/box.tpl 1 {if $boxns->$box_id->pageid > 0} 2 3

More information

Pliki.tpl. boxes/paczkomaty/box.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian:

Pliki.tpl. boxes/paczkomaty/box.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian: Dokumentacja zmian plików graficznych: shoper red Wersja zmian: 5.4.2-5.4.3 Pliki.tpl boxes/paczkomaty/box.tpl + 1 + 2

More information

Pliki.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian:

Pliki.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian: Dokumentacja zmian plików graficznych: shoper red Wersja zmian: 5.8.16-5.8.17 Pliki.tpl scripts/basket/address.tpl 44 45 46 {foreach from=$table1 item=tr} + 47 {if true

More information

Pliki.tpl. boxes/languagelist/box.tpl. boxes/newsletter/box.tpl. scripts/basket/address.tpl

Pliki.tpl. boxes/languagelist/box.tpl. boxes/newsletter/box.tpl. scripts/basket/address.tpl Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.8.33-5.19.1 Pliki.tpl boxes/languagelist/box.tpl 28 {foreach from=$boxns->$box_id->list item=language} 29 name == $boxns->$box_id->language}

More information

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/currencies/box.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian:

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/currencies/box.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian: Dokumentacja zmian plików graficznych: shoper red Wersja zmian: 5.6.6-5.7.0 Pliki.tpl boxes/bestsellers/box.tpl 31 {if $bs_product->specialoffer} 32 {currency value=$bs_product->defaultstock->getspecialofferprice()}

More information

Pliki.tpl. scripts/basket/finished.tpl. scripts/login/passremind2.tpl. scripts/product/comments.tpl

Pliki.tpl. scripts/basket/finished.tpl. scripts/login/passremind2.tpl. scripts/product/comments.tpl Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.8.3-5.8.4 Pliki.tpl scripts/basket/finished.tpl 56 57 58 + 59 + 60 {literal}sessionstorage.removeitem('autosubmitpayment');{/literal}

More information

Pliki.tpl. scripts/basket/index.tpl. scripts/basket/step3.tpl. scripts/news/files.tpl

Pliki.tpl. scripts/basket/index.tpl. scripts/basket/step3.tpl. scripts/news/files.tpl Dokumentacja zmian plików graficznych: shoper red Wersja zmian: 5.6.3-5.6.4 Pliki.tpl scripts/basket/index.tpl 57 58 59 - 60 + 60

More information

Pliki.tpl. boxes/basket/box.tpl. boxes/currencies/box.tpl. Dokumentacja zmian plików graficznych: light purple Wersja zmian:

Pliki.tpl. boxes/basket/box.tpl. boxes/currencies/box.tpl. Dokumentacja zmian plików graficznych: light purple Wersja zmian: Dokumentacja zmian plików graficznych: light purple Wersja zmian: 1.5.9-1.6.0 Pliki.tpl boxes/basket/box.tpl 9 10 11 {if $boxns->$box_id->text}

More information

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/newproducts/box.tpl. Dokumentacja zmian plików graficznych: light purple Wersja zmian:

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/newproducts/box.tpl. Dokumentacja zmian plików graficznych: light purple Wersja zmian: Dokumentacja zmian plików graficznych: light purple Wersja zmian: 1.7.4-1.7.5 Pliki.tpl boxes/bestsellers/box.tpl 12 {if $boxns->$box_id->format == 2} 13 14 {foreach from=$boxns->$box_id->list

More information

Pliki.tpl. scripts/search.tpl. Pliki.css. Pliki.less. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian:

Pliki.tpl. scripts/search.tpl. Pliki.css. Pliki.less. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.8.32-5.8.33 Pliki.tpl scripts/search.tpl - 1

More information

Pliki.tpl. scripts/basket/address.tpl. scripts/basket/done.tpl. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian:

Pliki.tpl. scripts/basket/address.tpl. scripts/basket/done.tpl. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.5.5-5.5.6 Pliki.tpl scripts/basket/address.tpl 395 396 try {literal}{{/literal} Shop.values.Country2Shipping

More information

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

Pliki.tpl. boxes/banner/box.tpl. boxes/filter/box.tpl. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.8.1-5.8.2 Pliki.tpl boxes/banner/box.tpl 20 21 22 {else} - 23 banner->blank}target="_blank"{/if}

More information

Pliki.tpl. boxes/languagelist/box.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian:

Pliki.tpl. boxes/languagelist/box.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: 1.8.16-1.8.17 Pliki.tpl boxes/languagelist/box.tpl 16 {foreach from=$boxns->$box_id->list item=language} 17 name ==

More information

Pliki.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: Strona 1/16

Pliki.tpl. scripts/basket/address.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: Strona 1/16 Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: 1.7.7-1.7.8 Pliki.tpl scripts/basket/address.tpl 43 {if true == $tr.obligatory} 44 * 45 {/if} - 46 {$tr.label escape}:

More information

Pliki.tpl. boxes/banner/box.tpl. boxes/basket/box.tpl. boxes/bestsellers/box.tpl

Pliki.tpl. boxes/banner/box.tpl. boxes/basket/box.tpl. boxes/bestsellers/box.tpl Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: 1.5.9-1.6.0 Pliki.tpl boxes/banner/box.tpl 20 21 22 {else} - 23

More information

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/newproducts/box.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian:

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/newproducts/box.tpl. Dokumentacja zmian plików graficznych: shoper red Wersja zmian: Dokumentacja zmian plików graficznych: shoper red Wersja zmian: 5.7.4-5.7.5 Pliki.tpl boxes/bestsellers/box.tpl 12 {if $boxns->$box_id->format == 2} 13 14 {foreach from=$boxns->$box_id->list

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

"utf-8";

utf-8; http://salsa-copacabana.com/css/import.css @charset "Shift_JIS"; /* ------------------------------------------ File name: import.css Style Info: CSS screen Windwos IE4 ------------------------------------------

More information

HTML: Parsing Library

HTML: Parsing Library HTML: Parsing Library Version 4.1.3 November 20, 2008 (require html) The html library provides functions to read html documents and structures to represent them. (read-xhtml port) html? port : input-port?

More information

@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ /* bidi */

@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ /* bidi */ / BEGIN LICENSE BLOCK Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with

More information

Wireframe :: tistory wireframe tistory.

Wireframe :: tistory wireframe tistory. Page 1 of 45 Wireframe :: tistory wireframe tistory Daum Tistory GO Home Location Tags Media Guestbook Admin 'XHTML+CSS' 7 1 2009/09/20 [ ] XHTML CSS - 6 (2) 2 2009/07/23 [ ] XHTML CSS - 5 (6) 3 2009/07/17

More information

Summary 4/5. (contains info about the html)

Summary 4/5. (contains info about the html) Summary Tag Info Version Attributes Comment 4/5

More information

HTML: Parsing Library

HTML: Parsing Library HTML: Parsing Library Version 6.7 October 26, 2016 (require html) package: html-lib The html library provides functions to read conformant HTML4 documents and structures to represent them. Since html assumes

More information

=================== coffee-submit.php ==========================

=================== coffee-submit.php ========================== Solutions 1. CSS body { background-color: #DDD; #info img { float: right; height: 200px; margin: 10px; #info { padding-left: 2%; float: left; width:78%; #stats { width: 20%; float: left; background-color:

More information

ゼミ Wiki の再構築について 資料編 加納さおり

ゼミ Wiki の再構築について 資料編 加納さおり Wiki [ Fukuda Semi Wiki] [ 2 wiki] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ 13 ] [ 14 Menu1] [ 15 Menu2] [ 16 Menu3] [ 17 wiki Menu] [ 18 TOP ] [ 19 ] [ 20 ] [ 20] [ 21 ] [ 22 (

More information

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html> HTML BEGINNING TAGS HTML Structure Web page content Structure tags: Tags used to give structure to the document.

More information

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

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/newproducts/box.tpl. Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: Dokumentacja zmian plików graficznych: rwd shoper Wersja zmian: 5.8.21-5.8.22 Pliki.tpl boxes/bestsellers/box.tpl 81 {$bs_product->unit->translation->name escape} 82

More information

Creating HTML files using Notepad

Creating HTML files using Notepad Reference Materials 3.1 Creating HTML files using Notepad Inside notepad, select the file menu, and then Save As. This will allow you to set the file name, as well as the type of file. Next, select the

More information

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML specifies formatting within a page using tags in its

More information

HTML 5.0 KKCC INFO SYSTEMS. K.SrinivasaRao

HTML 5.0 KKCC INFO SYSTEMS. K.SrinivasaRao HTML 5.0 KKCC INFO SYSTEMS K.SrinivasaRao Document Type Declaration

More information

Introduction to using HTML to design webpages

Introduction to using HTML to design webpages Introduction to using HTML to design webpages #HTML is the script that web pages are written in. It describes the content and structure of a web page so that a browser is able to interpret and render the

More information

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

Oliver Pott HTML XML. new reference. Markt+Technik Verlag Oliver Pott HTML XML new reference Markt+Technik Verlag Inhaltsverzeichnis Übersicht 13 14 A 15 A 16 ABBR 23 ABBR 23 ACCEPT 26 ACCEPT-CHARSET

More information

Digital Asset Management 2. Introduction to Digital Media Format

Digital Asset Management 2. Introduction to Digital Media Format Digital Asset Management 2. Introduction to Digital Media Format 2009-09-24 Outline Image format and coding methods Audio format and coding methods Video format and coding methods Introduction to HTML

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking Fall 2005 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language

More information

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster.

Wanted! Introduction. Step 1: Styling your poster. Activity Checklist. In this project, you ll learn how to make your own poster. Wanted! Introduction In this project, you ll learn how to make your own poster. Step 1: Styling your poster Let s start by editing the CSS code for the poster. Activity Checklist Open this trinket: jumpto.cc/web-wanted.

More information

Web development using PHP & MySQL with HTML5, CSS, JavaScript

Web development using PHP & MySQL with HTML5, CSS, JavaScript Web development using PHP & MySQL with HTML5, CSS, JavaScript Static Webpage Development Introduction to web Browser Website Webpage Content of webpage Static vs dynamic webpage Technologies to create

More information

Index. CSS directive, # (octothorpe), intrapage links, 26

Index. CSS directive, # (octothorpe), intrapage links, 26 Holzschlag_.qxd 3/30/05 9:23 AM Page 299 Symbols @import CSS directive, 114-115 # (octothorpe), intrapage links, 26 A a element, 23, 163, 228 abbr element, 228 absolute keywords for font sizing, 144 absolute

More information

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay

Computer Programming. Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering IIT Bombay Computer Programming Dr. Deepak B Phatak Dr. Supratik Chakraborty Department of Computer Science and Engineering Session: Lists, Links, and Images in HTML Recap Introduced HTML Examined some basic tags

More information

Media Stylesheets and Navigation with CSS goodness. Webpage Design

Media Stylesheets and Navigation with CSS goodness. Webpage Design Media Stylesheets and Navigation with CSS goodness Webpage Design Printing web pages the problem Here s a nice enough website that is clearly designed for the screen. The links are there because they work

More information

HTML Images - The <img> Tag and the Src Attribute

HTML Images - The <img> Tag and the Src Attribute WEB DESIGN HTML Images - The Tag and the Src Attribute In HTML, images are defined with the tag. The tag is empty, which means that it contains attributes only, and has no closing tag.

More information

Static Webpage Development

Static Webpage Development Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for PHP Given below is the brief description for the course you are looking for: - Static Webpage Development Introduction

More information

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p. Acknowledgments p. xix Preface p. xxi Web Basics Introduction to HTML p. 3 Basic HTML Concepts p. 4 HTML: A Structured Language p. 7 Overview of HTML Markup p. 11 Logical and Physical HTML p. 13 What HTML

More information

Technical Instructions

Technical Instructions Technical Instructions This Web Site Tool Kit contains multiple Web assets that you can use to easily customize your Web pages. Web assets included are animated and static banners, a sample Web page, buttons,

More information

A Balanced Introduction to Computer Science, 3/E

A Balanced Introduction to Computer Science, 3/E A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 2 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is

More information

Table-Based Web Pages

Table-Based Web Pages Table-Based Web Pages Web Authoring and Design Benjamin Kenwright Outline What do we mean by Table-Based Web Sites? Review Table Tags/Structure Tips/Debugging/Applications Summary Review/Discussion Submissions/Quizzes/GitHub

More information

HTML. HTML Evolution

HTML. HTML Evolution Overview stands for HyperText Markup Language. Structured text with explicit markup denoted within < and > delimiters. Not what-you-see-is-what-you-get (WYSIWYG) like MS word. Similar to other text markup

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/newproducts/box.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian:

Pliki.tpl. boxes/bestsellers/box.tpl. boxes/newproducts/box.tpl. Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: Dokumentacja zmian plików graficznych: rwd clickshop Wersja zmian: 1.7.4-1.7.5 Pliki.tpl boxes/bestsellers/box.tpl 8 {if $boxns->$box_id->format == 2} 9 10 {foreach from=$boxns->$box_id->list

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

HTMLnotesS15.notebook. January 25, 2015

HTMLnotesS15.notebook. January 25, 2015 The link to another page is done with the

More information

CSE 154: Web Programming Autumn 2018

CSE 154: Web Programming Autumn 2018 CSE 154: Web Programming Autumn 2018 Practice Midterm Exam 2 Note: We strongly recommend printing out practice exams and working through them with only your cheatsheet (provided on the course website)

More information

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4 Document Summary Document Information Document Structure Text Formatting Links Images Lists Forms Input Type Attributes Select Attributes Option Attributes Table Formatting Objects and iframes iframe Attributes

More information

Website Integration Setup

Website Integration Setup Website Integration Setup Table of Contents Table of Contents... 2 Pages to Create... 3 Giving Opportunities... 3 Fund Detail... 4 General Designation Detail... 4 Campaign Detail... 5 Project Detail...

More information

G I F T U N I V E R S I T Y

G I F T U N I V E R S I T Y G I F T U N I V E R S I T Y G U J R A N W A L A (Chartered by the Govt. of the Punjab, Recognized by HEC) Department of Computer Science BS Computer Science Web Development/Web Programming Mid Term Examination

More information

Module 2 (VII): CSS [Part 4]

Module 2 (VII): CSS [Part 4] INTERNET & WEB APPLICATION DEVELOPMENT SWE 444 Fall Semester 2008-2009 (081) Module 2 (VII): CSS [Part 4] Dr. El-Sayed El-Alfy Computer Science Department King Fahd University of Petroleum and Minerals

More information

Style-Guidelines. Release 0.1

Style-Guidelines. Release 0.1 Style-Guidelines Release 0.1 Oct 31, 2017 Contents 1 Guidelines 3 i ii Author lxneng (Eric Lo) Version 1.0 Contents 1 2 Contents CHAPTER 1 Guidelines Python Code Style GuideLine PEP 8 : 4 : : 79,., =

More information

For instructions to change the logo, please refer to:

For instructions to change the logo, please refer to: Header Top: Logo:- For instructions to change the logo, please refer to: https://support.3dcart.com/knowledgebase/article/view/630/5/how-do-i-add-logos-to-my-store Menu Links and Phone Number:- Menu LInks:

More information

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank Multiple Choice. Choose the best answer. 1. What tag pair is used to create a new paragraph? a. b. c. d. 2. What tag pair

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

3. Each of these mark examples contains an error. a. <input name= country value= Your country here. /> b. <checkbox name= color value= teal />

3. Each of these mark examples contains an error. a. <input name= country value= Your country here. /> b. <checkbox name= color value= teal /> 1. Decide whether each of these forms should be sent via the GET or POST method: A form for accessing your bank account online A form for sending t-shirt artwork to the printer A form for searching archived

More information

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling Universal CSS Navigation Menu: Advanced Styling Page 1 of 15 Content 1. Introduction... 3 2. How to use... 3 2.1. Editing existing CSS Styles... 3 2.2. Creating new CSS Styles... 6 3. Explanation of styles...

More information

LING 408/508: Computational Techniques for Linguists. Lecture 14

LING 408/508: Computational Techniques for Linguists. Lecture 14 LING 408/508: Computational Techniques for Linguists Lecture 14 Administrivia Homework 5 has been graded Last Time: Browsers are powerful Who that John knows does he not like? html + javascript + SVG Client-side

More information

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Instructions to use the laboratory computers (room B2): 1. If the computer is off, start it with Windows (all computers have a Linux-Windows

More information

/* ========================================================================== PROJECT STYLES

/* ========================================================================== PROJECT STYLES html { box-sizing: border-box; *, *:before, *:after { box-sizing: inherit; img { max-width: 100%; border: 0; audio, canvas, iframe, img, svg, video { vertical-align: middle; /* Remove gaps between elements

More information

introduction to XHTML

introduction to XHTML introduction to XHTML XHTML stands for Extensible HyperText Markup Language and is based on HTML 4.0, incorporating XML. Due to this fusion the mark up language will remain compatible with existing browsers

More information

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors Unit 10 - Client Side Customisation of Web Pages Week 5 Lesson 1 CSS - Selectors Last Time CSS box model Concept of identity - id Objectives Selectors the short story (or maybe not) Web page make-over!

More information

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension HTML Website is a collection of web pages on a particular topic, or of a organization, individual, etc. It is stored on a computer on Internet called Web Server, WWW stands for World Wide Web, also called

More information

1.2 * allow custom user list to be passed in * publish changes to a channel

1.2 * allow custom user list to be passed in * publish changes to a channel ToDoList /*** USAGE: ToDoList() Embed a TODO-list into a page. The TODO list allows users to cre Items that are due are highlighted in yellow, items passed due ar list can be added to any page. The information

More information

Website Development with HTML5, CSS and Bootstrap

Website Development with HTML5, CSS and Bootstrap Contact Us 978.250.4983 Website Development with HTML5, CSS and Bootstrap Duration: 28 hours Prerequisites: Basic personal computer skills and basic Internet knowledge. Course Description: This hands on

More information

Cascading Style Sheets CSCI 311

Cascading Style Sheets CSCI 311 Cascading Style Sheets CSCI 311 Learning Objectives Learn how to use CSS to style the page Learn to separate style from structure Styling with CSS Structure is separated from style in HTML5 CSS (Cascading

More information

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab. Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 5049 Advanced Internet Technology Lab Lab # 1 Eng. Haneen El-masry February, 2015 Objective To be familiar with

More information

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

Downloads: Google Chrome Browser (Free) -   Adobe Brackets (Free) - Week One Tools The Basics: Windows - Notepad Mac - Text Edit Downloads: Google Chrome Browser (Free) - www.google.com/chrome/ Adobe Brackets (Free) - www.brackets.io Our work over the next 6 weeks will

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Review CSS Layout Preview Review Introducting CSS What is CSS? CSS Syntax Location of CSS The Cascade Box Model Box Structure Box Properties Review Style is cascading

More information

CSC Web Technologies, Spring HTML Review

CSC Web Technologies, Spring HTML Review CSC 342 - Web Technologies, Spring 2017 HTML Review HTML elements content : is an opening tag : is a closing tag element: is the name of the element attribute:

More information

Web Technologies - by G. Sreenivasulu Handout - 1 UNIT - I

Web Technologies - by G. Sreenivasulu Handout - 1 UNIT - I INTRODUCTION: UNIT - I HTML stands for Hyper Text Markup Language.HTML is a language for describing web pages.html is a language for describing web pages.html instructions divide the text of a document

More information

ToDoList. 1.2 * allow custom user list to be passed in * publish changes to a channel ***/

ToDoList. 1.2 * allow custom user list to be passed in * publish changes to a channel ***/ /*** USAGE: ToDoList() Embed a TODO-list into a page. The TODO list allows users to create new items, assign them to other users, and set deadlines. Items that are due are highlighted in yellow, items

More information

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions Text and Layout Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11 This presentation 344 345 Text in Graphics Maximum flexibility obtained by treating text as graphics and manipulating

More information

11. HTML5 and Future Web Application

11. HTML5 and Future Web Application 11. HTML5 and Future Web Application 1. Where to learn? http://www.w3schools.com/html/html5_intro.asp 2. Where to start: http://www.w3schools.com/html/html_intro.asp 3. easy to start with an example code

More information

Introduction to WEB PROGRAMMING

Introduction to WEB PROGRAMMING Introduction to WEB PROGRAMMING Web Languages: Overview HTML CSS JavaScript content structure look & feel transitions/animation s (CSS3) interaction animation server communication Full-Stack Web Frameworks

More information

Hyper Text Markup Language HTML: A Tutorial

Hyper Text Markup Language HTML: A Tutorial Hyper Text Markup Language HTML: A Tutorial Ahmed Othman Eltahawey December 21, 2016 The World Wide Web (WWW) is an information space where documents and other web resources are located. Web is identified

More information

Chapter 3 Style Sheets: CSS

Chapter 3 Style Sheets: CSS WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE JEFFREY C. JACKSON Chapter 3 Style Sheets: CSS 1 Motivation HTML markup can be used to represent Semantics: h1 means that an element is a top-level heading

More information

Signs of Spring App. Release Notes Version 1.0

Signs of Spring App. Release Notes Version 1.0 Signs of Spring App Release Notes Version 1.0 App Parameters and Styling In your Caspio account, go to the App s Overview screen. On the right sidebar, click on Manage in the App Parameters area. Edit

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Building Page Layouts

Building Page Layouts Building Page Layouts HTML & CSS From Scratch Slides 3.1 Topics Display Box Model Box Aesthetics Float Positioning Element Display working example at: h9ps://;nker.io/3a2bf Source: unknown. Please contact

More information

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML. http://www.tutorialspoint.com/wml/wml2_tutorial.htm WML2.0 TUTORIAL Copyright tutorialspoint.com WML2 is a language, which extends the syntax and semantics of the followings: XHTML Basic [ XHTMLBasic ]

More information

CSS Weebly! td{ padding:20px}

CSS Weebly! td{ padding:20px} CSS Weebly body{ background:black; margin-top:2%; margin-bottom:2%; margin-left:3%; margin-right:3%; border:1px solid grey; padding:10px; color:silver; line-height:150%; font-size:16px; text-decoration:none;

More information

With HTML you can create your own Web site. This tutorial teaches you everything about HTML.

With HTML you can create your own Web site. This tutorial teaches you everything about HTML. CHAPTER ONE With HTML you can create your own Web site. This tutorial teaches you everything about HTML. Example Explained The DOCTYPE declaration defines the document type The text between and

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

CSS. M hiwa ahamad aziz Raparin univercity. 1 Web Design: Lecturer ( m hiwa ahmad aziz)

CSS. M hiwa ahamad aziz  Raparin univercity. 1 Web Design: Lecturer ( m hiwa ahmad aziz) CSS M hiwa ahamad aziz www.raparinweb.fulba.com Raparin univercity 1 What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve

More information

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

<style type=text/css> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page*** Chapter 7 Using Advanced Cascading Style Sheets HTML is limited in its ability to define the appearance, or style, across one or mare Web pages. We use Cascading style sheets to accomplish this. Remember

More information

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are HTML CSCI311 Learning Objectives Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are HTML: Hypertext Markup Language HTML5 is new standard that replaces

More information

Title Description Bug Severity Developer. jquery UI (2+ files) Update jquery UI from to Low Harald

Title Description Bug Severity Developer. jquery UI (2+ files) Update jquery UI from to Low Harald oscommerce Online Merchant v2.3.4 oscommerce Online Merchant v2.3.4 is a general maintenance release focusing on improving core features and introduces a new Content Modules feature. This release is based

More information

HTML and CSS: An Introduction

HTML and CSS: An Introduction JMC 305 Roschke spring14 1. 2. 3. 4. 5. The Walter Cronkite School... HTML and CSS: An Introduction

More information

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. vinsri76@yahoo.com +965-69300304 HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. Name Two text Editor which are used to create HTML page. They are: Notepad

More information

5 Snowdonia. 94 Web Applications with C#.ASP

5 Snowdonia. 94 Web Applications with C#.ASP 94 Web Applications with C#.ASP 5 Snowdonia In this and the following three chapters we will explore the use of particular programming techniques, before combining these methods to create two substantial

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

MYFATOORAH. Magento 1.8 & 1.9. Othman Hussein.

MYFATOORAH. Magento 1.8 & 1.9. Othman Hussein. Magento 1.8 & 1.9 Othman Hussein info@myfatoorah.com 1 Table of Contents: Installation Steps.....3 Merchant Configuration Details.....6 Payment Request.7 Test Card Details.10 Live URL.10 2 Installation

More information