Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/data/ |
<html> <head> <title>{$shop_name} - {$lang.quotation}</title> {literal} <style type="text/css" media="all"> body,td,th {text-align:left;font-size:12px;} table{border-top:1px solid #000;border-left:1px solid #000;} table td,table th{border-right:1px solid #000;border-bottom:1px solid #000;} table tr.header{ } table tr.header td{text-align:center; height:72px;;line-height:72px; font-size:20px; font-weight:bold; background:#ccc} table tr.title{ text-align:center; } table tr.title th{ text-align:center; height:72px; line-height:72px; font-size:14px; font-weight:bold; background:#ddd} table tr.list{ } table tr.list td{ padding:0 5px; height:72px; line-height:18px;} table tr.list td.img{ text-align:center;} table tr.list td.img img{ vertical-align:middle; width:60px; padding:5px;} table tr.list td.center{ text-align:center;} table tr.list td.specification{ font-size:11px; color:#999;} .pageBreak {page-break-after: always;} </style> <style type="text/css" media="print"> .print_btn{display:none;} </style> {/literal} </head> <body> <script type="text/javascript"> //<![CDATA[ function calc_price(base_price, rank_price) { document.write((base_price * rank_price / 100).toFixed(2)); } //]]> </script> <h3 align="center"></h3> <table cellspacing="0" cellpadding="0"> <tr class="title"> <th style="width:10%">商品缩略图</th> <th style="width:35%">{$lang.goods_name}</th> <th style="width:9%">{$lang.goods_category}</th> <th style="width:9%">商品货号</th> <th style="width:15%">属性</th> <!--{if $cfg.use_storage and $cfg.show_goodsnumber}--> <th style="width:9%">{$lang.goods_inventory}</th> <!-- {/if} --> <th style="width:9%">{$lang.price}</th> </tr> <!--{foreach from=$goods_list item=goods name=goods}--> <tr class="list"> <td style="width:10%" class="img">{if $goods.thumb}<img src="{$goods.thumb}">{else}<img src="images/no_picture.gif">{/if}</td> <td style="width:35%">{$goods.goods_name}</td> <td style="width:9%" class="center">{$goods.goods_category}</td> <td style="width:9%" class="center">{$goods.goods_sn}</td> <td style="width:15%"> {foreach from=$goods.specification item=spec key=spec_key} {$spec.name}:{foreach from=$spec.values item=value key=key name=no}{$value.label}{if !$smarty.foreach.no.last}/{/if}{/foreach}<br> {/foreach} </td> <!--{if $cfg.use_storage and $cfg.show_goodsnumber}--> <td style="width:9%" class="center">{$goods.goods_number}</td> <!-- {/if} --> <td style="width:9%" class="center">{$goods.shop_price}</td> </tr> {if $smarty.foreach.goods.iteration > 11 and ($smarty.foreach.goods.iteration-12) % 12 eq 0} </table><div class="pageBreak"></div><table cellspacing="0" cellpadding="0"> <tr class="title"> <th style="width:10%">商品缩略图</th> <th style="width:35%">{$lang.goods_name}</th> <th style="width:9%">{$lang.goods_category}</th> <th style="width:9%">商品货号</th> <th style="width:15%">属性</th> <!--{if $cfg.use_storage and $cfg.show_goodsnumber}--> <th style="width:9%">{$lang.goods_inventory}</th> <!-- {/if} --> <th style="width:9%">{$lang.price}</th> </tr> {/if} <!--{/foreach}--> </table> <center><input type="button" class="print_btn" value="{$lang.print_quotation}" onClick="window.print()" /></center> </body> </html>