source: branches/dev/data/Smarty/templates/admin/mail/history.tpl @ 8

Revision 8, 4.8 KB checked in by root, 17 years ago (diff)

new import

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2006 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="<!--{$smarty.server.PHP}-->">
11<input type="hidden" name="search_pageno" value="">
12<input type="hidden" name="mode" value="">
13    <tr valign="top">
14        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
15            <!--¢§SUB NAVI-->
16            <!--{include file=$tpl_subnavi}-->
17            <!--¢¥SUB NAVI-->
18        </td>
19        <td class="mainbg">
20            <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
21            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
22                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
23                <tr>
24                    <td align="center">
25                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
26                            <tr><td height="14"></td></tr>
27                            <tr>
28                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
29                            </tr>
30                            <tr>
31                                <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>
32                                <td bgcolor="#cccccc">
33                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
34                                    <tr>
35                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
36                                    </tr>
37                                    <tr>
38                                        <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>
39                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->ÇÛ¿®ÍúÎò</span></td>
40                                        <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>
41                                    </tr>
42                                    <tr>
43                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
44                                    </tr>
45                                    <tr>
46                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
47                                    </tr>
48                                </table>
49
50                                <table width="678" border="0" cellspacing="1" cellpadding="5" summary=" ">
51                                    <tr bgcolor="#f2f1ec" align="center" class="fs12n">
52                                        <td width="110">ÇÛ¿®³«»Ï»þ¹ï</td>
53                                        <td width="350" rowspan="2">Subject</td>
54                                        <td width="40" rowspan="2">¥×¥ì¥Ó¥å¡¼</td>
55                                        <td width="40" rowspan="2">ÇÛ¿®¾ò·ï</td>
56                                        <td width="86">ÇÛ¿®Í½Äê·ï¿ô</td>
57                                        <td width="37" rowspan="2">ºï½ü</td>
58                                    </tr>
59                                    <tr bgcolor="#f2f1ec" align="center" class="fs12n">
60                                        <td>ÇÛ¿®½ªÎ»»þ¹ï</td>
61                                        <td>ÇÛ¿®·ï¿ô</td>
62                                    </tr>
63                                    <!--{section name=cnt loop=$arrDataList}-->
64                                    <tr bgcolor="#ffffff" class="fs12n">
65                                        <td align="center"><!--{$arrDataList[cnt].start_date|sfDispDBDate|escape}--></td>
66                                        <td rowspan="2"><!--{$arrDataList[cnt].subject|escape}--></td>
67                                        <td align="center" rowspan="2"><a href="./preview.php?send_id=<!--{$arrDataList[cnt].send_id|escape}-->" target="_blank">³Îǧ</a></td>
68                                        <td align="center" rowspan="2"><a href="#" onclick="win03('./index.php?mode=query&send_id=<!--{$arrDataList[cnt].send_id|escape}-->','query','720','420'); return false;">³Îǧ</a></td>
69                                        <td align="center"><!--{$arrDataList[cnt].send_count|escape}--></td>
70                                        <td align="center" rowspan="2"><a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=delete&send_id=<!--{$arrDataList[cnt].send_id|escape}-->" onclick="return window.confirm('ÇÛ¿®ÍúÎò¤òºï½ü¤·¤Æ¤âµ¹¤·¤¤¤Ç¤·¤ç¤¦¤«');">ºï½ü</a></td>
71                                    </tr>
72                                    <tr bgcolor="#ffffff" class="fs12n">
73                                        <td align="center"><!--{$arrDataList[cnt].end_date|sfDispDBDate|escape}--></td>
74                                        <td align="center"><!--{$arrDataList[cnt].complete_count|escape}--></td>
75                                    </tr>
76                                    <!--{/section}-->
77                                </table>
78
79                                </td>
80                                <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>
81                            </tr>
82                            <tr>
83                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
84                            </tr>
85                            <tr><td height="30"></td></tr>
86                        </table>
87                    </td>
88                </tr>
89                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
90            </table>
91            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
92        </td>
93    </tr>
94</table>
95<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.