0e47e372782f996b44b8cdc985d478fc.php 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?php /*a:3:{s:58:"/data/web/mall.valimart.net/app/admin/view/account/wx.html";i:1657785096;s:61:"/data/web/mall.valimart.net/app/admin/view/public/header.html";i:1657785098;s:66:"/data/web/mall.valimart.net/app/admin/view/public/admin_items.html";i:1657785098;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title><?php echo htmlentities((isset($html_title) && ($html_title !== '')?$html_title:config('ds_config.site_name'))); ?><?php echo htmlentities(lang('system_backend')); ?></title>
  8. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  9. <link rel="stylesheet" href="<?php echo htmlentities(ADMIN_SITE_ROOT); ?>/css/admin.css">
  10. <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.css">
  11. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery-2.1.4.min.js"></script>
  12. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.validate.min.js"></script>
  13. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.cookie.js"></script>
  14. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/common.js"></script>
  15. <script src="<?php echo htmlentities(ADMIN_SITE_ROOT); ?>/js/admin.js"></script>
  16. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.js"></script>
  17. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery.ui.datepicker-zh-CN.js"></script>
  18. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.js"></script>
  19. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/layer/layer.js"></script>
  20. <script type="text/javascript">
  21. var BASESITEROOT = "<?php echo htmlentities(BASE_SITE_ROOT); ?>";
  22. var ADMINSITEROOT = "<?php echo htmlentities(ADMIN_SITE_ROOT); ?>";
  23. var BASESITEURL = "<?php echo htmlentities(BASE_SITE_URL); ?>";
  24. var HOMESITEURL = "<?php echo htmlentities(HOME_SITE_URL); ?>";
  25. var ADMINSITEURL = "<?php echo htmlentities(ADMIN_SITE_URL); ?>";
  26. </script>
  27. </head>
  28. <body>
  29. <div id="append_parent"></div>
  30. <div id="ajaxwaitid"></div>
  31. <div class="page">
  32. <div class="fixed-bar">
  33. <div class="item-title">
  34. <div class="subject">
  35. <h3><?php echo htmlentities(lang('ds_account')); ?></h3>
  36. <h5></h5>
  37. </div>
  38. <?php if($admin_item): ?>
  39. <ul class="tab-base ds-row">
  40. <?php if(is_array($admin_item) || $admin_item instanceof \think\Collection || $admin_item instanceof \think\Paginator): if( count($admin_item)==0 ) : echo "" ;else: foreach($admin_item as $key=>$item): ?>
  41. <li><a href="<?php echo htmlentities($item['url']); ?>" <?php if($item['name'] == $curitem): ?>class="current"<?php endif; ?>><span><?php echo htmlentities($item['text']); ?></span></a></li>
  42. <?php endforeach; endif; else: echo "" ;endif; ?>
  43. </ul>
  44. <?php endif; ?>
  45. </div>
  46. </div>
  47. <form id="weixin_form" method="post">
  48. <table class="ds-default-table">
  49. <tbody>
  50. <tr class="noborder">
  51. <td class="required w150"><?php echo htmlentities(lang('weixin_isuse')); ?></td>
  52. <td class="vatop rowform">
  53. <div class="onoff">
  54. <label for="weixin_isuse_show1" class="cb-enable <?php if($list_config['weixin_isuse'] == 1): ?>selected<?php endif; ?>"><?php echo htmlentities(lang('ds_yes')); ?></label>
  55. <label for="weixin_isuse_show0" class="cb-disable <?php if($list_config['weixin_isuse'] == 0): ?>selected<?php endif; ?>"><?php echo htmlentities(lang('ds_no')); ?></label>
  56. <input id="weixin_isuse_show1" name="weixin_isuse" value="1" type="radio" <?php if($list_config['weixin_isuse'] == 1): ?> checked="checked"<?php endif; ?>>
  57. <input id="weixin_isuse_show0" name="weixin_isuse" value="0" type="radio" <?php if($list_config['weixin_isuse'] == 0): ?> checked="checked"<?php endif; ?>>
  58. </div>
  59. </td>
  60. <td class="vatop tips"></td>
  61. </tr>
  62. <tr class="noborder">
  63. <td class="required w120"><?php echo htmlentities(lang('weixin_appid')); ?></td>
  64. <td class="vatop rowform"><input type="text" name="weixin_appid" id="weixin_appid" value="<?php echo htmlentities($list_config['weixin_appid']); ?>" class="w300"/></td>
  65. <td class="vatop tips"></td>
  66. </tr>
  67. <tr class="noborder">
  68. <td class="required w120"><?php echo htmlentities(lang('weixin_secret')); ?></td>
  69. <td class="vatop rowform">
  70. <input type="text" name="weixin_secret" id="weixin_secret" value="<?php echo htmlentities($list_config['weixin_secret']); ?>" class="w300"/>
  71. </td>
  72. <td class="vatop tips">
  73. <a href="https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419316505&token=&lang=zh_CN" target="_blank"><?php echo htmlentities(lang('ds_documents')); ?></a>
  74. <a href="https://open.weixin.qq.com" target="_blank"><?php echo htmlentities(lang('ds_apply')); ?></a>
  75. </td>
  76. </tr>
  77. </tbody>
  78. <tfoot>
  79. <td class="vatop tips"></td>
  80. <tr class="tfoot">
  81. <td></td>
  82. <td colspan="15"><input class="btn" type="submit" value="<?php echo htmlentities(lang('ds_submit')); ?>"/></td>
  83. </tr>
  84. </tfoot>
  85. </table>
  86. </form>
  87. </div>