source: branches/dev/data/Smarty/templates/admin/basis/mail_list.tpl @ 13564

Revision 13564, 6.5 KB checked in by nakanishi, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
9<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
10<form name="form1" id="form1" method="post" action="./index.php">
11<input type="text" name="mode" value="<!--{$tpl_mode}-->">
12    <tr valign="top">
13        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
14            <!--¢§SUB NAVI-->
15            <!--{include file=$tpl_subnavi}-->
16            <!--¢¥SUB NAVI-->
17        </td>
18        <td class="mainbg">
19            <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
20            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
21                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
22                <tr>
23                    <td align="center">
24                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
25                            <tr><td height="14"></td></tr>
26                            <tr>
27                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
28                            </tr>
29                            <tr>
30                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
31                                <td bgcolor="#cccccc">
32                                <table width="680" border="0" cellspacing="0" cellpadding="0" summary=" ">
33                                    <tr>
34                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
35                                    </tr>
36                                    <tr>
37                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
38                                        <td bgcolor="#636469" width="680" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥á¡¼¥ë¥Æ¥ó¥×¥ì¡¼¥È°ìÍ÷</span></td>
39                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
40                                    </tr>
41                                    <tr>
42                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
43                                    </tr>
44                                    <tr>
45                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
46                                    </tr>
47                                </table>
48
49<!--¢§¥ê¥¹¥Èɽ¼¨Éôʬ-->
50<table width="680" border="0" cellspacing="0" cellpadding="0" summary=" ">
51    <tr>
52        <td bgcolor="#f0f0f0" align="center">
53
54        <!--{if count($search_data) > 0}-->     
55
56            <table width="680" border="0" cellspacing="0" cellpadding="0" summary=" ">
57                <tr><td height="12"></td></tr>
58                <tr>
59                    <td bgcolor="#cccccc">
60                    <!--¸¡º÷·ë²Ìɽ¼¨¥Æ¡¼¥Ö¥ë-->
61                    <table width="680" border="0" cellspacing="1" cellpadding="5" summary=" ">
62                        <tr bgcolor="#636469" align="center" class="fs12n">
63                            <td width="220"><span class="white">ÆüÉÕ</span></td>
64                            <td width="220"><span class="white">¥¿¥¤¥È¥ë</span></td>
65                            <td width="60"><span class="white">¥Æ¥ó¥×¥ì¡¼¥È¤Î¼ïÎà</span></td>
66                            <td width="60" "><span class="white">ÊÔ½¸</span></td>
67                            <td width="60"><span class="white">ºï½ü</span></td>
68                            <td width="60" ><span class="white">¥×¥ì¥Ó¥å¡¼</span></td>
69                        </tr>
70                        <!--{section name=data loop=$mail_list}-->
71                            <!--¸ÜµÒ<!--{$smarty.section.data.iteration}-->-->
72                            <tr bgcolor="#ffffff" class="fs12n">
73                                <td align="center" ><!--{$mail_list[data].create_date|escape}--></td>
74                                <td align="center" ><!--{$mail_list[data].template_name|escape}--></td>                 
75                                <td><!--{if $mail_list[data].send_type eq 0}-->¥Ñ¥½¥³¥ó<!--{else}-->·ÈÂÓ<!--{/if}--></td>
76                                <td align="center" ><span class="icon_edit"><a href="#" onclick="return fnEdit('<!--{$mail_list[data].template_code|escape}-->');">ÊÔ½¸</a></span></td>
77                                <td align="center" ><span class="icon_delete"><a href="#" onclick="return fnDelete('<!--{$mail_list[data].template_code|escape}-->');">ºï½ü</a></span></td>
78                                <td align="center" ><span class="icon_delete"><a href="#" onclick="return fnDelete('<!--{$mail_list[data].template_code|escape}-->');">ºï½ü</a></span></td>
79                            </tr>
80                            <!--¸ÜµÒ<!--{$smarty.section.data.iteration}-->-->
81                        <!--{/section}-->
82                    </table>
83                    <!--¸¡º÷·ë²Ìɽ¼¨¥Æ¡¼¥Ö¥ë-->
84                    </td>
85                </tr>
86            </table>
87
88        <!--{/if}-->
89
90        </td>
91    </tr>
92</form>
93</table>   
94
95<!--¢¥¥ê¥¹¥Èɽ¼¨Éôʬ-->
96
97
98                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
99                                    <tr>
100                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
101                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
102                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
103                                    </tr>
104                                    <tr>
105                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
106                                        <td bgcolor="#e9e7de" align="center">
107                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
108                                            <tr>
109                                                <td><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="¤³¤ÎÆâÍƤÇÅÐÏ¿¤¹¤ë" border="0" name="subm" ></td>
110                                            </tr>
111                                        </table>
112                                        </td>
113                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
114                                    </tr>
115                                    <tr>
116                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
117                                    </tr>
118                                </table>
119                                </td>
120                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
121                            </tr>
122                            <tr>
123                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
124                            </tr>
125                            <tr><td height="30"></td></tr>
126                        </table>
127                    </td>
128                </tr>
129                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
130            </table>
131            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
132        </td>
133    </tr>
134</form>
135</table>
136<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.