Changeset 20253
- Timestamp:
- 2011/02/20 16:35:51 (11 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates/admin
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
r20160 r20253 80 80 <!--検索条件設定テーブルここから--> 81 81 <table class="form"> 82 <tr> 83 <th>顧客ID</th> 84 <td><!--{if $arrErr.customer_id}--><span class="attention"><!--{$arrErr.customer_id}--></span><br /><!--{/if}--><input type="text" name="customer_id" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$arrForm.customer_id|h}-->" size="30" class="box30" <!--{if $arrErr.customer_id}--><!--{sfSetErrorStyle}--><!--{/if}--> /></td> 85 <th>都道府県</th> 86 <td> 87 <!--{if $arrErr.pref}--><span class="attention"><!--{$arrErr.pref}--></span><br /><!--{/if}--> 88 <select class="top" name="pref"> 89 <option value="" selected="selected" <!--{if $arrErr.name}--><!--{sfSetErrorStyle}--><!--{/if}-->>都道府県を選択</option> 90 <!--{html_options options=$arrPref selected=$arrForm.pref}--> 91 </select> 92 </td> 93 </tr> 94 <tr> 95 <th>顧客名</th> 96 <td><!--{if $arrErr.name}--><span class="attention"><!--{$arrErr.name}--></span><br /><!--{/if}--><input type="text" name="name" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.name|h}-->" size="30" class="box30" <!--{if $arrErr.name}--><!--{sfSetErrorStyle}--><!--{/if}--> /></td> 97 <th>顧客名(カナ)</th> 98 <td><!--{if $arrErr.kana}--><span class="attention"><!--{$arrErr.kana}--></span><br /><!--{/if}--><input type="text" name="kana" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.kana|h}-->" size="30" class="box30" <!--{if $arrErr.kana}--><!--{sfSetErrorStyle}--><!--{/if}--> /></td> 99 </tr> 100 <tr> 101 <th>性別</th> 102 <td><!--{html_checkboxes name="sex" options=$arrSex separator=" " selected=$arrForm.sex}--></td> 103 <th>誕生月</th> 104 <td><!--{if $arrErr.birth_month}--><span class="attention"><!--{$arrErr.birth_month}--></span><br /><!--{/if}--> 105 <select name="birth_month" style="<!--{$arrErr.birth_month|sfGetErrorColor}-->" > 106 <option value="" selected="selected">--</option> 107 <!--{html_options options=$objDate->getMonth() selected=$arrForm.birth_month}--> 108 </select>月 109 </td> 110 </tr> 82 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`/adminparts/form_customer_search.tpl"}--> 111 83 <tr> 112 84 <th>会員状態</th> 113 85 <td colspan="3"><!--{html_checkboxes name="status" options=$arrStatus separator=" " selected=$arrForm.status}--></td> 114 </tr>115 <tr>116 <th>誕生日</th>117 <td colspan="3">118 <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><span class="attention"><!--{$arrErr.b_start_year}--><!--{$arrErr.b_end_year}--></span><br /><!--{/if}-->119 <select name="b_start_year" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>120 <option value="" selected="selected">----</option>121 <!--{html_options options=$arrYear selected=$arrForm.b_start_year}-->122 </select>年123 <select name="b_start_month" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>124 <option value="" selected="selected">--</option>125 <!--{html_options options=$arrMonth selected=$arrForm.b_start_month}-->126 </select>月127 <select name="b_start_day" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>128 <option value="" selected="selected">--</option>129 <!--{html_options options=$arrDay selected=$arrForm.b_start_day}-->130 </select>日~131 <select name="b_end_year" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>132 <option value="" selected="selected">----</option>133 <!--{html_options options=$arrYear selected=$arrForm.b_end_year}-->134 </select>年135 <select name="b_end_month" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>136 <option value="" selected="selected">--</option>137 <!--{html_options options=$arrMonth selected=$arrForm.b_end_month}-->138 </select>月139 <select name="b_end_day" <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>140 <option value="" selected="selected">--</option>141 <!--{html_options options=$arrDay selected=$arrForm.b_end_day}-->142 </select>日143 </td>144 </tr>145 <tr>146 <th>メールアドレス</th>147 <td colspan="3"><!--{if $arrErr.email}--><span class="attention"><!--{$arrErr.email}--></span><!--{/if}--><input type="text" name="email" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.email|h}-->" size="60" class="box60" <!--{if $arrErr.email}--><!--{sfSetErrorStyle}--><!--{/if}-->/></td>148 </tr>149 <tr>150 <th>携帯メールアドレス</th>151 <td colspan="3"><!--{if $arrErr.email_mobile}--><span class="attention"><!--{$arrErr.email_mobile}--></span><!--{/if}--><input type="text" name="email_mobile" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.email_mobile|h}-->" size="60" class="box60" <!--{if $arrErr.email_mobile}--><!--{sfSetErrorStyle}--><!--{/if}-->/></td>152 </tr>153 <tr>154 <th>電話番号</th>155 <td colspan="3"><!--{if $arrErr.tel}--><span class="attention"><!--{$arrErr.tel}--></span><br /><!--{/if}--><input type="text" name="tel" maxlength="<!--{$smarty.const.TEL_LEN}-->" value="<!--{$arrForm.tel|h}-->" size="60" class="box60" /></td>156 </tr>157 <tr>158 <th>職業</th>159 <td colspan="3"><!--{html_checkboxes name="job" options=$arrJob separator=" " selected=$arrForm.job}--></td>160 </tr>161 <tr>162 <th>購入金額</th>163 <td><!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}--><span class="attention"><!--{$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|h}-->" 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|h}-->" size="6" class="box6" <!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 円</td>164 <th>購入回数</th>165 <td><!--{if $arrErr.buy_times_from || $arrErr.buy_times_to}--><span class="attention"><!--{$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|h}-->" 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|h}-->" size="6" class="box6" <!--{if $arrErr.buy_times_from || $arrErr.buy_times_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 回</td>166 </tr>167 <tr>168 <th>登録・更新日</th>169 <td colspan="3">170 <!--{if $arrErr.start_year || $arrErr.end_year}--><span class="attention"><!--{$arrErr.start_year}--><!--{$arrErr.end_year}--></span><br /><!--{/if}-->171 <select name="start_year" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>172 <option value="" selected="selected">----</option>173 <!--{html_options options=$arrYear selected=$arrForm.start_year}-->174 </select>年175 <select name="start_month" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>176 <option value="" selected="selected">--</option>177 <!--{html_options options=$arrMonth selected=$arrForm.start_month}-->178 </select>月179 <select name="start_day" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>180 <option value="" selected="selected">--</option>181 <!--{html_options options=$arrDay selected=$arrForm.start_day}-->182 </select>日~183 <select name="end_year" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>184 <option value="" selected="selected">----</option>185 <!--{html_options options=$arrYear selected=$arrForm.end_year}-->186 </select>年187 <select name="end_month" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>188 <option value="" selected="selected">--</option>189 <!--{html_options options=$arrMonth selected=$arrForm.end_month}-->190 </select>月191 <select name="end_day" <!--{if $arrErr.start_year || $arrErr.end_year}--><!--{sfSetErrorStyle}--><!--{/if}-->>192 <option value="" selected="selected">--</option>193 <!--{html_options options=$arrDay selected=$arrForm.end_day}-->194 </select>日195 </td>196 </tr>197 <tr>198 <th>最終購入日</th>199 <td colspan="3">200 <!--{if $arrErr.buy_start_year || $arrErr.buy_end_year}--><span class="attention"><!--{$arrErr.buy_start_year}--><!--{$arrErr.buy_end_year}--></span><br /><!--{/if}-->201 <select name="buy_start_year" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">202 <option value="" selected="selected">----</option>203 <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$arrForm.buy_start_year}-->204 </select>年205 <select name="buy_start_month" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">206 <option value="" selected="selected">--</option>207 <!--{html_options options=$arrMonth selected=$arrForm.buy_start_month}-->208 </select>月209 <select name="buy_start_day" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">210 <option value="" selected="selected">--</option>211 <!--{html_options options=$arrDay selected=$arrForm.buy_start_day}-->212 </select>日~213 <select name="buy_end_year" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">214 <option value="" selected="selected">----</option>215 <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$arrForm.buy_end_year}-->216 </select>年217 <select name="buy_end_month" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">218 <option value="" selected="selected">--</option>219 <!--{html_options options=$arrMonth selected=$arrForm.buy_end_month}-->220 </select>月221 <select name="buy_end_day" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">222 <option value="" selected="selected">--</option>223 <!--{html_options options=$arrDay selected=$arrForm.buy_end_day}-->224 </select>日225 </td>226 </tr>227 <tr>228 <th>購入商品名</th>229 <td>230 <!--{if $arrErr.buy_product_name}--><span class="attention"><!--{$arrErr.buy_product_name}--></span><!--{/if}-->231 <span style="<!--{$arrErr.buy_product_name|sfGetErrorColor}-->">232 <input type="text" name="buy_product_name" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$arrForm.buy_product_name|h}-->" size="30" class="box30" style="<!--{$arrErr.buy_product_name|sfGetErrorColor}-->"/>233 </span>234 </td>235 <th>購入商品コード</th>236 <td>237 <!--{if $arrErr.buy_product_code}--><span class="attention"><!--{$arrErr.buy_product_code}--></span><!--{/if}-->238 <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}-->" >239 </td>240 </tr>241 <tr>242 <th>カテゴリ</th>243 <td colspan="3">244 <select name="category_id" style="<!--{if $arrErr.category_id != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->">245 <option value="">選択してください</option>246 <!--{html_options options=$arrCatList selected=$arrForm.category_id}-->247 </select>248 </td>249 86 </tr> 250 87 </table> -
branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl
r20116 r20253 29 29 <!--{* 検索条件設定テーブルここから *}--> 30 30 <table> 31 <tr> 32 <th>顧客名</th> 33 <td> 34 <!--{if $arrErr.name}--><span class="attention"><!--{$arrErr.name}--></span><br /><!--{/if}--> 35 <input type="text" name="name" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$list_data.name|h}-->" size="30" class="box30" style="<!--{$arrErr.name|sfGetErrorColor}-->" /> 36 </td> 37 <th>顧客名(カナ)</th> 38 <td> 39 <!--{if $arrErr.kana}--><span class="attention"><!--{$arrErr.kana}--></span><br /><!--{/if}--> 40 <input type="text" name="kana" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$list_data.kana|h}-->" size="30" class="box30" style="<!--{$arrErr.kana|sfGetErrorColor}-->" /> 41 </td> 42 </tr> 43 <tr> 44 <th>都道府県</th> 45 <td> 46 <!--{if $arrErr.pref}--><span class="attention"><!--{$arrErr.pref}--></span><br /><!--{/if}--> 47 <select class="top" name="pref"> 48 <option value="" selected="selected" style="<!--{$arrErr.pref|sfGetErrorColor}-->">都道府県を選択</option> 49 <!--{html_options options=$arrPref selected=$list_data.pref}--> 50 </select> 51 </td> 52 <th>TEL</th> 53 <td> 54 <!--{if $arrErr.tel}--><span class="attention"><!--{$arrErr.tel}--></span><br /><!--{/if}--> 55 <input type="text" name="tel" maxlength="<!--{$smarty.const.TEL_LEN}-->" value="<!--{$list_data.tel|h}-->" size="30" class="box30" style="<!--{$arrErr.tel|sfGetErrorColor}-->" /> 56 </td> 57 </tr> 58 <tr> 59 <th>性別</th> 60 <td> 61 <!--{html_checkboxes_ex name="sex" options=$arrSex separator=" " selected=$list_data.sex}--> 62 </td> 63 <th>誕生月</th> 64 <td> 65 <!--{if $arrErr.birth_month}--><span class="attention"><!--{$arrErr.birth_month}--></span><br /><!--{/if}--> 66 <select name="birth_month" style="<!--{$arrErr.birth_month|sfGetErrorColor}-->" > 67 <option value="" selected="selected">--</option> 68 <!--{html_options options=$objDate->getMonth() selected=$list_data.birth_month|h}--> 69 </select>月 70 </td> 71 </tr> 31 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`/adminparts/form_customer_search.tpl"}--> 72 32 <tr> 73 33 <th>配信形式</th> … … 76 36 <!--{html_radios name="htmlmail" options=$arrHtmlmail separator=" " selected=$list_data.htmlmail}--> 77 37 </td> 78 <th>購入商品コード</th>79 <td>80 <!--{if $arrErr.buy_product_code}--><span class="attention"><!--{$arrErr.buy_product_code}--></span><!--{/if}-->81 <input type="text" name="buy_product_code" value="<!--{$list_data.buy_product_code}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{$arrErr.buy_product_code|sfGetErrorColor}-->" />82 </td>83 38 </tr> 84 <tr>85 <th>購入回数</th>86 <td>87 <!--{if $arrErr.buy_times_from || $arrErr.buy_times_to}--><span class="attention"><!--{$arrErr.buy_times_from}--><!--{$arrErr.buy_times_to}--></span><br /><!--{/if}-->88 <input type="text" name="buy_times_from" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$list_data.buy_times_from|h}-->" size="6" class="box6" style="<!--{$arrErr.buy_times_from|sfGetErrorColor}-->" /> 回 ~89 <input type="text" name="buy_times_to" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$list_data.buy_times_to|h}-->" size="6" class="box6" style="<!--{$arrErr.buy_times_to|sfGetErrorColor}-->" /> 回90 </td>91 <th>購入金額</th>92 <td>93 <!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}-->94 <span class="attention"><!--{$arrErr.buy_total_from}--><!--{$arrErr.buy_total_to}--></span><br />95 <!--{/if}-->96 <input type="text" name="buy_total_from" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$list_data.buy_total_from|h}-->" size="6" class="box6" <!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 円 ~97 <input type="text" name="buy_total_to" maxlength="<!--{$smarty.const.INT_LEN}-->" value="<!--{$list_data.buy_total_to|h}-->" size="6" class="box6" <!--{if $arrErr.buy_total_from || $arrErr.buy_total_to}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 円98 </td>99 </tr>100 <tr>101 <th>メールアドレス</th>102 <td colspan="3">103 <!--{if $arrErr.email}--><span class="attention"><!--{$arrErr.email}--></span><!--{/if}-->104 <span style="<!--{$arrErr.email|sfGetErrorColor}-->">105 <input type="text" name="email" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$list_data.email|h}-->" size="60" class="box60" style="<!--{$arrErr.email|sfGetErrorColor}-->"/>106 </span>107 </td>108 </tr>109 110 <tr>111 <th>携帯メールアドレス</th>112 <td colspan="3">113 <!--{if $arrErr.email_mobile}--><span class="attention"><!--{$arrErr.email_mobile}--></span><!--{/if}-->114 <span style="<!--{$arrErr.email_mobile|sfGetErrorColor}-->">115 <input type="text" name="email_mobile" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$list_data.email_mobile|h}-->" size="60" class="box60" style="<!--{$arrErr.email_mobile|sfGetErrorColor}-->"/>116 </span>117 </td>118 </tr>119 120 39 <tr> 121 40 <th>配信メールアドレス種別</th> 122 41 <td colspan="3"> 123 42 <!--{html_radios name="mail_type" options=$arrMailType separator="<br />" selected=$list_data.mail_type}--> 124 </td>125 </tr>126 127 <tr>128 <th>職業</th>129 <td colspan="3">130 <!--{if $arrErr.job}--><span class="attention"><!--{$arrErr.job}--></span><!--{/if}-->131 <!--{html_checkboxes_ex name="job" options=$arrJob separator=" " selected=$list_data.job}-->132 </td>133 </tr>134 135 <tr>136 <th>生年月日</th>137 <td colspan="3">138 <!--{if $arrErr.b_start_year || $arrErr.b_end_year}--><span class="attention"><!--{$arrErr.b_start_year}--><!--{$arrErr.b_end_year}--></span><br /><!--{/if}-->139 <select name="b_start_year" style="<!--{$arrErr.b_start_year|sfGetErrorColor}-->">140 <option value="" selected="selected">----</option>141 <!--{html_options options=$objDate->getYear($smarty.const.BIRTH_YEAR) selected=$list_data.b_start_year}-->142 </select>年143 <select name="b_start_month" style="<!--{$arrErr.b_start_year|sfGetErrorColor}-->">144 <option value="" selected="selected">--</option>145 <!--{html_options options=$objDate->getMonth() selected=$list_data.b_start_month}-->146 </select>月147 <select name="b_start_day" style="<!--{$arrErr.b_start_year|sfGetErrorColor}-->">148 <option value="" selected="selected">--</option>149 <!--{html_options options=$objDate->getDay() selected=$list_data.b_start_day}-->150 </select>日 ~ 151 <select name="b_end_year" style="<!--{$arrErr.b_end_year|sfGetErrorColor}-->">152 <option value="" selected="selected">----</option>153 <!--{html_options options=$objDate->getYear($smarty.const.BIRTH_YEAR) selected=$list_data.b_end_year}-->154 </select>年155 <select name="b_end_month" style="<!--{$arrErr.b_end_year|sfGetErrorColor}-->">156 <option value="" selected="selected">--</option>157 <!--{html_options options=$objDate->getMonth() selected=$list_data.b_end_month}-->158 </select>月159 <select name="b_end_day" style="<!--{$arrErr.b_end_year|sfGetErrorColor}-->">160 <option value="" selected="selected">--</option>161 <!--{html_options options=$objDate->getDay() selected=$list_data.b_end_day}-->162 </select>日163 </td>164 </tr>165 <tr>166 <th>登録日</th>167 <td colspan="3">168 <!--{if $arrErr.start_year || $arrErr.end_year}--><span class="attention"><!--{$arrErr.start_year}--><!--{$arrErr.end_year}--></span><br /><!--{/if}-->169 <select name="start_year" style="<!--{$arrErr.start_year|sfGetErrorColor}-->">170 <option value="" selected="selected">----</option>171 <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$list_data.start_year}-->172 </select>年173 <select name="start_month" style="<!--{$arrErr.start_year|sfGetErrorColor}-->">174 <option value="" selected="selected">--</option>175 <!--{html_options options=$objDate->getMonth() selected=$list_data.start_month}-->176 </select>月177 <select name="start_day" style="<!--{$arrErr.start_year|sfGetErrorColor}-->">178 <option value="" selected="selected">--</option>179 <!--{html_options options=$objDate->getDay() selected=$list_data.start_day}-->180 </select>日 ~ 181 <select name="end_year" style="<!--{$arrErr.end_year|sfGetErrorColor}-->">182 <option value="" selected="selected">----</option>183 <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$list_data.end_year}-->184 </select>年185 <select name="end_month" style="<!--{$arrErr.end_year|sfGetErrorColor}-->">186 <option value="" selected="selected">--</option>187 <!--{html_options options=$objDate->getMonth() selected=$list_data.end_month}-->188 </select>月189 <select name="end_day" style="<!--{$arrErr.end_year|sfGetErrorColor}-->">190 <option value="" selected="selected">--</option>191 <!--{html_options options=$objDate->getDay() selected=$list_data.end_day}-->192 </select>日193 </td>194 </tr>195 <tr>196 <th>最終購入日</th>197 <td colspan="3">198 <!--{if $arrErr.buy_start_year || $arrErr.buy_end_year}--><span class="attention"><!--{$arrErr.buy_start_year}--><!--{$arrErr.buy_end_year}--></span><br /><!--{/if}-->199 <select name="buy_start_year" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">200 <option value="" selected="selected">----</option>201 <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$list_data.buy_start_year}-->202 </select>年203 <select name="buy_start_month" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">204 <option value="" selected="selected">--</option>205 <!--{html_options options=$objDate->getMonth() selected=$list_data.buy_start_month}-->206 </select>月207 <select name="buy_start_day" style="<!--{$arrErr.buy_start_year|sfGetErrorColor}-->">208 <option value="" selected="selected">--</option>209 <!--{html_options options=$objDate->getDay() selected=$list_data.buy_start_day}-->210 </select>日 ~ 211 <select name="buy_end_year" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">212 <option value="" selected="selected">----</option>213 <!--{html_options options=$objDate->getYear($smarty.const.RELEASE_YEAR) selected=$list_data.buy_end_year}-->214 </select>年215 <select name="buy_end_month" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">216 <option value="" selected="selected">--</option>217 <!--{html_options options=$objDate->getMonth() selected=$list_data.buy_end_month}-->218 </select>月219 <select name="buy_end_day" style="<!--{$arrErr.buy_end_year|sfGetErrorColor}-->">220 <option value="" selected="selected">--</option>221 <!--{html_options options=$objDate->getDay() selected=$list_data.buy_end_day}-->222 </select>日223 </td>224 </tr>225 226 <tr>227 <th>購入商品名</th>228 <td>229 <!--{if $arrErr.buy_product_name}--><span class="attention"><!--{$arrErr.buy_product_name}--></span><!--{/if}-->230 <span style="<!--{$arrErr.buy_product_name|sfGetErrorColor}-->">231 <input type="text" name="buy_product_name" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$list_data.buy_product_name|h}-->" size="30" class="box30" style="<!--{$arrErr.buy_product_name|sfGetErrorColor}-->" />232 </span>233 </td>234 <th>カテゴリ</th>235 <td>236 <select name="category_id" style="<!--{if $arrErr.category_id != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->">237 <option value="">選択してください</option>238 <!--{html_options options=$arrCatList selected=$list_data.category_id}-->239 </select>240 43 </td> 241 44 </tr>
Note: See TracChangeset
for help on using the changeset viewer.