1 | ({$inc_header|smarty:nodefaults}) |
---|
2 | ({ext_include file="inc_subnavi_adminSiteMember.tpl"}) |
---|
3 | ({assign var="page_name" value="メンバーリスト"}) |
---|
4 | ({ext_include file="inc_tree_adminSiteMember.tpl"}) |
---|
5 | </div> |
---|
6 | |
---|
7 | ({*ここまで:navi*}) |
---|
8 | |
---|
9 | <h2 id="ttl01">メンバーリスト</h2> |
---|
10 | <div class="contents"> |
---|
11 | <form action="./" method="get"> |
---|
12 | <p id="searchMail"> |
---|
13 | <input type="hidden" name="m" value="({$module_name})" /> |
---|
14 | <input type="hidden" name="a" value="page_({$hash_tbl->hash('list_c_member')})" /> |
---|
15 | <strong>メールアドレス検索</strong>(完全一致): |
---|
16 | <input type="text" name="mail_address" value="({$requests.mail_address})" size="30" /> |
---|
17 | <span class="textBtnS"><input type="submit" value="検索" /></span> |
---|
18 | </p> |
---|
19 | </form> |
---|
20 | <div class="userList"> |
---|
21 | ({if $pager}) |
---|
22 | <form action="./" method="get"> |
---|
23 | <p id="numberDisplays"> |
---|
24 | <input type="hidden" name="m" value="({$module_name})" /> |
---|
25 | <input type="hidden" name="a" value="page_({$hash_tbl->hash('list_c_member')})" /> |
---|
26 | <strong>表示件数</strong>: |
---|
27 | <select name="page_size"> |
---|
28 | <option value="10"({if $pager.page_size==10}) selected="selected"({/if})>10件</option> |
---|
29 | <option value="20"({if $pager.page_size==20}) selected="selected"({/if})>20件</option> |
---|
30 | <option value="50"({if $pager.page_size==50}) selected="selected"({/if})>50件</option> |
---|
31 | <option value="100"({if $pager.page_size==100}) selected="selected"({/if})>100件</option> |
---|
32 | </select> |
---|
33 | <span class="textBtnS"><input type="submit" value="変更" /></span><span class="btnCaution">※表示件数を多くすると処理が重くなり、サーバーに負荷がかかります。</span> |
---|
34 | </p> |
---|
35 | </form> |
---|
36 | ({/if}) |
---|
37 | |
---|
38 | ({if $pager}) |
---|
39 | <div class="listControlTop"> |
---|
40 | <p class="display">({$pager.total_num}) 人中 ({$pager.start_num}) - ({$pager.end_num})人目を表示しています</p> |
---|
41 | <p id="controlIcon"><img src="./modules/admin/img/icn_withdrawal.gif" alt="強制退会のアイコン" class="withdraw" />:強制退会 <img src="modules/admin/img/icn_rejected.gif" alt="ログイン停止のアイコン" />:ログイン停止 <img src="modules/admin/img/icn_permit.gif" alt="ログイン停止解除" />:ログイン停止解除 <img src="modules/admin/img/icn_passwd.gif" alt="パスワード再発行のアイコン" />:パスワード再発行</p> |
---|
42 | <p class="listMove"> |
---|
43 | ({if $pager.prev_page})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$pager.prev_page})&page_size=({$pager.page_size})">前へ</a>({/if}) |
---|
44 | ({foreach from=$pager.disp_pages item=i}) |
---|
45 | ({if $i == $pager.page}) | <strong>({$i})</strong>({else}) | <a href="?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$i})&page_size=({$pager.page_size})">({$i})</a>({/if}) |
---|
46 | ({/foreach}) |
---|
47 | ({if $pager.next_page}) | <a href="?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$pager.next_page})&page_size=({$pager.page_size})">次へ</a> |
---|
48 | ({/if}) |
---|
49 | </p> |
---|
50 | </div>({*/div class="listControlTop"*}) |
---|
51 | ({/if}) |
---|
52 | |
---|
53 | <form action="./" method="post" name="formSendMessages"> |
---|
54 | <input type="hidden" name="m" value="({$module_name})" /> |
---|
55 | <input type="hidden" name="a" value="page_({$hash_tbl->hash('send_messages')})" /> |
---|
56 | <input type="hidden" name="sessid" value="({$PHPSESSID})" /> |
---|
57 | <table class="userListTable"> |
---|
58 | <thead> |
---|
59 | <tr> |
---|
60 | <th class="cell01" rowspan="3"> </th> |
---|
61 | <th class="cell02" colspan="3" rowspan="2">操作パネル</th> |
---|
62 | <th class="cell03" rowspan="2">ID</th> |
---|
63 | <th class="cell04" rowspan="2">ニックネーム</th> |
---|
64 | <th class="cell05" rowspan="2">最終ログイン</th> |
---|
65 | <th class="cell06" rowspan="2">登録日</th> |
---|
66 | <th class="cell07" rowspan="2">招待者</th> |
---|
67 | <th class="cell08" colspan="3">画像</th> |
---|
68 | <th class="cell09" colspan="3">生年月日</th> |
---|
69 | ({foreach from=$c_profile_list item=prof}) |
---|
70 | <th rowspan="2">({$prof.caption})</th> |
---|
71 | ({/foreach}) |
---|
72 | <th class="cell16" rowspan="2">PCアドレス</th> |
---|
73 | <th class="cell17" rowspan="2">携帯アドレス</th> |
---|
74 | <th class="cell18" rowspan="2">登録時アドレス</th> |
---|
75 | <th class="cell15" rowspan="2">ID</th> |
---|
76 | </tr> |
---|
77 | <tr> |
---|
78 | <th class="cell08A">1</th> |
---|
79 | <th class="cell08B">2</th> |
---|
80 | <th class="cell08C">3</th> |
---|
81 | <th class="cell09A">年</th> |
---|
82 | <th class="cell09B">月</th> |
---|
83 | <th class="cell09C">日</th> |
---|
84 | </tr> |
---|
85 | <tr> |
---|
86 | <th class="cell02" colspan="3"> </th> |
---|
87 | <th class="cell03"> </th> |
---|
88 | <th class="cell04"> </th> |
---|
89 | <th class="cell05"> </th> |
---|
90 | <th class="cell06"> </th> |
---|
91 | <th class="cell07"> </th> |
---|
92 | <th class="cell08A"> </th> |
---|
93 | <th class="cell08B"> </th> |
---|
94 | <th class="cell08C"> </th> |
---|
95 | <th class="cell09A" colspan="3"> |
---|
96 | <select onChange="Link('?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$pager.page})&page_size=({$pager.page_size})({$cond})&s_year='+this.options[this.selectedIndex].value);"> |
---|
97 | <option value="">選択してください</option> |
---|
98 | ({foreach from=$years item=item}) |
---|
99 | <option ({if $cond_list.s_year==$item})selected({/if}) value="({$item})">({$item})</option> |
---|
100 | ({/foreach}) |
---|
101 | </select> |
---|
102 | ~ |
---|
103 | <select onChange="Link('?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$pager.page})&page_size=({$pager.page_size})({$cond})&e_year='+this.options[this.selectedIndex].value);"> |
---|
104 | <option value="">選択してください</option> |
---|
105 | ({foreach from=$years item=item}) |
---|
106 | <option ({if $cond_list.e_year==$item})selected({/if}) value="({$item})">({$item})</option> |
---|
107 | ({/foreach}) |
---|
108 | </select> |
---|
109 | </th> |
---|
110 | ({foreach from=$profile_list item=prof}) |
---|
111 | <th> |
---|
112 | ({if $prof.form_type == radio || $prof.form_type == select}) |
---|
113 | <select onChange="Link('?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$pager.page})&page_size=({$pager.page_size})({$cond})&({$prof.name})='+this.options[this.selectedIndex].value);"> |
---|
114 | <option value="">選択してください</option> |
---|
115 | ({foreach item=item from=$prof.options}) |
---|
116 | <option ({if $cond_list[$prof.name]==$item.c_profile_option_id})selected({/if}) value="({$item.c_profile_option_id})"({if $c_member.profile[$profile.name].value == $item.value}) selected="selected"({/if})>({$item.value|default:"--"})</option> |
---|
117 | ({/foreach}) |
---|
118 | </select> |
---|
119 | ({else}) |
---|
120 | |
---|
121 | ({/if}) |
---|
122 | </th> |
---|
123 | ({/foreach}) |
---|
124 | <th class="cell16"> </th> |
---|
125 | <th class="cell17"> </th> |
---|
126 | <th class="cell18"> </th> |
---|
127 | <th class="cell15"> </th> |
---|
128 | </tr> |
---|
129 | </thead> |
---|
130 | <tfoot> |
---|
131 | <tr> |
---|
132 | <th class="cell01" rowspan="3"> </th> |
---|
133 | <th class="cell02" colspan="3" rowspan="2">操作パネル</th> |
---|
134 | <th class="cell03" rowspan="2">ID</th> |
---|
135 | <th class="cell04" rowspan="2">ニックネーム</th> |
---|
136 | <th class="cell05" rowspan="2">最終ログイン</th> |
---|
137 | <th class="cell06" rowspan="2">登録日</th> |
---|
138 | <th class="cell07" rowspan="2">招待者</th> |
---|
139 | <th class="cell08A">1</th> |
---|
140 | <th class="cell08B">2</th> |
---|
141 | <th class="cell08C">3</th> |
---|
142 | <th class="cell09A">年</th> |
---|
143 | <th class="cell09B">月</th> |
---|
144 | <th class="cell09C">日</th> |
---|
145 | ({foreach from=$c_profile_list item=prof}) |
---|
146 | <th rowspan="2">({$prof.caption})</th> |
---|
147 | ({/foreach}) |
---|
148 | <th class="cell16" rowspan="2">PCアドレス</th> |
---|
149 | <th class="cell17" rowspan="2">携帯アドレス</th> |
---|
150 | <th class="cell18" rowspan="2">登録時アドレス</th> |
---|
151 | <th class="cell15" rowspan="2">ID</th> |
---|
152 | </tr> |
---|
153 | <tr> |
---|
154 | <th class="cell08" colspan="3">画像</th> |
---|
155 | <th class="cell09" colspan="3">生年月日</th> |
---|
156 | </tr> |
---|
157 | </tfoot> |
---|
158 | <tbody> |
---|
159 | ({foreach from=$c_member_list item=item}) |
---|
160 | <tr id="userID({$item.c_member_id})"> |
---|
161 | <td class="cell01">({if $item.c_member_id != 1})<input type="checkbox" name="c_member_ids[]" value="({$item.c_member_id})" />({else}) ({/if})</td> |
---|
162 | <td class="cell02A">({if $item.c_member_id != 1})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('delete_c_member_confirm')})&target_c_member_id=({$item.c_member_id})"><img src="modules/admin/img/icn_withdrawal.gif" alt="強制退会" /></a>({else}) ({/if})</td> |
---|
163 | <td class="cell02B"><a href="?m=({$module_name})&a=do_({$hash_tbl->hash('update_is_login_rejected','do')})&target_c_member_id=({$item.c_member_id})&sessid=({$PHPSESSID})">({if $item.is_login_rejected})<img src="modules/admin/img/icn_permit.gif" alt="ログイン停止解除" />({else})<img src="modules/admin/img/icn_rejected.gif" alt="ログイン停止" />({/if})</a></td> |
---|
164 | <td class="cell02C"><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('passwd')})&target_c_member_id=({$item.c_member_id})"><img src="modules/admin/img/icn_passwd.gif" alt="パスワード再発行" /></a></td> |
---|
165 | <td class="cell03">({$item.c_member_id})</td> |
---|
166 | <td class="cell04"><a href="({t_url _absolute=1 m=pc a=page_f_home})&target_c_member_id=({$item.c_member_id})" target="_blank">({$item.nickname})</a></td> |
---|
167 | <td class="cell05">({if $item.access_date != '0000-00-00 00:00:00'})({$item.access_date|date_format:"%y-%m-%d %H:%M"})({else})未ログイン({/if})</td> |
---|
168 | <td class="cell06">({if $item.r_date != '0000-00-00 00:00:00'})({$item.r_date|date_format:"%y-%m-%d"})({else}) ({/if})</td> |
---|
169 | <td class="cell07">({if $item.c_member_id_invite})({$item.c_member_id_invite}):<a href="({t_url _absolute=1 m=pc a=page_f_home})&target_c_member_id=({$item.c_member_id_invite})" target="_blank">({$item.c_member_invite.nickname})</a>({else}) ({/if})</td> |
---|
170 | <td class="cell08A">({if $item.image_filename_1})<a href="({t_img_url filename=$item.image_filename_1})" target="_blank"><img src="modules/admin/img/icn_image_on.gif" alt="画像有り" /></a>({else})<img src="modules/admin/img/icn_image_off.gif" alt="画像無し" />({/if})</td> |
---|
171 | <td class="cell08B">({if $item.image_filename_2})<a href="({t_img_url filename=$item.image_filename_2})" target="_blank"><img src="modules/admin/img/icn_image_on.gif" alt="画像有り" /></a>({else})<img src="modules/admin/img/icn_image_off.gif" alt="画像無し" />({/if})</td> |
---|
172 | <td class="cell08C">({if $item.image_filename_3})<a href="({t_img_url filename=$item.image_filename_3})" target="_blank"><img src="modules/admin/img/icn_image_on.gif" alt="画像有り" /></a>({else})<img src="modules/admin/img/icn_image_off.gif" alt="画像無し" />({/if})</td> |
---|
173 | <td class="cell09A">({if $item.birth_year})({$item.birth_year})({else}) ({/if})</td> |
---|
174 | <td class="cell09B">({if $item.birth_month})({$item.birth_month})({else}) ({/if})</td> |
---|
175 | <td class="cell09C">({if $item.birth_day})({$item.birth_day})({else}) ({/if})</td> |
---|
176 | ({foreach from=$c_profile_list item=prof}) |
---|
177 | <td>({strip}) |
---|
178 | ({if $prof.form_type == "checkbox"}) |
---|
179 | ({$item.profile[$prof.name].value|@t_implode:","|t_truncate:30}) |
---|
180 | ({else}) |
---|
181 | ({$item.profile[$prof.name].value|t_truncate:30}) |
---|
182 | ({/if}) |
---|
183 | ({/strip})</td> |
---|
184 | ({/foreach}) |
---|
185 | <td class="cell16">({if $item.secure.pc_address})<a href="mailto:({$item.secure.pc_address|escape:"hexentity"})">({$item.secure.pc_address|t_truncate:"30"|escape:"hexentity"})</a>({else}) ({/if})</td> |
---|
186 | <td class="cell17">({if $item.secure.ktai_address})<a href="mailto:({$item.secure.ktai_address})">({$item.secure.ktai_address|t_truncate:"30"})</a>({else}) ({/if})</td> |
---|
187 | <td class="cell18">({if $item.secure.regist_address})({$item.secure.regist_address})({else}) ({/if})</td> |
---|
188 | <td class="cell15">({$item.c_member_id})</td> |
---|
189 | </tr> |
---|
190 | ({/foreach}) |
---|
191 | </tbody> |
---|
192 | </table> |
---|
193 | <div class="listControlBtm"> |
---|
194 | <div class="msgTransmit"> |
---|
195 | <p class="msgCheck"><img src="modules/admin/img/icn_msgtransmit.gif" alt="" /><a href="#" onClick="return checkAll();" onKeyPress="return checkAll();">全てをチェック</a> | <a href="#" onClick="return clearAll();" onKeyPress="return clearAll();">全てのチェックをはずす</a></p> |
---|
196 | |
---|
197 | <div class="msgTransmitBtn"> |
---|
198 | <input type="submit" id="btnSelTransmit" value="選択したメンバーにメッセージを送る" /> |
---|
199 | </form> |
---|
200 | |
---|
201 | <form action="./" method="post" name="formSendMessagesSearch"> |
---|
202 | <input type="hidden" name="m" value="({$module_name})" /> |
---|
203 | <input type="hidden" name="sessid" value="({$PHPSESSID})" /> |
---|
204 | ({if $cond}) |
---|
205 | <input type="hidden" name="a" value="page_({$hash_tbl->hash('send_messages_search')})" /> |
---|
206 | ({foreach from=$cond_list key=key item=item}) |
---|
207 | <input type="hidden" name="({$key})" value="({$item})" /> |
---|
208 | ({/foreach}) |
---|
209 | <input type="hidden" name="cond" value="({$cond})" /> |
---|
210 | ({else}) |
---|
211 | <input type="hidden" name="a" value="page_({$hash_tbl->hash('send_messages_all')})" /> |
---|
212 | ({/if}) |
---|
213 | <input type="submit" id="btnNarrowTransmit" value="絞り込んだメンバー" /> |
---|
214 | </form> |
---|
215 | |
---|
216 | <form action="./" method="post" name="formSendMessagesAll" /> |
---|
217 | <input type="hidden" name="m" value="({$module_name})" /> |
---|
218 | <input type="hidden" name="a" value="page_({$hash_tbl->hash('send_messages_all')})" /> |
---|
219 | <input type="hidden" name="sessid" value="({$PHPSESSID})" /> |
---|
220 | <input type="submit" id="btnAllTransmit" value="すべてのメンバーにメッセージを送る" /> |
---|
221 | </form> |
---|
222 | |
---|
223 | </div>({*/div class="msgTransmitBtn"*}) |
---|
224 | </div>({*/div class="msgTransmit"*}) |
---|
225 | |
---|
226 | |
---|
227 | ({if $pager}) |
---|
228 | <div class="listNavi"> |
---|
229 | <p class="listMove"> |
---|
230 | ({if $pager.prev_page})<a href="?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$pager.prev_page})&page_size=({$pager.page_size})">前へ</a>({/if}) |
---|
231 | ({foreach from=$pager.disp_pages item=i}) |
---|
232 | ({if $i == $pager.page}) | <strong>({$i})</strong>({else}) | <a href="?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$i})&page_size=({$pager.page_size})">({$i})</a>({/if}) |
---|
233 | ({/foreach}) |
---|
234 | ({if $pager.next_page}) | <a href="?m=({$module_name})&a=page_({$hash_tbl->hash('list_c_member')})&page=({$pager.next_page})&page_size=({$pager.page_size})">次へ</a> |
---|
235 | ({/if}) |
---|
236 | </p> |
---|
237 | <p class="display">({$pager.total_num}) 人中 ({$pager.start_num}) - ({$pager.end_num})人目を表示しています</p> |
---|
238 | </div>({*/div class="listNaviBtm"*}) |
---|
239 | |
---|
240 | ({/if}) |
---|
241 | </div>({*/div class="listControlBtm"*}) |
---|
242 | |
---|
243 | </div>({*/div class="userList"*}) |
---|
244 | |
---|
245 | <p class="caution">※パスワード、秘密の質問の答えは不可逆な暗号化を施してデータベースへ保存しているため、元の文字列を知ることができません。</p> |
---|
246 | ({$inc_footer|smarty:nodefaults}) |
---|