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
<!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="infoboxp">
            <!-- <div class="tty-tishi_top">
                <div class="admin_new_tip">
                    <a href="javascript:;" class="admin_new_tip_close"></a>
                    <a href="javascript:;" class="admin_new_tip_open" style="display:none;"></a>
                    <div class="admin_new_tit"><i class="admin_new_tit_icon"></i>操作提示</div>
                    <div class="admin_new_tip_list_cont">
                        <div class="admin_new_tip_list">更换模板后,如果是静态页面需重新生成! 【<a href='http://www.wanxiangku.com' target="_blank">获取更多模板</a>】<br>
                        </div>
                    </div>
                </div>
                <div class="clear"></div>
            </div> -->
 
            <div class="tty_table-bom">
                <div class="table-list" style="overflow: hidden;">
                    {yun:}foreach item=v from=$list{/yun}
                    <div style="float:left;width:240px;text-align:center;padding:15px;line-height:180%;border:1px solid #ddd;background:#fff;margin-right:10px; margin-top:10px;">
                        <img width="225" height="136" border="1" style="border: #ddd;" alt="{yun:}$v.name{/yun}" src="{yun:}$v.img{/yun}">
                        <br>
                        <strong>{yun:}$v.name{/yun}</strong>{yun:}if $sy_style==$v.dir{/yun}<font color="#FF0000">【当前使用风格】</font>{yun:}/if{/yun}
                        <br>
                        风格作者:{yun:}$v.author{/yun}
                        <br>
                        风格目录名称:{yun:}$v.dir{/yun}
                        <br>
                        <input name="" value="风格信息修改" type="button" class="admin_button" onClick="location.href='index.php?m=admin_tpl&c=stylemodify&dir={yun:}$v.dir{/yun}'">
 
                        <input name="" value="使用该风格" type="button" onClick="layer_del('确定更换模板分格吗?更换后请重新生成页面。','index.php?m=admin_tpl&c=check_style&dir={yun:}$v.dir{/yun}');"
                         class="admin_button" />
 
                    </div>
                    {yun:}/foreach{/yun}
                </div>
            </div>
        </div>
    </body>
</html>