Page MenuHomeIn-Portal Phabricator

modern-store
No OneTemporary

File Metadata

Created
Sat, Feb 1, 6:56 AM

modern-store

Index: branches/1.0.x/index.tpl
===================================================================
--- branches/1.0.x/index.tpl (nonexistent)
+++ branches/1.0.x/index.tpl (revision 14708)
@@ -0,0 +1,99 @@
+<!--##
+<NAME>Home</NAME>
+<DESC>Welcome page</DESC>
+<SECTION></SECTION>
+##-->
+
+<!--## PAGE TITLE ELEMENT ##-->
+<inp2:m_DefineElement name="page_title"><inp2:m_phrase name="lu_title_WelcomeTitle" no_editing="1"/></inp2:m_DefineElement>
+<!--## //PAGE TITLE ELEMENT ##-->
+
+<!--## SIDE-BAR ELEMENT ##-->
+<inp2:m_DefineElement name="sidebar">
+ <inp2:m_RenderElement name="elements/side_boxes/categories.elm" design="side_box"/>
+ <inp2:m_RenderElement name="elements/side_boxes/picks.elm" design="side_box" add_class="no-border-bottom"/>
+ <inp2:m_RenderElement name="elements/side_boxes/subscribe.elm" design="custom_box" add_class="subscribe-block"/>
+</inp2:m_DefineElement>
+<!--## /SIDE-BAR ELEMENT ##-->
+
+<!--## MAIN CONTENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <inp2:m_Include template="elements/promo.elm" strip_nl="2"/>
+
+ <inp2:m_Include template="elements/special_deals.elm" strip_nl="2"/>
+
+ <inp2:m_Include template="elements/new_products.elm" strip_nl="2"/>
+
+ <inp2:m_RenderElement design="content_box">
+ <inp2:m_Capture to_var="header">
+ <inp2:m_phrase name="lu_title_WelcomeTitle"/>
+ </inp2:m_Capture>
+
+ <inp2:st_ContentBlock num="1"/>
+ </inp2:m_RenderElement>
+
+</inp2:m_DefineElement>
+<!--## /MAIN CONTENT ##-->
+
+<inp2:m_DefineElement name="add_to_head">
+ <script>
+ $(function() {
+ var icons = {
+ header: "ui-icon-circle-arrow-e",
+ headerSelected: "ui-icon-circle-arrow-s"
+ };
+ var level2icons = {
+ header: "ui-icon-circle-arrow-l2e",
+ headerSelected: "ui-icon-circle-arrow-l2s"
+ };
+ var level3icons = {
+ header: "ui-icon-circle-arrow-l3e",
+ headerSelected: "ui-icon-circle-arrow-l3s"
+ };
+ $( "#accordion-menu" ).accordion({
+ icons: icons
+ });
+ $( "#level2-menu" ).accordion({
+ icons: level2icons
+ });
+ $( ".level3-menu" ).accordion({
+ icons: level3icons,
+ header: 'h4',
+ autoHeight: false,
+ event: "mouseover"
+ });
+ $('#slider').flexslider({
+ directionNav: false,
+ prevText: "",
+ nextText: ""
+ });
+ });
+ </script>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="add_to_footer">
+ <script src="<inp2:m_TemplatesBase />inc/js/jquery.easing.1.3.js" type="text/javascript"></script>
+ <script src="<inp2:m_TemplatesBase />inc/js/jquery.mousewheel.js" type="text/javascript"></script>
+ <script src="<inp2:m_TemplatesBase />inc/js/jquery.contentcarousel.js" type="text/javascript"></script>
+ <script>
+ $(function() {
+ $('#scrollable').contentcarousel({
+ // speed for the sliding animation
+ sliderSpeed : 500,
+ // easing for the sliding animation
+ sliderEasing : 'easeOutExpo',
+ // speed for the item animation (open / close)
+ itemSpeed : 500,
+ // easing for the item animation (open / close)
+ itemEasing : 'easeOutExpo',
+ // number of items to scroll at a time
+ scroll : 1
+ });
+ });
+ </script>
+</inp2:m_DefineElement>
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" pass_params="1"/>
+<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/1.0.x/index.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/inc/layout.css
===================================================================
--- branches/1.0.x/inc/layout.css (revision 14707)
+++ branches/1.0.x/inc/layout.css (nonexistent)
@@ -1,33 +0,0 @@
-.col1,.col2,.col3,.cols {
- float:left;
-}
-.col1 {
- width:500px;
-}
-.col2 {
- width:290px;
-}
-.cols {
- width:225px;
-}
-
-/* index.html */
-#page1 {
- background:url('@templates_base@/img/bg_top.gif');
-}
-#page1 .text {
- background:url('@templates_base@/img/bg_img1.jpg') 0 0 no-repeat;
- padding:71px 0 0 535px;
- margin-top:17px;
- height:339px;
-}
-#page1 .text1 span {
- padding-bottom:40px;
-}
-
-/* index-1.html */
-/* index-2.html */
-/* index-3.html */
-#page4 .cols {
- width:85px;
-}
\ No newline at end of file
Index: branches/1.0.x/inc/cart.css
===================================================================
--- branches/1.0.x/inc/cart.css (revision 14707)
+++ branches/1.0.x/inc/cart.css (revision 14708)
@@ -1,448 +1,448 @@
@charset "UTF-8";
/* Cart Blocks
*******************************************************************************/
.steps {
margin: 0 auto;
width: 535px;
}
.steps li {
- background: url(/i/icon-step.png) no-repeat 100% 40%;
+ background: url(@templates_base@/img/icon-step.png) no-repeat 100% 40%;
color: #bdbdbd;
float: left;
font-size: 9pt;
font-weight: bold;
padding: 0 85px 0 38px;
text-transform: uppercase;
}
.steps li:first-child {
padding-left: 0;
}
.steps li:last-child {
background: none;
padding-right: 0;
}
.steps li i {
display: block;
height: 36px;
margin: 0 auto 5px;
width: 40px;
}
-.steps li.step1 i { background: url(/i/cart-steps.png) no-repeat 0 0; }
-.steps li.step2 i { background: url(/i/cart-steps.png) no-repeat 0 -36px; }
-.steps li.step3 i { background: url(/i/cart-steps.png) no-repeat 0 -72px; }
+.steps li.step1 i { background: url(@templates_base@/img/cart-steps.png) no-repeat 0 0; }
+.steps li.step2 i { background: url(@templates_base@/img/cart-steps.png) no-repeat 0 -36px; }
+.steps li.step3 i { background: url(@templates_base@/img/cart-steps.png) no-repeat 0 -72px; }
.steps li a {
color: #bdbdbd;
text-decoration: none;
}
-.steps li.step1.active i { background: url(/i/cart-steps.png) no-repeat -40px 0; }
-.steps li.step2.active i { background: url(/i/cart-steps.png) no-repeat -40px -36px; }
-.steps li.step3.active i { background: url(/i/cart-steps.png) no-repeat -40px -72px; }
+.steps li.step1.active i { background: url(@templates_base@/img/cart-steps.png) no-repeat -40px 0; }
+.steps li.step2.active i { background: url(@templates_base@/img/cart-steps.png) no-repeat -40px -36px; }
+.steps li.step3.active i { background: url(@templates_base@/img/cart-steps.png) no-repeat -40px -72px; }
.steps li.active a { color: #878787; }
.cart-detail {
background-color: #fff;
border: 1px solid #d0d0d0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-top: 10px;
padding: 15px 30px 50px 30px;
width: 100%;
}
.cart-detail h1 {
color: #525252;
font: 1.538em Verdana,Arial,Tahoma,Sans-Serif;
padding: 0 0 20px 0;
}
.cart-detail .halfcol {
border-right: 1px dotted #aeaeae;
float: left;
margin: 0 14px 0 0;
padding: 0 14px 0 0;
width: 465px;
}
.cart-detail .halfcol-last {
border-right: none;
margin: 0;
padding: 0;
position: relative;
}
.cart-detail .halfcol-last .badge-optional {
- background: url(/i/badge-optional.png) no-repeat 0 0;
+ background: url(@templates_base@/img/badge-optional.png) no-repeat 0 0;
height: 40px;
position: absolute;
top: -44px; left: -20px;
width: 102px;
}
.cart-detail .fieldset {
- background: url(/i/bg-form-fieldset.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-form-fieldset.jpg) repeat-x 0 0;
color: #000;
font-weight: bold;
height: 26px;
line-height: 26px;
padding: 0 0 10px 50px;
position: relative;
}
.cart-detail.receipt .fieldset { padding-left: 16px; }
.cart-detail .fieldset .link {
font-weight: normal;
position: absolute;
right: 15px;
}
fieldset { padding: 0 0 15px; }
.firstline { min-height: 140px; padding: 20px 0 0; position: relative; }
.firstline .login-alt {
color: #66c133;
font-size: 1.154em;
font-weight: bold;
padding: 5px 0 20px 50px;
}
.firstline .login-alt .plashka {
right: 194px;
}
.firstline .login-alt .plashka-sel {
margin: -6px 0 0 5px;
}
.checkout-form label {
display: block;
font-weight: bold;
padding-bottom: 3px;
}
.checkout-form p {
clear: both !important;
float: left;
padding: 5px 0 5px 50px;
}
.checkout-form p.alt1 {
clear: none !important;
padding: 5px 10px 5px 50px;
width: 170px;
}
.checkout-form p.alt2 {
clear: none !important;
padding: 5px 0;
width: 120px;
}
.checkout-form .field { width: 300px; }
.checkout-form select.field { width: 311px; }
.field.statusSuccess {
- background: url(/i/bg-field-success.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0;
border: 1px solid #80d04d;
}
.field.statusError {
- background: url(/i/bg-field-error.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0;
border: 1px solid #d80000;
}
.checkout-form p.alt1 .field,
.checkout-form p.alt2 .field,
.checkout-form p.pasfield1 .field,
.checkout-form p.pasfield2 .field {
width: 100%;
}
.checkout-form .creditcard .field { width: 250px; }
.checkout-form .creditcard p.alt1.expdate .field { width: 78px; }
.checkout-form .creditcard p.alt2 .field { width: 70px; }
.creditcards { padding: 0 0 0 50px; }
.creditcards span {
display: inline-block;
height: 45px;
}
.creditcards span:first-child {
border-right: 1px solid #d3d3d3;
margin-right: 10px;
padding-right: 15px;
}
.password-block {
border: 1px solid #e3e3e3;
float: right;
padding: 12px 20px;
width: 390px;
}
.password-block p {
clear: none !important;
padding: 0 30px 0 0;
}
.password-block p.pasfield1 {
width: 150px;
}
#result-password { display: none; font-weight: bold; }
.colorbar {
display: inline-block;
height: 8px;
width: 29px;
}
#result-password .meterDefault { color: #aaa; }
#result-password .meterFail { color: #daa; }
#result-password .meterWarn { color: #fd6; }
#result-password .meterGood { color: #ada; }
#result-password .meterExcel { color: #66c133; }
#result-password .colorbar.meterDefault { background-color: #ddd; }
#result-password .colorbar.meterFail { background-color: #fdd; }
#result-password .colorbar.meterWarn { background-color: #feb; }
#result-password .colorbar.meterGood { background-color: #dfd; }
#result-password .colorbar.meterExcel { background-color: #66c133; }
.checkout-form .safe-shop {
- background: url(/i/safe-shop.jpg) no-repeat 0 40px;
+ background: url(@templates_base@/img/safe-shop.jpg) no-repeat 0 40px;
min-height: 160px;
margin: 115px 0 115px 50px;
}
.checkout-form .safe-shop .title {
color: #389901;
font: bold 1.462em Verdana,Arial,Tahoma,Sans-Serif;
padding-left: 18px;
}
.checkout-form .safe-shop ul.list {
float: left;
padding: 10px 0 0 130px;
}
.checkout-form .safe-shop ul.list li {
- background: url(/i/icon-galka.png) no-repeat 0 50%;
+ background: url(@templates_base@/img/icon-galka.png) no-repeat 0 50%;
color: #313030;
font-weight: bold;
padding: 6px 0 6px 25px;
}
dl.total { padding: 20px 0 0; width: 240px; }
dl.total dt,
dl.total dd {
float: left;
font-weight: bold;
padding: 0 0 10px;
text-align: right;
width: 120px;
}
dl.total dt.discount { color: #bf0000; }
dl.total dd { font-size: 1.385em; }
dl.total dd span { font-size: 15px; }
dl.total dd.price1 { color: #333; font-size: 1.538em; }
dl.total dd.price2 { color: #bf0000; }
dl.total dd.price3 { font-weight: normal; }
dl.total dd.price4 { color: #3f911f; font-size: 1.538em; }
.cart-detail .terms {
text-align: right;
width: 240px;
}
.place-button,
.place-grey-button,
.checkout-button,
.checkout-grey-button {
- background: url(/i/order-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/order-left.jpg) no-repeat 0 0;
color: #faffed;
display: inline-block;
font-size: 1.385em;
font-weight: bold;
text-shadow: #000 0px 1px 1px;
text-decoration: none;
}
.place-button span,
.place-grey-button span,
.checkout-button span,
.checkout-grey-button span {
- background: url(/i/order-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/order-right.jpg) no-repeat 100% 0;
display: inline-block;
height: 37px;
line-height: 37px;
padding: 0 50px 0 30px;
}
.place-button:hover,
.place-grey-button:hover,
.checkout-button:hover,
.checkout-grey-button:hover { color: #faffed; }
.checkout-button span {
- background: url(/i/checkout-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/checkout-right.jpg) no-repeat 100% 0;
padding: 0 30px 0 20px;
}
.place-grey-button {
- background: url(/i/checkout-grey-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/checkout-grey-left.jpg) no-repeat 0 0;
}
.place-grey-button span {
- background: url(/i/order-grey-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/order-grey-right.jpg) no-repeat 100% 0;
}
.checkout-grey-button {
- background: url(/i/checkout-grey-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/checkout-grey-left.jpg) no-repeat 0 0;
margin-top: 20px;
}
.checkout-grey-button span {
- background: url(/i/checkout-grey-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/checkout-grey-right.jpg) no-repeat 100% 0;
padding: 0 30px 0 20px;
}
.continue-button {
- background: url(/i/bg-button-continue-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/bg-button-continue-right.jpg) no-repeat 100% 0;
color: #3c3c3c;
display: inline-block;
font-weight: bold;
margin-right: 20px;
text-decoration: none;
}
.continue-button span {
- background: url(/i/bg-button-continue-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-button-continue-left.jpg) no-repeat 0 0;
display: inline-block;
height: 26px;
line-height: 26px;
padding: 0 20px 0 25px;
}
.continue-button:hover {
color: #3c3c3c;
}
.cart-detail.receipt .success-order {
- background: url(/i/success.png) no-repeat 30px 30px;
+ background: url(@templates_base@/img/success.png) no-repeat 30px 30px;
border-bottom: 1px solid #d0d0d0;
margin-bottom: 25px;
padding: 0 0 25px 130px;
}
.cart-detail.receipt .success-order .links {
float: right;
padding: 0;
}
.cart-detail.receipt .success-order .links a.link-print {
- background: url(/i/icon-print.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/icon-print.jpg) no-repeat 0 0;
display: inline-block;
font-weight: bold;
height: 32px;
line-height: 32px;
padding: 0 20px 0 40px;
}
.cart-detail.receipt .success-order .links a.link-download {
- background: url(/i/icon-download.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/icon-download.jpg) no-repeat 0 0;
display: inline-block;
font-weight: bold;
height: 32px;
line-height: 32px;
padding: 0 0 0 40px;
}
.cart-detail.receipt .success-order .green {
color: #009f00;
font: 1.538em Tahoma,Verdana,Arial,Sans-Serif;
}
.cart-detail.receipt .success-order p {
padding: 5px 0;
}
.cart-detail.receipt p { padding-left: 16px; }
.cart-detail.receipt dl.info {
padding-left: 16px;
}
.cart-detail.receipt dl.info dt {
clear: both !important;
float: left;
font-weight: bold;
padding: 5px 15px 5px 0;
width: 90px;
}
.cart-detail.receipt dl.info dd {
float: left;
padding: 5px 15px 5px 0;
}
.cart-detail.receipt .items {
border-bottom: 1px solid #d1d1d1;
margin-top: 30px;
width: 100%;
}
.cart-detail.shoppingcart .items {
margin-top: 0;
}
.cart-detail.receipt .items thead {
- background: url(/i/bg-form-fieldset.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-form-fieldset.jpg) repeat-x 0 0;
border: 1px solid #adadad;
}
.cart-detail.receipt .items th {
color: #000;
font-weight: bold;
padding: 5px 10px;
}
.cart-detail.receipt .items td {
border-top: 1px solid #d1d1d1;
color: #000;
padding: 10px;
text-align: center;
vertical-align: middle;
}
.cart-detail.receipt .items tr:first-child td {
border-top: none;
}
.cart-detail.receipt .items td.options-td {
background-color: #f7f7f7;
border-top: none;
color: #686767;
text-align: left;
}
.cart-detail.receipt .items td.options-td .sel-options { float: left; padding: 0 20px 0 0; }
.cart-detail.receipt .items .item-img { width: 70px; }
.cart-detail.receipt .items .item-total { font-weight: bold; }
.cart-detail.receipt .items .item-title {
color: #333;
font-weight: bold;
text-align: left;
}
.cart-detail.receipt .items .item-quantity { position: relative; }
.cart-detail.receipt .items .item-quantity .field { text-align: center; width: 30px; }
.formStatus {
position: absolute;
top: 37px;
left: 15px;
display: block;
z-index: 5000;
cursor: pointer;
}
.formStatus .formContent {
width: 100%;
position:relative;
z-index:5001;
color: #fff;
white-space: nowrap;
font-family: Arial;
font-size: 12px;
box-shadow: 0 0 3px #444;
-moz-box-shadow: 0 0 3px #444;
-webkit-box-shadow: 0 0 3px #444;
padding: 4px 10px 4px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.formStatus .formArrow {
height: 11px;
margin: -34px 0 0 22px;
position: relative;
width: 21px;
z-index: 5006;
}
-.formStatus.formSuccess .formContent { background: #398d1d url(/i/validate/con-success.png) repeat-x 0 0; }
-.formStatus.formSuccess .formArrow { background: url(/i/validate/con-success-arrow.png) no-repeat 0 0; }
-.formStatus.formError .formContent { background: #990000 url(/i/validate/con-error.png) repeat-x 0 0; }
-.formStatus.formError .formArrow { background: url(/i/validate/con-error-arrow.png) no-repeat 0 0; }
+.formStatus.formSuccess .formContent { background: #398d1d url(@templates_base@/img/validate/con-success.png) repeat-x 0 0; }
+.formStatus.formSuccess .formArrow { background: url(@templates_base@/img/validate/con-success-arrow.png) no-repeat 0 0; }
+.formStatus.formError .formContent { background: #990000 url(@templates_base@/img/validate/con-error.png) repeat-x 0 0; }
+.formStatus.formError .formArrow { background: url(@templates_base@/img/validate/con-error-arrow.png) no-repeat 0 0; }
.cart-detail.receipt dl.total { float: right; padding-right: 30px; }
.cart-detail.receipt .discount-block {
float: left;
padding: 20px 0 0;
width: 300px;
}
.cart-detail.receipt .discount-block p { padding: 5px 0; }
.cart-detail.receipt .discount-block .field { width: 170px; }
.cart-detail.receipt .discount-block .num-discount { position: relative; }
.cart-detail.receipt .discount-block .formStatus { left: -15px; }
.cart-detail.shoppingcart h1 { float: left; }
.cart-detail.shoppingcart .buttons-right { float: right; text-align: right; }
.cart-detail.shoppingcart .buttons-right dl.total { float: none; padding-right: 0; }
Index: branches/1.0.x/inc/modal.css
===================================================================
--- branches/1.0.x/inc/modal.css (revision 14707)
+++ branches/1.0.x/inc/modal.css (revision 14708)
@@ -1,7 +1,7 @@
@charset "UTF-8";
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
-.tinner {padding:15px; -moz-border-radius:3px; border-radius:3px; background:#fff url(/i/modal/preload.gif) no-repeat 50% 50%; border:1px solid #404040;}
+.tinner {padding:15px; -moz-border-radius:3px; border-radius:3px; background:#fff url(@templates_base@/img/modal/preload.gif) no-repeat 50% 50%; border:1px solid #404040;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
-.tclose {position:absolute; top:45px; right:50px; width:100px; height:15px; cursor:pointer; background:url(/i/modal/close.png) no-repeat 100% 0; color: #5a5a5a; font: bold 11px Arial; text-align: right; padding-right: 20px;}
+.tclose {position:absolute; top:45px; right:50px; width:100px; height:15px; cursor:pointer; background:url(@templates_base@/img/modal/close.png) no-repeat 100% 0; color: #5a5a5a; font: bold 11px Arial; text-align: right; padding-right: 20px;}
.tcontent {border: 9px solid #e6e6e6; padding: 40px 50px;}
\ No newline at end of file
Index: branches/1.0.x/inc/validationEngine.jquery.css
===================================================================
--- branches/1.0.x/inc/validationEngine.jquery.css (revision 14707)
+++ branches/1.0.x/inc/validationEngine.jquery.css (revision 14708)
@@ -1,145 +1,145 @@
.inputContainer {
position: relative;
float: left;
}
.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
z-index: 5000;
cursor: pointer;
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none
}
.formError .formErrorContent {
width: 100%;
- background: #990000 url(/i/validate/con-error.png) repeat-x 0 0;
+ background: #990000 url(@templates_base@/img/validate/con-error.png) repeat-x 0 0;
position:relative;
z-index:5001;
color: #fff;
width: 200px;
font-family: Arial;
font-size: 12px;
box-shadow: 0 0 3px #444;
-moz-box-shadow: 0 0 3px #444;
-webkit-box-shadow: 0 0 3px #444;
padding: 4px 10px 4px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.greenPopup .formErrorContent {
background: #33be40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow {
- background: url(/i/validate/con-arrow.png) no-repeat 0 0;
+ background: url(@templates_base@/img/validate/con-arrow.png) no-repeat 0 0;
height: 17px;
margin: -21px 0 0 -8px;
position: relative;
width: 8px;
z-index: 5006;
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}
.formError .formErrorArrow div {
display: none;
/* border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;*/
}
/*
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33be40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow .line10 {
width: 15px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}
*/
\ No newline at end of file
Index: branches/1.0.x/inc/profile.css
===================================================================
--- branches/1.0.x/inc/profile.css (revision 14707)
+++ branches/1.0.x/inc/profile.css (revision 14708)
@@ -1,111 +1,111 @@
@charset "UTF-8";
/* Profile Blocks
*******************************************************************************/
.profile {
background-color: #fff;
border: 1px solid #d0d0d0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 20px 30px;
width: auto;
}
.profile.registerpage {
border: none;
padding: 0 30px;
width: 680px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.profile-title {
border-bottom: 1px solid #d0d0d0;
margin-bottom: 15px;
padding-bottom: 15px;
}
.profile h1 {
color: #525252;
float: left;
font: 1.538em Verdana,Arial,Tahoma,Sans-Serif;
}
.profile p.req {
color: #3e85d2;
float: right;
font-size: 1em;
font-weight: bold;
padding-top: 10px;
}
.profile .halfcol {
float: left;
padding: 0 15px 0 0;
width: 315px;
}
.profile .halfcol-last {
padding: 0;
position: relative;
}
.profile-form label {
display: block;
font-weight: bold;
padding-bottom: 3px;
}
.red {
color: #cd0000;
font-weight: normal;
padding: 0 0 0 5px;
}
.profile-form p {
clear: both !important;
float: left;
padding: 5px 0;
}
.profile-form .field { width: 270px; }
.profile-form .alt2 .field { width: 150px; }
.field.statusSuccess {
- background: url(/i/bg-field-success.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0;
border: 1px solid #80d04d;
}
.field.statusError {
- background: url(/i/bg-field-error.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0;
border: 1px solid #d80000;
}
.terms {
text-align: center;
width: 100%;
}
.password-block {
display: none;
float: left;
padding: 5px 0;
position: relative;
width: 100%;
}
.registerpage .password-block { display: block; }
.password-block p {
clear: none !important;
padding: 0 15px 0 0;
}
.password-block p.pasfield2 { padding: 0; }
.password-block .field { width: 121px; }
#change-password { color: #267bd1; }
#result-password { display: none; font-weight: bold; }
.colorbar {
display: inline-block;
height: 8px;
width: 29px;
}
#result-password .meterDefault { color: #aaa; }
#result-password .meterFail { color: #daa; }
#result-password .meterWarn { color: #fd6; }
#result-password .meterGood { color: #ada; }
#result-password .meterExcel { color: #66c133; }
#result-password .colorbar.meterDefault { background-color: #ddd; }
#result-password .colorbar.meterFail { background-color: #fdd; }
#result-password .colorbar.meterWarn { background-color: #feb; }
#result-password .colorbar.meterGood { background-color: #dfd; }
#result-password .colorbar.meterExcel { background-color: #66c133; }
Index: branches/1.0.x/inc/flexslider.css
===================================================================
--- branches/1.0.x/inc/flexslider.css (revision 14707)
+++ branches/1.0.x/inc/flexslider.css (revision 14708)
@@ -1,35 +1,35 @@
/* FlexSlider Necessary Styles
*********************************/
#slider {width: 100%; margin: 0 0 20px; padding: 0;}
#slider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#slider .slides img {max-width: 100%; display: block;}
/* FlexSlider Default Theme
*********************************/
#slider {position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
#slider .slides li {position: relative;}
/* Control Nav */
#slider .flex-control-nav {position: absolute; bottom: 7px; right: 0; width: 180px;}
#slider .flex-control-nav li {margin: 0 0 0 5px; float: left;}
#slider .flex-control-nav li:first-child {margin: 0;}
#slider .flex-control-nav li a {
width: 19px;
height: 20px;
display: block;
- background: url(/i/buttons-slider.png) no-repeat 0 0;
+ background: url(@templates_base@/img/buttons-slider.png) no-repeat 0 0;
cursor: pointer;
color: #222;
text-shadow: 0px 2px 1px #ccc;
text-decoration: none;
font-size: 1.385em;
font-weight: bold;
padding: 18px 0 0 11px;
}
#slider .flex-control-nav li a:hover {background-position: -30px 0;}
#slider .flex-control-nav li a.active {
background-position: -60px 0;
cursor: default;
color: #fff;
text-shadow: 0px 2px 1px #000;
}
\ No newline at end of file
Index: branches/1.0.x/inc/review.css
===================================================================
--- branches/1.0.x/inc/review.css (revision 14707)
+++ branches/1.0.x/inc/review.css (revision 14708)
@@ -1,59 +1,59 @@
@charset "UTF-8";
/* Review Blocks
*******************************************************************************/
.review {
background-color: #fff;
width: 500px;
}
.review h1 {
color: #525252;
font: 1.538em Verdana,Arial,Tahoma,Sans-Serif;
padding: 0 0 20px;
}
.profile-form label {
float: left;
font-weight: bold;
padding-top: 3px;
width: 90px;
}
.red {
color: #cd0000;
font-weight: normal;
padding: 0 0 0 5px;
}
.profile-form p {
clear: both !important;
float: left;
padding: 5px 0;
}
.profile-form .field { float: left; width: 380px; }
.profile-form textarea.field {
height: 70px;
}
.profile-form p span { float: left; width: 380px; }
.profile-form p.buttons { padding: 0 0 0 90px; width: 380px; }
.profile-form p.buttons em { float: right; text-align: right; width: 170px; }
.field.statusSuccess {
- background: url(/i/bg-field-success.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-field-success.jpg) repeat-x 0 0;
border: 1px solid #80d04d;
}
.field.statusError {
- background: url(/i/bg-field-error.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-field-error.jpg) repeat-x 0 0;
border: 1px solid #d80000;
}
.review .success {
color: #0b9f00;
font-size: 1.385em;
padding: 80px 0 20px;
text-align: center;
}
.review .warning {
padding-bottom: 30px;
text-align: center;
}
.review .button {
text-align: center;
}
Index: branches/1.0.x/inc/jquery.gzoom.css
===================================================================
--- branches/1.0.x/inc/jquery.gzoom.css (revision 14707)
+++ branches/1.0.x/inc/jquery.gzoom.css (revision 14708)
@@ -1,120 +1,120 @@
/* miniZoomPan styles */
.gzoomwrap {
float:left;
margin:0 10px 0 0;
}
.minizoompan {
background: #fff;
position: relative; /* always set to relative or offset() won't work */
border: none;
padding: 0;
margin: 0;
}
.minizoompan span.loader { /* the loader label*/
position:absolute;
left:0;
top:0;
z-index: 1;
display: none;
color: #000;
background: #fff;
font: normal 9px Arial, Verdana;
padding: 3px;
}
.minizoompan .zoomIcon { /* the zoom icon */
position:absolute;
cursor:pointer;
left:0;
top:0;
z-index: 1;
display: none;
}
.gzoombutton {
float:left;
cursor:pointer;
margin-top: 25px;
}
.gzoomSlider {
- background: url(/i/zoom/bg-line.png) repeat-x 0 6px;
+ background: url(@templates_base@/img/zoom/bg-line.png) repeat-x 0 6px;
float:left;
margin: 25px 9px 0 5px;
}
.gzoomSlider a {
- background: url(/i/zoom/slider.png) no-repeat 0 0;
+ background: url(@templates_base@/img/zoom/slider.png) no-repeat 0 0;
height: 15px;
width: 9px;
}
.ui-slider-horizontal .ui-slider-handle {
margin-left: -3px;
top: 1px;
}
.ui-icon-circle-minus {
- background: url(/i/zoom/zoom-minus.png) no-repeat 0 0;
+ background: url(@templates_base@/img/zoom/zoom-minus.png) no-repeat 0 0;
height: 14px;
width: 14px;
}
.ui-icon-circle-plus {
- background: url(/i/zoom/zoom-plus.png) no-repeat 0 0;
+ background: url(@templates_base@/img/zoom/zoom-plus.png) no-repeat 0 0;
height: 14px;
width: 14px;
}
#gzoomoverlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#gzoomlbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#gzoomlbox a img {
border: none;
}
#imagebox {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#gzoom-cont-img { padding: 10px; }
#lboximgdatacontainer {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
padding: 0 10px 10px 10px;
color:#666;
}
#gzoomloading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lboximgdatacontainer #gzoomlbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#gzoom-image-caption { font-weight: bold; }
Index: branches/1.0.x/inc/category.css
===================================================================
--- branches/1.0.x/inc/category.css (revision 14707)
+++ branches/1.0.x/inc/category.css (revision 14708)
@@ -1,217 +1,219 @@
@charset "UTF-8";
/* Category Page
*******************************************************************************/
.goods {
margin: 5px 0;
padding: 20px 20px 10px 20px;
}
.goods .good-item {
float: left;
height: 200px;
margin-bottom: 10px;
width: 165px;
}
.goods .good-item.borbottom {
border-bottom: 1px dotted #d0d0d0;
padding-bottom: 10px;
}
.goods .good-item dl {
border-right: 1px dotted #d0d0d0;
padding: 5px;
}
.goods .good-item dl.no-border-right { border-right: none; }
/*** Filter block ***/
.filter-block { float: left; padding: 10px 0; width: 100%; }
.filter-block div { float: left; }
.filter-block .paginate {
font-weight: bold;
padding: 0 40px 0 0;
}
.filter-block .sortby { font-weight: bold; }
.filter-block .sortby a { font-weight: normal; }
.filter-block .display_switch { float: right; text-align: right; }
.filter-block .display_switch a.switch_thumb {
width: 48px;
height: 21px;
display: block;
- background: url(/i/display-view.png) no-repeat 0 0;
+ background: url(@templates_base@/img/display-view.png) no-repeat 0 0;
outline: none;
text-indent: -9999px;
}
.filter-block .display_switch a.swap { background-position: 0 100%; }
.items { padding: 20px; }
.items.items-alt { padding: 0; }
.items .item {
border-top: 1px solid #d0d0d0;
float: left;
padding: 15px 10px;
position: relative;
width: auto;
}
.items .ribbon {
- background: url(/i/ribbon.png) no-repeat 0 0;
+ background: url(@templates_base@/img/ribbon.png) no-repeat 0 0;
height: 40px;
position: absolute;
top: -3px; right: -26px;
width: 102px;
z-index: 100;
}
.items .ribbon.sale { background-position: 0 0; }
.items .ribbon.top { background-position: 0 -40px; }
.items .ribbon.new { background-position: 0 -80px; }
.items .item .img {
float: left;
padding-right: 15px;
width: 70px;
}
.items .item .descr {
float: left;
padding-right: 15px;
width: 360px;
}
.items .item .descr h3 {
font-size: 1.077em;
font-weight: bold;
padding-bottom: 5px;
}
.items .item .descr .optional { padding: 5px 0; }
.items .item .descr .optional .stars { padding: 0 20px 0 0; }
.items .item .descr .optional .comp label em {
font-style: normal;
text-decoration: underline;
}
.items .item .descr .optional .comp label input {
bottom: -2px;
margin: 0 5px 0 0;
position: relative;
}
.items .item .price-block {
float: left;
width: 185px;
}
.items .item .price-block s.under {
display: block;
font-size: 1.308em;
font-weight: bold;
padding-right: 10px;
}
.items .item .price-block s.under span { font-size: 0.706em; }
.items .item .price-block .redprice { padding: 10px 0; }
.items .item .price-block em.price {
color: #C2120A;
font-size: 1.846em;
font-weight: bold;
font-style: normal;
}
.items .item .price-block em.price span { font-size: 0.708em; }
.items .item .price-block .addtocart {
- background: url(/i/addtocart-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/addtocart-left.jpg) no-repeat 0 0;
color: #faffed;
display: inline-block;
font-size: 1.077em;
font-weight: bold;
text-shadow: #000 0px 1px 1px;
text-decoration: none;
}
.items .item .price-block .addtocart span {
- background: url(/i/addtocart-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/addtocart-right.jpg) no-repeat 100% 0;
display: inline-block;
height: 33px;
line-height: 33px;
padding: 0 20px;
}
ul.display { border-bottom: 1px solid #d0d0d0; float: left; width: 100%; }
ul.display li { float: left; width: 100%; }
ul.thumb_view { border-bottom: none; }
ul.thumb_view li {
background-color: #fff;
border: 1px solid #d0d0d0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float: left;
height: 180px;
margin: 0 5px 5px 0;
width: 348px;
}
ul.thumb_view li .item {
border-top: none;
padding: 15px;
width: 319px;
}
ul.thumb_view li .item .img {
position: absolute;
top: 38px;
width: 133px;
}
ul.thumb_view li .item .img img { height: 133px; width: 133px; }
ul.thumb_view li .item .ribbon { right: -4px; }
ul.thumb_view li .item .descr {
position: absolute;
width: auto;
}
ul.thumb_view li .item .descr .optional {
left: 158px;
position: absolute;
top: 132px;
width: 165px;
}
ul.thumb_view li .item .descr .optional .stars { padding: 0 10px 0 0; }
ul.thumb_view li .item .descr p,
ul.thumb_view li .item .descr .optional .reviews { display: none; }
ul.thumb_view li .item .price-block {
float: none;
left: 170px;
position: absolute;
top: 50px;
}
/*** Pagination ***/
.pagination { padding-top: 20px; text-align: center; }
.pagination span,
.pagination a {
- background: url(/i/paginate.png) no-repeat -28px 0;
+ background: url(@templates_base@/img/paginate.png) no-repeat -28px 0;
color: #fff;
display: inline-block;
font-size: 1.308em;
font-weight: bold;
height: 28px;
line-height: 28px;
text-align: center;
text-decoration: none;
width: 28px;
}
.pagination span.prev {
background-position: 0 100%;
margin-right: 20px;
}
.pagination a.prev {
background-position: 0 0;
margin-right: 20px;
}
.pagination span.next {
background-position: -56px 100%;
margin-left: 20px;
}
.pagination a.next {
background-position: -56px 0;
margin-left: 20px;
}
.pagination a.active {
background-position: -28px 100%;
}
/*** Searchbox ***/
+/*
.form { padding: 10px 0; }
.form input[type="text"] {
border: none;
- background: #fff url(/i/bg-searchfield.jpg) no-repeat 0 0;
+ background: #fff url(@templates_base@/img/bg-searchfield.jpg) no-repeat 0 0;
height: 23px;
padding: 2px 5px 2px 35px;
width: 162px;
}
+*/
Index: branches/1.0.x/inc/styles.css
===================================================================
--- branches/1.0.x/inc/styles.css (revision 14707)
+++ branches/1.0.x/inc/styles.css (revision 14708)
@@ -1,1091 +1,1091 @@
@charset "UTF-8";
/* Basic Blocks
*******************************************************************************/
html {
min-width: 1000px;
}
body {
- background: #fff url(/i/bg-header.jpg) repeat-y 0 0;
+ background: #fff url(@templates_base@/img/bg-header.jpg) repeat-y 0 0;
color: #3c3c3c;
font: 0.813em/1.231em Arial,Verdana,Tahoma,Sans-Serif;
}
img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td { padding: 0; vertical-align: top; }
a, a:hover, a:focus { color: #333; outline: none; text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }
.clear { clear: both !important; }
.fix { border: 1px solid #f00; }
/* Header
*******************************************************************************/
#header {
margin: 0 auto;
width: 960px;
}
#header .logo {
float: left;
padding: 18px 0;
}
#header .infoblock {
float: right;
position: relative;
width: 550px;
}
#header .infoblock .welcome {
color: #343338;
float: right;
padding: 9px 0;
position: relative;
}
#header .infoblock .welcome div { float: left; }
#header .infoblock .welcome .txt { padding: 0 0 0 20px; }
#header .infoblock .welcome .logged { padding-top: 5px; }
#header .infoblock .welcome .txt a { font-weight: bold; }
-#header .infoblock .welcome .lang .eng {
- background: url(/i/lang/eng.gif) no-repeat 10px 7px;
+#header .infoblock .welcome .lang .en-US {
+ background: url(@templates_base@/img/lang/eng.gif) no-repeat 10px 7px;
padding: 5px 10px 10px 35px;
}
#header .infoblock .welcome .txt,
#header .infoblock .welcome .lang,
#header .infoblock .welcome .currency,
#header .infoblock .welcome .profile {
position: relative;
}
#header .infoblock .welcome .profile { margin-left: 10px; margin-right: 10px; }
#header .infoblock .welcome .txt .login,
#header .infoblock .welcome .currency .cur,
#header .infoblock .welcome .profile .link {
padding: 5px 10px 10px;
}
#header .infoblock .welcome .currency { margin-left: 5px; }
#header .infoblock .welcome .currency .cur.plashka-sel { margin-left: -1px; }
a#lang,
a#currency,
a#profile {
- background: url(/i/icon-select.gif) no-repeat 100% 6px;
+ background: url(@templates_base@/img/icon-select.gif) no-repeat 100% 6px;
display: block;
padding: 0 12px 0 0;
text-decoration: none;
}
#header .infoblock .cart {
- background: url(/i/bg-cart.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/bg-cart.jpg) no-repeat 100% 0;
float: right;
font-size: 1.154em;
font-weight: bold;
padding: 15px 0;
}
#header .infoblock .cart span,
#header .infoblock .cart a { float: left; }
#header .infoblock .cart a {
- background: url(/i/icon-checkout.gif) no-repeat 100% 12px;
+ background: url(@templates_base@/img/icon-checkout.gif) no-repeat 100% 12px;
color: #75b833;
line-height: 33px;
padding: 0 12px 0 0;
text-decoration: none;
}
#header .infoblock .cart i {
font-size: 0.733em;
}
#header .infoblock .cart .items {
- background: url(/i/icon-cart.png) no-repeat 0 0;
+ background: url(@templates_base@/img/icon-cart.png) no-repeat 0 0;
line-height: 33px;
padding: 0 0 0 50px;
}
#header .infoblock .cart .delim {
color: #b5b5b5;
font-weight: normal;
line-height: 33px;
padding: 0 15px;
}
#header .infoblock .cart .phone {
color: #535353;
font: bold 1.385em Tahoma,Arial,Verdana,Sans-Serif;
line-height: 33px;
padding-right: 50px;
}
#header .infoblock .welcome .lang #lang-sel a {
text-decoration: underline;
}
#header .infoblock .welcome .lang #lang-sel .eng {
- background: url(/i/lang/eng.gif) no-repeat 0 0;
+ background: url(@templates_base@/img/lang/eng.gif) no-repeat 0 0;
padding: 0 0 0 25px;
}
#header .infoblock .welcome .lang #lang-sel .deutch {
- background: url(/i/lang/deutch.gif) no-repeat 0 0;
+ background: url(@templates_base@/img/lang/deutch.gif) no-repeat 0 0;
padding: 0 0 0 25px;
}
#header .infoblock .welcome .lang #lang-sel .rus {
- background: url(/i/lang/rus.gif) no-repeat 0 0;
+ background: url(@templates_base@/img/lang/rus.gif) no-repeat 0 0;
padding: 0 0 0 25px;
}
.plashka {
background-color: #fff;
border: 1px solid #d0d0d0;
display: none;
padding: 10px 20px 5px;
position: absolute;
top: 31px;
right: -1px;
z-index: 100;
-webkit-border-radius: 5px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topright: 0;
border-radius: 5px;
border-top-right-radius: 0;
-moz-box-shadow: 0 0 8px #ccc;
-webkit-box-shadow: 0 0 8px #ccc;
box-shadow: 0 0 8px #ccc;
}
.plashka-sel {
background-color: #fff !important;
border: 1px solid #d0d0d0;
border-bottom: 1px solid #fff;
margin: -1px -1px 0 0;
position: relative;
z-index: 150;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-box-shadow: #ccc 0 -3px 8px -1px;
-webkit-box-shadow: #ccc 0 -3px 8px -1px;
box-shadow: #ccc 0 -3px 8px -1px;
}
#header .infoblock .welcome .plashka li {
padding: 0 0 5px;
white-space: nowrap;
}
#header .infoblock .welcome .plashka .active { color: #2d85d6; }
#header .infoblock .welcome .txt .plashka,
#header .infoblock .welcome .profile .plashka { right: 0; }
.plashka-sel a#lang,
.plashka-sel a#currency,
.plashka-sel a#profile {
- background: url(/i/icon-close.gif) no-repeat 100% 6px;
+ background: url(@templates_base@/img/icon-close.gif) no-repeat 100% 6px;
}
#header .infoblock .welcome .login,
.login-alt .login {
display: inline-block;
float: none;
}
.login-alt .login { font-size: 0.867em; padding-left: 5px; }
#header .infoblock .welcome .login a,
.login-alt .login a {
- background: url(/i/bg-button-login.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-button-login.jpg) no-repeat 0 0;
display: block;
height: 18px;
text-align: center;
text-decoration: none;
width: 61px;
}
#header .infoblock .welcome .txt .login.plashka-sel,
.login-alt .login.plashka-sel {
margin-left: 4px;
margin-bottom: 1px;
padding: 5px 18px 10px;
}
.login-alt .login.plashka-sel { padding: 5px 10px 10px; }
#header .infoblock .welcome .login.plashka-sel a,
.login-alt .login.plashka-sel a {
background: none;
height: auto;
width: auto;
}
.icon-close { right: 10px; position: absolute; }
/*** Menu ***/
.menu {
- background: #3e3e3e url(/i/bg-menu.jpg) repeat-x 0 0;
+ background: #3e3e3e url(@templates_base@/img/bg-menu.jpg) repeat-x 0 0;
height: 46px;
position: relative;
width: 100%;
}
.menu .padding {
margin: 0 auto;
width: 960px;
}
.menu ul {
float: left;
width: 740px;
}
.menu ul li {
color: #fff;
float: left;
font-size: 1.154em;
font-weight: bold;
}
.menu ul li a {
color: #fff;
display: block;
line-height: 46px;
padding: 0 18px;
text-decoration: none;
}
.menu ul li a:hover,
.menu ul li a:focus {
- background: #4b4b4b url(/i/bg-menu.jpg) repeat-x 0 -46px;
+ background: #4b4b4b url(@templates_base@/img/bg-menu.jpg) repeat-x 0 -46px;
}
.menu ul li a.active {
- background: #2d85d6 url(/i/bg-menu.jpg) repeat-x 0 -92px;
+ background: #2d85d6 url(@templates_base@/img/bg-menu.jpg) repeat-x 0 -92px;
}
.menu .searchbox {
- background: url(/i/bg-searchbox-l.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-searchbox-l.jpg) no-repeat 0 0;
float: right;
margin-top: 10px;
text-align: right;
width: 210px;
}
.menu .searchbox input[type="text"] {
border: none;
- background: #fff url(/i/bg-searchbox-r.jpg) no-repeat 100% 0;
+ background: #fff url(@templates_base@/img/bg-searchbox-r.jpg) no-repeat 100% 0;
height: 23px;
line-height: 23px;
padding-top: 2px;
width: 180px;
}
.level2 {
background-color: #fff;
left: 273px;
position: absolute;
z-index: 4000;
}
.level2-bg {
border: 1px solid #3e3e3e;
float: left;
width: auto;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: 0 0 3px #444;
-moz-box-shadow: 0 0 3px #444;
-webkit-box-shadow: 0 0 3px #444;
}
#level2-menu {
background-color: #3e3e3e;
float: left;
padding: 8px 0;
width: 200px;
}
#level2-menu h3 {
background-color: #3e3e3e;
padding: 7px 12px;
white-space: nowrap;
}
#level2-menu h3 a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
#level2-menu h3 a:hover {
text-decoration: underline;
}
#level2-menu ul {
width: 100%;
}
#level2-menu ul li {
background-color: #eaeaea;
font-size: 0.923em;
font-weight: normal;
width: 100%;
}
#level2-menu ul li a {
color: #3e3e3e;
line-height: 20px;
padding: 3px 13px 5px;
text-decoration: none;
}
#level2-menu ul li a:hover,
#level2-menu ul li a:focus {
background: none;
text-decoration: underline;
}
#level2-menu ul li a.active {
background: none;
}
#level2-menu ul li i {
- background: url(/i/bullet-l3menu.png) no-repeat 22px 9px;
+ background: url(@templates_base@/img/bullet-l3menu.png) no-repeat 22px 9px;
display: block;
padding: 0 0 0 20px;
white-space: nowrap;
}
#level2-menu ul li.level3-menu h4 {
padding-left: 20px;
white-space: nowrap;
}
#level2-menu ul li.level3-menu ul {
background-color: #fff;
}
#level2-menu ul li.level3-menu ul li {
background-color: #fff;
font-size: 0.917em;
}
#level2-menu ul li.level3-menu ul li a {
- background: url(/i/bullet-l3menu.png) no-repeat 35px 4px;
+ background: url(@templates_base@/img/bullet-l3menu.png) no-repeat 35px 4px;
line-height: 18px;
padding: 0 0 0 45px;
}
#level2-menu ul li.level3-menu ul li a.active { color: #2f7916; }
#level2-menu.ui-accordion .ui-accordion-content { overflow: hidden; }
#level2-menu.ui-accordion .ui-accordion-content-active { background-color: #eaeaea; }
#level2-menu .ui-icon-circle-arrow-l2e {
- background: url(/i/bullet-l2menu.png) no-repeat 0 0;
+ background: url(@templates_base@/img/bullet-l2menu.png) no-repeat 0 0;
height: 7px;
width: 4px;
}
#level2-menu .ui-icon-circle-arrow-l2s {
- background: url(/i/bullet-l2menu.png) no-repeat 0 -7px;
+ background: url(@templates_base@/img/bullet-l2menu.png) no-repeat 0 -7px;
height: 4px;
width: 7px;
}
#level2-menu .ui-icon-circle-arrow-l3e {
- background: url(/i/bullet-l2menu.png) no-repeat 0 -11px;
+ background: url(@templates_base@/img/bullet-l2menu.png) no-repeat 0 -11px;
height: 7px;
width: 4px;
}
#level2-menu .ui-icon-circle-arrow-l3s {
- background: url(/i/bullet-l2menu.png) no-repeat 0 -18px;
+ background: url(@templates_base@/img/bullet-l2menu.png) no-repeat 0 -18px;
height: 4px;
width: 7px;
}
#level-content {
background-color: #fff;
float: left;
padding: 15px;
width: 400px;
}
#level-content ul {
width: auto;
}
#level-content ul li {
- background: url(/i/bullet-level5.png) no-repeat 0 7px;
+ background: url(@templates_base@/img/bullet-level5.png) no-repeat 0 7px;
float: left;
font-size: 1em;
font-weight: normal;
padding: 0 10px 7px 10px;
width: 180px;
}
#level-content ul li a {
color: #3c3c3c;
line-height: 20px;
padding: 0;
text-decoration: underline;
}
#level-content ul li a:hover,
#level-content ul li a:focus {
background: none;
color: #2a80d3;
}
#level-good {
background-color: #fff;
float: left;
padding: 15px;
text-align: center;
width: 120px;
}
#level-good .price { padding: 10px 0; }
/* Content
*******************************************************************************/
#content {
background-color: #f7f7f7;
padding: 32px 0;
width: 100%;
}
#content .padding {
margin: 0 auto;
position: relative;
width: 960px;
}
#content .block-fixed {
background-color: #fff;
border: 1px solid #d0d0d0;
padding: 13px 11px 0 11px;
position: absolute;
margin: 40px 0 0 -100px;
}
#content .block-fixed div { padding-bottom: 13px; }
.button-addtocart {
- background: url(/i/button-addtocart-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/button-addtocart-left.jpg) no-repeat 0 0;
color: #faffed;
display: inline-block;
font-size: 0.846em;
text-shadow: #000 0px 1px 1px;
text-decoration: none;
}
.button-addtocart span {
- background: url(/i/button-addtocart-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/button-addtocart-right.jpg) no-repeat 100% 0;
display: inline-block;
height: 40px;
padding: 5px 6px 0;
text-align: center;
}
.button-addtocart span i { display: block; margin-top: -4px; }
.button-addtocart:hover { color: #faffed; text-shadow: #000 0px 1px 1px; }
#content .leftcol {
float: left;
padding: 0 20px 0 0;
width: 230px;
}
#content .rightcol {
float: left;
padding: 0 0 0 20px;
width: 230px;
}
#content .contentcol {
float: left;
width: 710px;
}
.subscribe-block {
- background: url(/i/subs.png) no-repeat 0 100%;
+ background: url(@templates_base@/img/subs.png) no-repeat 0 100%;
padding: 0 16px 11px 0;
width: 214px;
}
.subscribe-block h4 {
- background: url(/i/subs-top.png) no-repeat 0 0;
+ background: url(@templates_base@/img/subs-top.png) no-repeat 0 0;
font-size: 1.077em;
font-weight: bold;
padding: 14px 0 0 16px;
width: 214px;
}
.subscribe-block fieldset {
padding: 10px 0 0 16px;
text-align: left;
width: 214px;
}
input.field,
textarea.field,
select.field,
select.field-alt {
- background: url(/i/bg-field.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-field.jpg) repeat-x 0 0;
border: 1px solid #828282;
height: 24px;
line-height: 24px;
margin-bottom: 5px;
padding: 0 5px;
}
select.field { padding: 0 0 0 5px; }
select.field-alt { margin: 0; padding: 0 0 0 5px; }
input.field:focus,
textarea.field:focus,
select.field-alt:focus,
select.field:focus { border: 1px solid #000; }
.form select.field { width: 360px; }
.form input.subsfield { width: 190px; }
/*** Block ***/
.block {
- background: url(/i/bg-block-bottom.jpg) no-repeat 0 100%;
+ background: url(@templates_base@/img/bg-block-bottom.jpg) no-repeat 0 100%;
margin: 0 0 10px;
padding: 0 0 8px;
}
.block .block-top {
- background: url(/i/bg-block-top.jpg) no-repeat 0 100%;
+ background: url(@templates_base@/img/bg-block-top.jpg) no-repeat 0 100%;
height: 8px;
width: 100%;
}
.block.no-border-bottom {
background: none;
padding: 0;
}
.block.block-margin { margin: 0 0 20px; }
.block h2 {
- background: url(/i/h1-left.png) no-repeat 0 0;
+ background: url(@templates_base@/img/h1-left.png) no-repeat 0 0;
height: 36px;
line-height: 36px;
padding-left: 14px;
position: relative;
z-index: 10;
}
.block h2 em,
.block h2 a {
color: #fefefe;
font-size: 1.154em;
font-weight: bold;
font-style: normal;
position: relative;
z-index: 150;
}
.block h2 a { text-decoration: underline; }
.block h2 i {
- background: url(/i/bc-step.png) no-repeat 50% 50%;
+ background: url(@templates_base@/img/bc-step.png) no-repeat 50% 50%;
padding: 0 15px;
}
.block h2 span {
- background: url(/i/h1-right.png) no-repeat 100% 0;
+ background: url(@templates_base@/img/h1-right.png) no-repeat 100% 0;
height: 53px;
position: absolute;
top: -3px; right: -6px;
width: 136px;
z-index: 50;
}
-.block h2 span.new { background: url(/i/h1-right-new.png) no-repeat 100% 0; }
-.block h2 span.pick { background: url(/i/h1-right-pick.png) no-repeat 100% 0; }
-.block h2 span.sale { background: url(/i/h1-right-sale.png) no-repeat 100% 0; }
-.block h2 span.bullet { background: url(/i/h1-right-bullet.png) no-repeat 100% 0; }
+.block h2 span.new { background: url(@templates_base@/img/h1-right-new.png) no-repeat 100% 0; }
+.block h2 span.pick { background: url(@templates_base@/img/h1-right-pick.png) no-repeat 100% 0; }
+.block h2 span.sale { background: url(@templates_base@/img/h1-right-sale.png) no-repeat 100% 0; }
+.block h2 span.bullet { background: url(@templates_base@/img/h1-right-bullet.png) no-repeat 100% 0; }
.block.alt-block {
background: none;
}
.block.alt-block h2 {
- background: url(/i/bg-block.png) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-block.png) no-repeat 0 0;
padding-left: 0;
}
.block.alt-block h2.active {
background-position: 0 100%;
}
.block.alt-block h2 a {
display: block;
height: 36px;
line-height: 36px;
padding-left: 14px;
text-decoration: none;
}
.block .block-content {
background-color: #fff;
border: 1px solid #d0d0d0;
border-top: none;
padding: 15px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.block .block-content.noactive { display: none; }
.manufacturer dt {
float: left;
width: 155px;
}
.manufacturer dd {
float: left;
text-align: right;
width: 40px;
}
.manufacturer .active {
color: #0171e4;
}
.manufacturer label { text-decoration: underline; }
#slider-vertical {
- background: url(/i/bg-vertslider-full.png) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-vertslider-full.png) no-repeat 0 0;
float: left;
padding: 5px 0 0;
}
#slider-vertical .ui-slider-range {
- background: url(/i/bg-vertslider-a.png) repeat-y 0 0;
+ background: url(@templates_base@/img/bg-vertslider-a.png) repeat-y 0 0;
margin: 0 0 0 7px;
}
#slider-vertical .ui-slider-handle {
- background: url(/i/point-vertslider.png) no-repeat 0 0;
+ background: url(@templates_base@/img/point-vertslider.png) no-repeat 0 0;
height: 9px;
margin: 0;
width: 16px;
}
.range-block {
margin: 0 auto;
padding: 10px 0 0;
width: 120px;
}
.range-block ul.range {
color: #333;
float: left;
margin-right: 10px;
position: relative;
top: -7px;
width: 50px;
}
.range-block ul.range li {
padding: 0 0 10px;
text-align: right;
}
.range-block ul.range li:last-child { padding: 0; }
.range-block ul.range2 {
color: #a0a0a0;
float: left;
margin-left: 10px;
position: relative;
top: 4px;
width: 20px;
}
.range-block ul.range2 li {
font-size: 0.846em;
padding: 0 0 10px;
text-align: left;
}
.range-block ul.range2 li:last-child { padding: 0; }
/*** Accordion menu ***/
#accordion-menu {
border-left: 1px solid #d0d0d0;
border-right: 1px solid #d0d0d0;
}
#accordion-menu h3 {
- background: #fff url(/i/bg-point-menu.jpg) repeat-x 0 100%;
+ background: #fff url(@templates_base@/img/bg-point-menu.jpg) repeat-x 0 100%;
border-bottom: 1px solid #d0d0d0;
color: #666;
cursor: pointer;
font-size: 1.077em;
font-weight: bold;
padding: 10px 14px;
position: relative;
}
#accordion-menu h3.active {
- background: #1b6bc7 url(/i/bg-point-menu-active.jpg) repeat-x 0 0;
+ background: #1b6bc7 url(@templates_base@/img/bg-point-menu-active.jpg) repeat-x 0 0;
color: #fff;
}
#accordion-menu a { padding-left: 20px; text-decoration: none; }
#accordion-menu a:hover, #accordion-menu a:focus { text-decoration: underline; }
#accordion-menu h3.active a { color: #fff; }
#accordion-menu .ui-icon-circle-arrow-e {
- background: url(/i/bullet-menu.png) no-repeat 0 0;
+ background: url(@templates_base@/img/bullet-menu.png) no-repeat 0 0;
height: 6px;
width: 10px;
}
#accordion-menu.alt-menu .ui-icon-circle-arrow-e {
margin-top: -4px;
position: absolute;
top: 50%;
}
#accordion-menu .ui-icon-circle-arrow-s {
- background: url(/i/bullet-menu.png) no-repeat 0 -6px;
+ background: url(@templates_base@/img/bullet-menu.png) no-repeat 0 -6px;
height: 6px;
width: 10px;
}
#accordion-menu .ui-icon-circle-arrow-a {
- background: url(/i/bullet-menu.png) no-repeat 0 -12px;
+ background: url(@templates_base@/img/bullet-menu.png) no-repeat 0 -12px;
height: 10px;
margin-top: -5px;
position: absolute;
top: 50%;
width: 8px;
}
#accordion-menu div {
background-color: #fff;
border-bottom: 1px solid #d0d0d0;
}
#accordion-menu div ul { padding: 10px 0 10px 7px; }
#accordion-menu div ul li { padding: 3px 0 5px 7px; }
#accordion-menu div ul li.active {
- background: url(/i/bg-subcategory.png) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-subcategory.png) repeat-x 0 0;
}
#accordion-menu div ul a { color: #333; padding-left: 0; }
#accordion-menu div ul li.active a { color: #fff; }
#accordion-menu div ul li ul { padding: 10px 0 0 25px; }
#accordion-menu div ul li ul li {
- background: url(/i/point-subcategory.png) no-repeat 0 7px;
+ background: url(@templates_base@/img/point-subcategory.png) no-repeat 0 7px;
font-size: 0.923em;
padding: 2px 0 2px 10px;
}
#accordion-menu div ul li.active ul a { color: #333; }
/*** Good item ***/
.good-item {
background-color: #fff;
width: auto;
}
.good-item.good-item-narrow {
margin: 5px 5px 0 0;
width: 171px;
}
.good-item.good-item-narrow-last {
margin-right: 0;
}
.good-item.good-item-float {
float: left;
height: 290px;
}
.good-item.border-radius-bottom {
border: 1px solid #d0d0d0;
border-top: none;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.good-item.border-radius {
border: 1px solid #d0d0d0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.good-item dl {
padding: 14px 16px;
text-align: center;
}
.good-item.comparing-items dl {
border-bottom: 1px dotted #b5b5b5;
padding: 14px 0;
margin: 0 16px;
}
.good-item.comparing-items dl.last {
border-bottom: none;
}
.good-item.comparing-items .buttons {
padding: 15px 0;
text-align: center;
width: 210px;
}
.good-item dl dt { padding-bottom: 15px; }
.good-item dl dt a {
font-size: 1.077em;
font-weight: bold;
}
.good-item .img { height: 140px; }
.good-item .price {
font-size: 1.846em;
font-weight: bold;
font-style: normal;
padding: 10px 0;
}
.good-item .price span {
font-size: 0.708em;
}
.good-item .addtocart {
- background: url(/i/addtocart-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/addtocart-left.jpg) no-repeat 0 0;
color: #faffed;
display: inline-block;
font-size: 1.077em;
font-weight: bold;
text-shadow: #000 0px 1px 1px;
text-decoration: none;
}
.good-item .addtocart span {
- background: url(/i/addtocart-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/addtocart-right.jpg) no-repeat 100% 0;
display: inline-block;
height: 33px;
line-height: 33px;
padding: 0 20px;
}
.good-item .addedtocart {
color: #3d901f;
font-size: 1.154em;
}
/*** Scrollable ***/
#scrollable {
position:relative;
overflow: hidden;
width: 710px;
height: 309px;
background-color: #fff;
margin: 5px 0
}
#scrollable .items {
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
height: 307px;
margin: 0 30px;
position: relative;
width: 650px;
}
#scrollable .good-item {
- background: url(/i/delimiter-special.gif) repeat-y 100% 0;
+ background: url(@templates_base@/img/delimiter-special.gif) repeat-y 100% 0;
position:relative;
width:222px;
height: 280px;
margin: 16px 0;
}
#scrollable .good-item dl { padding: 0 16px; }
#scrollable .good-item dl dt { height: 35px; }
#scrollable .good-item dl dd .price { color: #c2120a; }
#scrollable .good-item dl dd .price-deal {
padding: 10px 0;
}
#scrollable .good-item dl dd .price-deal s.under {
font-size: 1.308em;
font-weight: bold;
padding-right: 10px;
}
#scrollable .good-item dl dd .price-deal s.under span {
font-size: 0.706em;
}
#scrollable .ca-nav span {
width:30px;
height:309px;
- background:transparent url(/i/special-navi.png) no-repeat 0 0;
+ background:transparent url(@templates_base@/img/special-navi.png) no-repeat 0 0;
position:absolute;
top:0;
left:0;
text-indent:-9000px;
cursor:pointer;
z-index:8;
}
#scrollable .ca-nav span.ca-nav-prev:hover {
background-position:-30px 0;
}
#scrollable .ca-nav span.ca-nav-next {
background-position:-60px 0;
left:auto;
right:0;
}
#scrollable .ca-nav span.ca-nav-next:hover {
background-position:-90px 0;
}
#content .content,
#content .compare {
margin: 5px 0 0;
padding: 20px 30px;
}
#content .content.border-radius,
#content .goods.border-radius,
#content .items.border-radius,
#content .compare.border-radius {
background-color: #fff;
border: 1px solid #d0d0d0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: auto;
}
#content .content p {
font-size: 1.077em;
line-height: 1.5em;
}
#feedback {
- background: url(/i/con-contact.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/con-contact.jpg) no-repeat 100% 0;
font-size: 0.929em;
padding: 20px 330px 0 0;
}
#feedback p.req {
border-bottom: 1px solid #d0d0d0;
color: #3e85d2;
font-size: 1em;
font-weight: bold;
margin-bottom: 15px;
padding: 0 0 5px;
}
span.star {
color: #3e85d2;
font-weight: bold;
}
#feedback p {
clear: both !important;
padding: 5px 0;
}
#feedback label {
float: left;
font-weight: bold;
padding: 5px 0;
white-space: nowrap;
width: 110px;
}
.form .field {
border: 1px solid #b4b4b4;
width: 350px;
}
#feedback input.field,
#feedback span.radios,
#feedback textarea {
float: left;
}
#feedback textarea {
- background: url(/i/bg-textarera.jpg) repeat-x 0 0;
+ background: url(@templates_base@/img/bg-textarera.jpg) repeat-x 0 0;
border: 1px solid #b4b4b4;
height: 120px;
width: 450px;
}
#feedback .radio label { width: 240px; }
#feedback span.radios { padding: 5px 0; }
#feedback .buttons {
padding: 10px 0 0 110px;
}
.form .green-button {
- background: url(/i/bg-buttons.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-buttons.jpg) no-repeat 0 0;
border: none;
color: #fff;
font-weight: bold;
height: 26px;
padding-bottom: 1px;
width: 90px;
}
.form .grey-button {
- background: url(/i/bg-buttons.jpg) no-repeat 0 100%;
+ background: url(@templates_base@/img/bg-buttons.jpg) no-repeat 0 100%;
border: none;
color: #000;
font-weight: bold;
height: 26px;
padding-bottom: 1px;
width: 90px;
}
.green-but {
- background: url(/i/bg-button-left.png) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-button-left.png) no-repeat 0 0;
color: #fff;
display: inline-block;
font-weight: bold;
height: 26px;
line-height: 26px;
margin: 0 20px 0 0;
padding: 0 0 0 20px;
text-decoration: none;
}
.green-but:hover { color: #fff; text-decoration: none; }
.green-but span {
- background: url(/i/bg-button-right.png) no-repeat 100% 0;
+ background: url(@templates_base@/img/bg-button-right.png) no-repeat 100% 0;
display: inline-block;
height: 26px;
margin: 0 -19px 0 0;
padding: 0 20px 0 0;
}
.grey-but {
- background: url(/i/bg-button-left.png) no-repeat 0 100%;
+ background: url(@templates_base@/img/bg-button-left.png) no-repeat 0 100%;
color: #3c3c3c;
display: inline-block;
font-weight: bold;
height: 26px;
line-height: 26px;
padding: 0 0 0 20px;
text-decoration: none;
}
.grey-but:hover { color: #3c3c3c; text-decoration: none; }
.grey-but span {
- background: url(/i/bg-button-right.png) no-repeat 100% 100%;
+ background: url(@templates_base@/img/bg-button-right.png) no-repeat 100% 100%;
display: inline-block;
height: 26px;
margin: 0 -19px 0 0;
padding: 0 20px 0 0;
}
/*** Login form ***/
.login-form {
padding: 0;
}
.login-form p {
padding: 5px 0;
}
.login-form label {
display: block;
font-weight: bold;
padding-bottom: 5px;
}
.login-form .field {
width: 230px;
}
/* Footer
*******************************************************************************/
#footer {
margin: 0 auto;
width: 960px;
}
#footer .copy {
float: left;
font-family: Tahoma,Arial,Verdana,Sans-Serif;
padding-top: 18px;
width: 580px;
}
#footer .copy .doplinks {
color: #a8a8a8;
padding-top: 15px;
}
#footer .copy .doplinks a { padding: 0 15px; }
#footer .copy .doplinks a:first-child { padding-left: 0; }
#footer .links {
- background: url(/i/bg-blinks.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-blinks.jpg) no-repeat 0 0;
float: left;
padding: 18px 0 36px 16px;
width: 124px;
}
#footer .links ul li {
- background: url(/i/li-blinks.gif) no-repeat 0 6px;
+ background: url(@templates_base@/img/li-blinks.gif) no-repeat 0 6px;
padding: 0 0 0 11px;
}
#footer .payment {
float: left;
font-weight: bold;
padding: 18px 0 36px;
text-align: right;
width: 230px;
}
#footer .payment .logos {
padding: 0 0 20px;
}
#footer .payment a {
padding: 0 3px;
}
.basketStatus {
position: absolute;
top: 153px;
left: 247px;
display: block;
z-index: 5000;
}
.basketStatus .basketContent {
background-color: #fff;
width: 230px;
font-weight: bold;
position:relative;
z-index:5001;
color: #333;
padding: 12px 25px;
box-shadow: 0 0 3px #444;
-moz-box-shadow: 0 0 3px #444;
-webkit-box-shadow: 0 0 3px #444;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.basketStatus .basketArrow {
- background: url(/i/con-basket-arrow.png) no-repeat 0 0;
+ background: url(@templates_base@/img/con-basket-arrow.png) no-repeat 0 0;
height: 15px;
margin: -55px 0 0 22px;
position: relative;
width: 26px;
z-index: 5006;
}
.basketStatus .basketContent .subtitle { color: #62aa2c; padding-bottom: 15px; }
.basketStatus .basketContent .img {
float: left;
padding-right: 15px;
}
.basketStatus .basketContent .info { color: #333; }
Index: branches/1.0.x/inc/details.css
===================================================================
--- branches/1.0.x/inc/details.css (revision 14707)
+++ branches/1.0.x/inc/details.css (revision 14708)
@@ -1,343 +1,343 @@
@charset "UTF-8";
/* Category Page
*******************************************************************************/
.goods {
margin: 5px 0;
padding: 20px 20px 10px 20px;
}
.block h2 a.product-prev {
- background: url(/i/product-nav.png) no-repeat 0 0;
+ background: url(@templates_base@/img/product-nav.png) no-repeat 0 0;
height: 21px;
position: absolute;
right: 40px;
top: 9px;
width: 21px;
}
.block h2 a.product-next {
- background: url(/i/product-nav.png) no-repeat 100% 0;
+ background: url(@templates_base@/img/product-nav.png) no-repeat 100% 0;
height: 21px;
position: absolute;
right: 15px;
top: 9px;
width: 21px;
}
.block h2 a.product-prev:hover { background-position: 0 100%; }
.block h2 a.product-next:hover { background-position: 100% 100%; }
.product-detail { position: relative; }
.product-detail .ribbon {
- background: url(/i/ribbon-big.png) no-repeat 0 0;
+ background: url(@templates_base@/img/ribbon-big.png) no-repeat 0 0;
height: 53px;
position: absolute;
top: -3px; right: -7px;
width: 136px;
z-index: 100;
}
.product-detail .ribbon.sale { background-position: 0 0; }
.product-detail .ribbon.top { background-position: 0 -53px; }
.product-detail .ribbon.new { background-position: 0 -106px; }
.product-detail h1 {
color: #000;
float: left;
font: 1.846em Tahoma,Verdana,Arial,Sans-Serif;
padding: 0 0 20px;
}
.product-detail .rating {
float: left;
padding: 6px 0 0 10px;
}
.product-detail .h1-reviews {
float: left;
padding: 8px 0 0 10px;
}
.product .info {
float: left;
padding: 0 20px 0 0;
width: 260px;
}
.product .info .img {
position: relative;
}
.product .viewlarger {
position: absolute;
text-align: center;
top: 265px;
width: 260px;
}
.product .viewlarger a {
- background: url(/i/icon-zoom-small.png) no-repeat 0 2px;
+ background: url(@templates_base@/img/icon-zoom-small.png) no-repeat 0 2px;
padding: 0 0 0 20px;
}
.product .info .img .signsmall {
color: #000;
font-size: 0.846em;
position: absolute;
top: 320px;
text-align: center;
width: 260px;
}
.product .info .img .showmore {
color: #686767;
margin-top: 490px;
position: absolute;
}
.product .info .doplinks {
- background: url(/i/bg-doplinks.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-doplinks.jpg) no-repeat 0 0;
float: left;
height: 152px;
margin-top: 220px;
padding: 40px 0 0 25px;
width: 225px;
}
.product .doplinks a.link-print {
- background: url(/i/icon-print.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/icon-print.jpg) no-repeat 0 0;
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 20px 13px 40px;
}
.product .doplinks a.link-compare {
- background: url(/i/icon-compare.png) no-repeat 3px 5px;
+ background: url(@templates_base@/img/icon-compare.png) no-repeat 3px 5px;
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 20px 10px 40px;
}
.product .doplinks a.link-wishlist {
- background: url(/i/icon-wishlist.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/icon-wishlist.jpg) no-repeat 0 0;
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 20px 0 40px;
}
.product .description {
float: left;
width: 380px;
}
.product .description .text {
padding: 15px 0;
}
.product .description .options-har {
background-color: #f0f0f0;
margin-bottom: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.product .description .options-har .sel-options {
color: #686767;
float: left;
padding: 8px 0 8px 20px;
}
.product .description .har { border-top: 1px solid #d0d0d0; float: left; margin-top: 10px; padding-top: 10px; text-align: left; width: 50%; }
.product .description .har dt { float: left; font-weight: bold; padding: 0 10px 3px 0; width: 100px; }
.product .description .har dd { float: left; width: 80px; }
.product .description .price-block {
float: left;
width: 150px;
}
.product .description .price-block s.under {
display: block;
font-size: 1.308em;
font-weight: bold;
padding-right: 10px;
}
.product .description .price-block s.under span { font-size: 0.706em; }
.product .description .price-block .redprice { padding: 10px 0; }
.product .description .price-block em.price {
color: #C2120A;
font-size: 1.846em;
font-weight: bold;
font-style: normal;
}
.product .description .price-block em.price span { font-size: 0.708em; }
.product .description .order-block {
float: right;
width: 230px;
}
.product .description .order-block .qty {
color: #686767;
float: left;
padding-top: 5px;
}
.product .description .order-block .qty .field {
text-align: center;
width: 25px;
}
.product .description .order-block .avail {
color: #686767;
float: right;
font-weight: bold;
padding-top: 10px;
}
.product .description .order-block .avail em {
color: #00b309;
}
.product .description .order-block .but {
float: right;
}
.product .description .order-block .addtocart {
- background: url(/i/addtocart-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/addtocart-left.jpg) no-repeat 0 0;
color: #faffed;
display: inline-block;
font-size: 1.077em;
font-weight: bold;
text-shadow: #000 0px 1px 1px;
text-decoration: none;
}
.product .description .order-block .addtocart span {
- background: url(/i/addtocart-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/addtocart-right.jpg) no-repeat 100% 0;
display: inline-block;
padding: 0 20px 0 10px;
}
.product .description .order-block .addtocart span i {
- background: url(/i/bg-button-cart-add.png) no-repeat 0 3px;
+ background: url(@templates_base@/img/bg-button-cart-add.png) no-repeat 0 3px;
line-height: 33px;
padding: 7px 0 7px 30px;
}
/*** Tabs ***/
.ui-tabs .ui-tabs-nav {
padding: 0;
}
.ui-widget-header {
background: none;
border: none;
color: #000;
}
.ui-tabs .ui-tabs-nav li {
border: 1px solid #949494;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
- background: #fff url(/i/bg-tab.png) repeat-x 0 0;
+ background: #fff url(@templates_base@/img/bg-tab.png) repeat-x 0 0;
border-bottom: none;
position: relative;
z-index: 100;
bottom: -1px;
}
.ui-tabs .ui-tabs-panel {
border: 1px solid #949494;
height: 350px;
overflow-x: hidden;
}
.ui-tabs .ui-tabs-panel p { padding-bottom: 15px; }
/*** Reviews ***/
.reviews {
border-bottom: 1px solid #d0d0d0;
float: left;
padding-top: 30px;
width: 100%;
}
.reviews .info-review {
float: left;
padding: 0 0 20px;
width: 350px;
}
.reviews .info-review .title {
color: #2b2b2b;
font-size: 1.385em;
line-height: 1.2em;
}
.reviews .info-review .but-review {
float: left;
padding: 20px 0 0;
}
.reviews .info-review .addreview {
- background: url(/i/icon-addreview.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/icon-addreview.jpg) no-repeat 0 0;
display: block;
height: 22px;
line-height: 22px;
padding: 0 0 0 30px;
}
.reviews .info-review .sortby {
color: #585858;
float: left;
font-weight: bold;
padding: 20px 0 0 20px;
}
.reviews .overall-review {
float: right;
width: 215px;
}
.reviews .overall-review p {
color: #585858;
float: left;
font-weight: bold;
padding: 0 10px 0 0;
}
.reviews .overall-review .overall-detail {
float: left;
}
.reviews .overall-review .overall-detail i {
float: left;
width: 35px;
}
.reviews .overall-review .overall-detail span {
float: left;
width: 75px;
}
.reviews .row-review {
border-top: 1px solid #d0d0d0;
clear: both !important;
float: left;
padding: 15px 0;
}
.reviews .row-review .user { color: #2275cd; font-weight: bold; padding: 0 0 10px; }
.reviews .row-review .text-review { color: #000; padding: 0 0 10px; }
.reviews .row-review .optional-review { color: #000; font-size: 0.846em; }
.reviews .row-review .optional-review p {
float: left;
padding: 0 20px 0 0;
}
.reviews .row-review .optional-review em { color: #8b8b8b; }
.reviews .row-review .optional-review p.rat img { margin-bottom: -2px; }
.reviews .row-review .optional-review p.date { float: right; padding: 0; text-align: right; }
.reviews .row-review .optional-review a { color: #000; }
.reviews .row-review .optional-review a.yes { color: #009000; font-weight: bold; }
.reviews .row-review .optional-review a.no { color: #ae0000; font-weight: bold; }
/*** Pagination ***/
.pagination { padding: 20px 0 10px; text-align: center; }
.pagination span,
.pagination a {
- background: url(/i/paginate.png) no-repeat -28px 0;
+ background: url(@templates_base@/img/paginate.png) no-repeat -28px 0;
color: #fff;
display: inline-block;
font-size: 1.308em;
font-weight: bold;
height: 28px;
line-height: 28px;
text-align: center;
text-decoration: none;
width: 28px;
}
.pagination span.prev {
background-position: 0 100%;
margin-right: 20px;
}
.pagination a.prev {
background-position: 0 0;
margin-right: 20px;
}
.pagination span.next {
background-position: -56px 100%;
margin-left: 20px;
}
.pagination a.next {
background-position: -56px 0;
margin-left: 20px;
}
.pagination a.active {
background-position: -28px 100%;
}
Index: branches/1.0.x/inc/compare.css
===================================================================
--- branches/1.0.x/inc/compare.css (revision 14707)
+++ branches/1.0.x/inc/compare.css (revision 14708)
@@ -1,77 +1,77 @@
@charset "UTF-8";
/* Compare Page
*******************************************************************************/
#content .compare { padding: 20px; }
.good-item {
border-right: 1px dotted #333;
float: left;
min-height: 450px;
padding: 0 0 15px;
width: 225px;
}
.good-item.last-child {
border-right: none;
}
.good-item .button-delete {
padding: 0 0 10px 0;
text-align: center;
}
.good-item .rating { padding: 10px 0 0; text-align: center; }
.good-item .rating p { padding: 5px 0 0; }
.good-item .har { text-align: left; }
.good-item .har dt { float: left; font-weight: bold; padding: 0 10px 3px 0; width: 100px; }
.good-item .har dd { float: left; width: 80px; }
.buttons-block { padding-top: 120px; text-align: center; }
.compare-button {
- background: url(/i/bg-button-compare-left.jpg) no-repeat 0 0;
+ background: url(@templates_base@/img/bg-button-compare-left.jpg) no-repeat 0 0;
color: #323232;
display: inline-block;
font-size: 1.385em;
font-weight: bold;
text-decoration: none;
}
.compare-button span {
- background: url(/i/bg-button-compare-right.jpg) no-repeat 100% 0;
+ background: url(@templates_base@/img/bg-button-compare-right.jpg) no-repeat 100% 0;
display: inline-block;
height: 60px;
padding: 10px 20px;
text-align: center;
}
/*** Compare accordion ***/
#compare-menu h3 {
- background: #fff url(/i/bg-form-fieldset.jpg) repeat-x 0 0;
+ background: #fff url(@templates_base@/img/bg-form-fieldset.jpg) repeat-x 0 0;
color: #5b5b5b;
cursor: pointer;
font-weight: bold;
height: 26px;
line-height: 26px;
padding: 0 16px;
position: relative;
}
#compare-menu a { color: #5b5b5b; padding-left: 20px; text-decoration: none; }
#compare-menu h3.active a { color: #fff; }
#compare-menu .ui-icon-circle-arrow-e {
- background: url(/i/bullet-menu.png) no-repeat 0 -22px;
+ background: url(@templates_base@/img/bullet-menu.png) no-repeat 0 -22px;
height: 6px;
width: 10px;
}
#compare-menu .ui-icon-circle-arrow-s {
- background: url(/i/bullet-menu.png) no-repeat 0 -6px;
+ background: url(@templates_base@/img/bullet-menu.png) no-repeat 0 -6px;
height: 6px;
width: 10px;
}
#compare-menu .good-item-cell {
border-right: 1px dotted #333;
float: left;
max-height: 450px;
padding-bottom: 25px;
width: 225px;
}
#compare-menu .good-item-cell .description {
max-height: 450px;
overflow-x: hidden;
padding: 5px 16px;
}
Index: branches/1.0.x/designs/default_design.des.tpl
===================================================================
--- branches/1.0.x/designs/default_design.des.tpl (revision 14707)
+++ branches/1.0.x/designs/default_design.des.tpl (revision 14708)
@@ -1,35 +1,55 @@
<inp2:m_CheckSSL/>
-<html lang="<inp2:lang.current_Field name='Locale' db='1'/>">
- <head>
- <title><inp2:m_GetConfig name="Site_Name"/> &mdash; <inp2:st_PageInfo type="title"/></title>
- <inp2:m_Include template="elements/html_head.elm" strip_nl="2"/>
- <inp2:m_Include template="elements/content_boxes.elm" strip_nl="2"/> <!--## includes system elements ##-->
- </head>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <body>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="<inp2:lang.current_Field name='Locale' db='1'/>">
+
+<head>
+ <title><inp2:m_GetConfig name="Site_Name"/> &mdash; <inp2:st_PageInfo type="title"/></title>
+ <inp2:m_Include template="elements/html_head.elm" strip_nl="2"/>
+ <inp2:m_Include template="elements/content_boxes.elm" strip_nl="2"/> <!--## includes system elements ##-->
+
+ <link rel="stylesheet" rev="stylesheet" href="<inp2:m_Compress from='all_css'/>" type="text/css" />
- <!--## System tag please do not remove ##-->
- <inp2:st_EditPage mode="start"/>
-
- <div class="main">
-
+<!--##
+ <script type="text/javascript" src="<inp2:m_Compress from='all_js'/>"></script>
+##-->
+
+ <inp2:m_RenderElement name="add_to_head" default_element="default_add_to_head"/>
+</head>
- <inp2:m_Include template="elements/header.elm" />
+<body>
-
- <inp2:m_RenderElement name="content"/>
+ <!--## System tag please do not remove ##-->
+ <inp2:st_EditPage mode="start"/>
+ <inp2:m_Include template="elements/header.elm" />
+ <inp2:m_Include template="elements/menu.elm" />
- <inp2:m_Include template="elements/footer.elm" />
+ <div id="content">
+ <div class="padding">
+
+ <div class="leftcol">
+ <inp2:m_RenderElement name="sidebar" default_element="default_sidebar"/>
+ </div>
+
+ <div class="contentcol">
+ <inp2:m_RenderElement name="content"/>
+ </div>
+ <div class="clear"></div>
+
+ </div>
+ </div>
- </div>
- <!--footer end-->
+ <inp2:m_Include template="elements/footer_menu.elm" />
- <inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
+ <inp2:m_Include template="elements/footer.elm" />
- <inp2:m_Include template="elements/tracking.elm" />
-
- <script type="text/javascript"> Cufon.now(); </script>
- </body>
+ <inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
+
+ <inp2:m_Include template="elements/tracking.elm" />
+
+ <inp2:m_RenderElement name="add_to_footer" default_element="default_add_to_footer"/>
+</body>
</html>
\ No newline at end of file
Index: branches/1.0.x/elements/search.elm.tpl
===================================================================
--- branches/1.0.x/elements/search.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/search.elm.tpl (revision 14708)
@@ -0,0 +1,16 @@
+<div class="searchbox">
+ <form id="search_form" action="<inp2:m_Link template='inc/search_results_ajax.elm'/>">
+ <inp2:m_if check='m_Get' name='keywords'>
+ <input type="text" id="search" name="search" value="<inp2:m_Get name='keywords'/>" autocomplete="off" />
+ <inp2:m_else/>
+ <input type="text" id="search" name="search" value="Search" autocomplete="off" onblur="if (this.value == '') this.value='Search'" onclick="if (this.value == 'Search') this.value=''" />
+ </inp2:m_if>
+ </form>
+</div>
+
+<div class="" style="display: none;">
+ <div class="search-box-small-header"></div>
+ <div class="search-box-small-footer"></div>
+</div>
+
+<div class="clear"></div>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/search.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/content_boxes.elm.tpl
===================================================================
--- branches/1.0.x/elements/content_boxes.elm.tpl (revision 14707)
+++ branches/1.0.x/elements/content_boxes.elm.tpl (revision 14708)
@@ -1,28 +1,42 @@
-<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
<inp2:m_DefineElement name="content_box" type="text">
<h2 class="movable-header"><inp2:m_param name="header"/></h2>
<div class="<inp2:m_Param name="type"/>">
<inp2:m_param name="content"/>
</div>
</inp2:m_DefineElement>
-<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
-<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
-<inp2:m_DefineElement name="side_box" type="">
- <div class="<inp2:m_Param name="type"/>">
- <h3 class="movable-header"><inp2:m_param name="header"/></h3>
- <dl>
- <inp2:m_param name="content"/>
- </dl>
+<inp2:m_DefineElement name="side_box" add_class="">
+ <div class="block <inp2:m_Param name='add_class'/>">
+ <h2><inp2:m_param name="header"/></h2>
+ <inp2:m_param name="content"/>
+ </div>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="custom_box" add_class="">
+ <div class="<inp2:m_Param name='add_class'/>">
+ <h4><inp2:m_param name="header"/></h4>
+ <inp2:m_param name="content"/>
</div>
</inp2:m_DefineElement>
-<!--## DESIGN FOR COLUMN CONTENT ELEMENT ##-->
<!--## DEFAULT CONTENT-TOP ELEMENT ##-->
<inp2:m_DefineElement name="default_content_banner" no_editing="1">
<!-- default banners -->
<inp2:st_ContentBlock num="101" page="index"/>
<!-- //default banners -->
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="default_add_to_footer" no_editing="1">
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="default_add_to_head" no_editing="1">
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="default_sidebar" no_editing="1">
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="image_element">
+ <img src="<inp2:m_param name="img_path" />" title="<inp2:m_param name="alt" />" alt="<inp2:m_param name="alt" />" <inp2:m_param name="img_size" /> align="<inp2:m_param name="align"/>" />
</inp2:m_DefineElement>
\ No newline at end of file
Index: branches/1.0.x/elements/side_boxes/categories.elm.tpl
===================================================================
--- branches/1.0.x/elements/side_boxes/categories.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/side_boxes/categories.elm.tpl (revision 14708)
@@ -0,0 +1,30 @@
+<inp2:m_Capture to_var="header">
+ <em><inp2:m_Phrase label="lu_title_Categories"/></em><span></span>
+</inp2:m_Capture>
+
+<inp2:m_DefineElement name="more_link_elem">
+ <li>
+ <a href="<inp2:c_CategoryLink template='__default__' m_cat_page='1'/>"><inp2:m_Phrase label="lu_more_Products"/>...</a>
+ </li>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="subcategory_elem">
+ <li>
+ <a href="<inp2:CategoryLink template="__default__" m_cat_page="1"/>" class="<inp2:m_if check='IsCurrent'>active</inp2:m_if>"><inp2:Field name="Name" html_escape="1"/></a>
+ </li>
+</inp2:m_DefineElement>
+
+<inp2:m_DefineElement name="category_elem">
+ <h3><a href="<inp2:CategoryLink template="__default__" m_cat_page="1"/>"><inp2:Field name="Name" html_escape="1"/></a></h3>
+ <div>
+ <ul>
+ <inp2:ListCategories requery="1" render_as="subcategory_elem" more_link_render_as="more_link_elem" max_items="20" no_table="1"/>
+ </ul>
+ </div>
+</inp2:m_DefineElement>
+
+<inp2:m_Cache key="prefix:c;skip_var:t,page,per_page,sort_by">
+ <div id="accordion-menu">
+ <inp2:c_ListCategories render_as="category_elem" sort_by="Priority,Desc" per_page="-1" no_table="1" parent_cat_id="Root" module="In-Commerce"/>
+ </div>
+</inp2:m_Cache>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/side_boxes/categories.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/side_boxes/compare.elm.tpl
===================================================================
Index: branches/1.0.x/elements/side_boxes/compare.elm.tpl
===================================================================
--- branches/1.0.x/elements/side_boxes/compare.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/side_boxes/compare.elm.tpl (revision 14708)
Property changes on: branches/1.0.x/elements/side_boxes/compare.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/side_boxes/picks.elm.tpl
===================================================================
--- branches/1.0.x/elements/side_boxes/picks.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/side_boxes/picks.elm.tpl (revision 14708)
@@ -0,0 +1,18 @@
+<inp2:p_InitList list_name="pick_products" types="pick" parent_cat_id="0" recursive="1" per_page="short_list"/>
+
+<inp2:m_Capture to_var="header"><em>Our Favorites</em><span class="pick"></span></inp2:m_Capture>
+
+<inp2:m_DefineElement name="pick_product_element">
+ <dt><a href="<inp2:ProductLink template='__default__'/>"><inp2:Field field="Name" /></a></dt>
+ <dd>
+ <p class="img"><a href="<inp2:ProductLink template='__default__'/>"><inp2:Image render_as="image_element" Primary="1" Thumbnail="1" DefaultImage="img/no_picture.gif" MaxWidth="136" MaxHeight="136"/></a></p>
+ <p class="price"><inp2:Field name="Price" currency="selected"/>$759.<span>95</span></p>
+ <p><a href="<inp2:AddToCartLink template="checkout/shop_cart" product_template="__default__"/>" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+</inp2:m_DefineElement>
+
+<div class="good-item border-radius-bottom">
+ <dl>
+ <inp2:p_ListProducts list_name="pick_products" render_as="pick_product_element" no_table="1"/>
+ </dl>
+</div>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/side_boxes/picks.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/side_boxes/subscribe.elm.tpl
===================================================================
--- branches/1.0.x/elements/side_boxes/subscribe.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/side_boxes/subscribe.elm.tpl (revision 14708)
@@ -0,0 +1,22 @@
+<inp2:m_Capture to_var="header">Get Promotions & Discounts:</inp2:m_Capture>
+
+<inp2:u.subscribe-sidebox_FormName name="subscription"/>
+<form method="post" action="<inp2:m_FormAction />" class="form" name="mailing_list_form">
+ <fieldset>
+ <inp2:if check="u.subscribe-sidebox_Field" name="SubscriberEmail">
+ <input type="text" class="field subsfield" name="<inp2:u.subscribe-sidebox_InputName name='SubscriberEmail'/>" value="<inp2:u.subscribe-sidebox_Field name='SubscriberEmail'/>" onblur="if (this.value == '') this.value='Your Email'" onclick="if (this.value == 'Your Email') this.value=''"/>
+ <inp2:m_else/>
+ <input type="text" class="field subsfield" name="<inp2:u.subscribe-sidebox_InputName name='SubscriberEmail'/>" value="Your Email" onblur="if (this.value == '') this.value='Your Email'" onclick="if (this.value == 'Your Email') this.value=''" />
+ </inp2:if>
+
+ <inp2:m_if check="u.subscribe-sidebox_HasError" field="any">
+ <span class="field-error"><inp2:u.subscribe-sidebox_Error field="SubscriberEmail"/></span><br />
+ </inp2:m_if>
+
+ <a href="#" class="grey-but"><span><inp2:m_Phrase label='lu_btn_Subscribe' no_editing='1'/></span></a>
+
+ <input type="hidden" name="events[u.subscribe-sidebox][OnSubscribeQuery]" value="1"/>
+ <input type="hidden" name="subscribe_template" value="mailing/subscribe"/>
+ <input type="hidden" name="unsubscribe_template" value="mailing/unsubscribe"/>
+ </fieldset>
+</form>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/side_boxes/subscribe.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/side_boxes
===================================================================
--- branches/1.0.x/elements/side_boxes (nonexistent)
+++ branches/1.0.x/elements/side_boxes (revision 14708)
Property changes on: branches/1.0.x/elements/side_boxes
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property
Index: branches/1.0.x/elements/new_products.elm.tpl
===================================================================
--- branches/1.0.x/elements/new_products.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/new_products.elm.tpl (revision 14708)
@@ -0,0 +1,44 @@
+<div class="block no-border-bottom">
+ <h2><em>New Arrivals</em><span class="new"></span></h2>
+ <div class="good-item good-item-narrow good-item-float border-radius">
+ <dl>
+ <dt><a href="#">Nikon D5000 Digital Camera</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good1.jpg" width="136" height="136" alt="" /></a></p>
+ <p class="price">$2,549.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-narrow good-item-float border-radius">
+ <dl>
+ <dt><a href="#">Motorola Backflip Silver Smartphone</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good2.jpg" width="133" height="133" alt="" /></a></p>
+ <p class="price">$549.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-narrow good-item-float border-radius">
+ <dl>
+ <dt><a href="#">Apple iMac Desktop Customizable</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good3.jpg" width="135" height="124" alt="" /></a></p>
+ <p class="price">$999.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-narrow good-item-narrow-last good-item-float border-radius">
+ <dl>
+ <dt><a href="#">Apple IPod Classic 160GB White</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good4.jpg" width="77" height="134" alt="" /></a></p>
+ <p class="price">$1,749.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="clear"></div>
+ </div>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/new_products.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/footer_menu.elm.tpl
===================================================================
--- branches/1.0.x/elements/footer_menu.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/footer_menu.elm.tpl (revision 14708)
@@ -0,0 +1,13 @@
+<inp2:m_DefineElement name="menu_element" no_editing="1">
+<li class="<inp2:m_if check="m_Param" name="active">active</inp2:m_if>">
+ <a href="<inp2:m_Link template='$template' m_cat_id='$cat_id' use_section='$use_section' m_cat_page='1'/>" title="<inp2:m_Param name="title"/>"><span><span><inp2:m_Param name="title"/></span></span></a>
+</li>
+</inp2:m_DefineElement>
+
+<div class="menu">
+ <div class="padding">
+ <ul>
+ <inp2:st_CachedMenu render_as="menu_element" category_id="1"/>
+ </ul>
+ </div>
+</div><!-- .menu -->
\ No newline at end of file
Property changes on: branches/1.0.x/elements/footer_menu.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/html_head.elm.tpl
===================================================================
--- branches/1.0.x/elements/html_head.elm.tpl (revision 14707)
+++ branches/1.0.x/elements/html_head.elm.tpl (revision 14708)
@@ -1,50 +1,50 @@
<inp2:m_if check="c.current_Field" name="MetaKeywords">
<meta name="Keywords" content="<inp2:c.current_Field name='MetaKeywords'/>"/>
<inp2:m_else/>
<meta name="Keywords" content="<inp2:m_GetConfig name='Category_MetaKey'/>"/>
</inp2:m_if>
<inp2:m_if check="c.current_Field" name="MetaDescription">
<meta name="Description" content="<inp2:c.current_Field name='MetaDescription'/>"/>
<inp2:m_else/>
<meta name="Description" content="<inp2:m_GetConfig name='Category_MetaDesc'/>"/>
</inp2:m_if>
<meta name="author" content="<inp2:m_GetConfig name='Site_Name'/>"/>
<meta http-equiv="content-type" content="text/html; charset=<inp2:lang.current_Field name='Charset'/>" />
<link rel="icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
-<!--## CSS ##-->
-<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/reset.css|inc/layout.css|inc/styles.css'/>" media="all" charset="<inp2:lang.current_Field name='Charset'/>"/>
+<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/reset.css|inc/styles.css|inc/category.css|inc/flexslider.css|inc/modal.css'/>" media="all" charset="<inp2:lang.current_Field name='Charset'/>"/>
+
+<link type="text/css" rel="stylesheet" href="<inp2:m_TemplatesBase />inc/ui/jquery.ui.all.css" charset="utf-8" />
+
+<!--##
+<link type="text/css" rel="stylesheet" href="<inp2:m_TemplatesBase />inc/reset.css" charset="utf-8" />
+<link type="text/css" rel="stylesheet" href="<inp2:m_TemplatesBase />inc/styles.css" charset="utf-8" />
+<link type="text/css" rel="stylesheet" href="<inp2:m_TemplatesBase />inc/category.css" charset="utf-8" />
+<link type="text/css" rel="stylesheet" href="<inp2:m_TemplatesBase />inc/flexslider.css" charset="utf-8" />
+<link type="text/css" rel="stylesheet" href="<inp2:m_TemplatesBase />inc/modal.css" charset="utf-8" />
+##-->
<!--## JS FOR ADMIN ##-->
<inp2:st_EditingScripts/>
<!--## JS FOR FRONT ##-->
<inp2:m_ifnot check="m_GetConst" name="EDITING_MODE">
<!--## EXCLUDE THIS JS WHEN IN ADMIN ##-->
- <script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/jquery-1.4.4.min.js"></script>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
</inp2:m_ifnot>
-<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/jcookie.js"></script>
-<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/cufon-yui.js"></script>
-<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/cufon-replace.js"></script>
-<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/Myriad_Pro_400.font.js"></script>
-<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/Myriad_Pro_700.font.js"></script>
-<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/js/Myriad_Pro_600.font.js"></script>
+<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js" type="text/javascript"></script>
+<script src="<inp2:m_TemplatesBase />inc/js/ui/jquery.ui.core.min.js" type="text/javascript"></script>
+<script src="<inp2:m_TemplatesBase />inc/js/ui/jquery.ui.widget.min.js" type="text/javascript"></script>
+<script src="<inp2:m_TemplatesBase />inc/js/ui/jquery.ui.accordion.min.js" type="text/javascript"></script>
+<script src="<inp2:m_TemplatesBase />inc/js/jquery.flexslider-min.js" type="text/javascript"></script>
+<script src="<inp2:m_TemplatesBase />inc/js/jquery.scripts.js" type="text/javascript"></script>
+<script src="<inp2:m_TemplatesBase />inc/js/tinybox.js" type="text/javascript"></script>
<inp2:m_Comment>
<!--[if lt IE 9]>
- <script type="text/javascript" src="<inp2:m_TemplatesBase/>inc/js/ie6_script_other.js"></script>
- <script type="text/javascript" src="<inp2:m_TemplatesBase/>inc/js/html5.js"></script>
+
<![endif]-->
-</inp2:m_Comment>
-
-<!--##
-<script type="text/javascript">
-
-$(document).ready(function() {
- $('li.active').prev('li').addClass('beforeactive');
-});
-</script>
-##-->
+</inp2:m_Comment>
\ No newline at end of file
Index: branches/1.0.x/elements/products_menu.elm.tpl
===================================================================
--- branches/1.0.x/elements/products_menu.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/products_menu.elm.tpl (revision 14708)
@@ -0,0 +1,95 @@
+<div class="level2">
+ <div class="level2-bg">
+ <div id="level2-menu">
+ <h3><a href="#">Musical Instruments</a></h3>
+ <div>
+ <ul>
+ <li class="level3-menu">
+ <h4><a href="#">35mm & SLR Cameras</a></h4>
+ <div>
+ <ul>
+ <li><a href="#" class="active">35mm & SLR Cameras</a></li>
+ <li><a href="#">Binoculars</a></li>
+ </ul>
+ </div>
+ </li>
+ <li class="level3-menu">
+ <h4><a href="#">Binoculars</a></h4>
+ <div>
+ <ul>
+ <li><a href="#" class="active">35mm & SLR Cameras</a></li>
+ <li><a href="#">Binoculars</a></li>
+ </ul>
+ </div>
+ </li>
+ <li><i><a href="#">Blu-Ray Players</a></i></li>
+ <li><i><a href="#">CD Players</a></i></li>
+ <li><i><a href="#">Camcorders</a></i></li>
+ <li><i><a href="#">Cell Phones</a></i></li>
+ <li><i><a href="#">Clock Radios</a></i></li>
+ <li><i><a href="#">Cordless Phones</a></i></li>
+ </ul>
+ </div>
+ <h3><a href="#">Accessories & Shoes</a></h3>
+ <div>
+ <ul>
+ <li><a href="#">35mm & SLR Cameras</a></li>
+ <li><a href="#" class="active">Binoculars</a></li>
+ <li><a href="#">Blu-Ray Players</a></li>
+ <li><a href="#">CD Players</a></li>
+ <li><a href="#">Camcorders</a></li>
+ <li><a href="#">Cell Phones</a></li>
+ <li><a href="#">Clock Radios</a></li>
+ <li><a href="#">Cordless Phones</a></li>
+ </ul>
+ </div>
+ <h3><a href="#">Home & Garden</a></h3>
+ <div>
+ <ul>
+ <li><a href="#">35mm & SLR Cameras</a></li>
+ <li><a href="#" class="active">Binoculars</a></li>
+ <li><a href="#">Blu-Ray Players</a></li>
+ <li><a href="#">CD Players</a></li>
+ <li><a href="#">Camcorders</a></li>
+ <li><a href="#">Cell Phones</a></li>
+ <li><a href="#">Clock Radios</a></li>
+ <li><a href="#">Cordless Phones</a></li>
+ </ul>
+ </div>
+ </div>
+ <div id="level-content">
+ <ul>
+ <li><a href="#">Nuvi 755T Car GPS Receiver</a></li>
+ <li><a href="#">eTrex Venture HC</a></li>
+ <li><a href="#">Garmin Approach G5</a></li>
+ <li><a href="#">Garmin nuvi 265W Receiver</a></li>
+ <li><a href="#">Nuvi 755T Car GPS Receiver</a></li>
+ <li><a href="#">eTrex Venture HC</a></li>
+ <li><a href="#">Garmin Approach G5</a></li>
+ <li><a href="#">Garmin nuvi 265W Receiver</a></li>
+ <li><a href="#">Nuvi 755T Car GPS Receiver</a></li>
+ <li><a href="#">eTrex Venture HC</a></li>
+ <li><a href="#">Garmin Approach G5</a></li>
+ <li><a href="#">Garmin nuvi 265W Receiver</a></li>
+ <li><a href="#">Nuvi 755T Car GPS Receiver</a></li>
+ <li><a href="#">eTrex Venture HC</a></li>
+ <li><a href="#">Garmin Approach G5</a></li>
+ <li><a href="#">Garmin nuvi 265W Receiver</a></li>
+ <li><a href="#">Nuvi 755T Car GPS Receiver</a></li>
+ <li><a href="#">eTrex Venture HC</a></li>
+ <li><a href="#">Garmin Approach G5</a></li>
+ <li><a href="#">Garmin nuvi 265W Receiver</a></li>
+ <li><a href="#">Nuvi 755T Car GPS Receiver</a></li>
+ <li><a href="#">eTrex Venture HC</a></li>
+ <li><a href="#">Garmin Approach G5</a></li>
+ <li><a href="#">Garmin nuvi 265W Receiver</a></li>
+ </ul>
+ </div>
+ <div id="level-good" class="good-item">
+ <p><img src="/i/samples/good4.jpg" width="77" height="134" alt="" /></p>
+ <p class="price">$759.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </div>
+ </div>
+ <div class="clear"></div>
+</div>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/products_menu.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/special_deals.elm.tpl
===================================================================
--- branches/1.0.x/elements/special_deals.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/special_deals.elm.tpl (revision 14708)
@@ -0,0 +1,98 @@
+<div class="block block-margin no-border-bottom">
+ <h2><em>Special Deals</em><span class="sale"></span></h2>
+ <div id="scrollable">
+ <div class="items">
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Nikon D5000 Digital Camera</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good1.jpg" width="136" height="136" alt="" /></a></p>
+ <p class="price-deal"><s class="under">$2,549.<span>95</span></s><em class="price">$2,549.<span>95</span></em></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Motorola Backflip Silver Smartphone</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good2.jpg" width="133" height="133" alt="" /></a></p>
+ <p class="price-deal"><s class="under">$2,549.<span>95</span></s><em class="price">$2,549.<span>95</span></em></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Apple iMac Desktop Customizable</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good3.jpg" width="135" height="124" alt="" /></a></p>
+ <p class="price-deal"><s class="under">$2,549.<span>95</span></s><em class="price">$2,549.<span>95</span></em></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Nikon D5000 Digital Camera</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good1.jpg" width="136" height="136" alt="" /></a></p>
+ <p class="price-deal"><s class="under">$2,549.<span>95</span></s><em class="price">$2,549.<span>95</span></em></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Motorola Backflip Silver Smartphone</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good2.jpg" width="133" height="133" alt="" /></a></p>
+ <p class="price-deal"><s class="under">$2,549.<span>95</span></s><em class="price">$2,549.<span>95</span></em></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Apple iMac Desktop Customizable</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good3.jpg" width="135" height="124" alt="" /></a></p>
+ <p class="price-deal"><s class="under">$2,549.<span>95</span></s><em class="price">$2,549.<span>95</span></em></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Nikon D5000 Digital Camera</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good1.jpg" width="136" height="136" alt="" /></a></p>
+ <p class="price">$2,549.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Motorola Backflip Silver Smartphone</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good2.jpg" width="133" height="133" alt="" /></a></p>
+ <p class="price">$549.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="good-item good-item-float">
+ <dl>
+ <dt><a href="#">Apple iMac Desktop Customizable</a></dt>
+ <dd>
+ <p class="img"><a href="#"><img src="<inp2:m_TemplatesBase />img/samples/good3.jpg" width="135" height="124" alt="" /></a></p>
+ <p class="price">$999.<span>95</span></p>
+ <p><a href="#" class="addtocart"><span>Add to Cart</span></a></p>
+ </dd>
+ </dl>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+</div>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/special_deals.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/header.elm.tpl
===================================================================
--- branches/1.0.x/elements/header.elm.tpl (revision 14707)
+++ branches/1.0.x/elements/header.elm.tpl (revision 14708)
@@ -1,32 +1,66 @@
-<!--##
-<inp2:m_DefineElement name="lang_elem" no_editing="1">
- <inp2:m_if check="SelectedLanguage">
- <span><inp2:Field name="LocalName"/></span>
- <inp2:m_else/>
- <a href="<inp2:LanguageLink/>"><inp2:Field name="LocalName"/></a>
- </inp2:m_if>
- <inp2:m_ifnot check="m_Param" name="is_last"> | </inp2:m_ifnot>
-</inp2:m_DefineElement>
-
-<inp2:lang_ListLanguages render_as="lang_elem" no_table="1"/>
-##-->
+<div id="header">
+ <div class="logo">
+ <a href="<inp2:m_Link template="index" m_cat_id="0" />"><img src="<inp2:m_TemplatesBase/>img/logo.jpg" width="238" height="79" alt="<inp2:m_GetConfig name="Site_Name"/>" /></a>
+ <inp2:st_ContentBlock num="100" page="index"/>
+ </div>
+ <div class="infoblock">
+ <div class="welcome">
+ <div class="lang">
+ <div class="<inp2:lang.current_Field name='Locale' db='1'/>">
+ <a href="#" id="lang"><inp2:lang.current_Field name='LocalName'/></a>
+ </div>
+ <div id="lang-sel" class="plashka">
+ <ul>
+ <inp2:m_DefineElement name="lang_elem" no_editing="1">
+ <li><a href="<inp2:LanguageLink/>" class="<inp2:Field name='Locale' db='1'/><inp2:m_if check='SelectedLanguage'> active</inp2:m_if>"><inp2:Field name="LocalName"/></a></li>
+ </inp2:m_DefineElement>
+ <inp2:lang_ListLanguages render_as="lang_elem" no_table="1"/>
+ </ul>
+ </div>
+ </div>
+ <div class="currency">
+ <form method="post" name="cur_form" id="cur_form" action="<inp2:m_FormAction />">
+ <div class="cur">
+ <a href="" id="currency">USD</a>
+ </div>
+ <div id="currency-sel" class="plashka">
+ <ul>
+ <li><a href="#" class="active">USD</a></li>
+ <li><a href="#" class="">DCH</a></li>
+ <li><a href="#" class="">RUS</a></li>
+ </ul>
+ </div>
+ </form>
+ </div>
-<div class="wrapper">
- <h1><a href="<inp2:m_Link template="index" m_cat_id="0" />" id="logo" title="<inp2:m_GetConfig name="Site_Name"/>"><inp2:m_GetConfig name="Site_Name"/></a></h1>
- <form id="search" action="<inp2:m_Link template='search' use_section='1'/>" method="get">
- <div class="bg">
- <input type="submit" class="submit" value="">
- <input type="text" class="input" name="keywords" value="">
- <inp2:m_GetFormHiddens template="search" />
+ <div class="txt">Welcome! Please <a href="" onclick="TINY.box.show({iframe:'registration.html',width:850,height:570}); return false;">Register</a> for an account or
+ <div class="login">
+ <a href="" id="login">Log In</a>
+ </div>
+ <div id="login-sel" class="plashka">
+ <a href="" class="icon-close"><img src="<inp2:m_TemplatesBase />img/icon-close.gif" width="6" height="6" alt="Close" /></a>
+ <form method="post" action="#" id="login-form" class="form login-form">
+ <fieldset>
+ <p><label for="email">E-mail:</label><input type="text" id="email" name="email" value="" class="field" /></p>
+ <p><label for="password">Password:</label><input type="text" id="password" name="password" value="" class="field" /></p>
+ <p><label><input type="checkbox" id="remember" name="remember" value="1" /> <u>Remember me on this computer</u></label></p>
+ <p class="buttons">
+ <input type="submit" value="Sign in" id="signin" class="green-button" />&nbsp;&nbsp;&nbsp;
+ <a href="#" style="font-weight: normal;">Forgot password?</a>
+ </p>
+ </fieldset>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div class="cart">
+ <span class="phone" style="<inp2:m_ifnot check="ord_ItemsInCart">padding-right:338px;</inp2:m_ifnot>">1-855-WWW-PROS</span>
+ <inp2:m_if check="ord_ItemsInCart">
+ <span class="items"><inp2:ord_ItemsInCart/> Items: $1,759<i>.99</i></span>
+ <span class="delim">|</span>
+ <a href="<inp2:m_Link template='checkout/shop_cart' m_cat_id='0' m_cat_page='1'/>">Checkout</a>
+ </inp2:m_if>
</div>
- </form>
-</div>
-
-<inp2:m_Include template="elements/navigation_menu.elm" />
-
-<div class="wrapper">
- <div class="text">
- <span class="text1"><inp2:m_Phrase label="lu_text_PromoHeader1"/></span>
- <inp2:st_ContentBlock num="100" page="index"/>
</div>
-</div>
\ No newline at end of file
+ <div class="clear"></div>
+</div>
Index: branches/1.0.x/elements/promo.elm.tpl
===================================================================
--- branches/1.0.x/elements/promo.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/promo.elm.tpl (revision 14708)
@@ -0,0 +1,15 @@
+<div id="slider">
+ <ul class="slides">
+ <li>
+ <img src="<inp2:m_TemplatesBase />img/samples/slider.jpg" />
+ </li>
+ <li>
+ <img src="<inp2:m_TemplatesBase />img/samples/slider.jpg" />
+ </li>
+
+ <!--##
+ <inp2:promo-block.home_PrintList render_as="promo_item"/>
+ ##-->
+ </ul>
+</div>
+<div class="clear"></div>
\ No newline at end of file
Property changes on: branches/1.0.x/elements/promo.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/elements/footer.elm.tpl
===================================================================
--- branches/1.0.x/elements/footer.elm.tpl (revision 14707)
+++ branches/1.0.x/elements/footer.elm.tpl (revision 14708)
@@ -1,5 +1,22 @@
-&copy; <inp2:lang.current_CurrentDate format="Y"/> <inp2:m_GetConfig name="Site_Name"/><br/>
-<a href="http://www.templatemonster.com/" target="_blank">Website template</a> designed by TemplateMonster.com<br/>
-Powered by <a href="http://www.in-portal.com" target="_blank">In-Portal &mdash; Open Source CMS</a>
+<div id="footer">
+ <div class="copy">
+ <p>&copy; 1997-<inp2:lang.current_CurrentDate format="Y"/>, <a href="http://in-portal.com">In-Portal Open Source Content Management & Shopping Cart</a></p>
+ <p class="doplinks"><a href="#">Privacy Policy</a>|<a href="#">Terms of Use</a>|<a href="#">Terms of Sale</a></p>
+ </div>
+ <div class="links">
+ <ul>
+ <li><a href="#">Track Order</a></li>
+ <li><a href="#">Order History</a></li>
+ <li><a href="#">Return Policy</a></li>
+ <li><a href="#">Affiliates</a></li>
+ <li><a href="#">Contact Us</a></li>
+ </ul>
+ </div>
+ <div class="payment">
+ <p class="logos"><img src="<inp2:m_TemplatesBase/>img/payment.jpg" width="217" height="25" alt="" /></p>
+ <p>Follow Us: <a href="#"><img src="<inp2:m_TemplatesBase/>img/icon-fb.jpg" width="25" height="25" alt="" /></a><a href="#"><img src="<inp2:m_TemplatesBase/>img/icon-tw.jpg" width="26" height="25" alt="" /></a><a href="#"><img src="<inp2:m_TemplatesBase/>img/icon-linkedin.jpg" width="25" height="25" alt="" /></a></p>
+ </div>
+ <div class="clear"></div>
+</div><!-- #footer -->
<inp2:m_RegisterPageHit/>
\ No newline at end of file
Index: branches/1.0.x/elements/content_boxes
===================================================================
--- branches/1.0.x/elements/content_boxes (nonexistent)
+++ branches/1.0.x/elements/content_boxes (revision 14708)
Property changes on: branches/1.0.x/elements/content_boxes
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property
Index: branches/1.0.x/elements/menu.elm.tpl
===================================================================
--- branches/1.0.x/elements/menu.elm.tpl (nonexistent)
+++ branches/1.0.x/elements/menu.elm.tpl (revision 14708)
@@ -0,0 +1,18 @@
+<div class="menu">
+ <div class="padding">
+ <inp2:m_DefineElement name="menu_element" no_editing="1">
+ <li>
+ <a class="<inp2:m_if check="m_Param" name="active">active</inp2:m_if>" href="<inp2:m_Link template='$template' m_cat_id='$cat_id' use_section='$use_section' m_cat_page='1'/>" title="<inp2:m_Param name="title"/>"><span><span><inp2:m_Param name="title"/></span></span></a>
+ </li>
+ </inp2:m_DefineElement>
+ <ul id="mainmenu">
+ <inp2:st_CachedMenu render_as="menu_element" category_id="1"/>
+ </ul>
+
+ <inp2:m_Include template="elements/search.elm" />
+
+ <!--##
+ <inp2:m_Include template="elements/products_menu.elm" />
+ ##-->
+ </div>
+</div><!-- .menu -->
\ No newline at end of file
Property changes on: branches/1.0.x/elements/menu.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Index: branches/1.0.x/img/logo.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/logo.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-field-error.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-field-error.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-addreview.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-addreview.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/order-left.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/order-left.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/h1-left.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/h1-left.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-blinks.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-blinks.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/arrow-right.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/arrow-right.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/h1-right-sale.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/h1-right-sale.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/validate/con-success-arrow.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/validate/con-success-arrow.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/validate/con-error-arrow.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/validate/con-error-arrow.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/validate/con-success.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/validate/con-success.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/validate/con-error.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/validate/con-error.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/validate/con-arrow.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/validate/con-arrow.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/validate
===================================================================
--- branches/1.0.x/img/validate (nonexistent)
+++ branches/1.0.x/img/validate (revision 14708)
Property changes on: branches/1.0.x/img/validate
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-continue-left.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-continue-left.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/success.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/success.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-vertslider-full.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-vertslider-full.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/point-vertslider.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/point-vertslider.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/button-addtocart.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/button-addtocart.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-field-success.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-field-success.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-compare-add.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-compare-add.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/addtocart-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/addtocart-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-right.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-right.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-checkout.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-checkout.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-tw.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-tw.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/subs-top.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/subs-top.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-subcategory.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-subcategory.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/buttons-slider.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/buttons-slider.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bullet-level5.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bullet-level5.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-menu.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-menu.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-point-menu-active.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-point-menu-active.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-vertslider-a.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-vertslider-a.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/star-smallest.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/star-smallest.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-delete.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-delete.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bullet-menu.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bullet-menu.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/addtocart-left.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/addtocart-left.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-left.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-left.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/lang/deutch.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/lang/deutch.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/lang/eng.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/lang/eng.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/lang/rus.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/lang/rus.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/lang
===================================================================
--- branches/1.0.x/img/lang (nonexistent)
+++ branches/1.0.x/img/lang (revision 14708)
Property changes on: branches/1.0.x/img/lang
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property
Index: branches/1.0.x/img/zoom/bg-line.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/zoom/bg-line.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/zoom/zoom-minus.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/zoom/zoom-minus.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/zoom/slider.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/zoom/slider.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/zoom/zoom-plus.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/zoom/zoom-plus.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/zoom
===================================================================
--- branches/1.0.x/img/zoom (nonexistent)
+++ branches/1.0.x/img/zoom (revision 14708)
Property changes on: branches/1.0.x/img/zoom
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property
Index: branches/1.0.x/img/safe-shop2.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/safe-shop2.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-login.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-login.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/li-blinks.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/li-blinks.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/h1-right-bullet.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/h1-right-bullet.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/payment.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/payment.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-fb.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-fb.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/ribbon-big.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/ribbon-big.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/star-small.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/star-small.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-compare.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-compare.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-block-top.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-block-top.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-cart-add.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-cart-add.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-cart.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-cart.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-block.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-block.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/checkout-grey-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/checkout-grey-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/safe-shop.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/safe-shop.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-textarera.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-textarera.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/paypal.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/paypal.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/order-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/order-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-form-fieldset.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-form-fieldset.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-searchbox-l.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-searchbox-l.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-continue-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-continue-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-searchfield.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-searchfield.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bc-step.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bc-step.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/checkout-grey-left.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/checkout-grey-left.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-searchbox-r.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-searchbox-r.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/product-nav.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/product-nav.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/button-addtocart-left.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/button-addtocart-left.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/con-contact.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/con-contact.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/h1-right-pick.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/h1-right-pick.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/modal/close.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/modal/close.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/modal/preload.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/modal/preload.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/modal
===================================================================
--- branches/1.0.x/img/modal (nonexistent)
+++ branches/1.0.x/img/modal (revision 14708)
Property changes on: branches/1.0.x/img/modal
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property
Index: branches/1.0.x/img/h1-right-new.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/h1-right-new.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-cart.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-cart.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/ribbon.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/ribbon.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/special-navi.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/special-navi.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/checkout-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/checkout-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/subs.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/subs.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-point-menu.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-point-menu.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/con-basket-arrow.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/con-basket-arrow.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-help.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-help.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-print.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-print.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/point-subcategory.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/point-subcategory.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-zoom-small.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-zoom-small.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/h1-right.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/h1-right.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/creditcards.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/creditcards.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/button-addtocart-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/button-addtocart-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/order-grey-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/order-grey-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/paginate.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/paginate.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-tab.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-tab.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-compare-right.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-compare-right.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-step.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-step.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-doplinks.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-doplinks.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-field.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-field.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-galka.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-galka.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-vertslider.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-vertslider.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-button-compare-left.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-button-compare-left.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-header.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-header.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-close.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-close.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/display-view.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/display-view.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/delimiter-special.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/delimiter-special.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-block-bottom.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-block-bottom.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-linkedin.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-linkedin.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bg-buttons.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bg-buttons.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/slider.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/slider.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good1.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good1.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good-details-big.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good-details-big.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good2.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good2.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good-details.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good-details.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good3.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good3.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good4.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good4.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good5.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good5.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples/good6.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/samples/good6.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/samples
===================================================================
--- branches/1.0.x/img/samples (nonexistent)
+++ branches/1.0.x/img/samples (revision 14708)
Property changes on: branches/1.0.x/img/samples
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property
Index: branches/1.0.x/img/arrow-left.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/arrow-left.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/cart-steps.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/cart-steps.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/badge-optional.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/badge-optional.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-select.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-select.gif
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bullet-l2menu.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bullet-l2menu.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/bullet-l3menu.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/bullet-l3menu.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-wishlist.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-wishlist.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img/icon-download.jpg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: branches/1.0.x/img/icon-download.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: branches/1.0.x/img
===================================================================
--- branches/1.0.x/img (nonexistent)
+++ branches/1.0.x/img (revision 14708)
Property changes on: branches/1.0.x/img
___________________________________________________________________
Added: bugtraq:logregex
## -0,0 +1,2 ##
+(?:[Bb]ugs?|[Ii]ssues?|[Rr]eports?|[Ff]ixe?s?|[Rr]esolves?)+\s+(?:#?(?:\d+)[,\.\s]*)+
+(\d+)
\ No newline at end of property
Added: bugtraq:url
## -0,0 +1 ##
+http://tracker.in-portal.org/view.php?id=%BUGID%
\ No newline at end of property
Added: tsvn:autoprops
## -0,0 +1,19 ##
+*.php = svn:eol-style=LF;svn:keywords=Id
+*.tpl = svn:eol-style=LF
+*.sql = svn:eol-style=LF
+*.lang = svn:eol-style=LF
+*.sh = svn:eol-style=LF;svn:executable
+*.txt = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.htm = svn:eol-style=LF
+*.css = svn:eol-style=LF
+*.js = svn:eol-style=LF
+*.xml = svn:eol-style=LF
+.htaccess = svn:eol-style=LF
+.smsignore = svn:eol-style=LF
+COPYRIGHT = svn:eol-style=LF
+CREDITS = svn:eol-style=LF
+INSTALL = svn:eol-style=LF
+LICENSE = svn:eol-style=LF
+LICENSES = svn:eol-style=LF
+README = svn:eol-style=LF
\ No newline at end of property

Event Timeline