当前位置: 首页>>代码示例>>PHP>>正文


PHP smarty_function_load_data函数代码示例

本文整理汇总了PHP中smarty_function_load_data函数的典型用法代码示例。如果您正苦于以下问题:PHP smarty_function_load_data函数的具体用法?PHP smarty_function_load_data怎么用?PHP smarty_function_load_data使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了smarty_function_load_data函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: content_558ccd4dd0f599_85649892

    function content_558ccd4dd0f599_85649892($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/function.load_data.php';
        }
        ?>
   <?php 
        echo smarty_function_load_data(array('assign' => "modelist", 'table' => "module", 'limit' => "20", 'orderby' => "id asc", 'where' => "install=1 and parent_id=0"), $_smarty_tpl);
        ?>
 
   <?php 
        $_smarty_tpl->tpl_vars['items'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['items']->_loop = false;
        $_smarty_tpl->tpl_vars['myid'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['modelist']->value['list'];
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['items']->key => $_smarty_tpl->tpl_vars['items']->value) {
            $_smarty_tpl->tpl_vars['items']->_loop = true;
            $_smarty_tpl->tpl_vars['myid']->value = $_smarty_tpl->tpl_vars['items']->key;
            ?>
  
    <?php 
            echo smarty_function_load_data(array('assign' => "defaultmenu", 'table' => "menu", 'type' => "one", 'where' => "moduleid='" . (string) $_smarty_tpl->tpl_vars['items']->value['id'] . "' and `group` = '" . (string) $_smarty_tpl->tpl_vars['admininfo']->value['group'] . "'", 'fileds' => "*", 'orderby' => "id asc"), $_smarty_tpl);
            ?>
 
     <?php 
            if (!empty($_smarty_tpl->tpl_vars['defaultmenu']->value)) {
                ?>
  	 	  <li <?php 
                if ($_smarty_tpl->tpl_vars['Taction']->value == $_smarty_tpl->tpl_vars['items']->value['name'] || $_smarty_tpl->tpl_vars['moduleparent']->value == $_smarty_tpl->tpl_vars['items']->value['id']) {
                    ?>
class="on" <?php 
                }
                ?>
>
  	 	  	<a href="<?php 
                echo FUNC_function(array('type' => 'url', 'link' => "/adminpage/" . (string) $_smarty_tpl->tpl_vars['items']->value['name'] . "/module/" . (string) $_smarty_tpl->tpl_vars['defaultmenu']->value['name']), $_smarty_tpl);
                ?>
">
  	 	  	    <div class="lib ck<?php 
                echo $_smarty_tpl->tpl_vars['myid']->value + 1;
                ?>
"></div>
  	 	  	    <div class="libtitle"><?php 
                echo $_smarty_tpl->tpl_vars['items']->value['cnname'];
                ?>
</div>
  	 	  	 </a> 
  	    </li>  
  	   <?php 
            }
            ?>
  <?php 
        }
    }
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:57,代码来源:2f2c8fcb7b62f797d5dd5a53359b9bb4c63461c7.file.admin_module.html.php

示例2: content_555c48d37cc149_52096112

    function content_555c48d37cc149_52096112($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include 'D:\\wmr\\lib\\Smarty\\libs\\plugins\\function.load_data.php';
        }
        ?>
<!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" />
<title> 
  用户登陆
-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />
<?php 
        echo stripslashes($_smarty_tpl->tpl_vars['metadata']->value);
        ?>

<link rel="shortcut icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/images/favicon.ico" /> 
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/common.css"> 
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/server.css"> 

 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
 <script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script> 
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/template.min.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquery.lazyload.min.js" type="text/javascript" language="javascript"></script>
 <script>
 	$(function() { 
$("img").lazyload({ 
effect : "fadeIn" 
}); 
}); 

 	</script>


 <script> 
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:6c07954c459eac3bf24ff333d65a826d1a297695.file.login.html.php

