| 1 | <script type="text/javascript">
|
|---|
| 2 | <!--
|
|---|
| 3 |
|
|---|
| 4 | function fnCustomerPage(pageno) {
|
|---|
| 5 | document.form1.search_pageno.value = pageno;
|
|---|
| 6 | document.form1.submit();
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | function fnCSVDownload(pageno) {
|
|---|
| 10 | document.form1['csv_mode'].value = 'csv';
|
|---|
| 11 | document.form1.submit();
|
|---|
| 12 | document.form1['csv_mode'].value = '';
|
|---|
| 13 | return false;
|
|---|
| 14 | }
|
|---|
| 15 |
|
|---|
| 16 | function fnDelete(customer_id) {
|
|---|
| 17 | if (confirm('¤³¤Î¸ÜµÒ¾ðÊó¤òºï½ü¤·¤Æ¤âµ¹¤·¤¤¤Ç¤¹¤«¡©')) {
|
|---|
| 18 | document.form1.mode.value = "delete"
|
|---|
| 19 | document.form1['edit_customer_id'].value = customer_id;
|
|---|
| 20 | document.form1.submit();
|
|---|
| 21 | return false;
|
|---|
| 22 | }
|
|---|
| 23 | }
|
|---|
| 24 |
|
|---|
| 25 | function fnEdit(customer_id) {
|
|---|
| 26 | document.form1.action = './edit.php';
|
|---|
| 27 | document.form1.mode.value = "edit_search"
|
|---|
| 28 | document.form1['edit_customer_id'].value = customer_id;
|
|---|
| 29 | document.form1.search_pageno.value = 1;
|
|---|
| 30 | document.form1.submit();
|
|---|
| 31 | return false;
|
|---|
| 32 | }
|
|---|
| 33 |
|
|---|
| 34 | function fnSubmit() {
|
|---|
| 35 | document.form1.submit();
|
|---|
| 36 | return false;
|
|---|
| 37 | }
|
|---|
| 38 | //-->
|
|---|
| 39 | </script>
|
|---|
| 40 |
|
|---|
| 41 | <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
|
|---|
| 42 | <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 43 | <form name="form_search" id="form_search" method="post" action="<!--{$smarty.server.PHP_SELF}-->">
|
|---|
| 44 | <input type="hidden" name="mode" value="search">
|
|---|
| 45 | <tr valign="top">
|
|---|
| 46 | <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
|
|---|
| 47 | <!-- ¥µ¥Ö¥Ê¥Ó -->
|
|---|
| 48 | <!--{include file=$tpl_subnavi}-->
|
|---|
| 49 | </td>
|
|---|
| 50 | <td class="mainbg">
|
|---|
| 51 | <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 52 | <!--¥á¥¤¥ó¥¨¥ê¥¢-->
|
|---|
| 53 | <tr>
|
|---|
| 54 | <td align="center">
|
|---|
| 55 | <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 56 | <tr><td height="14"></td></tr>
|
|---|
| 57 | <tr>
|
|---|
| 58 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
|
|---|
| 59 | </tr>
|
|---|
| 60 | <tr>
|
|---|
| 61 | <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>
|
|---|
| 62 | <td bgcolor="#cccccc">
|
|---|
| 63 | <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 64 | <tr>
|
|---|
| 65 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
|
|---|
| 66 | </tr>
|
|---|
| 67 | <tr>
|
|---|
| 68 | <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>
|
|---|
| 69 | <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¸¡º÷¾ò·ïÀßÄê</span></td>
|
|---|
| 70 | <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>
|
|---|
| 71 | </tr>
|
|---|
| 72 | <tr>
|
|---|
| 73 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
|
|---|
| 74 | </tr>
|
|---|
| 75 | <tr>
|
|---|
| 76 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
|
|---|
| 77 | </tr>
|
|---|
| 78 | </table>
|
|---|
| 79 | <!--¸¡º÷¾ò·ïÀßÄê¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
|
|---|
| 80 | <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
|
|---|
| 81 | <tr class="fs12n">
|
|---|
| 82 | <td bgcolor="#f2f1ec" width="110">¸ÜµÒ¥³¡¼¥É</td>
|
|---|
| 83 | <td bgcolor="#ffffff" width="194"><!--{if $arrErr.customer_id}--><span class="red12"><!--{$arrErr.customer_id}--></span><br><!--{/if}--><input type="text" name="customer_id" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$arrForm.customer_id|escape}-->" size="30" class="box30" <!--{if $arrErr.customer_id}--><!--{sfSetErrorStyle}--><!--{/if}--> /></td>
|
|---|
| 84 | <td bgcolor="#f2f1ec" width="110">ÅÔÆ»Éܸ©</td>
|
|---|
| 85 | <td bgcolor="#ffffff" width="195">
|
|---|
| 86 | <!--{if $arrErr.pref}--><span class="red12"><!--{$arrErr.pref}--></span><br><!--{/if}-->
|
|---|
| 87 | <select name="pref">
|
|---|
| 88 | <option value="" selected="selected" <!--{if $arrErr.name}--><!--{sfSetErrorStyle}--><!--{/if}-->>ÅÔÆ»Éܸ©¤òÁªÂò</option>
|
|---|
| 89 | <!--{html_options options=$arrPref selected=$arrForm.pref}-->
|
|---|
| 90 | </select>
|
|---|
| 91 | </td>
|
|---|
| 92 | </tr>
|
|---|
| 93 | <tr class="fs12n">
|
|---|
| 94 | <td bgcolor="#f2f1ec" width="110">¸ÜµÒ̾</td>
|
|---|
| 95 | <td bgcolor="#ffffff" width="194"><!--{if $arrErr.name}--><span class="red12"><!--{$arrErr.name}--></span><br><!--{/if}--><input type="text" name="name" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.name|escape}-->" size="30" class="box30" <!--{if $arrErr.name}--><!--{sfSetErrorStyle}--><!--{/if}--> /></td>
|
|---|
| 96 | <td bgcolor="#f2f1ec" width="110">¸ÜµÒ̾¡Ê¥«¥Ê¡Ë</td>
|
|---|
| 97 | <td bgcolor="#ffffff" width="195"><!--{if $arrErr.kana}--><span class="red12"><!--{$arrErr.kana}--></span><br><!--{/if}--><input type="text" name="kana" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.kana|escape}-->" size="30" class="box30" <!--{if $arrErr.kana}--><!--{sfSetErrorStyle}--><!--{/if}--> /></td>
|
|---|
| 98 | <tr class="fs12n">
|
|---|
| 99 | <td bgcolor="#f2f1ec" width="110">ÀÊÌ</td>
|
|---|
| 100 | <td bgcolor="#ffffff" width="194"><!--{html_checkboxes name="sex" options=$arrSex separator=" " selected=$arrForm.sex}--></td>
|
|---|
| 101 | <td bgcolor="#f2f1ec" width="110">ÃÂÀ¸·î</td>
|
|---|
| 102 | <td bgcolor="#ffffff" width="195"><!--{if $arrErr.birth_month}--><span class="red12"><!--{$arrErr.birth_month}--></span><br><!--{/if}-->
|
|---|
| 103 | <select name="birth_month" style="<!--{$arrErr.birth_month|sfGetErrorColor}-->" >
|
|---|
| 104 | <option value="" selected="selected">--</option>
|
|---|
| 105 | <!--{html_options options=$objDate->getMonth() selected=$arrForm.birth_month}-->
|
|---|
| 106 | </select>·î
|
|---|
| 107 | </td>
|
|---|
| 108 | </tr>
|
|---|
| 109 | <tr class="fs12n">
|
|---|
| 110 | <td bgcolor="#f2f1ec" width="110">ÃÂÀ¸Æü</td>
|
|---|
| 111 | <td bgcolor="#ffffff" width="499" colspan="3">
|
|---|
| 112 | <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><span class="red12"><!--{$arrErr.b_start_year}--><!--{$arrErr.b_end_year}--></span><br><!--{/if}-->
|
|---|
| 113 | <select name="b_start_year" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 114 | <option value="" selected="selected">------</option>
|
|---|
| 115 | <!--{html_options options=$arrYear selected=$arrForm.b_start_year}-->
|
|---|
| 116 | </select>ǯ
|
|---|
| 117 | <select name="b_start_month" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 118 | <option value="" selected="selected">----</option>
|
|---|
| 119 | <!--{html_options options=$arrMonth selected=$arrForm.b_start_month}-->
|
|---|
| 120 | </select>·î
|
|---|
| 121 | <select name="b_start_day" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 122 | <option value="" selected="selected">----</option>
|
|---|
| 123 | <!--{html_options options=$arrDay selected=$arrForm.b_start_day}-->
|
|---|
| 124 | </select>Æü¡Á
|
|---|
| 125 | <select name="b_end_year" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 126 | <option value="" selected="selected">------</option>
|
|---|
| 127 | <!--{html_options options=$arrYear selected=$arrForm.b_end_year}-->
|
|---|
| 128 | </select>ǯ
|
|---|
| 129 | <select name="b_end_month" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 130 | <option value="" selected="selected">----</option>
|
|---|
| 131 | <!--{html_options options=$arrMonth selected=$arrForm.b_end_month}-->
|
|---|
| 132 | </select>·î
|
|---|
| 133 | <select name="b_end_day" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 134 | <option value="" selected="selected">----</option>
|
|---|
| 135 | <!--{html_options options=$arrDay selected=$arrForm.b_end_day}-->
|
|---|
| 136 | </select>Æü
|
|---|
| 137 | </td>
|
|---|
| 138 | </tr>
|
|---|
| 139 | <tr class="fs12n">
|
|---|
| 140 | <td bgcolor="#f2f1ec" width="110">¥á¡¼¥ë¥¢¥É¥ì¥¹</td>
|
|---|
| 141 | <td bgcolor="#ffffff" width="499" colspan="3"><!--{if $arrErr.email}--><span class="red12"><!--{$arrErr.email}--></span><!--{/if}--><input type="text" name="email" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.email|escape}-->" size="60" class="box60" <!--{if $arrErr.email}--><!--{sfSetErrorStyle}--><!--{/if}-->/></td>
|
|---|
| 142 | </tr>
|
|---|
| 143 | <tr class="fs12n">
|
|---|
| 144 | <td bgcolor="#f2f1ec" width="110">ÅÅÏÃÈÖ¹æ</td>
|
|---|
| 145 | <td bgcolor="#ffffff" width="499" colspan="3"><!--{if $arrErr.tel}--><span class="red12"><!--{$arrErr.tel}--></span><br><!--{/if}--><input type="text" name="tel" maxlength="<!--{$smarty.const.TEL_LEN}-->" value="<!--{$arrForm.tel|escape}-->" size="60" class="box60" /></td>
|
|---|
| 146 | </tr>
|
|---|
| 147 | <tr class="fs12n">
|
|---|
| 148 | <td bgcolor="#f2f1ec" width="110">¿¦¶È</td>
|
|---|
| 149 | <td bgcolor="#ffffff" width="499" colspan="3"><!--{html_checkboxes name="job" options=$arrJob separator=" " selected=$arrForm.job}--></td>
|
|---|
| 150 | </tr>
|
|---|
| 151 | <tr class="fs12n">
|
|---|
| 152 | <td bgcolor="#f2f1ec" width="110">¹ØÆþ¶â³Û</td>
|
|---|
| 153 | <td bgcolor="#ffffff" width="194"><!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}--><span class="red12"><!--{$arrErr.buy_total_from}--><!--{$arrErr.buy_total_to}--></span><br><!--{/if}--><input type="text" name="buy_total_from" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$arrForm.buy_total_from|escape}-->" size="6" class="box6" <!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> ±ß ¡Á <input type="text" name="buy_total_to" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$arrForm.buy_total_to|escape}-->" size="6" class="box6" <!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> ±ß</td>
|
|---|
| 154 | <td bgcolor="#f2f1ec" width="110">¹ØÆþ²ó¿ô</td>
|
|---|
| 155 | <td bgcolor="#ffffff" width="195"><!--{if $arrErr.buy_times_from || $arrErr.buy_times_to}--><span class="red12"><!--{$arrErr.buy_times_from}--><!--{$arrErr.buy_times_to}--></span><br><!--{/if}--><input type="text" name="buy_times_from" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$arrForm.buy_times_from|escape}-->" size="6" class="box6" <!--{if $arrErr.buy_times_from || $arrErr.buy_times_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> ²ó ¡Á <input type="text" name="buy_times_to" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$arrForm.buy_times_to|escape}-->" size="6" class="box6" <!--{if $arrErr.buy_times_from || $arrErr.buy_times_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> ²ó</td>
|
|---|
| 156 | </tr>
|
|---|
| 157 | <tr class="fs12n">
|
|---|
| 158 | <td bgcolor="#f2f1ec" width="110">ÅÐÏ¿¡¦¹¹¿·Æü</td>
|
|---|
| 159 | <td bgcolor="#ffffff" width="499" colspan="3">
|
|---|
| 160 | <!--{if $arrErr.start_year || $arrErr.end_year}--><span class="red12"><!--{$arrErr.start_year}--><!--{$arrErr.end_year}--></span><br><!--{/if}-->
|
|---|
| 161 | <select name="start_year" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 162 | <option value="" selected="selected">------</option>
|
|---|
| 163 | <!--{html_options options=$arrYear selected=$arrForm.start_year}-->
|
|---|
| 164 | </select>ǯ
|
|---|
| 165 | <select name="start_month" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 166 | <option value="" selected="selected">----</option>
|
|---|
| 167 | <!--{html_options options=$arrMonth selected=$arrForm.start_month}-->
|
|---|
| 168 | </select>·î
|
|---|
| 169 | <select name="start_day" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 170 | <option value="" selected="selected">----</option>
|
|---|
| 171 | <!--{html_options options=$arrDay selected=$arrForm.start_day}-->
|
|---|
| 172 | </select>Æü¡Á
|
|---|
| 173 | <select name="end_year" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 174 | <option value="" selected="selected">------</option>
|
|---|
| 175 | <!--{html_options options=$arrYear selected=$arrForm.end_year}-->
|
|---|
| 176 | </select>ǯ
|
|---|
| 177 | <select name="end_month" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 178 | <option value="" selected="selected">----</option>
|
|---|
| 179 | <!--{html_options options=$arrMonth selected=$arrForm.end_month}-->
|
|---|
| 180 | </select>·î
|
|---|
| 181 | <select name="end_day" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>
|
|---|
| 182 | <option value="" selected="selected">----</option>
|
|---|
| 183 | <!--{html_options options=$arrDay selected=$arrForm.end_day}-->
|
|---|
| 184 | </select>Æü
|
|---|
| 185 | </td>
|
|---|
| 186 | </tr>
|
|---|
| 187 |
|
|---|
| 188 | <tr class="fs12n">
|
|---|
| 189 | <td bgcolor="#f2f1ec" width="110">ºÇ½ª¹ØÆþÆü</td>
|
|---|
| 190 | <td bgcolor="#ffffff" width="499" colspan="3">
|
|---|
| 191 | <!--{if $arrErr.buy_start_year || $arrErr.buy_end_year}--><span class="red12"><!--{$arrErr.buy_start_year}--><!--{$arrErr.buy_end_year}--></span><br><!--{/if}-->
|
|---|
| 192 | <select name="buy_start_year" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">
|
|---|
| 193 | <option value="" selected="selected">------</option>
|
|---|
| 194 | <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$arrForm.buy_start_year}-->
|
|---|
| 195 | </select>ǯ
|
|---|
| 196 | <select name="buy_start_month" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">
|
|---|
| 197 | <option value="" selected="selected">----</option>
|
|---|
| 198 | <!--{html_options options=$arrMonth selected=$arrForm.buy_start_month}-->
|
|---|
| 199 | </select>·î
|
|---|
| 200 | <select name="buy_start_day" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">
|
|---|
| 201 | <option value="" selected="selected">----</option>
|
|---|
| 202 | <!--{html_options options=$arrDay selected=$arrForm.buy_start_day}-->
|
|---|
| 203 | </select>Æü¡Á
|
|---|
| 204 | <select name="buy_end_year" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">
|
|---|
| 205 | <option value="" selected="selected">------</option>
|
|---|
| 206 | <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$arrForm.buy_end_year}-->
|
|---|
| 207 | </select>ǯ
|
|---|
| 208 | <select name="buy_end_month" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">
|
|---|
| 209 | <option value="" selected="selected">----</option>
|
|---|
| 210 | <!--{html_options options=$arrMonth selected=$arrForm.buy_end_month}-->
|
|---|
| 211 | </select>·î
|
|---|
| 212 | <select name="buy_end_day" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">
|
|---|
| 213 | <option value="" selected="selected">----</option>
|
|---|
| 214 | <!--{html_options options=$arrDay selected=$arrForm.buy_end_day}-->
|
|---|
| 215 | </select>Æü
|
|---|
| 216 | </td>
|
|---|
| 217 | </tr>
|
|---|
| 218 | <tr class="fs12n">
|
|---|
| 219 | <td bgcolor="#f2f1ec" width="110">¹ØÆþ¾¦ÉÊ̾</td>
|
|---|
| 220 | <td bgcolor="#ffffff" width="194">
|
|---|
| 221 | <!--{if $arrErr.buy_product_name}--><span class="red12"><!--{$arrErr.buy_product_name}--></span><!--{/if}-->
|
|---|
| 222 | <span style="<!--{$arrErr.buy_product_name|sfGetErrorColor}-->">
|
|---|
| 223 | <input type="text" name="buy_product_name" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.buy_product_name|escape}-->" size="30" class="box30" style="<!--{$arrErr.buy_product_name|sfGetErrorColor}-->"/>
|
|---|
| 224 | </span>
|
|---|
| 225 | </td>
|
|---|
| 226 | <td bgcolor="#f2f1ec" width="110">¹ØÆþ¾¦ÉÊ<br />¥³¡¼¥É</td>
|
|---|
| 227 | <td bgcolor="#ffffff" width="195">
|
|---|
| 228 | <!--{if $arrErr.buy_product_code}--><span class="red12"><!--{$arrErr.buy_product_code}--></span><!--{/if}-->
|
|---|
| 229 | <input type="text" name="buy_product_code" value="<!--{$arrForm.buy_product_code}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{$arrErr.buy_product_code|sfGetErrorColor}-->" >
|
|---|
| 230 | </td>
|
|---|
| 231 | </tr>
|
|---|
| 232 | <tr class="fs12n">
|
|---|
| 233 | <td bgcolor="#f2f1ec" width="110">¥«¥Æ¥´¥ê</td>
|
|---|
| 234 | <td bgcolor="#ffffff" width="499" colspan="3">
|
|---|
| 235 | <select name="category_id" style="<!--{if $arrErr.category_id != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->">
|
|---|
| 236 | <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>
|
|---|
| 237 | <!--{html_options options=$arrCatList selected=$arrForm.category_id}-->
|
|---|
| 238 | </select>
|
|---|
| 239 | </td>
|
|---|
| 240 | </tr>
|
|---|
| 241 | </table>
|
|---|
| 242 | <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 243 | <tr>
|
|---|
| 244 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
|
|---|
| 245 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
|
|---|
| 246 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
|
|---|
| 247 | </tr>
|
|---|
| 248 | <tr>
|
|---|
| 249 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
|
|---|
| 250 | <td bgcolor="#e9e7de" align="center">
|
|---|
| 251 | <table border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 252 | <tr>
|
|---|
| 253 | <td class="fs12n">¸¡º÷·ë²Ìɽ¼¨·ï¿ô
|
|---|
| 254 | <select name="page_rows">
|
|---|
| 255 | <!--{html_options options=$arrPageRows selected=$arrForm.page_rows}-->
|
|---|
| 256 | </select> ·ï</td>
|
|---|
| 257 | </td>
|
|---|
| 258 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="10" height="1" alt=""></td>
|
|---|
| 259 | <td><input type="image" name="subm" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_search_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_search.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_search.jpg" width="123" height="24" alt="¤³¤Î¾ò·ï¤Ç¸¡º÷¤¹¤ë" border="0" ></td>
|
|---|
| 260 | </tr>
|
|---|
| 261 | </table>
|
|---|
| 262 | </td>
|
|---|
| 263 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
|
|---|
| 264 | </tr>
|
|---|
| 265 | <tr>
|
|---|
| 266 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
|
|---|
| 267 | </tr>
|
|---|
| 268 | </table>
|
|---|
| 269 | <!--¸¡º÷¾ò·ïÀßÄê¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
|
|---|
| 270 | </td>
|
|---|
| 271 | <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>
|
|---|
| 272 | </tr>
|
|---|
| 273 | <tr>
|
|---|
| 274 | <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
|
|---|
| 275 | </tr>
|
|---|
| 276 | <tr><td height="30"></td></tr>
|
|---|
| 277 | </table>
|
|---|
| 278 | </td>
|
|---|
| 279 | </tr>
|
|---|
| 280 | <!--¥á¥¤¥ó¥¨¥ê¥¢-->
|
|---|
| 281 | </table>
|
|---|
| 282 | </td>
|
|---|
| 283 | </tr>
|
|---|
| 284 | </form>
|
|---|
| 285 | </table>
|
|---|
| 286 | <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
|
|---|
| 287 |
|
|---|
| 288 | <!--{if count($arrErr) == 0 and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete') }-->
|
|---|
| 289 |
|
|---|
| 290 | <!--¡ú¡ú¸¡º÷·ë²Ì°ìÍ÷¡ú¡ú-->
|
|---|
| 291 | <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 292 | <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF}-->">
|
|---|
| 293 | <!--{foreach from=$smarty.post key="key" item="item"}-->
|
|---|
| 294 | <!--{if $key ne "mode" && $key ne "del_mode" && $key ne "edit_customer_id" && $key ne "del_customer_id" && $key ne "search_pageno" && $key ne "csv_mode" && $key ne "job" && $key ne "sex"}--><input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->"><!--{/if}-->
|
|---|
| 295 | <!--{/foreach}-->
|
|---|
| 296 | <!--{foreach from=$smarty.post.job key="key" item="item"}-->
|
|---|
| 297 | <input type="hidden" name="job[]" value=<!--{$item}-->>
|
|---|
| 298 | <!--{/foreach}-->
|
|---|
| 299 | <!--{foreach from=$smarty.post.sex key="key" item="item"}-->
|
|---|
| 300 | <input type="hidden" name="sex[]" value=<!--{$item}-->>
|
|---|
| 301 | <!--{/foreach}-->
|
|---|
| 302 | <input type="hidden" name="mode" value="search">
|
|---|
| 303 | <input type="hidden" name="del_mode" value="">
|
|---|
| 304 | <input type="hidden" name="edit_customer_id" value="">
|
|---|
| 305 | <input type="hidden" name="del_customer_id" value="">
|
|---|
| 306 | <input type="hidden" name="search_pageno" value="<!--{$smarty.post.search_pageno|escape}-->">
|
|---|
| 307 | <input type="hidden" name="csv_mode" value="">
|
|---|
| 308 | <tr><td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/search_line.jpg" width="878" height="12" alt=""></td></tr>
|
|---|
| 309 | <tr bgcolor="cbcbcb">
|
|---|
| 310 | <td>
|
|---|
| 311 | <table border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 312 | <tr>
|
|---|
| 313 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/search_left.gif" width="19" height="22" alt=""></td>
|
|---|
| 314 | <td>
|
|---|
| 315 | <!--¸¡º÷·ë²Ì-->
|
|---|
| 316 | <table border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 317 | <tr>
|
|---|
| 318 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_left_top.gif" width="22" height="5" alt=""></td>
|
|---|
| 319 | <td background="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_top_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
|
|---|
| 320 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_right_top.gif" width="22" height="5" alt=""></td>
|
|---|
| 321 | </tr>
|
|---|
| 322 | <tr>
|
|---|
| 323 | <td background="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_left_middle.gif" width="22" height="12" alt=""></td>
|
|---|
| 324 | <td bgcolor="#393a48" class="white10">¸¡º÷·ë²Ì°ìÍ÷¡¡<span class="reselt"><!--¸¡º÷·ë²Ì¿ô--><!--{$tpl_linemax}-->·ï</span> ¤¬³ºÅö¤·¤Þ¤·¤¿¡£</td>
|
|---|
| 325 | <td background="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="22" height="8" alt=""></td>
|
|---|
| 326 | </tr>
|
|---|
| 327 | <tr>
|
|---|
| 328 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_left_bottom.gif" width="22" height="5" alt=""></td>
|
|---|
| 329 | <td background="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_bottom_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
|
|---|
| 330 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/reselt_right_bottom.gif" width="22" height="5" alt=""></td>
|
|---|
| 331 | </tr>
|
|---|
| 332 | </table>
|
|---|
| 333 | <!--¸¡º÷·ë²Ì-->
|
|---|
| 334 | <!--{if $smarty.const.ADMIN_MODE == '1'}-->
|
|---|
| 335 | <input type="button" name="subm" value="¸¡º÷·ë²Ì¤ò¤¹¤Ù¤Æºï½ü" onclick="fnModeSubmit('delete_all','','');" />
|
|---|
| 336 | <!--{/if}-->
|
|---|
| 337 | </td>
|
|---|
| 338 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="8" height="1" alt=""></td>
|
|---|
| 339 | <td><a href="#" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/btn_csv_on.jpg','btn_csv');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/btn_csv.jpg','btn_csv');" onclick="fnModeSubmit('csv','','');" ><img src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_csv.jpg" width="99" height="22" alt="CSV DOWNLOAD" border="0" name="btn_csv" id="btn_csv"></a></td>
|
|---|
| 340 | <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="8" height="1" alt=""></td>
|
|---|
| 341 | <td><a href="../contents/csv.php?tpl_subno_csv=customer"><span class="fs12n"> >> CSV½ÐÎϹàÌÜÀßÄê </span></a></td>
|
|---|
| 342 | </tr>
|
|---|
| 343 | </table>
|
|---|
| 344 | </td>
|
|---|
| 345 | <td align="right">
|
|---|
| 346 | <!--{include file=$tpl_pager}-->
|
|---|
| 347 | </td>
|
|---|
| 348 | </tr>
|
|---|
| 349 | <tr><td bgcolor="cbcbcb" colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td></tr>
|
|---|
| 350 | </table>
|
|---|
| 351 |
|
|---|
| 352 | <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 353 | <tr>
|
|---|
| 354 | <td bgcolor="#f0f0f0" align="center">
|
|---|
| 355 |
|
|---|
| 356 | <!--{if count($search_data) > 0}-->
|
|---|
| 357 |
|
|---|
| 358 | <table width="840" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 359 | <tr><td height="12"></td></tr>
|
|---|
| 360 | <tr>
|
|---|
| 361 | <td bgcolor="#cccccc">
|
|---|
| 362 | <!--¸¡º÷·ë²Ìɽ¼¨¥Æ¡¼¥Ö¥ë-->
|
|---|
| 363 | <table width="840" border="0" cellspacing="1" cellpadding="5" summary=" ">
|
|---|
| 364 | <tr bgcolor="#636469" align="center" class="fs12n">
|
|---|
| 365 | <td width="50" rowspan="2"><span class="white">¼ïÊÌ</span></td>
|
|---|
| 366 | <td width="120"><span class="white">¸ÜµÒ¥³¡¼¥É</span></td>
|
|---|
| 367 | <td width="300" rowspan="2"><span class="white">¸ÜµÒ̾/¡Ê¥«¥Ê¡Ë</span></td>
|
|---|
| 368 | <td width="50" rowspan="2"><span class="white">ÀÊÌ</span></td>
|
|---|
| 369 | <td width="250"><span class="white">TEL</span></td>
|
|---|
| 370 | <td width="50" rowspan="2"><span class="white">ÊÔ½¸</span></td>
|
|---|
| 371 | <td width="50" rowspan="2"><span class="white">ºï½ü</span></td>
|
|---|
| 372 | </tr>
|
|---|
| 373 | <tr bgcolor="#636469" align="center" class="fs12n">
|
|---|
| 374 | <td width=""><span class="white">ÅÔÆ»Éܸ©</span></td>
|
|---|
| 375 | <td width=""><span class="white">¥á¡¼¥ë¥¢¥É¥ì¥¹</span></td>
|
|---|
| 376 | </tr>
|
|---|
| 377 | <!--{section name=data loop=$search_data}-->
|
|---|
| 378 | <!--¸ÜµÒ<!--{$smarty.section.data.iteration}-->-->
|
|---|
| 379 | <tr bgcolor="#ffffff" class="fs12n">
|
|---|
| 380 | <td align="center" rowspan="2"><!--{if $search_data[data].status eq 1}-->²¾<!--{else}-->ËÜ<!--{/if}--></td>
|
|---|
| 381 | <td><!--{$search_data[data].customer_id|escape}--></td>
|
|---|
| 382 | <td rowspan="2"><!--{$search_data[data].name01|escape}--> <!--{$search_data[data].name02|escape}-->(<!--{$search_data[data].kana01|escape}--> <!--{$search_data[data].kana02|escape}-->)</td>
|
|---|
| 383 | <td align="center" rowspan="2"><!--{if $search_data[data].sex eq 1}-->ÃËÀ<!--{else}-->½÷À<!--{/if}--></td>
|
|---|
| 384 | <td><!--{$search_data[data].tel01|escape}-->-<!--{$search_data[data].tel02|escape}-->-<!--{$search_data[data].tel03|escape}--></td>
|
|---|
| 385 | <td align="center" rowspan="2"><span class="icon_edit"><a href="#" onclick="return fnEdit('<!--{$search_data[data].customer_id|escape}-->');">ÊÔ½¸</a></span>
|
|---|
| 386 | </td>
|
|---|
| 387 | <td align="center" rowspan="2"><span class="icon_delete"><a href="#" onclick="return fnDelete('<!--{$search_data[data].customer_id|escape}-->');">ºï½ü</a></span></td>
|
|---|
| 388 | </tr>
|
|---|
| 389 | <tr bgcolor="#ffffff" class="fs12n">
|
|---|
| 390 | <td width=""><!--{assign var=pref value=$search_data[data].pref}--><!--{$arrPref[$pref]}--></td>
|
|---|
| 391 | <td width=""><!--{mailto address=$search_data[data].email encode="javascript"}--></a></td>
|
|---|
| 392 | </tr>
|
|---|
| 393 | <!--¸ÜµÒ<!--{$smarty.section.data.iteration}-->-->
|
|---|
| 394 | <!--{/section}-->
|
|---|
| 395 | </table>
|
|---|
| 396 | <!--¸¡º÷·ë²Ìɽ¼¨¥Æ¡¼¥Ö¥ë-->
|
|---|
| 397 | </td>
|
|---|
| 398 | </tr>
|
|---|
| 399 | </table>
|
|---|
| 400 |
|
|---|
| 401 | <!--{/if}-->
|
|---|
| 402 |
|
|---|
| 403 | </td>
|
|---|
| 404 | </tr>
|
|---|
| 405 | </form>
|
|---|
| 406 | </table>
|
|---|
| 407 | <!--¡ú¡ú¸¡º÷·ë²Ì°ìÍ÷¡ú¡ú-->
|
|---|
| 408 |
|
|---|
| 409 | <!--{/if}--> |
|---|