chengkun
2025-05-12 b6bc92ec11e1e280185ce7682d17589cb45c20f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 
        <link href="images/reset.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <link href="images/system.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <link href="images/table_form.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
 
        <script src="{yun:}$config.sy_weburl{/yun}/js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}"></script>
        <link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet"
         type="text/css" />
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}"></script>
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/custom_layer.js?v={yun:}$config.cachecode{/yun}"></script>
        <script src="js/admin_public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
 
 
        <title>后台管理</title>
    </head>
 
    <body class="body_ifm">
        <div class="admin_indextip">根据选择内容,生成微信公众号文章内容,方便公众号发布消息。</div>
        <div class="infoboxp">
            <div class="tty-tishi_top">
                
                <div class="tabs_info">
                    <ul>
                        <li><a href="index.php?m=wx&c=pubtool">发布工具</a></li>
                        <li {yun:}if $smarty.get.temptype=='0'{/yun}class="curr"{yun:}/if{/yun}><a href="index.php?m=wx&c=wxPubTempList&temptype=0">公众号文章模板</a></li>
                        <li {yun:}if $smarty.get.temptype=='1'{/yun}class="curr"{yun:}/if{/yun}><a href="index.php?m=wx&c=wxPubTempList&temptype=1">社群推文模板</a></li>
                        <li><a href="index.php?m=wx&c=twTask">推文任务</a></li>
                    </ul>
                </div>
 
                
                <div class="clear"></div>
 
        
                        <form action="index.php" name="myform" method="get" target="supportiframe" id='myform'>
                            <input name="m" value="wx" type="hidden" />
                            <input name="c" value="wxPubTempDel" type="hidden" />
                            <table width="100%">
                                
                                <tbody>
                                    <tr>
                                        
                                        
                                        <div class="gzh_mblist"><a  href="index.php?m=wx&c=wxPubTemp&temptype={yun:}$smarty.get.temptype{/yun}"  class="gzh_mb_tj"><i class="gzh_mb_tjiocn"></i>添加模板</a></div>
                                        
                                        {yun:}foreach item=v from=$rows{/yun}
                                        <div class="gzh_mblist">
                                            <div class="gzh_mbname_p">模板名称</div>
                                            <div class="gzh_mbname">{yun:}$v.title{/yun}</div>
                                            
                                            <div class="gzh_mbname_lx">
                                                {yun:}if $v.type=='job' || $v.type=='onejob'{/yun}
                                                 类型:职位模板
                                                {yun:}else if $v.type=='resume'{/yun}
                                                 类型:简历模板
                                                {yun:}else if $v.type=='company'{/yun}
                                                 类型:企业模板
                                                {yun:}/if{/yun}
                                            </div>
                                            <div class="gzh_mbname_bth">
                                                <a href="index.php?m=wx&c=wxPubTemp&id={yun:}$v.id{/yun}" class="admin_gzhbutton">编辑</a>
                                                {yun:}if $v.type!='onejob'{/yun}
                                                <a href="javascript:void(0)" onClick="layer_del('确定要删除?', 'index.php?m=wx&c=wxPubTempDel&del={yun:}$v.id{/yun}');" class="admin_gzhbutton">删除</a>
                                                {yun:}/if{/yun}
                                            </div>
                                        </div>
                                        {yun:}/foreach{/yun}
                                        
                                    </tr>
                                    
                                    
                                    {yun:}if $total > 20 {/yun}
                                    <tr>
                                        <td colspan="6" class="digg">{yun:}$pagenav{/yun}</td>
                                    </tr>
                                    {yun:}/if{/yun}
                                </tbody>
                            </table>
                            <input type="hidden" name="pytoken" id='pytoken' value="{yun:}$pytoken{/yun}">
                        </form>
                    </div>
                
    </body>
</html>