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/themes/lingshi/ |
{* TitlePicWidth: 2 *} {* TitlePicHeight: 38 *} {* 说明:$title_pic,分类标题图片地址; *} {* 说明:$base_style,基本风格样式颜色; *} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Keywords" content="{$keywords}" /> <meta name="Description" content="{$description}" /> <!-- TemplateBeginEditable name="doctitle" --> <title>{$topic.title}_{$page_title}</title> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> <link rel="shortcut icon" href="favicon.ico" /> <link rel="icon" href="animated_favicon.gif" type="image/gif" /> <link href="{$ecs_css_path}" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css" /> {if $topic.css neq ''} <style type="text/css"> {$topic.css} </style> {/if} <style type="text/css"> .topic_intro{ margin:20px auto;} .topic_sort{ background:#1DA5A1; width:100%; margin:0 auto; padding-top:20px; padding-bottom:20px;} .topic_sort_1{ background:#1DA5A1} .topic_sort_2{ background:#53459C} .topic_sort_3{ background:#70E7C9} .topic_sort_4{ background:#86A4FC} .topic_sort_5{ background:#FCD88E} .topic_sort_6{ background:#87A5FB} .topic_sort_7{ background:#7DEFD8} .topic_sort_8{ background:#D44C23} .topic_sort_9{ background:#7b43d0} .topic_sort_10{ background:#e3398e} .topic_sort h3{ text-align:center; height:60px; line-height:60px; font-size:36px; font-family:microsoft yahei; font-weight:600; color:#FFFFFF} .topic_sort .topic_sort_goods{ width:1200px; margin:0 auto;} .topic_sort .topic_sort_goods .goodsItem{ width:270px; float:left; margin:15px; background:#FFFFFF} .topic_sort .topic_sort_goods .goodsItem a.goodsItem_pic{ display:block; width:240px; height:240px; padding:15px;} .topic_sort .topic_sort_goods .goodsItem a.goodsItem_pic img{width:240px; height:240px;} .topic_sort .topic_sort_goods .goodsItem .goodsItem_title{ width:240px; margin:0 auto 15px auto; height:40px; line-height:20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;} .topic_sort .topic_sort_goods .goodsItem .goodsItem_title a{font-size:14px; color:#333333;} .topic_sort .topic_sort_goods .goodsItem .goodsItem_price{ display:block; width:240px; height:40px; margin:0 auto; text-align:center; padding-bottom:15px; line-height:40px; font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#FA5437} </style> {* 包含脚本文件 *} {insert_scripts files='common.js'} </head> <body> <!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem --> <div style=" background:#{$topic.base_style}"> <div id="wrapper"> <!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem --> {if $topic.htmls eq ''} <script language="javascript"> var topic_width = "1200"; var topic_height = "460"; var img_url = "{$topic.topic_img}"; if (img_url.indexOf('.swf') != -1) { document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ topic_width +'" height="'+ topic_height +'">'); document.write('<param name="movie" value="'+ img_url +'"><param name="quality" value="high">'); document.write('<param name="menu" value="false"><param name=wmode value="opaque">'); document.write('<embed src="'+ img_url +'" wmode="opaque" menu="false" quality="high" width="'+ topic_width +'" height="'+ topic_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"/>'); document.write('</object>'); } else { document.write('<img width="' + topic_width + '" height="' + topic_height + '" border="0" src="' + img_url + '">'); } </script> {else} {$topic.htmls} {/if} {if $topic.intro neq ''} <div class="topic_intro">{$topic.intro}</div> {/if} </div> <!-- {foreach from=$sort_goods_arr item=sort key=sort_name name=topic_sort} --> <div class="topic_sort topic_sort_{$smarty.foreach.topic_sort.iteration}"> <div class="topic_sort_center"> <h3>{$sort_name}</h3> <div class="topic_sort_goods"> <!-- {foreach from=$sort item=goods} --> <div class="goodsItem"> <a class="goodsItem_pic" href="{$goods.url}"><img src="{$goods.goods_thumb}" alt="{$goods.goods_name|escape:html}" class="goodsimg" /></a> <div class="goodsItem_title"><a href="{$goods.url}" title="{$goods.goods_name|escape:html}">{$goods.goods_name}</a></div> <div class="goodsItem_price"> <!-- {if $goods.promote_price neq ""} --> {$goods.promote_price} <!-- {else}--> {$goods.shop_price} <!--{/if}--> </div> </div> <!--{/foreach}--> <div class="clear"></div> </div> </div> </div> <!--{/foreach}--> </div> <!-- #BeginLibraryItem "/library/page_footer.lbi" --> <!-- #EndLibraryItem --> </body> </html>