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/data/compiled/ |
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title><?php echo $this->_var['page_title']; ?></title> <meta name="Keywords" content="<?php echo $this->_var['keywords']; ?>" /> <meta name="Description" content="<?php echo $this->_var['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="<?php echo $this->_var['ectouch_themes']; ?>/images/touch-icon.png" rel="apple-touch-icon-precomposed" /> <link href="<?php echo $this->_var['ectouch_themes']; ?>/images/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link href="<?php echo $this->_var['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> <?php echo $this->_var['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="<?php echo $this->_var['search_url']; ?>" name="searchForm" id="searchForm_id" method="post"> <input placeholder="请输入关键词" name="keywords" type="text" id="keywordBox" value="<?php echo $this->_var['search_value']; ?>" /> <input name="id" type="hidden" value="<?php echo $this->_var['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"> <?php if ($this->_var['child_article_categories_tree']): ?> <div class="list_box padd1 radius10" style="padding-top:0;padding-bottom:0;"> <?php $_from = $this->_var['child_article_categories_tree']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'child_article_categories_tree_0_75707000_1673405831');$this->_foreach['child_article_categories_tree'] = array('total' => count($_from), 'iteration' => 0); if ($this->_foreach['child_article_categories_tree']['total'] > 0): foreach ($_from AS $this->_var['child_article_categories_tree_0_75707000_1673405831']): $this->_foreach['child_article_categories_tree']['iteration']++; ?> <a href="<?php echo $this->_var['child_article_categories_tree_0_75707000_1673405831']['cat_url']; ?>" class="clearfix"> <span><?php echo $this->_var['child_article_categories_tree_0_75707000_1673405831']['cat_name']; ?></span> </a> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </div> <?php else: ?> <div class="list_box padd1 radius10" style="padding-top:0;padding-bottom:0;"> <?php $_from = $this->_var['artciles_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'article');$this->_foreach['artciles_list'] = array('total' => count($_from), 'iteration' => 0); if ($this->_foreach['artciles_list']['total'] > 0): foreach ($_from AS $this->_var['article']): $this->_foreach['artciles_list']['iteration']++; ?> <a href="<?php echo $this->_var['article']['url']; ?>" class="clearfix"> <span><?php echo $this->_var['article']['short_title']; ?></span><i></i> </a> <?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?> </div> <?php echo $this->fetch('library/pages.lbi'); ?> <?php endif; ?> </section> <?php echo $this->fetch('library/page_footer.lbi'); ?> <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>