Source for file standard_shop_nav.obj.php

Documentation is available at standard_shop_nav.obj.php


1 <?php
2 #IPW METAZO 2.0 OBJECT
3 $_objoldid = 314150;
4 function objfile_314150 () {
5 $obj = owNew('template');
6 $objdata['name'] = "standard_shop_nav";
7 $objdata['content'] = "<input type=\"button\" onclick=\"location.href='{\$me}&_ext={\$_ext}&_extcf={\$_extcf}&_cmd=basket'\" value=\"Indkøbskurv\" class=\"extshopbutton\">
8 <input type=\"button\" onclick=\"location.href='{\$me}'\" value=\"Vareoversigt\" class=\"extshopbutton\">
9 Valuta <select name=\"_ext_currencyid\" class=\"extshopbutton\" onchange=\"location.href='{\$me}&_ext={\$_ext}&_extcf={\$_extcf}&_ext_parentid={\$request.parentid}&_ext_itemid={\$request._ext_itemid}&_ext_goto={\$request._cmd}&_cmd=currency&_ext_currencyid=' + this.options[this.selectedIndex].value; return false;\">
10 {section name=\"standard\" loop=\$result.currency}
11 <option value=\"{\$result.currency[standard].objectid}\" {if \$result.currency[standard].objectid == \$result.currencyid} SELECTED{/if}>{\$result.currency[standard].name}</option>
12 {/section}
13 </select>";
14 $objdata['param'] = "";
15 $objdata['setting'] = "";
16 $objdata['tpltype'] = "2";
17 $objdata['header'] = "";
18 $objdata['style'] = "";
19 $objdata['doctype'] = "0";
20 $obj->createObject($objdata);
21 return $obj;
22 }
23 ?>

Documentation generated on Thu, 9 Jun 2005 06:53:28 +0200 by phpDocumentor 1.2.3