ここの情報は古いです。ご理解頂いた上でお取り扱いください。
Line | |
---|
1 | ({$inc_header|smarty:nodefaults}) |
---|
2 | |
---|
3 | <h2>一括メッセージ送信履歴詳細</h2> |
---|
4 | |
---|
5 | ({if $history}) |
---|
6 | <table> |
---|
7 | |
---|
8 | <tr> |
---|
9 | <th>送信日時</th> |
---|
10 | <td>({$history.r_datetime|date_format:"%Y/%m/%d"})</td> |
---|
11 | </tr> |
---|
12 | |
---|
13 | <tr> |
---|
14 | <th>送信数</th> |
---|
15 | <td>({$history.send_num})</td> |
---|
16 | </tr> |
---|
17 | |
---|
18 | <tr> |
---|
19 | <th>タイトル </th> |
---|
20 | <td>({$history.subject|nl2br})</td> |
---|
21 | </tr> |
---|
22 | |
---|
23 | <tr> |
---|
24 | <th>本文</th> |
---|
25 | <td>({$history.body|nl2br})</td> |
---|
26 | </tr> |
---|
27 | |
---|
28 | |
---|
29 | <tr> |
---|
30 | <th>送信先<br>ユーザーID</th> |
---|
31 | <td> |
---|
32 | <textarea name="body" cols="6" rows="10" readonly="readonly">({foreach from=$history.c_member_ids item=c_member_id})({$c_member_id}) |
---|
33 | ({/foreach})</textarea> |
---|
34 | </td> |
---|
35 | </tr> |
---|
36 | |
---|
37 | </table> |
---|
38 | |
---|
39 | ({else}) |
---|
40 | 送信履歴がありません<br> |
---|
41 | ({/if}) |
---|
42 | |
---|
43 | <br> |
---|
44 | <a href="?m=({$module_name})&a=page_({$hash_tbl->hash('send_messages_history_list')})">戻る</a> |
---|
45 | |
---|
46 | <br> |
---|
47 | |
---|
48 | ({$inc_footer|smarty:nodefaults}) |
---|
Note: See
TracBrowser
for help on using the repository browser.
Download in other formats: