From 01bbd3c3ad09b71908cbff5ea395bbaf4919b2ab Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:04:31 +0000 Subject: [PATCH] XHTML Product template --- .../wgtemplate_default_product.tmpl | 172 ++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_default_product.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_default_product.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_default_product.tmpl new file mode 100644 index 000000000..860b5e03f --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_default_product.tmpl @@ -0,0 +1,172 @@ +#PBtmpl0000000000000056 + + + +

+
+ + +

+
+ + + + + + +
+

+ Price:
+ Product Number:
+
+ <tmpl_var brochure.icon>
+ <tmpl_var manual.icon>
+ <tmpl_var warranty.icon>
+

+ <tmpl_var thumbnail1>

+ <tmpl_var thumbnail2>

+ <tmpl_var thumbnail3>

+

+ + + + + + + + + +
+
Features
+

+ + +
+
+

+

+
Benefits
+

+ + +
+
+

+

+
Specifications
+

+ + + :
+
+

+

+
Accessories
+

+ + +
+
+

+

+
Related Products
+

+ + +
+
+

+ + +~~~ +.productFeatureHeader { + font-weight: bold; + font-size: 15px; + width:100%; + border-bottom:solid gray 1px; + background-color:#DADADA; + padding-left:3px; + -moz-box-sizing:border-box; +} +.productSpecificationHeader { + font-weight: bold; + font-size: 15px; + width:100%; + border-bottom:solid gray 1px; + background-color:#DADADA; + padding-left:3px; + -moz-box-sizing:border-box; +} +.productRelatedHeader { + font-weight: bold; + font-size: 15px; + width:100%; + border-bottom:solid gray 1px; + background-color:#DADADA; + padding-left:3px; + -moz-box-sizing:border-box; +} +.productAccessoryHeader{ + font-weight: bold; + font-size: 15px; + width:100%; + border-bottom:solid gray 1px; + background-color:#DADADA; + padding-left:3px; + -moz-box-sizing:border-box; +} +.productBenefitHeader { + font-weight: bold; + font-size: 15px; + width:100%; + border-bottom:solid gray 1px; + background-color:#DADADA; + padding-left:3px; + -moz-box-sizing:border-box; +} +.productFeature { + font-size: 12px; + border-right:solid gray 1px; + width:20%; +} +.productSpecification { + font-size: 12px; + border-right:solid gray 1px; + width:20%; +} +.productRelated { + font-size: 12px; + border-right:solid gray 1px; + width:20%; +} +.productAccessory { + font-size: 12px; + border-right:solid gray 1px; + width:20%; +} +.productBenefit { + font-size: 12px; + border-right:solid gray 1px; + width:20%; +} +.productAttributeSeperator { + background-color: black; +} +.noBorder { + border:none; +} +h2 { + font-family:arial; + margin-top:3px; + margin-bottom:3px; +} +.defaultProduct { + border:solid gray 1px; +} +.defaultProduct td { + font-family:arial; + font-size:9pt; +} +.defaultProduct a { + color:#29587E; +} \ No newline at end of file