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/mobile/themes/lingshi/ |
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>{$page_title}</title> <meta name="Keywords" content="{$keywords}" /> <meta name="Description" content="{$description}" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="format-detection" content="telephone=no" /> <link href="{$ectouch_themes}/images/touch-icon.png" rel="apple-touch-icon-precomposed" /> <link href="{$ectouch_themes}/images/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link href="{$ectouch_css}" rel="stylesheet" type="text/css" /> </head> <body> <header id="header"> <div class="header_l header_return"> <a class="ico_10" href="javascript:history.go(-1)"> 返回 </a> </div> <h1> {$cat_name} </h1> <div class="header_r header_search"> <a class="ico_03" onClick="showSearch()"> 搜索 </a> </div> <div id="search_box"> <div class="search_box"> <form action="{$search_url}" name="searchForm" id="searchForm_id" method="post"> <input placeholder="请输入关键词" name="keywords" type="text" id="keywordBox" value="{$search_value}" /> <input name="id" type="hidden" value="{$cat_id}" /> <button class="ico_07" type="submit" onclick="return check('keywordBox')"> </button> </form> </div> <a class="ico_08" onClick="closeSearch()"></a> </div> </header> <div class="blank2n"></div> <section class="wrap"> {if $child_article_categories_tree} <div class="list_box padd1 radius10" style="padding-top:0;padding-bottom:0;"> <!-- {foreach from=$child_article_categories_tree item=child_article_categories_tree name="child_article_categories_tree"} --> <a href="{$child_article_categories_tree.cat_url}" class="clearfix"> <span>{$child_article_categories_tree.cat_name}</span> </a> <!-- {/foreach} --> </div> {else} <div class="list_box padd1 radius10" style="padding-top:0;padding-bottom:0;"> <!-- {foreach from=$artciles_list item=article name="artciles_list"} --> <a href="{$article.url}" class="clearfix"> <span>{$article.short_title}</span><i></i> </a> <!-- {/foreach} --> </div> <!-- #BeginLibraryItem "/library/pages.lbi" --><!-- #EndLibraryItem --> {/if} </section> <!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem --> <script type="text/javascript"> /*头部搜索点击关闭或者弹出搜索框*/ function showSearch( ){ document.getElementById("search_box").style.display="block"; } function closeSearch(){ document.getElementById("search_box").style.display="none"; } /* 搜索验证 */ function check(Id){ var strings = document.getElementById(Id).value; if(strings.replace(/(^\s*)|(\s*$)/g, "").length == 0){ return false; } return true; } </script> </body> </html>