示例3: content_555c4699c73bb1_17905638

    function content_555c4699c73bb1_17905638($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include 'D:\\wmr\\lib\\Smarty\\libs\\plugins\\function.load_data.php';
        }
        ?>
  
    <?php 
        if ($_smarty_tpl->tpl_vars['moduleparent']->value > 0) {
            ?>
 
           <?php 
            echo smarty_function_load_data(array('assign' => "moduleall", 'table' => "module", 'limit' => "20", 'orderby' => "id asc", 'where' => "id ='" . (string) $_smarty_tpl->tpl_vars['moduleparent']->value . "' or parent_id = '" . (string) $_smarty_tpl->tpl_vars['moduleparent']->value . "'"), $_smarty_tpl);
            ?>
 
          <?php 
            $_smarty_tpl->tpl_vars['itv'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['itv']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['moduleall']->value['list'];
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['itv']->key => $_smarty_tpl->tpl_vars['itv']->value) {
                $_smarty_tpl->tpl_vars['itv']->_loop = true;
                ?>
  
          
                <?php 
                echo smarty_function_load_data(array('assign' => "menulist", 'table' => "menu", 'limit' => "20", 'orderby' => "id asc", 'where' => "moduleid ='" . (string) $_smarty_tpl->tpl_vars['itv']->value['id'] . "' and `group` = " . (string) $_smarty_tpl->tpl_vars['admininfo']->value['group']), $_smarty_tpl);
                ?>
 
                 <?php 
                $_smarty_tpl->tpl_vars['items'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['items']->_loop = false;
                $_smarty_tpl->tpl_vars['myid'] = new Smarty_Variable();
                $_from = $_smarty_tpl->tpl_vars['menulist']->value['list'];
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['items']->key => $_smarty_tpl->tpl_vars['items']->value) {
                    $_smarty_tpl->tpl_vars['items']->_loop = true;
                    $_smarty_tpl->tpl_vars['myid']->value = $_smarty_tpl->tpl_vars['items']->key;
                    ?>
   
   	 	    	            	<li><div class="leftarrow"></div><a href="<?php 
                    echo FUNC_function(array('type' => 'url', 'link' => "/adminpage/" . (string) $_smarty_tpl->tpl_vars['itv']->value['name'] . "/module/" . (string) $_smarty_tpl->tpl_vars['items']->value['name']), $_smarty_tpl);
                    ?>
" <?php 
                    if ($_smarty_tpl->tpl_vars['Taction']->value == $_smarty_tpl->tpl_vars['itv']->value['name'] && $_smarty_tpl->tpl_vars['items']->value['name'] == $_smarty_tpl->tpl_vars['tmodule']->value) {
                        ?>
class="on"<?php 
                    }
                    ?>
><?php 
                    echo $_smarty_tpl->tpl_vars['items']->value['cnname'];
                    ?>
</a></li>
                 <?php 
                }
                ?>
          <?php 
            }
            ?>
 
    <?php 
        } else {
            ?>
 
        <?php 
            echo smarty_function_load_data(array('assign' => "moduleall", 'table' => "module", 'limit' => "20", 'orderby' => "id asc", 'where' => "id ='" . (string) $_smarty_tpl->tpl_vars['moduleid']->value . "' or parent_id = '" . (string) $_smarty_tpl->tpl_vars['moduleid']->value . "'"), $_smarty_tpl);
            ?>
 
          <?php 
            $_smarty_tpl->tpl_vars['itv'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['itv']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['moduleall']->value['list'];
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['itv']->key => $_smarty_tpl->tpl_vars['itv']->value) {
                $_smarty_tpl->tpl_vars['itv']->_loop = true;
                ?>
  
                <?php 
                echo smarty_function_load_data(array('assign' => "menulist", 'table' => "menu", 'limit' => "20", 'orderby' => "id asc", 'where' => "moduleid ='" . (string) $_smarty_tpl->tpl_vars['itv']->value['id'] . "' and `group` = " . (string) $_smarty_tpl->tpl_vars['admininfo']->value['group']), $_smarty_tpl);
                ?>
 
                 <?php 
                $_smarty_tpl->tpl_vars['items'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['items']->_loop = false;
                $_smarty_tpl->tpl_vars['myid'] = new Smarty_Variable();
                $_from = $_smarty_tpl->tpl_vars['menulist']->value['list'];
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['items']->key => $_smarty_tpl->tpl_vars['items']->value) {
                    $_smarty_tpl->tpl_vars['items']->_loop = true;
                    $_smarty_tpl->tpl_vars['myid']->value = $_smarty_tpl->tpl_vars['items']->key;
                    ?>
   
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:ec25db4e5b34dbde9b30180a67b807790b50f5ca.file.admin_menu.html.php

示例4: content_555c46a0c62286_85685532

    function content_555c46a0c62286_85685532($_smarty_tpl)
    {
        if (!is_callable('smarty_modifier_date_format')) {
            include 'D:\\wmr\\lib\\Smarty\\libs\\plugins\\modifier.date_format.php';
        }
        if (!is_callable('smarty_function_load_data')) {
            include 'D:\\wmr\\lib\\Smarty\\libs\\plugins\\function.load_data.php';
        }
        ?>
 <html xmlns="http://www.w3.org/1999/xhtml"><head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
<meta http-equiv="Content-Language" content="zh-CN"> 
<meta content="all" name="robots"> 
<meta name="description" content=""> 
<meta content="" name="keywords"> 
<title>后台管理中心 </title>  
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/admin1.css"> 
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquery.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/public.js" type="text/javascript" language="javascript"></script>
 <script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/template.min.js" type="text/javascript" language="javascript"></script>

<script>
	var menu = null;
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
	var is_static ="<?php 
        echo $_smarty_tpl->tpl_vars['is_static']->value;
        ?>
";
	if(screen.width > 1359){
		
		$('.newtop').css('width',screen.width);
		$('.newmain').css('width',screen.width);
		$('.newfoot').css('width',screen.width);
	}  
</script> 
</head> 
<body> 
<div id="cat_zhe" class="cart_zhe" style="display:none;"></div>
<div id="cat_tj" class="cart_out_cat" style="display:none;"> 数据提交中..</div>
<div class="newtop">
	  <div class="newadddiv">
	  <div class="newlogo">
	  	  <div class="imglogo"><a href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
" target="_blank"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/images/admin/logo.png"> </a></div>
	  </div>
	  <div class="newtopnav">
	  	 <ul>
	  	  <?php 
        echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tempdir']->value . "/public/admin_module.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
        ?>
 
	  	 	<ul>
	  	
	  </div>
	</div>
</div> 
<div style="clear:both;"></div>
<div class="newmain">
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:633253df73f7bb221da9eac2950875e9d2c4d15c.file.addadmin.html.php

示例5: content_555d72210b2541_42079900

    function content_555d72210b2541_42079900($_smarty_tpl)
    {
        if (!is_callable('smarty_modifier_date_format')) {
            include '/data/www/xshc/wmr/lib/Smarty/libs/plugins/modifier.date_format.php';
        }
        if (!is_callable('smarty_function_load_data')) {
            include '/data/www/xshc/wmr/lib/Smarty/libs/plugins/function.load_data.php';
        }
        ?>
 <html xmlns="http://www.w3.org/1999/xhtml"><head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
<meta http-equiv="Content-Language" content="zh-CN"> 
<meta content="all" name="robots"> 
<meta name="description" content=""> 
<meta content="" name="keywords"> 
<title>后台管理中心 </title>  
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/admin1.css"> 
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquery.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/public.js" type="text/javascript" language="javascript"></script>
 <script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/template.min.js" type="text/javascript" language="javascript"></script>

<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/plugins/iframeTools.js"></script>
 
<script>
	var menu = null;
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
	var is_static ="<?php 
        echo $_smarty_tpl->tpl_vars['is_static']->value;
        ?>
";
	if(screen.width > 1359){
		
		$('.newtop').css('width',screen.width);
		$('.newmain').css('width',screen.width);
		$('.newfoot').css('width',screen.width);
	}  
</script> 
</head> 
<body> 
<div id="cat_zhe" class="cart_zhe" style="display:none;"></div>
<div id="cat_tj" class="cart_out_cat" style="display:none;"> 数据提交中..</div>
<div class="newtop">
	  <div class="newadddiv">
	  <div class="newlogo">
	  	  <div class="imglogo"><a href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
" target="_blank"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/images/admin/logo.png"> </a></div>
	  </div>
	  <div class="newtopnav">
	  	 <ul>
	  	  <?php 
        echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tempdir']->value . "/public/admin_module.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
        ?>
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:b89c706b505ca4361e16166c2e55836f05f2c332.file.adminshoplist.html.php

示例6: content_559388eebe7849_79218510

    function content_559388eebe7849_79218510($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/function.load_data.php';
        }
        ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>商家管理中心-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/commom.css" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/shangjiaAdmin.css" />

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>

  <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/js/kindeditor/kindeditor.js" type="text/javascript" language="javascript"></script>
  <script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/plugins/iframeTools.js"></script>
    <script>
  	var mynomenu='baseset';
  	</script>
 
<script>
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
    $(function(){
      
      $('.conWaiSet').height( $('.conleft').height() );
        $('.header ul li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
   
        $('.waimaiset').children().children('img').remove();

        $('.shopSetTop').remove();
        $('.waimaiset li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
         

        
    });
</script>
<!--[if lte IE 6]>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:9a2bdb1f35534573c1433260108215eb454b58c8.file.usershopinstro.html.php

示例7: content_558d04674a46b5_46092910

    function content_558d04674a46b5_46092910($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/function.load_data.php';
        }
        if (!is_callable('smarty_modifier_date_format')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/modifier.date_format.php';
        }
        ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>商家管理中心-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/commom.css" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/shangjiaAdmin.css" />

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquery.PrintArea.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/datepicker/WdatePicker.js" type="text/javascript" language="javascript"></script>
   <script>
  	var mynomenu='baseorder';
  	</script>
 
<script>
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
    $(function(){
      
      $('.conWaiSet').height( $('.conleft').height() );
        $('.header ul li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
   
        $('.waimaiset').children().children('img').remove();

        $('.shopSetTop').remove();
        $('.waimaiset li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
         

//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:41afb082d6e3b775c697e157eae52570ed03beb3.file.shoporderlist.html.php

示例8: content_555d71d7e6e4a2_60751339

    function content_555d71d7e6e4a2_60751339($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/data/www/xshc/wmr/lib/Smarty/libs/plugins/function.load_data.php';
        }
        ?>
<!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" />
<title> 选择区域-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" /> 
<link rel="shortcut icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/login_index.css" />
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/bootstrap.min.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquery.cookie.js" type="text/javascript" language="javascript"></script>
 <script>
 	var siteurl = '<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
';
 	</script>
 	<!--[if lte IE 6]>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/DD_belatedPNG_0.0.8a.js" type="text/javascript"></script>
    <script type="text/javascript">
        DD_belatedPNG.fix('div, ul, img, li, input , a'); 
    </script>
 
<![endif]--> 
</head>
<body>
<div class="hc_index_login">
	<div class="hc_index_login_up">
		<div class="hc_index_login_cont  hc_index_login_cont_animate">
			<div style="height:1px;"></div>
			<div class="hc_index_login_logo">
				<div class="hc_index_login_logo_newImg"></div>
				<div class="hc_index_login_logo_newFont">
				
				</div>

 



			</div>

		</div>

//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:13fba502172d92d3de8f3a115fa59328d2a4a0e7.file.guide.html.php

示例9: content_555c46b57868a8_53958527

    function content_555c46b57868a8_53958527($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include 'D:\\wmr\\lib\\Smarty\\libs\\plugins\\function.load_data.php';
        }
        ?>
<!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" />
<title> <?php 
        echo $_smarty_tpl->tpl_vars['mapname']->value;
        ?>
-附近商家列表-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />
<?php 
        echo stripslashes($_smarty_tpl->tpl_vars['metadata']->value);
        ?>

<link rel="shortcut icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/images/favicon.ico" /> 
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/common.css"> 
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/server.css"> 
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/shouye.css"> 
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/css/food_menu.css"> 
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
 <script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script> 
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/template.min.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquery.lazyload.min.js" type="text/javascript" language="javascript"></script>
 <script>
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:a8e3181d5b66faddc31c2fc002ab3e36fdf90f8e.file.index.html.php

示例10: content_558d046b02aeb7_01954411

    function content_558d046b02aeb7_01954411($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/function.load_data.php';
        }
        ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>商家管理中心-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/commom.css" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/shangjiaAdmin.css" />

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquery.PrintArea.js" type="text/javascript" language="javascript"></script>
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/datepicker/WdatePicker.js" type="text/javascript" language="javascript"></script>
    <script>
  	var mynomenu='baseordertj';
  	</script>
 
<script>
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
    $(function(){
      
      $('.conWaiSet').height( $('.conleft').height() );
        $('.header ul li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
   
        $('.waimaiset').children().children('img').remove();

        $('.shopSetTop').remove();
        $('.waimaiset li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
         

        
    });
</script>
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:7d8a1973ff15e501f9c2e850a5c9082053fe7c68.file.shoptotal.html.php

示例11: content_55822647f06aa7_27233462

    function content_55822647f06aa7_27233462($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/function.load_data.php';
        }
        if (!is_callable('smarty_modifier_date_format')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/modifier.date_format.php';
        }
        ?>
<!DOCTYPE html>
<html>
<head>
   <meta charset="UTF-8">  
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
	<!--<title><?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>--> 
	<title><?php 
        echo $_smarty_tpl->tpl_vars['shopinfo']->value['shopname'];
        ?>
</title> 
	 
	<link rel="stylesheet"  href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/css/public.css">    
 
<link rel="stylesheet"  href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/css/shopshow.css">   

	<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/jquery.js"></script> 
  <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/public.js"></script>  
   <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/swipe.js"></script> 
    <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/iscroll.js"></script> 
  
 <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/jquery-1.11.2.min.js"></script>
  <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/wxshop.js"></script>  
   <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/cart.js"></script> 
   <script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/wxsite/js/goodsdetail.js"></script> 
                <!--  jquery-mobile  Begin -->
 <!--  <link rel="stylesheet" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:cb872fa3da6f72178202aca0a04fe10ab4c308a7.file.shopshow.html.php

示例12: content_555d3b691de644_28669408

    function content_555d3b691de644_28669408($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include 'D:\\wmr\\lib\\Smarty\\libs\\plugins\\function.load_data.php';
        }
        ?>
<!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" />
<title> 商家管理中心-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />  
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/commom.css" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/shangjiaAdmin.css" />

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>

 <script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/plugins/iframeTools.js"></script>
   <script>
  	var mynomenu='baseset';
  	</script>
 
<script> 
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
"; 
</script>
<!--[if lte IE 6]>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/DD_belatedPNG_0.0.8a.js" type="text/javascript"></script>
    <script type="text/javascript">
        DD_belatedPNG.fix('div, ul, img, li, input , a');
        $('#footer').css('display','none');
    </script>
<![endif]--> 
</head>
<body> 
<?php 
        echo smarty_function_load_data(array('assign' => "shopinfo", 'table' => "shop", 'where' => "`id`=" . (string) $_smarty_tpl->tpl_vars['adminshopid']->value, 'type' => "one"), $_smarty_tpl);
        ?>
 
<div style="position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;background:url(<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:48d709e0237439d06361fd7b9f59a3cd6e2ef631.file.usershopfast.html.php

示例13: content_5594ebda2d5775_66551854

    function content_5594ebda2d5775_66551854($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/function.load_data.php';
        }
        if (!is_callable('smarty_modifier_date_format')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/modifier.date_format.php';
        }
        ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>商家管理中心-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/commom.css" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/shangjiaAdmin.css" />

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>

<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/plugins/iframeTools.js"></script>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/datepicker/WdatePicker.js" type="text/javascript" language="javascript"></script>
<script>
  	  var mynomenu='basecx';
  </script>

<script>
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
    $(function(){
      
      $('.conWaiSet').height( $('.conleft').height() );
        $('.header ul li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
   
        $('.waimaiset').children().children('img').remove();

        $('.shopSetTop').remove();
        $('.waimaiset li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
         

//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:3c6af1255717f2e9f1069723a370e46bf8145c38.file.addcxrule.html.php

示例14: content_555d71e0850687_75899849

    function content_555d71e0850687_75899849($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/data/www/xshc/wmr/lib/Smarty/libs/plugins/function.load_data.php';
        }
        ?>
 
<div class="hc_login_pupopsBox_content_index">
	<div class="hc_login_pupopsBox_content_index_div">
		<ul>
			<li class="hc_login_pupopsBox_content_index_div_li_hover">
				<a class="hc_pchoose hc_login_pupopsBox_content_index_div_li_a_hover sel_fa_dsc" href="javascript:void(0)">全部</a>
			</li>
			 <?php 
        echo smarty_function_load_data(array('assign' => "pinglist", 'table' => "area", 'fileds' => "pin", 'limit' => "100", 'where' => "parent_id = " . (string) $_smarty_tpl->tpl_vars['id']->value . " GROUP BY pin", 'orderby' => " orderid asc"), $_smarty_tpl);
        ?>
 
			 <?php 
        $_smarty_tpl->tpl_vars['items'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['items']->_loop = false;
        $_from = $_smarty_tpl->tpl_vars['pinglist']->value['list'];
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['items']->key => $_smarty_tpl->tpl_vars['items']->value) {
            $_smarty_tpl->tpl_vars['items']->_loop = true;
            ?>
 
							<li><a class="hc_pchoose sel_fa_dsc" href="javascript:void(0)"><?php 
            echo $_smarty_tpl->tpl_vars['items']->value['pin'];
            ?>
</a></li>
	    <?php 
        }
        ?>
						 
			
			</ul>
		</div>
</div>
 

<div class="hc_PupopsLists">
	<div class="hc_PupopsLists_div" style="overflow-y: auto;">
		<ul id="item_list_ul_dsc">
			<?php 
        echo smarty_function_load_data(array('assign' => "list", 'table' => "area", 'fileds' => "*", 'limit' => "100", 'where' => "parent_id = " . (string) $_smarty_tpl->tpl_vars['id']->value, 'orderby' => " orderid asc"), $_smarty_tpl);
        ?>
 
			<?php 
        $_smarty_tpl->tpl_vars['items'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['items']->_loop = false;
        $_smarty_tpl->tpl_vars['myid'] = new Smarty_Variable();
        $_from = $_smarty_tpl->tpl_vars['list']->value['list'];
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['items']->key => $_smarty_tpl->tpl_vars['items']->value) {
            $_smarty_tpl->tpl_vars['items']->_loop = true;
            $_smarty_tpl->tpl_vars['myid']->value = $_smarty_tpl->tpl_vars['items']->key;
            ?>
				 <li <?php 
            if ($_smarty_tpl->tpl_vars['myid']->value % 4 == 3) {
                ?>
style="border-right: 0; width:130px;"<?php 
            }
            ?>
> <a <?php 
            if ($_smarty_tpl->tpl_vars['myid']->value % 4 == 3) {
                ?>
style="border-right: 0; width:130px;"<?php 
            }
            ?>
 class="pos_dsc_li" <?php 
            if (!in_array($_smarty_tpl->tpl_vars['items']->value['id'], $_smarty_tpl->tpl_vars['parent_ids']->value)) {
                ?>
 href="<?php 
                echo FUNC_function(array('type' => 'url', 'link' => "/site/setlocationlink/areaid/" . (string) $_smarty_tpl->tpl_vars['items']->value['id']), $_smarty_tpl);
                ?>
" <?php 
            } else {
                ?>
 href="javascript:void(0)"<?php 
            }
            ?>
  dsc_id="<?php 
            echo $_smarty_tpl->tpl_vars['items']->value['id'];
            ?>
" fa="<?php 
            echo $_smarty_tpl->tpl_vars['items']->value['pin'];
            ?>
"><?php 
            echo $_smarty_tpl->tpl_vars['items']->value['name'];
            ?>
</a></li>
		  <?php 
        }
        ?>
 
													 
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:3ceffb5328aee189a6ae9f1a93e70de2ce3a5815.file.searchchild.html.php

示例15: content_558d0486acef82_57677554

    function content_558d0486acef82_57677554($_smarty_tpl)
    {
        if (!is_callable('smarty_function_load_data')) {
            include '/Applications/XAMPP/xamppfiles/htdocs/wmr_new/lib/Smarty/libs/plugins/function.load_data.php';
        }
        ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>商家管理中心-<?php 
        echo $_smarty_tpl->tpl_vars['sitename']->value;
        ?>
</title>
<meta name="Keywords" content="<?php 
        echo $_smarty_tpl->tpl_vars['keywords']->value;
        ?>
" />
<meta name="description" content="<?php 
        echo $_smarty_tpl->tpl_vars['description']->value;
        ?>
" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/commom.css" />
<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/shopcenter/css/shangjiaAdmin.css" />

<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/jquerynew.js" type="text/javascript" language="javascript"></script>
<script src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/allj.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/artDialog.js?skin=blue"></script>

 <script type="text/javascript" language="javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
/templates/<?php 
        echo $_smarty_tpl->tpl_vars['tempdir']->value;
        ?>
/public/js/artdialog/plugins/iframeTools.js"></script>
   <script> 
  	var mynomenu='baseset';
        $(function(){
              hide_div();
            $("input[name='is_goshop']").click(function(){
               hide_div();
            })
        })
        function hide_div(){
             if ( $("input[name='is_goshop']").attr("checked")=="checked") {
                    $(".in_shop").show();
                }else{
                    $(".in_shop").hide();
                }
        }
  	</script>
 
<script>
	var siteurl = "<?php 
        echo $_smarty_tpl->tpl_vars['siteurl']->value;
        ?>
";
    $(function(){
      
      $('.conWaiSet').height( $('.conleft').height() );
        $('.header ul li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
        });
   
        $('.waimaiset').children().children('img').remove();

        $('.shopSetTop').remove();
        $('.waimaiset li').click(function(){
            $(this).addClass('li_active').siblings().removeClass('li_active');
//.........这里部分代码省略.........
开发者ID:snamper,项目名称:xiaoshuhaochi,代码行数:101,代码来源:6624401ac4395d9fa7fce0d83d87ae99a7ea5d53.file.usershopfast.html.php


注:本文中的smarty_function_load_data函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。