How to use showHide method in Cypress

Best JavaScript code snippet using cypress

filterdata.js

Source:filterdata.js Github

copy

Full Screen

...36 " <option value='user'>WEB<\/option>"+37 " <\/select>"+38 " <\/div>"+39 " <div id='regentry_more' style='float:left;cursor:pointer;'>"+40 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('regentry1',1);"+41 " showHide('regentry_or',1);"+42 " showHide('regentry_more',0);"+43 " showHide('regentry_more1',1);"+44 " showHide('regentry_less',1)\">"+45 " <\/div>"+46 " <div id='regentry_or' style='float:left;display:none;'>"+47 " &nbsp;or&nbsp;"+48 " <\/div>"+49 " <div id='regentry1' style='width:10%;float:left;display:none;'>"+50 " <select id='regentry' name='regentry'>"+51 " <option value='superadmin'>測試用<\/option>"+52 " <option value='admin'>AnGP<\/option>"+53 " <option value='user'>AnMa<\/option>"+54 " <option value='user'>IOS<\/option>"+55 " <option value='user'>WEB<\/option>"+56 " <\/select>"+57 " <\/div>"+58 " <div id='regentry_more1' style='float:left;display:none;cursor:pointer;'>"+59 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('regentry2',1);"+60 " showHide('regentry_or1',1);"+61 " showHide('regentry_more1',0);"+62 " showHide('regentry_more2',1);"+63 " showHide('regentry_less',0);"+64 " showHide('regentry_less1',1);\">"+65 " <\/div>"+66 " <div id='regentry_or1' style='float:left;display:none;'>"+67 " &nbsp;or&nbsp;"+68 " <\/div>"+69 " <div id='regentry_less' style='float:left;display:none;cursor:pointer;'>"+70 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('regentry1',0);"+71 " showHide('regentry_or',0);"+72 " showHide('regentry_more',1);"+73 " showHide('regentry_more1',0);"+74 " showHide('regentry_less',0)\">"+75 " <\/div>"+76 " <div id='regentry2' style='width:10%;float:left;display:none;'>"+77 " <select id='regentry' name='regentry'>"+78 " <option value='superadmin'>測試用<\/option>"+79 " <option value='admin'>AnGP<\/option>"+80 " <option value='user'>AnMa<\/option>"+81 " <option value='user'>IOS<\/option>"+82 " <option value='user'>WEB<\/option>"+83 " <\/select>"+84 " <\/div>"+85 " <div id='regentry_more2' style='float:left;display:none;cursor:pointer;'>"+86 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('regentry3',1);"+87 " showHide('regentry_or2',1);"+88 " showHide('regentry_more2',0);"+89 " showHide('regentry_less1',0);"+90 " showHide('regentry_less2',1);\">"+91 " <\/div>"+92 " <div id='regentry_or2' style='float:left;display:none;'>"+93 " &nbsp;or&nbsp;"+94 " <\/div>"+95 " <div id='regentry_less1' style='float:left;display:none;cursor:pointer;'>"+96 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('regentry2',0);"+97 " showHide('regentry_or1',0);"+98 " showHide('regentry_less1',0);"+99 " showHide('regentry_more2',0);"+100 " showHide('regentry_less',1);"+101 " showHide('regentry_more1',1);\">"+102 " <\/div>"+103 " <div id='regentry3' style='width:10%;float:left;display:none;'>"+104 " <select id='regentry' name='regentry'>"+105 " <option value='superadmin'>測試用<\/option>"+106 " <option value='admin'>AnGP<\/option>"+107 " <option value='user'>AnMa<\/option>"+108 " <option value='user'>IOS<\/option>"+109 " <option value='user'>WEB<\/option>"+110 " <\/select>"+111 " <\/div>"+112 " <div id='regentry_less2' style='float:left;display:none;cursor:pointer;'>"+113 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('regentry3',0);"+114 " showHide('regentry_less2',0);"+115 " showHide('regentry_or2',0);"+116 " showHide('regentry_more2',1);"+117 " showHide('regentry_less1',1);\">"+118 " <\/div>"+119 " <\/td>"+120 " <\/tr>";121122var registertime = " <tr>"+123 " <td style='width:4%'>"+124 " <input type='checkbox' name='ckb_registertime' id='ckb_registertime' class='filled-in'><\/input>"+125 " <label for='ckb_registertime'><\/label>"+126 " <\/td>"+127 " <td style='width:10%'>註冊時間<\/td>"+128 " <td>"+129 " <input type='text' id='fregistertime' name='fregistertime' style='text-align:center;width:25%'><\/input>&nbsp;&nbsp;~&nbsp;&nbsp;"+130 " <input type=\"text\" id='tregistertime' name='tregistertime' style='text-align:center;width:25%'>"+131 " <\/td>"+132 " <\/tr>";133134var nickname = " <tr>"+135 " <td style='width:4%'>"+136 " <input type='checkbox' name='ckb_nickname' id='ckb_nickname' class='filled-in'><\/input>"+137 " <label for='ckb_nickname'><\/label>"+138 " <\/td>"+139 " <td style='width:10%'>暱稱<\/td>"+140 " <td>"+141 " <input type='text' id='nickname' name='nickname' style='width:55%;text-align:center;' maxlength=12><\/input>"+142 " <\/td>"+143 " <\/tr>";144145var defaultnickname = " <tr>"+146 " <td style='width:4%'>"+147 " <input type='checkbox' name='ckb_defaultnickname' id='ckb_defaultnickname' class='filled-in'><\/input>"+148 " <label for='ckb_defaultnickname'><\/label>"+149 " <\/td>"+150 " <td style='width:10%'>預設暱稱<\/td>"+151 " <td>"+152 " <input type='text' id='defaultnickname' name='defaultnickname' style='width:55%;text-align:center;' maxlength=12><\/input>"+153 " <\/td>"+154 " <\/tr>";155156var popularityindex = " <tr>"+157 " <td style='width:4%'>"+158 " <input type='checkbox' name='ckb_popularityindex' id='ckb_popularityindex' class='filled-in'><\/input>"+159 " <label for='ckb_popularityindex'><\/label>"+160 " <\/td>"+161 " <td style='width:10%'>人氣指數<\/td>"+162 " <td>"+163 " <div style='width:5%;float:left'>"+164 " <select id='popularityindex_opt' name='popularityindex_opt'>"+165 " <option value='gt'>≧<\/option>"+166 " <option value='lt'>≦<\/option>"+167 " <option value='eq'>=<\/option>"+168 " <option value='neq'>≠<\/option>"+169 " <\/select>"+170 " <\/div>"+171 " <div id='popularityindex_space' style='float:left'>&nbsp;&nbsp;<\/div>"+172 " <div id='popularityindex' style='width:16%;float:left'>"+173 " <input type='text' id='popularityindex' name='popularityindex' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+174 " <\/div>"+175 " <div id='popularityindex_more' style='float:left;cursor:pointer;'>"+176 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('popularityindex_opt1',1);"+177 " showHide('popularityindex_space1',1);"+178 " showHide('popularityindex1',1);"+179 " showHide('popularityindex_and',1);"+180 " showHide('popularityindex_more',0);"+181 " showHide('popularityindex_less',1)\">"+182 " <\/div>"+183 " <div id='popularityindex_and' style='float:left;display:none;'>"+184 " &nbsp;and&nbsp;"+185 " <\/div>"+186 " <div id='popularityindex_opt1' style='width:5%;float:left;display:none;'>"+187 " <select id='popularityindex_opt1' name='popularityindex_opt1'>"+188 " <option value='gt'>≧<\/option>"+189 " <option value='lt'>≦<\/option>"+190 " <option value='eq'>=<\/option>"+191 " <option value='neq'>≠<\/option>"+192 " <\/select>"+193 " <\/div>"+194 " <div id='popularityindex_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+195 " <div id='popularityindex1' style='width:16%;float:left;display:none;'>"+196 " <input type='text' id='popularityindex1' name='popularityindex1' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+197 " <\/div>"+198 " <div id='popularityindex_less' style='float:left;display:none;cursor:pointer;'>"+199 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('popularityindex_opt1',0);"+200 " showHide('popularityindex_space1',0);"+201 " showHide('popularityindex1',0);"+202 " showHide('popularityindex_and',0);"+203 " showHide('popularityindex_more',1);"+204 " showHide('popularityindex_less',0)\">"+205 " <\/div>"+206 " <\/td>"+207 " <\/tr>";208209var memberlevel = " <tr>"+210 " <td style='width:4%'>"+211 " <input type='checkbox' name='ckb_memberlevel' id='ckb_memberlevel' class='filled-in'><\/input>"+212 " <label for='ckb_memberlevel'><\/label>"+213 " <\/td>"+214 " <td style='width:10%'>會員級別<\/td>"+215 " <td>"+216 " <div style='width:10%;float:left'>"+217 " <select id='memberlevel' name='memberlevel'>"+218 " <option value='normal'>一般<\/option>"+219 " <option value='whitediamond'>白鑽<\/option>"+220 " <option value='bluediamond'>藍鑽<\/option>"+221 " <option value='reddiamond'>紅鑽<\/option>"+222 " <option value='goldendiamond'>金鑽<\/option>"+223 " <\/select>"+224 " <\/div>"+225 " <div id='memberlevel_more' style='float:left;cursor:pointer;'>"+226 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('memberlevel1',1);"+227 " showHide('memberlevel_or',1);"+228 " showHide('memberlevel_more',0);"+229 " showHide('memberlevel_more1',1);"+230 " showHide('memberlevel_less',1)\">"+231 " <\/div>"+232 " <div id='memberlevel_or' style='float:left;display:none;'>"+233 " &nbsp;or&nbsp;"+234 " <\/div>"+235 " <div id='memberlevel1' style='width:10%;float:left;display:none;'>"+236 " <select id='memberlevel' name='memberlevel'>"+237 " <option value='normal'>一般<\/option>"+238 " <option value='whitediamond'>白鑽<\/option>"+239 " <option value='bluediamond'>藍鑽<\/option>"+240 " <option value='reddiamond'>紅鑽<\/option>"+241 " <option value='goldendiamond'>金鑽<\/option>"+242 " <\/select>"+243 " <\/div>"+244 " <div id='memberlevel_more1' style='float:left;display:none;cursor:pointer;'>"+245 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('memberlevel2',1);"+246 " showHide('memberlevel_or1',1);"+247 " showHide('memberlevel_more1',0);"+248 " showHide('memberlevel_more2',1);"+249 " showHide('memberlevel_less',0);"+250 " showHide('memberlevel_less1',1);\">"+251 " <\/div>"+252 " <div id='memberlevel_or1' style='float:left;display:none;'>"+253 " &nbsp;or&nbsp;"+254 " <\/div>"+255 " <div id='memberlevel_less' style='float:left;display:none;cursor:pointer;'>"+256 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('memberlevel1',0);"+257 " showHide('memberlevel_or',0);"+258 " showHide('memberlevel_more',1);"+259 " showHide('memberlevel_more1',0);"+260 " showHide('memberlevel_less',0)\">"+261 " <\/div>"+262 " <div id='memberlevel2' style='width:10%;float:left;display:none;'>"+263 " <select id='memberlevel' name='memberlevel'>"+264 " <option value='normal'>一般<\/option>"+265 " <option value='whitediamond'>白鑽<\/option>"+266 " <option value='bluediamond'>藍鑽<\/option>"+267 " <option value='reddiamond'>紅鑽<\/option>"+268 " <option value='goldendiamond'>金鑽<\/option>"+269 " <\/select>"+270 " <\/div>"+271 " <div id='memberlevel_more2' style='float:left;display:none;cursor:pointer;'>"+272 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('memberlevel3',1);"+273 " showHide('memberlevel_or2',1);"+274 " showHide('memberlevel_more2',0);"+275 " showHide('memberlevel_less1',0);"+276 " showHide('memberlevel_less2',1);\">"+277 " <\/div>"+278 " <div id='memberlevel_or2' style='float:left;display:none;'>"+279 " &nbsp;or&nbsp;"+280 " <\/div>"+281 " <div id='memberlevel_less1' style='float:left;display:none;cursor:pointer;'>"+282 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('memberlevel2',0);"+283 " showHide('memberlevel_or1',0);"+284 " showHide('memberlevel_less1',0);"+285 " showHide('memberlevel_more2',0);"+286 " showHide('memberlevel_less',1);"+287 " showHide('memberlevel_more1',1);\">"+288 " <\/div>"+289 " <div id='memberlevel3' style='width:10%;float:left;display:none;'>"+290 " <select id='memberlevel' name='memberlevel'>"+291 " <option value='normal'>一般<\/option>"+292 " <option value='whitediamond'>白鑽<\/option>"+293 " <option value='bluediamond'>藍鑽<\/option>"+294 " <option value='reddiamond'>紅鑽<\/option>"+295 " <option value='goldendiamond'>金鑽<\/option>"+296 " <\/select>"+297 " <\/div>"+298 " <div id='memberlevel_less2' style='float:left;display:none;cursor:pointer;'>"+299 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('memberlevel3',0);"+300 " showHide('memberlevel_less2',0);"+301 " showHide('memberlevel_or2',0);"+302 " showHide('memberlevel_more2',1);"+303 " showHide('memberlevel_less1',1);\">"+304 " <\/div>"+305 " <\/td>"+306 " <\/tr>";307308var nextmonmemberlevel = " <tr>"+309 " <td style='width:4%'>"+310 " <input type='checkbox' name='ckb_nextmonmemberlevel' id='ckb_nextmonmemberlevel' class='filled-in'><\/input>"+311 " <label for='ckb_nextmonmemberlevel'><\/label>"+312 " <\/td>"+313 " <td style='width:10%'>下月級別<\/td>"+314 " <td>"+315 " <div style='width:10%;float:left'>"+316 " <select id='nextmonmemberlevel' name='nextmonmemberlevel'>"+317 " <option value='normal'>一般<\/option>"+318 " <option value='whitediamond'>白鑽<\/option>"+319 " <option value='bluediamond'>藍鑽<\/option>"+320 " <option value='reddiamond'>紅鑽<\/option>"+321 " <option value='goldendiamond'>金鑽<\/option>"+322 " <\/select>"+323 " <\/div>"+324 " <div id='nextmonmemberlevel_more' style='float:left;cursor:pointer;'>"+325 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('nextmonmemberlevel1',1);"+326 " showHide('nextmonmemberlevel_or',1);"+327 " showHide('nextmonmemberlevel_more',0);"+328 " showHide('nextmonmemberlevel_more1',1);"+329 " showHide('nextmonmemberlevel_less',1)\">"+330 " <\/div>"+331 " <div id='nextmonmemberlevel_or' style='float:left;display:none;'>"+332 " &nbsp;or&nbsp;"+333 " <\/div>"+334 " <div id='nextmonmemberlevel1' style='width:10%;float:left;display:none;'>"+335 " <select id='nextmonmemberlevel' name='nextmonmemberlevel'>"+336 " <option value='normal'>一般<\/option>"+337 " <option value='whitediamond'>白鑽<\/option>"+338 " <option value='bluediamond'>藍鑽<\/option>"+339 " <option value='reddiamond'>紅鑽<\/option>"+340 " <option value='goldendiamond'>金鑽<\/option>"+341 " <\/select>"+342 " <\/div>"+343 " <div id='nextmonmemberlevel_more1' style='float:left;display:none;cursor:pointer;'>"+344 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('nextmonmemberlevel2',1);"+345 " showHide('nextmonmemberlevel_or1',1);"+346 " showHide('nextmonmemberlevel_more1',0);"+347 " showHide('nextmonmemberlevel_more2',1);"+348 " showHide('nextmonmemberlevel_less',0);"+349 " showHide('nextmonmemberlevel_less1',1);\">"+350 " <\/div>"+351 " <div id='nextmonmemberlevel_or1' style='float:left;display:none;'>"+352 " &nbsp;or&nbsp;"+353 " <\/div>"+354 " <div id='nextmonmemberlevel_less' style='float:left;display:none;cursor:pointer;'>"+355 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('nextmonmemberlevel1',0);"+356 " showHide('nextmonmemberlevel_or',0);"+357 " showHide('nextmonmemberlevel_more',1);"+358 " showHide('nextmonmemberlevel_more1',0);"+359 " showHide('nextmonmemberlevel_less',0)\">"+360 " <\/div>"+361 " <div id='nextmonmemberlevel2' style='width:10%;float:left;display:none;'>"+362 " <select id='nextmonmemberlevel' name='nextmonmemberlevel'>"+363 " <option value='normal'>一般<\/option>"+364 " <option value='whitediamond'>白鑽<\/option>"+365 " <option value='bluediamond'>藍鑽<\/option>"+366 " <option value='reddiamond'>紅鑽<\/option>"+367 " <option value='goldendiamond'>金鑽<\/option>"+368 " <\/select>"+369 " <\/div>"+370 " <div id='nextmonmemberlevel_more2' style='float:left;display:none;cursor:pointer;'>"+371 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('nextmonmemberlevel3',1);"+372 " showHide('nextmonmemberlevel_or2',1);"+373 " showHide('nextmonmemberlevel_more2',0);"+374 " showHide('nextmonmemberlevel_less1',0);"+375 " showHide('nextmonmemberlevel_less2',1);\">"+376 " <\/div>"+377 " <div id='nextmonmemberlevel_or2' style='float:left;display:none;'>"+378 " &nbsp;or&nbsp;"+379 " <\/div>"+380 " <div id='nextmonmemberlevel_less1' style='float:left;display:none;cursor:pointer;'>"+381 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('nextmonmemberlevel2',0);"+382 " showHide('nextmonmemberlevel_or1',0);"+383 " showHide('nextmonmemberlevel_less1',0);"+384 " showHide('nextmonmemberlevel_more2',0);"+385 " showHide('nextmonmemberlevel_less',1);"+386 " showHide('nextmonmemberlevel_more1',1);\">"+387 " <\/div>"+388 " <div id='nextmonmemberlevel3' style='width:10%;float:left;display:none;'>"+389 " <select id='nextmonmemberlevel' name='nextmonmemberlevel'>"+390 " <option value='normal'>一般<\/option>"+391 " <option value='whitediamond'>白鑽<\/option>"+392 " <option value='bluediamond'>藍鑽<\/option>"+393 " <option value='reddiamond'>紅鑽<\/option>"+394 " <option value='goldendiamond'>金鑽<\/option>"+395 " <\/select>"+396 " <\/div>"+397 " <div id='nextmonmemberlevel_less2' style='float:left;display:none;cursor:pointer;'>"+398 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('nextmonmemberlevel3',0);"+399 " showHide('nextmonmemberlevel_less2',0);"+400 " showHide('nextmonmemberlevel_or2',0);"+401 " showHide('nextmonmemberlevel_more2',1);"+402 " showHide('nextmonmemberlevel_less1',1);\">"+403 " <\/div>"+404 " <\/td>"+405 " <\/tr>";406407var prev2monthgift = " <tr>"+408 " <td style='width:4%'>"+409 " <input type='checkbox' name='ckb_prev2monthgift' id='ckb_prev2monthgift' class='filled-in'><\/input>"+410 " <label for='ckb_prev2monthgift'><\/label>"+411 " <\/td>"+412 " <td style='width:10%'>前兩月儲值<\/td>"+413 " <td>"+414 " <div style='width:5%;float:left'>"+415 " <select id='prev2monthgift_opt' name='prev2monthgift_opt'>"+416 " <option value='gt'>≧<\/option>"+417 " <option value='lt'>≦<\/option>"+418 " <option value='eq'>=<\/option>"+419 " <option value='neq'>≠<\/option>"+420 " <\/select>"+421 " <\/div>"+422 " <div id='prev2monthgift_space' style='float:left'>&nbsp;&nbsp;<\/div>"+423 " <div id='prev2monthgift' style='width:16%;float:left'>"+424 " <input type='text' id='prev2monthgift' name='prev2monthgift' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+425 " <\/div>"+426 " <div id='prev2monthgift_more' style='float:left;cursor:pointer;'>"+427 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('prev2monthgift_opt1',1);"+428 " showHide('prev2monthgift_space1',1);"+429 " showHide('prev2monthgift1',1);"+430 " showHide('prev2monthgift_and',1);"+431 " showHide('prev2monthgift_more',0);"+432 " showHide('prev2monthgift_less',1)\">"+433 " <\/div>"+434 " <div id='prev2monthgift_and' style='float:left;display:none;'>"+435 " &nbsp;and&nbsp;"+436 " <\/div>"+437 " <div id='prev2monthgift_opt1' style='width:5%;float:left;display:none;'>"+438 " <select id='prev2monthgift_opt1' name='prev2monthgift_opt1'>"+439 " <option value='gt'>≧<\/option>"+440 " <option value='lt'>≦<\/option>"+441 " <option value='eq'>=<\/option>"+442 " <option value='neq'>≠<\/option>"+443 " <\/select>"+444 " <\/div>"+445 " <div id='prev2monthgift_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+446 " <div id='prev2monthgift1' style='width:16%;float:left;display:none;'>"+447 " <input type='text' id='prev2monthgift1' name='prev2monthgift1' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+448 " <\/div>"+449 " <div id='prev2monthgift_less' style='float:left;display:none;cursor:pointer;'>"+450 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('prev2monthgift_opt1',0);"+451 " showHide('prev2monthgift_space1',0);"+452 " showHide('prev2monthgift1',0);"+453 " showHide('prev2monthgift_and',0);"+454 " showHide('prev2monthgift_more',1);"+455 " showHide('prev2monthgift_less',0)\">"+456 " <\/div>"+457 " <\/td>"+458 " <\/tr>";459460var prev2monthchargepoints = " <tr>"+461 " <td style='width:4%'>"+462 " <input type='checkbox' name='ckb_prev2monthchargepoints' id='ckb_prev2monthchargepoints' class='filled-in'><\/input>"+463 " <label for='ckb_prev2monthchargepoints'><\/label>"+464 " <\/td>"+465 " <td style='width:10%'>前兩月押分<\/td>"+466 " <td>"+467 " <div style='width:5%;float:left'>"+468 " <select id='prev2monthchargepoints_opt' name='prev2monthchargepoints_opt'>"+469 " <option value='gt'>≧<\/option>"+470 " <option value='lt'>≦<\/option>"+471 " <option value='eq'>=<\/option>"+472 " <option value='neq'>≠<\/option>"+473 " <\/select>"+474 " <\/div>"+475 " <div id='prev2monthchargepoints_space' style='float:left'>&nbsp;&nbsp;<\/div>"+476 " <div id='prev2monthchargepoints' style='width:16%;float:left'>"+477 " <input type='text' id='prev2monthchargepoints' name='prev2monthchargepoints' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+478 " <\/div>"+479 " <div id='prev2monthchargepoints_more' style='float:left;cursor:pointer;'>"+480 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('prev2monthchargepoints_opt1',1);"+481 " showHide('prev2monthchargepoints_space1',1);"+482 " showHide('prev2monthchargepoints1',1);"+483 " showHide('prev2monthchargepoints_and',1);"+484 " showHide('prev2monthchargepoints_more',0);"+485 " showHide('prev2monthchargepoints_less',1)\">"+486 " <\/div>"+487 " <div id='prev2monthchargepoints_and' style='float:left;display:none;'>"+488 " &nbsp;and&nbsp;"+489 " <\/div>"+490 " <div id='prev2monthchargepoints_opt1' style='width:5%;float:left;display:none;'>"+491 " <select id='prev2monthchargepoints_opt1' name='prev2monthchargepoints_opt1'>"+492 " <option value='gt'>≧<\/option>"+493 " <option value='lt'>≦<\/option>"+494 " <option value='eq'>=<\/option>"+495 " <option value='neq'>≠<\/option>"+496 " <\/select>"+497 " <\/div>"+498 " <div id='prev2monthchargepoints_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+499 " <div id='prev2monthchargepoints1' style='width:16%;float:left;display:none;'>"+500 " <input type='text' id='prev2monthchargepoints1' name='prev2monthchargepoints1' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+501 " <\/div>"+502 " <div id='prev2monthchargepoints_less' style='float:left;display:none;cursor:pointer;'>"+503 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('prev2monthchargepoints_opt1',0);"+504 " showHide('prev2monthchargepoints_space1',0);"+505 " showHide('prev2monthchargepoints1',0);"+506 " showHide('prev2monthchargepoints_and',0);"+507 " showHide('prev2monthchargepoints_more',1);"+508 " showHide('prev2monthchargepoints_less',0)\">"+509 " <\/div>"+510 " <\/td>"+511 " <\/tr>";512513var lv = " <tr>"+514 " <td style='width:4%'>"+515 " <input type='checkbox' name='ckb_lv' id='ckb_lv' class='filled-in'><\/input>"+516 " <label for='ckb_lv'><\/label>"+517 " <\/td>"+518 " <td style='width:10%'>LV<\/td>"+519 " <td>"+520 " <div style='width:5%;float:left'>"+521 " <select id='lv_opt' name='lv_opt'>"+522 " <option value='gt'>≧<\/option>"+523 " <option value='lt'>≦<\/option>"+524 " <option value='eq'>=<\/option>"+525 " <option value='neq'>≠<\/option>"+526 " <\/select>"+527 " <\/div>"+528 " <div id='lv_space' style='float:left'>&nbsp;&nbsp;<\/div>"+529 " <div id='lv' style='width:16%;float:left'>"+530 " <input type='text' id='lv' name='lv' maxlength=5 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+531 " <\/div>"+532 " <div id='lv_more' style='float:left;cursor:pointer;'>"+533 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('lv_opt1',1);"+534 " showHide('lv_space1',1);"+535 " showHide('lv_1',1);"+536 " showHide('lv_and',1);"+537 " showHide('lv_more',0);"+538 " showHide('lv_less',1)\">"+539 " <\/div>"+540 " <div id='lv_and' style='float:left;display:none;'>"+541 " &nbsp;and&nbsp;"+542 " <\/div>"+543 " <div id='lv_opt1' style='width:5%;float:left;display:none;'>"+544 " <select id='lv_opt1' name='lv_opt1'>"+545 " <option value='gt'>≧<\/option>"+546 " <option value='lt'>≦<\/option>"+547 " <option value='eq'>=<\/option>"+548 " <option value='neq'>≠<\/option>"+549 " <\/select>"+550 " <\/div>"+551 " <div id='lv_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+552 " <div id='lv_1' style='width:16%;float:left;display:none;'>"+553 " <input type='text' id='lv1' name='lv1' maxlength=5 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+554 " <\/div>"+555 " <div id='lv_less' style='float:left;display:none;cursor:pointer;'>"+556 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('lv_opt1',0);"+557 " showHide('lv_space1',0);"+558 " showHide('lv_1',0);"+559 " showHide('lv_and',0);"+560 " showHide('lv_more',1);"+561 " showHide('lv_less',0)\">"+562 " <\/div>"+563 " <\/td>"+564 " <\/tr>";565566var accumulatedexperience = " <tr>"+567 " <td style='width:4%'>"+568 " <input type='checkbox' name='ckb_accumulatedexperience' id='ckb_accumulatedexperience' class='filled-in'><\/input>"+569 " <label for='ckb_accumulatedexperience'><\/label>"+570 " <\/td>"+571 " <td style='width:10%'>累積經驗值<\/td>"+572 " <td>"+573 " <div id='accumulatedexperience_opt' style='width:5%;float:left'>"+574 " <select id='accumulatedexperience_opt' name='accumulatedexperience_opt'>"+575 " <option value='gt'>≧<\/option>"+576 " <option value='lt'>≦<\/option>"+577 " <option value='eq'>=<\/option>"+578 " <option value='neq'>≠<\/option>"+579 " <\/select>"+580 " <\/div>"+581 " <div id='accumulatedexperience_space' style='float:left'>&nbsp;&nbsp;<\/div>"+582 " <div id='accumulatedexperience' style='width:16%;float:left'>"+583 " <input type='text' id='accumulatedexperience' name='accumulatedexperience' maxlength=14 style='text-align:center;' onkeypress='return ((event.charCode>=48&&event.charCode<=57)||event.charCode==44||event.charCode==46)'><\/input>"+584 " <\/div>"+585 " <div id='accumulatedexperience_more' style='float:left;cursor:pointer;'>"+586 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('accumulatedexperience_opt1',1);"+587 " showHide('accumulatedexperience_space1',1);"+588 " showHide('accumulatedexperience1',1);"+589 " showHide('accumulatedexperience_and',1);"+590 " showHide('accumulatedexperience_more',0);"+591 " showHide('accumulatedexperience_less',1)\">"+592 " <\/div>"+593 " <div id='accumulatedexperience_and' style='float:left;display:none;'>"+594 " &nbsp;and&nbsp;"+595 " <\/div>"+596 " <div id='accumulatedexperience_opt1' style='width:5%;float:left;display:none;'>"+597 " <select id='accumulatedexperience_opt1' name='accumulatedexperience_opt1'>"+598 " <option value='gt'>≧<\/option>"+599 " <option value='lt'>≦<\/option>"+600 " <option value='eq'>=<\/option>"+601 " <option value='neq'>≠<\/option>"+602 " <\/select>"+603 " <\/div>"+604 " <div id='accumulatedexperience_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+605 " <div id='accumulatedexperience1' style='width:16%;float:left;display:none;'>"+606 " <input type='text' id='accumulatedexperience1' name='accumulatedexperience1' maxlength=13 style='text-align:center;' onkeypress='return ((event.charCode>=48&&event.charCode<=57)||event.charCode==44)'><\/input>"+607 " <\/div>"+608 " <div id='accumulatedexperience_less' style='float:left;display:none;cursor:pointer;'>"+609 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('accumulatedexperience_opt1',0);"+610 " showHide('accumulatedexperience_space1',0);"+611 " showHide('accumulatedexperience1',0);"+612 " showHide('accumulatedexperience_and',0);"+613 " showHide('accumulatedexperience_more',1);"+614 " showHide('accumulatedexperience_less',0)\">"+615 " <\/div>"+616 " <\/td>"+617 " <\/tr>";618619var nowGcurrency = " <tr>"+620 " <td style='width:4%'>"+621 " <input type='checkbox' name='ckb_nowGcurrency' id='ckb_nowGcurrency' class='filled-in'><\/input>"+622 " <label for='ckb_nowGcurrency'><\/label>"+623 " <\/td>"+624 " <td style='width:10%'>目前G幣<\/td>"+625 " <td>"+626 " <div id='nowGcurrency_opt' style='width:5%;float:left'>"+627 " <select id='nowGcurrency_opt' name='nowGcurrency_opt'>"+628 " <option value='gt'>≧<\/option>"+629 " <option value='lt'>≦<\/option>"+630 " <option value='eq'>=<\/option>"+631 " <option value='neq'>≠<\/option>"+632 " <\/select>"+633 " <\/div>"+634 " <div id='nowGcurrency_space' style='float:left'>&nbsp;&nbsp;<\/div>"+635 " <div id='nowGcurrency' style='width:16%;float:left'>"+636 " <input type='text' id='nowGcurrency' name='nowGcurrency' maxlength=14 style='text-align:center;' onkeypress='return ((event.charCode>=48&&event.charCode<=57)||event.charCode==44||event.charCode==46)'><\/input>"+637 " <\/div>"+638 " <div id='nowGcurrency_more' style='float:left;cursor:pointer;'>"+639 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('nowGcurrency_opt1',1);"+640 " showHide('nowGcurrency_space1',1);"+641 " showHide('nowGcurrency1',1);"+642 " showHide('nowGcurrency_and',1);"+643 " showHide('nowGcurrency_more',0);"+644 " showHide('nowGcurrency_less',1)\">"+645 " <\/div>"+646 " <div id='nowGcurrency_and' style='float:left;display:none;'>"+647 " &nbsp;and&nbsp;"+648 " <\/div>"+649 " <div id='nowGcurrency_opt1' style='width:5%;float:left;display:none;'>"+650 " <select id='nowGcurrency_opt1' name='nowGcurrency_opt1'>"+651 " <option value='gt'>≧<\/option>"+652 " <option value='lt'>≦<\/option>"+653 " <option value='eq'>=<\/option>"+654 " <option value='neq'>≠<\/option>"+655 " <\/select>"+656 " <\/div>"+657 " <div id='nowGcurrency_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+658 " <div id='nowGcurrency1' style='width:16%;float:left;display:none;'>"+659 " <input type='text' id='nowGcurrency1' name='nowGcurrency1' maxlength=14 style='text-align:center;' onkeypress='return ((event.charCode>=48&&event.charCode<=57)||event.charCode==44||event.charCode==46)'><\/input>"+660 " <\/div>"+661 " <div id='nowGcurrency_less' style='float:left;display:none;cursor:pointer;'>"+662 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('nowGcurrency_opt1',0);"+663 " showHide('nowGcurrency_space1',0);"+664 " showHide('nowGcurrency1',0);"+665 " showHide('nowGcurrency_and',0);"+666 " showHide('nowGcurrency_more',1);"+667 " showHide('nowGcurrency_less',0)\">"+668 " <\/div>"+669 " <\/td>"+670 " <\/tr>";671672var luckymoney = " <tr>"+673 " <td style='width:4%'>"+674 " <input type='checkbox' name='ckb_luckymoney' id='ckb_luckymoney' class='filled-in'><\/input>"+675 " <label for='ckb_luckymoney'><\/label>"+676 " <\/td>"+677 " <td style='width:10%'>開運金<\/td>"+678 " <td>"+679 " <div id='luckymoney_opt' style='width:5%;float:left'>"+680 " <select id='luckymoney_opt' name='luckymoney_opt'>"+681 " <option value='gt'>≧<\/option>"+682 " <option value='lt'>≦<\/option>"+683 " <option value='eq'>=<\/option>"+684 " <option value='neq'>≠<\/option>"+685 " <\/select>"+686 " <\/div>"+687 " <div id='luckymoney_space' style='float:left'>&nbsp;&nbsp;<\/div>"+688 " <div id='luckymoney' style='width:16%;float:left'>"+689 " <input type='text' id='luckymoney' name='luckymoney' maxlength=14 style='text-align:center;' onkeypress='return ((event.charCode>=48&&event.charCode<=57)||event.charCode==44||event.charCode==46)'><\/input>"+690 " <\/div>"+691 " <div id='luckymoney_more' style='float:left;cursor:pointer;'>"+692 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('luckymoney_opt1',1);"+693 " showHide('luckymoney_space1',1);"+694 " showHide('luckymoney1',1);"+695 " showHide('luckymoney_and',1);"+696 " showHide('luckymoney_more',0);"+697 " showHide('luckymoney_less',1)\">"+698 " <\/div>"+699 " <div id='luckymoney_and' style='float:left;display:none;'>"+700 " &nbsp;and&nbsp;"+701 " <\/div>"+702 " <div id='luckymoney_opt1' style='width:5%;float:left;display:none;'>"+703 " <select id='luckymoney_opt1' name='luckymoney_opt1'>"+704 " <option value='gt'>≧<\/option>"+705 " <option value='lt'>≦<\/option>"+706 " <option value='eq'>=<\/option>"+707 " <option value='neq'>≠<\/option>"+708 " <\/select>"+709 " <\/div>"+710 " <div id='luckymoney_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+711 " <div id='luckymoney1' style='width:16%;float:left;display:none;'>"+712 " <input type='text' id='luckymoney1' name='luckymoney1' maxlength=14 style='text-align:center;' onkeypress='return ((event.charCode>=48&&event.charCode<=57)||event.charCode==44||event.charCode==46)'><\/input>"+713 " <\/div>"+714 " <div id='luckymoney_less' style='float:left;display:none;cursor:pointer;'>"+715 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('luckymoney_opt1',0);"+716 " showHide('luckymoney_space1',0);"+717 " showHide('luckymoney1',0);"+718 " showHide('luckymoney_and',0);"+719 " showHide('luckymoney_more',1);"+720 " showHide('luckymoney_less',0)\">"+721 " <\/div>"+722 " <\/td>"+723 " <\/tr>";724725var totaltreasures = " <tr>"+726 " <td style='width:4%'>"+727 " <input type='checkbox' name='ckb_totaltreasures' id='ckb_totaltreasures' class='filled-in'><\/input>"+728 " <label for='ckb_totaltreasures'><\/label>"+729 " <\/td>"+730 " <td style='width:10%'>總寶物數量<\/td>"+731 " <td>"+732 " <div style='width:5%;float:left'>"+733 " <select id='totaltreasures_opt' name='totaltreasures_opt'>"+734 " <option value='gt'>≧<\/option>"+735 " <option value='lt'>≦<\/option>"+736 " <option value='eq'>=<\/option>"+737 " <option value='neq'>≠<\/option>"+738 " <\/select>"+739 " <\/div>"+740 " <div id='totaltreasures_space' style='float:left'>&nbsp;&nbsp;<\/div>"+741 " <div id='totaltreasures' style='width:16%;float:left'>"+742 " <input type='text' id='totaltreasures' name='totaltreasures' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+743 " <\/div>"+744 " <div id='totaltreasures_more' style='float:left;cursor:pointer;'>"+745 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totaltreasures_opt1',1);"+746 " showHide('totaltreasures_space1',1);"+747 " showHide('totaltreasures1',1);"+748 " showHide('totaltreasures_and',1);"+749 " showHide('totaltreasures_more',0);"+750 " showHide('totaltreasures_less',1)\">"+751 " <\/div>"+752 " <div id='totaltreasures_and' style='float:left;display:none;'>"+753 " &nbsp;and&nbsp;"+754 " <\/div>"+755 " <div id='totaltreasures_opt1' style='width:5%;float:left;display:none;'>"+756 " <select id='totaltreasures_opt1' name='totaltreasures_opt1'>"+757 " <option value='gt'>≧<\/option>"+758 " <option value='lt'>≦<\/option>"+759 " <option value='eq'>=<\/option>"+760 " <option value='neq'>≠<\/option>"+761 " <\/select>"+762 " <\/div>"+763 " <div id='totaltreasures_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+764 " <div id='totaltreasures1' style='width:16%;float:left;display:none;'>"+765 " <input type='text' id='totaltreasures1' name='totaltreasures1' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+766 " <\/div>"+767 " <div id='totaltreasures_less' style='float:left;display:none;cursor:pointer;'>"+768 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totaltreasures_opt1',0);"+769 " showHide('totaltreasures_space1',0);"+770 " showHide('totaltreasures1',0);"+771 " showHide('totaltreasures_and',0);"+772 " showHide('totaltreasures_more',1);"+773 " showHide('totaltreasures_less',0)\">"+774 " <\/div>"+775 " <\/td>"+776 " <\/tr>";777778var totalitems = " <tr>"+779 " <td style='width:4%'>"+780 " <input type='checkbox' name='ckb_totalitems' id='ckb_totalitems' class='filled-in'><\/input>"+781 " <label for='ckb_totalitems'><\/label>"+782 " <\/td>"+783 " <td style='width:10%'>虛寶卡數量<\/td>"+784 " <td>"+785 " <div style='width:5%;float:left'>"+786 " <select id='totalitems_opt' name='totalitems_opt'>"+787 " <option value='gt'>≧<\/option>"+788 " <option value='lt'>≦<\/option>"+789 " <option value='eq'>=<\/option>"+790 " <option value='neq'>≠<\/option>"+791 " <\/select>"+792 " <\/div>"+793 " <div id='totalitems_space' style='float:left'>&nbsp;&nbsp;<\/div>"+794 " <div id='totalitems' style='width:16%;float:left'>"+795 " <input type='text' id='totalitems' name='totalitems' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+796 " <\/div>"+797 " <div id='totalitems_more' style='float:left;cursor:pointer;'>"+798 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalitems_opt1',1);"+799 " showHide('totalitems_space1',1);"+800 " showHide('totalitems1',1);"+801 " showHide('totalitems_and',1);"+802 " showHide('totalitems_more',0);"+803 " showHide('totalitems_less',1)\">"+804 " <\/div>"+805 " <div id='totalitems_and' style='float:left;display:none;'>"+806 " &nbsp;and&nbsp;"+807 " <\/div>"+808 " <div id='totalitems_opt1' style='width:5%;float:left;display:none;'>"+809 " <select id='totalitems_opt1' name='totalitems_opt1'>"+810 " <option value='gt'>≧<\/option>"+811 " <option value='lt'>≦<\/option>"+812 " <option value='eq'>=<\/option>"+813 " <option value='neq'>≠<\/option>"+814 " <\/select>"+815 " <\/div>"+816 " <div id='totalitems_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+817 " <div id='totalitems1' style='width:16%;float:left;display:none;'>"+818 " <input type='text' id='totalitems1' name='totalitems1' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+819 " <\/div>"+820 " <div id='totalitems_less' style='float:left;display:none;cursor:pointer;'>"+821 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalitems_opt1',0);"+822 " showHide('totalitems_space1',0);"+823 " showHide('totalitems1',0);"+824 " showHide('totalitems_and',0);"+825 " showHide('totalitems_more',1);"+826 " showHide('totalitems_less',0)\">"+827 " <\/div>"+828 " <\/td>"+829 " <\/tr>";830831var totalprops = " <tr>"+832 " <td style='width:4%'>"+833 " <input type='checkbox' name='ckb_totalprops' id='ckb_totalprops' class='filled-in'><\/input>"+834 " <label for='ckb_totalprops'><\/label>"+835 " <\/td>"+836 " <td style='width:10%'>道具數量<\/td>"+837 " <td>"+838 " <div style='width:5%;float:left'>"+839 " <select id='totalprops_opt' name='totalprops_opt'>"+840 " <option value='gt'>≧<\/option>"+841 " <option value='lt'>≦<\/option>"+842 " <option value='eq'>=<\/option>"+843 " <option value='neq'>≠<\/option>"+844 " <\/select>"+845 " <\/div>"+846 " <div id='totalprops_space' style='float:left'>&nbsp;&nbsp;<\/div>"+847 " <div id='totalprops' style='width:16%;float:left'>"+848 " <input type='text' id='totalprops' name='totalprops' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+849 " <\/div>"+850 " <div id='totalprops_more' style='float:left;cursor:pointer;'>"+851 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalprops_opt1',1);"+852 " showHide('totalprops_space1',1);"+853 " showHide('totalprops1',1);"+854 " showHide('totalprops_and',1);"+855 " showHide('totalprops_more',0);"+856 " showHide('totalprops_less',1)\">"+857 " <\/div>"+858 " <div id='totalprops_and' style='float:left;display:none;'>"+859 " &nbsp;and&nbsp;"+860 " <\/div>"+861 " <div id='totalprops_opt1' style='width:5%;float:left;display:none;'>"+862 " <select id='totalprops_opt1' name='totalprops_opt1'>"+863 " <option value='gt'>≧<\/option>"+864 " <option value='lt'>≦<\/option>"+865 " <option value='eq'>=<\/option>"+866 " <option value='neq'>≠<\/option>"+867 " <\/select>"+868 " <\/div>"+869 " <div id='totalprops_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+870 " <div id='totalprops1' style='width:16%;float:left;display:none;'>"+871 " <input type='text' id='totalprops1' name='totalprops1' maxlength=3 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+872 " <\/div>"+873 " <div id='totalprops_less' style='float:left;display:none;cursor:pointer;'>"+874 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalprops_opt1',0);"+875 " showHide('totalprops_space1',0);"+876 " showHide('totalprops1',0);"+877 " showHide('totalprops_and',0);"+878 " showHide('totalprops_more',1);"+879 " showHide('totalprops_less',0)\">"+880 " <\/div>"+881 " <\/td>"+882 " <\/tr>";883884var name = " <tr>"+885 " <td style='width:4%'>"+886 " <input type='checkbox' name='ckb_name' id='ckb_name' class='filled-in'><\/input>"+887 " <label for='ckb_name'><\/label>"+888 " <\/td>"+889 " <td style='width:10%'>姓名<\/td>"+890 " <td>"+891 " <input type='text' id='name' name='name' style='width:55%;text-align:center;' maxlength=12><\/input>"+892 " <\/td>"+893 " <\/tr>";894895var email = " <tr>"+896 " <td style='width:4%'>"+897 " <input type='checkbox' name='ckb_email' id='ckb_email' class='filled-in'><\/input>"+898 " <label for='ckb_email'><\/label>"+899 " <\/td>"+900 " <td style='width:10%'>E-mail<\/td>"+901 " <td>"+902 " <input type='text' id='email' name='email' style='width:55%;text-align:center;' maxlength=12><\/input>"+903 " <\/td>"+904 " <\/tr>";905906var idcard_id = " <tr>"+907 " <td style='width:4%'>"+908 " <input type='checkbox' name='ckb_idcard_id' id='ckb_idcard_id' class='filled-in'><\/input>"+909 " <label for='ckb_idcard_id'><\/label>"+910 " <\/td>"+911 " <td style='width:10%'>身分證字號<\/td>"+912 " <td>"+913 " <input type='text' id='idcard_id' name='idcard_id' style='width:55%;text-align:center;' maxlength=12><\/input>"+914 " <\/td>"+915 " <\/tr>";916917var birthday = " <tr>"+918 " <td style='width:4%'>"+919 " <input type='checkbox' name='ckb_birthday' id='ckb_birthday' class='filled-in'><\/input>"+920 " <label for='ckb_birthday'><\/label>"+921 " <\/td>"+922 " <td style='width:10%'>生日<\/td>"+923 " <td>"+924 " <input type='text' id='birthday' name='birthday' style='width:55%;text-align:center;' maxlength=12><\/input>"+925 " <\/td>"+926 " <\/tr>";927928var age = " <tr>"+929 " <td style='width:4%'>"+930 " <input type='checkbox' name='ckb_age' id='ckb_age' class='filled-in'><\/input>"+931 " <label for='ckb_age'><\/label>"+932 " <\/td>"+933 " <td style='width:10%'>年齡<\/td>"+934 " <td>"+935 " <div style='width:5%;float:left'>"+936 " <select id='age_opt' name='age_opt'>"+937 " <option value='gt'>≧<\/option>"+938 " <option value='lt'>≦<\/option>"+939 " <option value='eq'>=<\/option>"+940 " <option value='neq'>≠<\/option>"+941 " <\/select>"+942 " <\/div>"+943 " <div id='age_space' style='float:left'>&nbsp;&nbsp;<\/div>"+944 " <div id='age' style='width:16%;float:left'>"+945 " <input type='text' id='age' name='age' maxlength=2 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+946 " <\/div>"+947 " <div id='age_more' style='float:left;cursor:pointer;'>"+948 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('age_opt1',1);"+949 " showHide('age_space1',1);"+950 " showHide('age1',1);"+951 " showHide('age_and',1);"+952 " showHide('age_more',0);"+953 " showHide('age_less',1)\">"+954 " <\/div>"+955 " <div id='age_and' style='float:left;display:none;'>"+956 " &nbsp;and&nbsp;"+957 " <\/div>"+958 " <div id='age_opt1' style='width:5%;float:left;display:none;'>"+959 " <select id='age_opt1' name='age_opt1'>"+960 " <option value='gt'>≧<\/option>"+961 " <option value='lt'>≦<\/option>"+962 " <option value='eq'>=<\/option>"+963 " <option value='neq'>≠<\/option>"+964 " <\/select>"+965 " <\/div>"+966 " <div id='age_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+967 " <div id='age1' style='width:16%;float:left;display:none;'>"+968 " <input type='text' id='age1' name='age1' maxlength=2 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57)'><\/input>"+969 " <\/div>"+970 " <div id='age_less' style='float:left;display:none;cursor:pointer;'>"+971 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('age_opt1',0);"+972 " showHide('age_space1',0);"+973 " showHide('age1',0);"+974 " showHide('age_and',0);"+975 " showHide('age_more',1);"+976 " showHide('age_less',0)\">"+977 " <\/div>"+978 " <\/td>"+979 " <\/tr>";980981var pointstimes = " <tr>"+982 " <td style='width:4%'>"+983 " <input type='checkbox' name='ckb_pointstimes' id='ckb_pointstimes' class='filled-in'><\/input>"+984 " <label for='ckb_pointstimes'><\/label>"+985 " <\/td>"+986 " <td style='width:10%'>轉點總次數<\/td>"+987 " <td>"+988 " <div style='width:5%;float:left'>"+989 " <select id='pointstimes_opt' name='pointstimes_opt'>"+990 " <option value='gt'>≧<\/option>"+991 " <option value='lt'>≦<\/option>"+992 " <option value='eq'>=<\/option>"+993 " <option value='neq'>≠<\/option>"+994 " <\/select>"+995 " <\/div>"+996 " <div id='pointstimes_space' style='float:left'>&nbsp;&nbsp;<\/div>"+997 " <div id='pointstimes' style='width:16%;float:left'>"+998 " <input type='text' id='pointstimes' name='pointstimes' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+999 " <\/div>"+1000 " <div id='pointstimes_more' style='float:left;cursor:pointer;'>"+1001 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('pointstimes_opt1',1);"+1002 " showHide('pointstimes_space1',1);"+1003 " showHide('pointstimes1',1);"+1004 " showHide('pointstimes_and',1);"+1005 " showHide('pointstimes_more',0);"+1006 " showHide('pointstimes_less',1)\">"+1007 " <\/div>"+1008 " <div id='pointstimes_and' style='float:left;display:none;'>"+1009 " &nbsp;and&nbsp;"+1010 " <\/div>"+1011 " <div id='pointstimes_opt1' style='width:5%;float:left;display:none;'>"+1012 " <select id='pointstimes_opt1' name='pointstimes_opt1'>"+1013 " <option value='gt'>≧<\/option>"+1014 " <option value='lt'>≦<\/option>"+1015 " <option value='eq'>=<\/option>"+1016 " <option value='neq'>≠<\/option>"+1017 " <\/select>"+1018 " <\/div>"+1019 " <div id='pointstimes_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1020 " <div id='pointstimes1' style='width:16%;float:left;display:none;'>"+1021 " <input type='text' id='pointstimes1' name='pointstimes1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1022 " <\/div>"+1023 " <div id='pointstimes_less' style='float:left;display:none;cursor:pointer;'>"+1024 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('pointstimes_opt1',0);"+1025 " showHide('pointstimes_space1',0);"+1026 " showHide('pointstimes1',0);"+1027 " showHide('pointstimes_and',0);"+1028 " showHide('pointstimes_more',1);"+1029 " showHide('pointstimes_less',0)\">"+1030 " <\/div>"+1031 " <\/td>"+1032 " <\/tr>";10331034var outstimes = " <tr>"+1035 " <td style='width:4%'>"+1036 " <input type='checkbox' name='ckb_outstimes' id='ckb_outstimes' class='filled-in'><\/input>"+1037 " <label for='ckb_outstimes'><\/label>"+1038 " <\/td>"+1039 " <td style='width:10%'>轉出總次數<\/td>"+1040 " <td>"+1041 " <div style='width:5%;float:left'>"+1042 " <select id='outstimes_opt' name='outstimes_opt'>"+1043 " <option value='gt'>≧<\/option>"+1044 " <option value='lt'>≦<\/option>"+1045 " <option value='eq'>=<\/option>"+1046 " <option value='neq'>≠<\/option>"+1047 " <\/select>"+1048 " <\/div>"+1049 " <div id='outstimes_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1050 " <div id='outstimes' style='width:16%;float:left'>"+1051 " <input type='text' id='outstimes' name='outstimes' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1052 " <\/div>"+1053 " <div id='outstimes_more' style='float:left;cursor:pointer;'>"+1054 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('outstimes_opt1',1);"+1055 " showHide('outstimes_space1',1);"+1056 " showHide('outstimes1',1);"+1057 " showHide('outstimes_and',1);"+1058 " showHide('outstimes_more',0);"+1059 " showHide('outstimes_less',1)\">"+1060 " <\/div>"+1061 " <div id='outstimes_and' style='float:left;display:none;'>"+1062 " &nbsp;and&nbsp;"+1063 " <\/div>"+1064 " <div id='outstimes_opt1' style='width:5%;float:left;display:none;'>"+1065 " <select id='outstimes_opt1' name='outstimes_opt1'>"+1066 " <option value='gt'>≧<\/option>"+1067 " <option value='lt'>≦<\/option>"+1068 " <option value='eq'>=<\/option>"+1069 " <option value='neq'>≠<\/option>"+1070 " <\/select>"+1071 " <\/div>"+1072 " <div id='outstimes_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1073 " <div id='outstimes1' style='width:16%;float:left;display:none;'>"+1074 " <input type='text' id='outstimes1' name='outstimes1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1075 " <\/div>"+1076 " <div id='outstimes_less' style='float:left;display:none;cursor:pointer;'>"+1077 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('outstimes_opt1',0);"+1078 " showHide('outstimes_space1',0);"+1079 " showHide('outstimes1',0);"+1080 " showHide('outstimes_and',0);"+1081 " showHide('outstimes_more',1);"+1082 " showHide('outstimes_less',0)\">"+1083 " <\/div>"+1084 " <\/td>"+1085 " <\/tr>";10861087var instimes = " <tr>"+1088 " <td style='width:4%'>"+1089 " <input type='checkbox' name='ckb_instimes' id='ckb_instimes' class='filled-in'><\/input>"+1090 " <label for='ckb_instimes'><\/label>"+1091 " <\/td>"+1092 " <td style='width:10%'>轉入總次數<\/td>"+1093 " <td>"+1094 " <div style='width:5%;float:left'>"+1095 " <select id='instimes_opt' name='instimes_opt'>"+1096 " <option value='gt'>≧<\/option>"+1097 " <option value='lt'>≦<\/option>"+1098 " <option value='eq'>=<\/option>"+1099 " <option value='neq'>≠<\/option>"+1100 " <\/select>"+1101 " <\/div>"+1102 " <div id='instimes_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1103 " <div id='instimes' style='width:16%;float:left'>"+1104 " <input type='text' id='instimes' name='instimes' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1105 " <\/div>"+1106 " <div id='instimes_more' style='float:left;cursor:pointer;'>"+1107 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('instimes_opt1',1);"+1108 " showHide('instimes_space1',1);"+1109 " showHide('instimes1',1);"+1110 " showHide('instimes_and',1);"+1111 " showHide('instimes_more',0);"+1112 " showHide('instimes_less',1)\">"+1113 " <\/div>"+1114 " <div id='instimes_and' style='float:left;display:none;'>"+1115 " &nbsp;and&nbsp;"+1116 " <\/div>"+1117 " <div id='instimes_opt1' style='width:5%;float:left;display:none;'>"+1118 " <select id='instimes_opt1' name='instimes_opt1'>"+1119 " <option value='gt'>≧<\/option>"+1120 " <option value='lt'>≦<\/option>"+1121 " <option value='eq'>=<\/option>"+1122 " <option value='neq'>≠<\/option>"+1123 " <\/select>"+1124 " <\/div>"+1125 " <div id='instimes_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1126 " <div id='instimes1' style='width:16%;float:left;display:none;'>"+1127 " <input type='text' id='instimes1' name='instimes1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1128 " <\/div>"+1129 " <div id='instimes_less' style='float:left;display:none;cursor:pointer;'>"+1130 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('instimes_opt1',0);"+1131 " showHide('instimes_space1',0);"+1132 " showHide('instimes1',0);"+1133 " showHide('instimes_and',0);"+1134 " showHide('instimes_more',1);"+1135 " showHide('instimes_less',0)\">"+1136 " <\/div>"+1137 " <\/td>"+1138 " <\/tr>";11391140var pointstotalamount = " <tr>"+1141 " <td style='width:4%'>"+1142 " <input type='checkbox' name='ckb_pointstotalamount' id='ckb_pointstotalamount' class='filled-in'><\/input>"+1143 " <label for='ckb_pointstotalamount'><\/label>"+1144 " <\/td>"+1145 " <td style='width:10%'>淨轉出總金額<\/td>"+1146 " <td>"+1147 " <div style='width:5%;float:left'>"+1148 " <select id='pointstotalamount_opt' name='pointstotalamount_opt'>"+1149 " <option value='gt'>≧<\/option>"+1150 " <option value='lt'>≦<\/option>"+1151 " <option value='eq'>=<\/option>"+1152 " <option value='neq'>≠<\/option>"+1153 " <\/select>"+1154 " <\/div>"+1155 " <div id='pointstotalamount_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1156 " <div id='pointstotalamount' style='width:16%;float:left'>"+1157 " <input type='text' id='pointstotalamount' name='pointstotalamount' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1158 " <\/div>"+1159 " <div id='pointstotalamount_more' style='float:left;cursor:pointer;'>"+1160 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('pointstotalamount_opt1',1);"+1161 " showHide('pointstotalamount_space1',1);"+1162 " showHide('pointstotalamount1',1);"+1163 " showHide('pointstotalamount_and',1);"+1164 " showHide('pointstotalamount_more',0);"+1165 " showHide('pointstotalamount_less',1)\">"+1166 " <\/div>"+1167 " <div id='pointstotalamount_and' style='float:left;display:none;'>"+1168 " &nbsp;and&nbsp;"+1169 " <\/div>"+1170 " <div id='pointstotalamount_opt1' style='width:5%;float:left;display:none;'>"+1171 " <select id='pointstotalamount_opt1' name='pointstotalamount_opt1'>"+1172 " <option value='gt'>≧<\/option>"+1173 " <option value='lt'>≦<\/option>"+1174 " <option value='eq'>=<\/option>"+1175 " <option value='neq'>≠<\/option>"+1176 " <\/select>"+1177 " <\/div>"+1178 " <div id='pointstotalamount_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1179 " <div id='pointstotalamount1' style='width:16%;float:left;display:none;'>"+1180 " <input type='text' id='pointstotalamount1' name='pointstotalamount1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1181 " <\/div>"+1182 " <div id='pointstotalamount_less' style='float:left;display:none;cursor:pointer;'>"+1183 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('pointstotalamount_opt1',0);"+1184 " showHide('pointstotalamount_space1',0);"+1185 " showHide('pointstotalamount1',0);"+1186 " showHide('pointstotalamount_and',0);"+1187 " showHide('pointstotalamount_more',1);"+1188 " showHide('pointstotalamount_less',0)\">"+1189 " <\/div>"+1190 " <\/td>"+1191 " <\/tr>";11921193var outstotalamount = " <tr>"+1194 " <td style='width:4%'>"+1195 " <input type='checkbox' name='ckb_outstotalamount' id='ckb_outstotalamount' class='filled-in'><\/input>"+1196 " <label for='ckb_outstotalamount'><\/label>"+1197 " <\/td>"+1198 " <td style='width:10%'>轉出總金額<\/td>"+1199 " <td>"+1200 " <div style='width:5%;float:left'>"+1201 " <select id='outstotalamount_opt' name='outstotalamount_opt'>"+1202 " <option value='gt'>≧<\/option>"+1203 " <option value='lt'>≦<\/option>"+1204 " <option value='eq'>=<\/option>"+1205 " <option value='neq'>≠<\/option>"+1206 " <\/select>"+1207 " <\/div>"+1208 " <div id='outstotalamount_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1209 " <div id='outstotalamount' style='width:16%;float:left'>"+1210 " <input type='text' id='outstotalamount' name='outstotalamount' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1211 " <\/div>"+1212 " <div id='outstotalamount_more' style='float:left;cursor:pointer;'>"+1213 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('outstotalamount_opt1',1);"+1214 " showHide('outstotalamount_space1',1);"+1215 " showHide('outstotalamount1',1);"+1216 " showHide('outstotalamount_and',1);"+1217 " showHide('outstotalamount_more',0);"+1218 " showHide('outstotalamount_less',1)\">"+1219 " <\/div>"+1220 " <div id='outstotalamount_and' style='float:left;display:none;'>"+1221 " &nbsp;and&nbsp;"+1222 " <\/div>"+1223 " <div id='outstotalamount_opt1' style='width:5%;float:left;display:none;'>"+1224 " <select id='outstotalamount_opt1' name='outstotalamount_opt1'>"+1225 " <option value='gt'>≧<\/option>"+1226 " <option value='lt'>≦<\/option>"+1227 " <option value='eq'>=<\/option>"+1228 " <option value='neq'>≠<\/option>"+1229 " <\/select>"+1230 " <\/div>"+1231 " <div id='outstotalamount_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1232 " <div id='outstotalamount1' style='width:16%;float:left;display:none;'>"+1233 " <input type='text' id='outstotalamount1' name='outstotalamount1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1234 " <\/div>"+1235 " <div id='outstotalamount_less' style='float:left;display:none;cursor:pointer;'>"+1236 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('outstotalamount_opt1',0);"+1237 " showHide('outstotalamount_space1',0);"+1238 " showHide('outstotalamount1',0);"+1239 " showHide('outstotalamount_and',0);"+1240 " showHide('outstotalamount_more',1);"+1241 " showHide('outstotalamount_less',0)\">"+1242 " <\/div>"+1243 " <\/td>"+1244 " <\/tr>";12451246var instotalamount = " <tr>"+1247 " <td style='width:4%'>"+1248 " <input type='checkbox' name='ckb_instotalamount' id='ckb_instotalamount' class='filled-in'><\/input>"+1249 " <label for='ckb_instotalamount'><\/label>"+1250 " <\/td>"+1251 " <td style='width:10%'>轉入總金額<\/td>"+1252 " <td>"+1253 " <div style='width:5%;float:left'>"+1254 " <select id='instotalamount_opt' name='instotalamount_opt'>"+1255 " <option value='gt'>≧<\/option>"+1256 " <option value='lt'>≦<\/option>"+1257 " <option value='eq'>=<\/option>"+1258 " <option value='neq'>≠<\/option>"+1259 " <\/select>"+1260 " <\/div>"+1261 " <div id='instotalamount_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1262 " <div id='instotalamount' style='width:16%;float:left'>"+1263 " <input type='text' id='instotalamount' name='instotalamount' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1264 " <\/div>"+1265 " <div id='instotalamount_more' style='float:left;cursor:pointer;'>"+1266 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('instotalamount_opt1',1);"+1267 " showHide('instotalamount_space1',1);"+1268 " showHide('instotalamount1',1);"+1269 " showHide('instotalamount_and',1);"+1270 " showHide('instotalamount_more',0);"+1271 " showHide('instotalamount_less',1)\">"+1272 " <\/div>"+1273 " <div id='instotalamount_and' style='float:left;display:none;'>"+1274 " &nbsp;and&nbsp;"+1275 " <\/div>"+1276 " <div id='instotalamount_opt1' style='width:5%;float:left;display:none;'>"+1277 " <select id='instotalamount_opt1' name='instotalamount_opt1'>"+1278 " <option value='gt'>≧<\/option>"+1279 " <option value='lt'>≦<\/option>"+1280 " <option value='eq'>=<\/option>"+1281 " <option value='neq'>≠<\/option>"+1282 " <\/select>"+1283 " <\/div>"+1284 " <div id='instotalamount_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1285 " <div id='instotalamount1' style='width:16%;float:left;display:none;'>"+1286 " <input type='text' id='instotalamount1' name='instotalamount1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1287 " <\/div>"+1288 " <div id='instotalamount_less' style='float:left;display:none;cursor:pointer;'>"+1289 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('instotalamount_opt1',0);"+1290 " showHide('instotalamount_space1',0);"+1291 " showHide('instotalamount1',0);"+1292 " showHide('instotalamount_and',0);"+1293 " showHide('instotalamount_more',1);"+1294 " showHide('instotalamount_less',0)\">"+1295 " <\/div>"+1296 " <\/td>"+1297 " <\/tr>";12981299var pointsfee = " <tr>"+1300 " <td style='width:4%'>"+1301 " <input type='checkbox' name='ckb_pointsfee' id='ckb_pointsfee' class='filled-in'><\/input>"+1302 " <label for='ckb_pointsfee'><\/label>"+1303 " <\/td>"+1304 " <td style='width:10%'>轉點手續費<\/td>"+1305 " <td>"+1306 " <div style='width:5%;float:left'>"+1307 " <select id='pointsfee_opt' name='pointsfee_opt'>"+1308 " <option value='gt'>≧<\/option>"+1309 " <option value='lt'>≦<\/option>"+1310 " <option value='eq'>=<\/option>"+1311 " <option value='neq'>≠<\/option>"+1312 " <\/select>"+1313 " <\/div>"+1314 " <div id='pointsfee_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1315 " <div id='pointsfee' style='width:16%;float:left'>"+1316 " <input type='text' id='pointsfee' name='pointsfee' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1317 " <\/div>"+1318 " <div id='pointsfee_more' style='float:left;cursor:pointer;'>"+1319 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('pointsfee_opt1',1);"+1320 " showHide('pointsfee_space1',1);"+1321 " showHide('pointsfee1',1);"+1322 " showHide('pointsfee_and',1);"+1323 " showHide('pointsfee_more',0);"+1324 " showHide('pointsfee_less',1)\">"+1325 " <\/div>"+1326 " <div id='pointsfee_and' style='float:left;display:none;'>"+1327 " &nbsp;and&nbsp;"+1328 " <\/div>"+1329 " <div id='pointsfee_opt1' style='width:5%;float:left;display:none;'>"+1330 " <select id='pointsfee_opt1' name='pointsfee_opt1'>"+1331 " <option value='gt'>≧<\/option>"+1332 " <option value='lt'>≦<\/option>"+1333 " <option value='eq'>=<\/option>"+1334 " <option value='neq'>≠<\/option>"+1335 " <\/select>"+1336 " <\/div>"+1337 " <div id='pointsfee_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1338 " <div id='pointsfee1' style='width:16%;float:left;display:none;'>"+1339 " <input type='text' id='pointsfee1' name='pointsfee1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1340 " <\/div>"+1341 " <div id='pointsfee_less' style='float:left;display:none;cursor:pointer;'>"+1342 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('pointsfee_opt1',0);"+1343 " showHide('pointsfee_space1',0);"+1344 " showHide('pointsfee1',0);"+1345 " showHide('pointsfee_and',0);"+1346 " showHide('pointsfee_more',1);"+1347 " showHide('pointsfee_less',0)\">"+1348 " <\/div>"+1349 " <\/td>"+1350 " <\/tr>";13511352var totalgifttimes = " <tr>"+1353 " <td style='width:4%'>"+1354 " <input type='checkbox' name='ckb_totalgifttimes' id='ckb_totalgifttimes' class='filled-in'><\/input>"+1355 " <label for='ckb_totalgifttimes'><\/label>"+1356 " <\/td>"+1357 " <td style='width:10%'>總儲值次數<\/td>"+1358 " <td>"+1359 " <div style='width:5%;float:left'>"+1360 " <select id='totalgifttimes_opt' name='totalgifttimes_opt'>"+1361 " <option value='gt'>≧<\/option>"+1362 " <option value='lt'>≦<\/option>"+1363 " <option value='eq'>=<\/option>"+1364 " <option value='neq'>≠<\/option>"+1365 " <\/select>"+1366 " <\/div>"+1367 " <div id='totalgifttimes_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1368 " <div id='totalgifttimes' style='width:16%;float:left'>"+1369 " <input type='text' id='totalgifttimes' name='totalgifttimes' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1370 " <\/div>"+1371 " <div id='totalgifttimes_more' style='float:left;cursor:pointer;'>"+1372 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalgifttimes_opt1',1);"+1373 " showHide('totalgifttimes_space1',1);"+1374 " showHide('totalgifttimes1',1);"+1375 " showHide('totalgifttimes_and',1);"+1376 " showHide('totalgifttimes_more',0);"+1377 " showHide('totalgifttimes_less',1)\">"+1378 " <\/div>"+1379 " <div id='totalgifttimes_and' style='float:left;display:none;'>"+1380 " &nbsp;and&nbsp;"+1381 " <\/div>"+1382 " <div id='totalgifttimes_opt1' style='width:5%;float:left;display:none;'>"+1383 " <select id='totalgifttimes_opt1' name='totalgifttimes_opt1'>"+1384 " <option value='gt'>≧<\/option>"+1385 " <option value='lt'>≦<\/option>"+1386 " <option value='eq'>=<\/option>"+1387 " <option value='neq'>≠<\/option>"+1388 " <\/select>"+1389 " <\/div>"+1390 " <div id='totalgifttimes_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1391 " <div id='totalgifttimes1' style='width:16%;float:left;display:none;'>"+1392 " <input type='text' id='totalgifttimes1' name='totalgifttimes1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1393 " <\/div>"+1394 " <div id='totalgifttimes_less' style='float:left;display:none;cursor:pointer;'>"+1395 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalgifttimes_opt1',0);"+1396 " showHide('totalgifttimes_space1',0);"+1397 " showHide('totalgifttimes1',0);"+1398 " showHide('totalgifttimes_and',0);"+1399 " showHide('totalgifttimes_more',1);"+1400 " showHide('totalgifttimes_less',0)\">"+1401 " <\/div>"+1402 " <\/td>"+1403 " <\/tr>";14041405var totalgiftamounts = " <tr>"+1406 " <td style='width:4%'>"+1407 " <input type='checkbox' name='ckb_totalgiftamounts' id='ckb_totalgiftamounts' class='filled-in'><\/input>"+1408 " <label for='ckb_totalgiftamounts'><\/label>"+1409 " <\/td>"+1410 " <td style='width:10%'>總儲值金額NT$<\/td>"+1411 " <td>"+1412 " <div style='width:5%;float:left'>"+1413 " <select id='totalgiftamounts_opt' name='totalgiftamounts_opt'>"+1414 " <option value='gt'>≧<\/option>"+1415 " <option value='lt'>≦<\/option>"+1416 " <option value='eq'>=<\/option>"+1417 " <option value='neq'>≠<\/option>"+1418 " <\/select>"+1419 " <\/div>"+1420 " <div id='totalgiftamounts_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1421 " <div id='totalgiftamounts' style='width:16%;float:left'>"+1422 " <input type='text' id='totalgiftamounts' name='totalgiftamounts' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1423 " <\/div>"+1424 " <div id='totalgiftamounts_more' style='float:left;cursor:pointer;'>"+1425 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalgiftamounts_opt1',1);"+1426 " showHide('totalgiftamounts_space1',1);"+1427 " showHide('totalgiftamounts1',1);"+1428 " showHide('totalgiftamounts_and',1);"+1429 " showHide('totalgiftamounts_more',0);"+1430 " showHide('totalgiftamounts_less',1)\">"+1431 " <\/div>"+1432 " <div id='totalgiftamounts_and' style='float:left;display:none;'>"+1433 " &nbsp;and&nbsp;"+1434 " <\/div>"+1435 " <div id='totalgiftamounts_opt1' style='width:5%;float:left;display:none;'>"+1436 " <select id='totalgiftamounts_opt1' name='totalgiftamounts_opt1'>"+1437 " <option value='gt'>≧<\/option>"+1438 " <option value='lt'>≦<\/option>"+1439 " <option value='eq'>=<\/option>"+1440 " <option value='neq'>≠<\/option>"+1441 " <\/select>"+1442 " <\/div>"+1443 " <div id='totalgiftamounts_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1444 " <div id='totalgiftamounts1' style='width:16%;float:left;display:none;'>"+1445 " <input type='text' id='totalgiftamounts1' name='totalgiftamounts1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1446 " <\/div>"+1447 " <div id='totalgiftamounts_less' style='float:left;display:none;cursor:pointer;'>"+1448 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalgiftamounts_opt1',0);"+1449 " showHide('totalgiftamounts_space1',0);"+1450 " showHide('totalgiftamounts1',0);"+1451 " showHide('totalgiftamounts_and',0);"+1452 " showHide('totalgiftamounts_more',1);"+1453 " showHide('totalgiftamounts_less',0)\">"+1454 " <\/div>"+1455 " <\/td>"+1456 " <\/tr>";14571458var giftamounts_gp = " <tr>"+1459 " <td style='width:4%'>"+1460 " <input type='checkbox' name='ckb_giftamounts_gp' id='ckb_giftamounts_gp' class='filled-in'><\/input>"+1461 " <label for='ckb_giftamounts_gp'><\/label>"+1462 " <\/td>"+1463 " <td style='width:10%'>儲值金額NT$_GP<\/td>"+1464 " <td>"+1465 " <div style='width:5%;float:left'>"+1466 " <select id='giftamounts_gp_opt' name='giftamounts_gp_opt'>"+1467 " <option value='gt'>≧<\/option>"+1468 " <option value='lt'>≦<\/option>"+1469 " <option value='eq'>=<\/option>"+1470 " <option value='neq'>≠<\/option>"+1471 " <\/select>"+1472 " <\/div>"+1473 " <div id='giftamounts_gp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1474 " <div id='giftamounts_gp' style='width:16%;float:left'>"+1475 " <input type='text' id='giftamounts_gp' name='giftamounts_gp' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1476 " <\/div>"+1477 " <div id='giftamounts_gp_more' style='float:left;cursor:pointer;'>"+1478 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('giftamounts_gp_opt1',1);"+1479 " showHide('giftamounts_gp_space1',1);"+1480 " showHide('giftamounts_gp1',1);"+1481 " showHide('giftamounts_gp_and',1);"+1482 " showHide('giftamounts_gp_more',0);"+1483 " showHide('giftamounts_gp_less',1)\">"+1484 " <\/div>"+1485 " <div id='giftamounts_gp_and' style='float:left;display:none;'>"+1486 " &nbsp;and&nbsp;"+1487 " <\/div>"+1488 " <div id='giftamounts_gp_opt1' style='width:5%;float:left;display:none;'>"+1489 " <select id='giftamounts_gp_opt1' name='giftamounts_gp_opt1'>"+1490 " <option value='gt'>≧<\/option>"+1491 " <option value='lt'>≦<\/option>"+1492 " <option value='eq'>=<\/option>"+1493 " <option value='neq'>≠<\/option>"+1494 " <\/select>"+1495 " <\/div>"+1496 " <div id='giftamounts_gp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1497 " <div id='giftamounts_gp1' style='width:16%;float:left;display:none;'>"+1498 " <input type='text' id='giftamounts_gp1' name='giftamounts_gp1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1499 " <\/div>"+1500 " <div id='giftamounts_gp_less' style='float:left;display:none;cursor:pointer;'>"+1501 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('giftamounts_gp_opt1',0);"+1502 " showHide('giftamounts_gp_space1',0);"+1503 " showHide('giftamounts_gp1',0);"+1504 " showHide('giftamounts_gp_and',0);"+1505 " showHide('giftamounts_gp_more',1);"+1506 " showHide('giftamounts_gp_less',0)\">"+1507 " <\/div>"+1508 " <\/td>"+1509 " <\/tr>";15101511var giftamounts_ma = " <tr>"+1512 " <td style='width:4%'>"+1513 " <input type='checkbox' name='ckb_giftamounts_ma' id='ckbgiftamounts_ma' class='filled-in'><\/input>"+1514 " <label for='ckbgiftamounts_ma'><\/label>"+1515 " <\/td>"+1516 " <td style='width:10%'>儲值金額NT$_MA<\/td>"+1517 " <td>"+1518 " <div style='width:5%;float:left'>"+1519 " <select id='giftamounts_ma_opt' name='giftamounts_ma_opt'>"+1520 " <option value='gt'>≧<\/option>"+1521 " <option value='lt'>≦<\/option>"+1522 " <option value='eq'>=<\/option>"+1523 " <option value='neq'>≠<\/option>"+1524 " <\/select>"+1525 " <\/div>"+1526 " <div id='giftamounts_ma_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1527 " <div id='giftamounts_ma' style='width:16%;float:left'>"+1528 " <input type='text' id='giftamounts_ma' name='giftamounts_ma' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1529 " <\/div>"+1530 " <div id='giftamounts_ma_more' style='float:left;cursor:pointer;'>"+1531 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('giftamounts_ma_opt1',1);"+1532 " showHide('giftamounts_ma_space1',1);"+1533 " showHide('giftamounts_ma1',1);"+1534 " showHide('giftamounts_ma_and',1);"+1535 " showHide('giftamounts_ma_more',0);"+1536 " showHide('giftamounts_ma_less',1)\">"+1537 " <\/div>"+1538 " <div id='giftamounts_ma_and' style='float:left;display:none;'>"+1539 " &nbsp;and&nbsp;"+1540 " <\/div>"+1541 " <div id='giftamounts_ma_opt1' style='width:5%;float:left;display:none;'>"+1542 " <select id='giftamounts_ma_opt1' name='giftamounts_ma_opt1'>"+1543 " <option value='gt'>≧<\/option>"+1544 " <option value='lt'>≦<\/option>"+1545 " <option value='eq'>=<\/option>"+1546 " <option value='neq'>≠<\/option>"+1547 " <\/select>"+1548 " <\/div>"+1549 " <div id='giftamounts_ma_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1550 " <div id='giftamounts_ma1' style='width:16%;float:left;display:none;'>"+1551 " <input type='text' id='giftamounts_ma1' name='giftamounts_ma1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1552 " <\/div>"+1553 " <div id='giftamounts_ma_less' style='float:left;display:none;cursor:pointer;'>"+1554 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('giftamounts_ma_opt1',0);"+1555 " showHide('giftamounts_ma_space1',0);"+1556 " showHide('giftamounts_ma1',0);"+1557 " showHide('giftamounts_ma_and',0);"+1558 " showHide('giftamounts_ma_more',1);"+1559 " showHide('giftamounts_ma_less',0)\">"+1560 " <\/div>"+1561 " <\/td>"+1562 " <\/tr>";15631564var giftamounts_web = " <tr>"+1565 " <td style='width:4%'>"+1566 " <input type='checkbox' name='ckb_giftamounts_web' id='ckb_giftamounts_web' class='filled-in'><\/input>"+1567 " <label for='ckb_giftamounts_web'><\/label>"+1568 " <\/td>"+1569 " <td style='width:10%'>儲值金額NT$_Web<\/td>"+1570 " <td>"+1571 " <div style='width:5%;float:left'>"+1572 " <select id='giftamounts_web_opt' name='giftamounts_web_opt'>"+1573 " <option value='gt'>≧<\/option>"+1574 " <option value='lt'>≦<\/option>"+1575 " <option value='eq'>=<\/option>"+1576 " <option value='neq'>≠<\/option>"+1577 " <\/select>"+1578 " <\/div>"+1579 " <div id='giftamounts_web_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1580 " <div id='giftamounts_web' style='width:16%;float:left'>"+1581 " <input type='text' id='giftamounts_web' name='giftamounts_web' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1582 " <\/div>"+1583 " <div id='giftamounts_web_more' style='float:left;cursor:pointer;'>"+1584 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('giftamounts_web_opt1',1);"+1585 " showHide('giftamounts_web_space1',1);"+1586 " showHide('giftamounts_web1',1);"+1587 " showHide('giftamounts_web_and',1);"+1588 " showHide('giftamounts_web_more',0);"+1589 " showHide('giftamounts_web_less',1)\">"+1590 " <\/div>"+1591 " <div id='giftamounts_web_and' style='float:left;display:none;'>"+1592 " &nbsp;and&nbsp;"+1593 " <\/div>"+1594 " <div id='giftamounts_web_opt1' style='width:5%;float:left;display:none;'>"+1595 " <select id='giftamounts_web_opt1' name='giftamounts_web_opt1'>"+1596 " <option value='gt'>≧<\/option>"+1597 " <option value='lt'>≦<\/option>"+1598 " <option value='eq'>=<\/option>"+1599 " <option value='neq'>≠<\/option>"+1600 " <\/select>"+1601 " <\/div>"+1602 " <div id='giftamounts_web_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1603 " <div id='giftamounts_web1' style='width:16%;float:left;display:none;'>"+1604 " <input type='text' id='giftamounts_web1' name='giftamounts_web1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1605 " <\/div>"+1606 " <div id='giftamounts_web_less' style='float:left;display:none;cursor:pointer;'>"+1607 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('giftamounts_web_opt1',0);"+1608 " showHide('giftamounts_web_space1',0);"+1609 " showHide('giftamounts_web1',0);"+1610 " showHide('giftamounts_web_and',0);"+1611 " showHide('giftamounts_web_more',1);"+1612 " showHide('giftamounts_web_less',0)\">"+1613 " <\/div>"+1614 " <\/td>"+1615 " <\/tr>";16161617var giftamounts_small = " <tr>"+1618 " <td style='width:4%'>"+1619 " <input type='checkbox' name='ckb_giftamounts_small' id='ckb_giftamounts_small' class='filled-in'><\/input>"+1620 " <label for='ckb_giftamounts_small'><\/label>"+1621 " <\/td>"+1622 " <td style='width:10%'>儲值金額NT$_小額<\/td>"+1623 " <td>"+1624 " <div style='width:5%;float:left'>"+1625 " <select id='giftamounts_small_opt' name='giftamounts_small_opt'>"+1626 " <option value='gt'>≧<\/option>"+1627 " <option value='lt'>≦<\/option>"+1628 " <option value='eq'>=<\/option>"+1629 " <option value='neq'>≠<\/option>"+1630 " <\/select>"+1631 " <\/div>"+1632 " <div id='giftamounts_small_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1633 " <div id='giftamounts_small' style='width:16%;float:left'>"+1634 " <input type='text' id='giftamounts_small' name='giftamounts_small' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1635 " <\/div>"+1636 " <div id='giftamounts_small_more' style='float:left;cursor:pointer;'>"+1637 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('giftamounts_small_opt1',1);"+1638 " showHide('giftamounts_small_space1',1);"+1639 " showHide('giftamounts_small1',1);"+1640 " showHide('giftamounts_small_and',1);"+1641 " showHide('giftamounts_small_more',0);"+1642 " showHide('giftamounts_small_less',1)\">"+1643 " <\/div>"+1644 " <div id='giftamounts_small_and' style='float:left;display:none;'>"+1645 " &nbsp;and&nbsp;"+1646 " <\/div>"+1647 " <div id='giftamounts_small_opt1' style='width:5%;float:left;display:none;'>"+1648 " <select id='giftamounts_small_opt1' name='giftamounts_small_opt1'>"+1649 " <option value='gt'>≧<\/option>"+1650 " <option value='lt'>≦<\/option>"+1651 " <option value='eq'>=<\/option>"+1652 " <option value='neq'>≠<\/option>"+1653 " <\/select>"+1654 " <\/div>"+1655 " <div id='giftamounts_small_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1656 " <div id='giftamounts_small1' style='width:16%;float:left;display:none;'>"+1657 " <input type='text' id='giftamounts_small1' name='giftamounts_small1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1658 " <\/div>"+1659 " <div id='giftamounts_small_less' style='float:left;display:none;cursor:pointer;'>"+1660 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('giftamounts_small_opt1',0);"+1661 " showHide('giftamounts_small_space1',0);"+1662 " showHide('giftamounts_small1',0);"+1663 " showHide('giftamounts_small_and',0);"+1664 " showHide('giftamounts_small_more',1);"+1665 " showHide('giftamounts_small_less',0)\">"+1666 " <\/div>"+1667 " <\/td>"+1668 " <\/tr>";16691670var giftamounts_accesscard = " <tr>"+1671 " <td style='width:4%'>"+1672 " <input type='checkbox' name='ckb_giftamounts_accesscard' id='ckb_giftamounts_accesscard' class='filled-in'><\/input>"+1673 " <label for='ckb_giftamounts_accesscard'><\/label>"+1674 " <\/td>"+1675 " <td style='width:10%'>儲值金額NT$_通路卡<\/td>"+1676 " <td>"+1677 " <div style='width:5%;float:left'>"+1678 " <select id='giftamounts_accesscard_opt' name='giftamounts_accesscard_opt'>"+1679 " <option value='gt'>≧<\/option>"+1680 " <option value='lt'>≦<\/option>"+1681 " <option value='eq'>=<\/option>"+1682 " <option value='neq'>≠<\/option>"+1683 " <\/select>"+1684 " <\/div>"+1685 " <div id='giftamounts_accesscard_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1686 " <div id='giftamounts_accesscard' style='width:16%;float:left'>"+1687 " <input type='text' id='giftamounts_accesscard' name='giftamounts_accesscard' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1688 " <\/div>"+1689 " <div id='giftamounts_accesscard_more' style='float:left;cursor:pointer;'>"+1690 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('giftamounts_accesscard_opt1',1);"+1691 " showHide('giftamounts_accesscard_space1',1);"+1692 " showHide('giftamounts_accesscard1',1);"+1693 " showHide('giftamounts_accesscard_and',1);"+1694 " showHide('giftamounts_accesscard_more',0);"+1695 " showHide('giftamounts_accesscard_less',1)\">"+1696 " <\/div>"+1697 " <div id='giftamounts_accesscard_and' style='float:left;display:none;'>"+1698 " &nbsp;and&nbsp;"+1699 " <\/div>"+1700 " <div id='giftamounts_accesscard_opt1' style='width:5%;float:left;display:none;'>"+1701 " <select id='giftamounts_accesscard_opt1' name='giftamounts_accesscard_opt1'>"+1702 " <option value='gt'>≧<\/option>"+1703 " <option value='lt'>≦<\/option>"+1704 " <option value='eq'>=<\/option>"+1705 " <option value='neq'>≠<\/option>"+1706 " <\/select>"+1707 " <\/div>"+1708 " <div id='giftamounts_accesscard_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1709 " <div id='giftamounts_accesscard1' style='width:16%;float:left;display:none;'>"+1710 " <input type='text' id='giftamounts_accesscard1' name='giftamounts_accesscard1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1711 " <\/div>"+1712 " <div id='giftamounts_accesscard_less' style='float:left;display:none;cursor:pointer;'>"+1713 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('giftamounts_accesscard_opt1',0);"+1714 " showHide('giftamounts_accesscard_space1',0);"+1715 " showHide('giftamounts_accesscard1',0);"+1716 " showHide('giftamounts_accesscard_and',0);"+1717 " showHide('giftamounts_accesscard_more',1);"+1718 " showHide('giftamounts_accesscard_less',0)\">"+1719 " <\/div>"+1720 " <\/td>"+1721 " <\/tr>";17221723var giftamounts_ios = " <tr>"+1724 " <td style='width:4%'>"+1725 " <input type='checkbox' name='ckb_giftamounts_ios' id='ckb_giftamounts_ios' class='filled-in'><\/input>"+1726 " <label for='ckb_giftamounts_ios'><\/label>"+1727 " <\/td>"+1728 " <td style='width:10%'>儲值金額NT$_IOS<\/td>"+1729 " <td>"+1730 " <div style='width:5%;float:left'>"+1731 " <select id='giftamounts_ios_opt' name='giftamounts_ios_opt'>"+1732 " <option value='gt'>≧<\/option>"+1733 " <option value='lt'>≦<\/option>"+1734 " <option value='eq'>=<\/option>"+1735 " <option value='neq'>≠<\/option>"+1736 " <\/select>"+1737 " <\/div>"+1738 " <div id='giftamounts_ios_space' style='float:left'>&nbsp;&nbsp;<\/div>"+1739 " <div id='giftamounts_ios' style='width:16%;float:left'>"+1740 " <input type='text' id='giftamounts_ios' name='giftamounts_ios' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1741 " <\/div>"+1742 " <div id='giftamounts_ios_more' style='float:left;cursor:pointer;'>"+1743 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('giftamounts_ios_opt1',1);"+1744 " showHide('giftamounts_ios_space1',1);"+1745 " showHide('giftamounts_ios1',1);"+1746 " showHide('giftamounts_ios_and',1);"+1747 " showHide('giftamounts_ios_more',0);"+1748 " showHide('giftamounts_ios_less',1)\">"+1749 " <\/div>"+1750 " <div id='giftamounts_ios_and' style='float:left;display:none;'>"+1751 " &nbsp;and&nbsp;"+1752 " <\/div>"+1753 " <div id='giftamounts_ios_opt1' style='width:5%;float:left;display:none;'>"+1754 " <select id='giftamounts_ios_opt1' name='giftamounts_ios_opt1'>"+1755 " <option value='gt'>≧<\/option>"+1756 " <option value='lt'>≦<\/option>"+1757 " <option value='eq'>=<\/option>"+1758 " <option value='neq'>≠<\/option>"+1759 " <\/select>"+1760 " <\/div>"+1761 " <div id='giftamounts_ios_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+1762 " <div id='giftamounts_ios1' style='width:16%;float:left;display:none;'>"+1763 " <input type='text' id='giftamounts_ios1' name='giftamounts_ios1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+1764 " <\/div>"+1765 " <div id='giftamounts_ios_less' style='float:left;display:none;cursor:pointer;'>"+1766 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('giftamounts_ios_opt1',0);"+1767 " showHide('giftamounts_ios_space1',0);"+1768 " showHide('giftamounts_ios1',0);"+1769 " showHide('giftamounts_ios_and',0);"+1770 " showHide('giftamounts_ios_more',1);"+1771 " showHide('giftamounts_ios_less',0)\">"+1772 " <\/div>"+1773 " <\/td>"+1774 " <\/tr>";17751776var accountstatus = " <tr>"+1777 " <td style='width:4%'>"+1778 " <input type='checkbox' name='ckb_accountstatus' id='ckb_accountstatus' class='filled-in'><\/input>"+1779 " <label for='ckb_accountstatus'><\/label>"+1780 " <\/td>"+1781 " <td style='width:10%'>帳號狀態<\/td>"+1782 " <td>"+1783 " <div id='accountstatus_opt' style='width:10%;float:left'>"+1784 " <select id='accountstatus' name='accountstatus'>"+1785 " <option value='normal'>正常<\/option>"+1786 " <option value='gamesuspended'>遊戲停權<\/option>"+1787 " <option value='fullysuspended'>完全停權<\/option>"+1788 " <\/select>"+1789 " <\/div>"+1790 " <div id='accountstatus_more' style='float:left;cursor:pointer;'>"+1791 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('accountstatus_opt1',1);"+1792 " showHide('accountstatus_or',1);"+1793 " showHide('accountstatus_more',0);"+1794 " showHide('accountstatus_less',1)\">"+1795 " <\/div>"+1796 " <div id='accountstatus_or' style='float:left;display:none;'>"+1797 " &nbsp;or&nbsp;"+1798 " <\/div>"+1799 " <div id='accountstatus_opt1' style='width:10%;float:left;display:none;'>"+1800 " <select id='accountstatus' name='accountstatus'>"+1801 " <option value='normal'>正常<\/option>"+1802 " <option value='gamesuspended'>遊戲停權<\/option>"+1803 " <option value='fullysuspended'>完全停權<\/option>"+1804 " <\/select>"+1805 " <\/div>"+1806 " <div id='accountstatus_less' style='float:left;display:none;cursor:pointer;'>"+1807 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('accountstatus_opt1',0);"+1808 " showHide('accountstatus_or',0);"+1809 " showHide('accountstatus_more',1);"+1810 " showHide('accountstatus_less',0)\">"+1811 " <\/div>"+1812 " <\/td>"+1813 " <\/tr>";18141815var startsuspendedtime = " <tr>"+1816 " <td style='width:4%'>"+1817 " <input type='checkbox' name='ckb_startsuspendedtime' id='ckb_startsuspendedtime' class='filled-in'><\/input>"+1818 " <label for='ckb_startsuspendedtime'><\/label>"+1819 " <\/td>"+1820 " <td style='width:10%'>開始停權時間<\/td>"+1821 " <td>"+1822 " <input type='text' id='fstartsuspendedtime' name='fstartsuspendedtime' style='text-align:center;width:25%'><\/input>&nbsp;&nbsp;~&nbsp;&nbsp;"+1823 " <input type=\"text\" id='tstartsuspendedtime' name='tstartsuspendedtime' style='text-align:center;width:25%'>"+1824 " <\/td>"+1825 " <\/tr>";18261827var chatstatus = " <tr>"+1828 " <td style='width:4%'>"+1829 " <input type='checkbox' name='ckb_chatstatus' id='ckb_chatstatus' class='filled-in'><\/input>"+1830 " <label for='ckb_chatstatus'><\/label>"+1831 " <\/td>"+1832 " <td style='width:10%'>聊天狀態<\/td>"+1833 " <td>"+1834 " <div id='chatstatus_opt' style='width:10%;float:left'>"+1835 " <select id='chatstatus' name='chatstatus'>"+1836 " <option value='normal'>正常<\/option>"+1837 " <option value='gag'>禁言<\/option>"+1838 " <\/select>"+1839 " <\/div>"+1840 " <div id='chatstatus_more' style='float:left;cursor:pointer;'>"+1841 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('chatstatus_opt1',1);"+1842 " showHide('chatstatus_or',1);"+1843 " showHide('chatstatus_more',0);"+1844 " showHide('chatstatus_less',1)\">"+1845 " <\/div>"+1846 " <div id='chatstatus_or' style='float:left;display:none;'>"+1847 " &nbsp;or&nbsp;"+1848 " <\/div>"+1849 " <div id='chatstatus_opt1' style='width:10%;float:left;display:none;'>"+1850 " <select id='chatstatus' name='chatstatus'>"+1851 " <option value='normal'>正常<\/option>"+1852 " <option value='gag'>禁言<\/option>"+1853 " <\/select>"+1854 " <\/div>"+1855 " <div id='chatstatus_less' style='float:left;display:none;cursor:pointer;'>"+1856 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('chatstatus_opt1',0);"+1857 " showHide('chatstatus_or',0);"+1858 " showHide('chatstatus_more',1);"+1859 " showHide('chatstatus_less',0)\">"+1860 " <\/div>"+1861 " <\/td>"+1862 " <\/tr>";18631864var startgagtime = " <tr>"+1865 " <td style='width:4%'>"+1866 " <input type='checkbox' name='ckb_startgagtime' id='ckb_startgagtime' class='filled-in'><\/input>"+1867 " <label for='ckb_startgagtime'><\/label>"+1868 " <\/td>"+1869 " <td style='width:10%'>開始禁言時間<\/td>"+1870 " <td>"+1871 " <input type='text' id='fstartgagtime' name='fstartgagtime' style='text-align:center;width:25%'><\/input>&nbsp;&nbsp;~&nbsp;&nbsp;"+1872 " <input type=\"text\" id='tstartgagtime' name='tstartgagtime' style='text-align:center;width:25%'>"+1873 " <\/td>"+1874 " <\/tr>";18751876var alertdesc = " <tr>"+1877 " <td style='width:3%'>"+1878 " <input type='checkbox' name='ckb_alertdesc' id='ckb_alertdesc' class='filled-in'><\/input>"+1879 " <label for='ckb_alertdesc'><\/label>"+1880 " <\/td>"+1881 " <td style='width:10%'>異動說明<\/td>"+1882 " <td>"+1883 " <select id='alertdesc' name='alertdesc' style='width:10%'>"+1884 " <option value='yes'>有<\/option>"+1885 " <option value='no'>無<\/option>"+1886 " <\/select>"+1887 " <\/td>"+1888 " <\/tr>";18891890var lastloginplatform = " <tr>"+1891 " <td style='width:4%'>"+1892 " <input type='checkbox' name='ckb_lastloginplatform' id='ckb_lastloginplatform' class='filled-in'><\/input>"+1893 " <label for='ckb_lastloginplatform'><\/label>"+1894 " <\/td>"+1895 " <td style='width:10%'>最後登入平台<\/td>"+1896 " <td>"+1897 " <div style='width:10%;float:left'>"+1898 " <select id='lastloginplatform' name='lastloginplatform'>"+1899 " <option value='test'>測試用<\/option>"+1900 " <option value='angp'>AnGP<\/option>"+1901 " <option value='anma'>AnMa<\/option>"+1902 " <option value='ios'>IOS<\/option>"+1903 " <option value='web'>WEB<\/option>"+1904 " <\/select>"+1905 " <\/div>"+1906 " <div id='lastloginplatform_more' style='float:left;cursor:pointer;'>"+1907 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('lastloginplatform1',1);"+1908 " showHide('lastloginplatform_or',1);"+1909 " showHide('lastloginplatform_more',0);"+1910 " showHide('lastloginplatform_more1',1);"+1911 " showHide('lastloginplatform_less',1)\">"+1912 " <\/div>"+1913 " <div id='lastloginplatform_or' style='float:left;display:none;'>"+1914 " &nbsp;or&nbsp;"+1915 " <\/div>"+1916 " <div id='lastloginplatform1' style='width:10%;float:left;display:none;'>"+1917 " <select id='lastloginplatform' name='lastloginplatform'>"+1918 " <option value='test'>測試用<\/option>"+1919 " <option value='angp'>AnGP<\/option>"+1920 " <option value='anma'>AnMa<\/option>"+1921 " <option value='ios'>IOS<\/option>"+1922 " <option value='web'>WEB<\/option>"+1923 " <\/select>"+1924 " <\/div>"+1925 " <div id='lastloginplatform_more1' style='float:left;display:none;cursor:pointer;'>"+1926 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('lastloginplatform2',1);"+1927 " showHide('lastloginplatform_or1',1);"+1928 " showHide('lastloginplatform_more1',0);"+1929 " showHide('lastloginplatform_more2',1);"+1930 " showHide('lastloginplatform_less',0);"+1931 " showHide('lastloginplatform_less1',1);\">"+1932 " <\/div>"+1933 " <div id='lastloginplatform_or1' style='float:left;display:none;'>"+1934 " &nbsp;or&nbsp;"+1935 " <\/div>"+1936 " <div id='lastloginplatform_less' style='float:left;display:none;cursor:pointer;'>"+1937 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('lastloginplatform1',0);"+1938 " showHide('lastloginplatform_or',0);"+1939 " showHide('lastloginplatform_more',1);"+1940 " showHide('lastloginplatform_more1',0);"+1941 " showHide('lastloginplatform_less',0)\">"+1942 " <\/div>"+1943 " <div id='lastloginplatform2' style='width:10%;float:left;display:none;'>"+1944 " <select id='lastloginplatform' name='lastloginplatform'>"+1945 " <option value='test'>測試用<\/option>"+1946 " <option value='angp'>AnGP<\/option>"+1947 " <option value='anma'>AnMa<\/option>"+1948 " <option value='ios'>IOS<\/option>"+1949 " <option value='web'>WEB<\/option>"+1950 " <\/select>"+1951 " <\/div>"+1952 " <div id='lastloginplatform_more2' style='float:left;display:none;cursor:pointer;'>"+1953 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('lastloginplatform3',1);"+1954 " showHide('lastloginplatform_or2',1);"+1955 " showHide('lastloginplatform_more2',0);"+1956 " showHide('lastloginplatform_less1',0);"+1957 " showHide('lastloginplatform_less2',1);\">"+1958 " <\/div>"+1959 " <div id='lastloginplatform_or2' style='float:left;display:none;'>"+1960 " &nbsp;or&nbsp;"+1961 " <\/div>"+1962 " <div id='lastloginplatform_less1' style='float:left;display:none;cursor:pointer;'>"+1963 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('lastloginplatform2',0);"+1964 " showHide('lastloginplatform_or1',0);"+1965 " showHide('lastloginplatform_less1',0);"+1966 " showHide('lastloginplatform_more2',0);"+1967 " showHide('lastloginplatform_less',1);"+1968 " showHide('lastloginplatform_more1',1);\">"+1969 " <\/div>"+1970 " <div id='lastloginplatform3' style='width:10%;float:left;display:none;'>"+1971 " <select id='lastloginplatform' name='lastloginplatform'>"+1972 " <option value='test'>測試用<\/option>"+1973 " <option value='angp'>AnGP<\/option>"+1974 " <option value='anma'>AnMa<\/option>"+1975 " <option value='ios'>IOS<\/option>"+1976 " <option value='web'>WEB<\/option>"+1977 " <\/select>"+1978 " <\/div>"+1979 " <div id='lastloginplatform_less2' style='float:left;display:none;cursor:pointer;'>"+1980 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('lastloginplatform3',0);"+1981 " showHide('lastloginplatform_less2',0);"+1982 " showHide('lastloginplatform_or2',0);"+1983 " showHide('lastloginplatform_more2',1);"+1984 " showHide('lastloginplatform_less1',1);\">"+1985 " <\/div>"+1986 " <\/td>"+1987 " <\/tr>";19881989var memberposition = " <tr>"+1990 " <td style='width:4%'>"+1991 " <input type='checkbox' name='ckb_memberposition' id='ckb_memberposition' class='filled-in'><\/input>"+1992 " <label for='ckb_memberposition'><\/label>"+1993 " <\/td>"+1994 " <td style='width:10%'>會員位置<\/td>"+1995 " <td>"+1996 " <div style='width:10%;float:left'>"+1997 " <select id='memberposition' name='memberposition'>"+1998 " <option value='offline'>離線<\/option>"+1999 " <option value='officewebsite'>官網<\/option>"+2000 " <option value='lobby'>大廳<\/option>"+2001 " <option value='game_platform'>遊戲名_選台頁<\/option>"+2002 " <option value='game_machine'>遊戲名_機台編號<\/option>"+2003 " <\/select>"+2004 " <\/div>"+2005 " <div id='more' style='float:left;cursor:pointer;'>"+2006 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('memberposition1',1);"+2007 " showHide('or',1);showHide('more',0);"+2008 " showHide('more1',1);"+2009 " showHide('less',1)\">"+2010 " <\/div>"+2011 " <div id='or' style='float:left;display:none;'>"+2012 " &nbsp;or&nbsp;"+2013 " <\/div>"+2014 " <div id='memberposition1' style='width:10%;float:left;display:none;'>"+2015 " <select id='memberposition' name='memberposition'>"+2016 " <option value='offline'>離線<\/option>"+2017 " <option value='officewebsite'>官網<\/option>"+2018 " <option value='lobby'>大廳<\/option>"+2019 " <option value='game_platform'>遊戲名_選台頁<\/option>"+2020 " <option value='game_machine'>遊戲名_機台編號<\/option>"+2021 " <\/select>"+2022 " <\/div>"+2023 " <div id='more1' style='float:left;display:none;cursor:pointer;'>"+2024 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('memberposition2',1);"+2025 " showHide('or1',1);"+2026 " showHide('more1',0);"+2027 " showHide('less',0);"+2028 " showHide('less1',1);\">"+2029 " <\/div>"+2030 " <div id='or1' style='float:left;display:none;'>"+2031 " &nbsp;or&nbsp;"+2032 " <\/div>"+2033 " <div id='less' style='float:left;display:none;cursor:pointer;'>"+2034 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('memberposition1',0);"+2035 " showHide('or',0);"+2036 " showHide('more',1);"+2037 " showHide('more1',0);"+2038 " showHide('less',0)\">"+2039 " <\/div>"+2040 " <div id='memberposition2' style='width:10%;float:left;display:none;'>"+2041 " <select id='memberposition' name='memberposition'>"+2042 " <option value='offline'>離線<\/option>"+2043 " <option value='officewebsite'>官網<\/option>"+2044 " <option value='lobby'>大廳<\/option>"+2045 " <option value='game_platform'>遊戲名_選台頁<\/option>"+2046 " <option value='game_machine'>遊戲名_機台編號<\/option>"+2047 " <\/select>"+2048 " <\/div>"+2049 " <div id='less1' style='float:left;display:none;cursor:pointer;'>"+2050 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('memberposition2',0);"+2051 " showHide('or1',0);"+2052 " showHide('more1',1);"+2053 " showHide('less1',0);"+2054 " showHide('less',1);\">"+2055 " <\/div>"+2056 " <\/td>"+2057 " <\/tr>";20582059var lastlogintime = " <tr>"+2060 " <td style='width:4%'>"+2061 " <input type='checkbox' name='ckb_lastlogintime' id='ckb_lastlogintime' class='filled-in'><\/input>"+2062 " <label for='ckb_lastlogintime'><\/label>"+2063 " <\/td>"+2064 " <td style='width:10%'>最後登入時間<\/td>"+2065 " <td>"+2066 " <input type='text' id='flastlogintime' name='flastlogintime' style='text-align:center;width:25%'><\/input>&nbsp;&nbsp;~&nbsp;&nbsp;"+2067 " <input type=\"text\" id='tlastlogintime' name='tlastlogintime' style='text-align:center;width:25%'>"+2068 " <\/td>"+2069 " <\/tr>";20702071var lastlogouttime = " <tr>"+2072 " <td style='width:4%'>"+2073 " <input type='checkbox' name='ckb_lastlogouttime' id='ckb_lastlogouttime' class='filled-in'><\/input>"+2074 " <label for='ckb_lastlogouttime'><\/label>"+2075 " <\/td>"+2076 " <td style='width:10%'>最後登出時間<\/td>"+2077 " <td>"+2078 " <input type='text' id='flastlogouttime' name='flastlogouttime' style='text-align:center;width:25%'><\/input>&nbsp;&nbsp;~&nbsp;&nbsp;"+2079 " <input type=\"text\" id='tlastlogouttime' name='tlastlogouttime' style='text-align:center;width:25%'>"+2080 " <\/td>"+2081 " <\/tr>";20822083var logintimes = " <tr>"+2084 " <td style='width:4%'>"+2085 " <input type='checkbox' name='ckb_logintimes' id='ckb_logintimes' class='filled-in'><\/input>"+2086 " <label for='ckb_logintimes'><\/label>"+2087 " <\/td>"+2088 " <td style='width:10%'>登入次數<\/td>"+2089 " <td>"+2090 " <div style='width:5%;float:left'>"+2091 " <select id='logintimes_opt' name='logintimes_opt'>"+2092 " <option value='gt'>≧<\/option>"+2093 " <option value='lt'>≦<\/option>"+2094 " <option value='eq'>=<\/option>"+2095 " <option value='neq'>≠<\/option>"+2096 " <\/select>"+2097 " <\/div>"+2098 " <div id='logintimes_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2099 " <div id='logintimes' style='width:16%;float:left'>"+2100 " <input type='text' id='logintimes' name='logintimes' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2101 " <\/div>"+2102 " <div id='logintimes_more' style='float:left;cursor:pointer;'>"+2103 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('logintimes_opt1',1);"+2104 " showHide('logintimes_space1',1);"+2105 " showHide('logintimes1',1);"+2106 " showHide('logintimes_and',1);"+2107 " showHide('logintimes_more',0);"+2108 " showHide('logintimes_less',1)\">"+2109 " <\/div>"+2110 " <div id='logintimes_and' style='float:left;display:none;'>"+2111 " &nbsp;and&nbsp;"+2112 " <\/div>"+2113 " <div id='logintimes_opt1' style='width:5%;float:left;display:none;'>"+2114 " <select id='logintimes_opt1' name='logintimes_opt1'>"+2115 " <option value='gt'>≧<\/option>"+2116 " <option value='lt'>≦<\/option>"+2117 " <option value='eq'>=<\/option>"+2118 " <option value='neq'>≠<\/option>"+2119 " <\/select>"+2120 " <\/div>"+2121 " <div id='logintimes_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2122 " <div id='logintimes1' style='width:16%;float:left;display:none;'>"+2123 " <input type='text' id='logintimes1' name='logintimes1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2124 " <\/div>"+2125 " <div id='logintimes_less' style='float:left;display:none;cursor:pointer;'>"+2126 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('logintimes_opt1',0);"+2127 " showHide('logintimes_space1',0);"+2128 " showHide('logintimes1',0);"+2129 " showHide('logintimes_and',0);"+2130 " showHide('logintimes_more',1);"+2131 " showHide('logintimes_less',0)\">"+2132 " <\/div>"+2133 " <\/td>"+2134 " <\/tr>";21352136var accumulatedlogintime = " <tr>"+2137 " <td style='width:4%'>"+2138 " <input type='checkbox' name='ckb_accumulatedlogintime' id='ckb_accumulatedlogintime' class='filled-in'><\/input>"+2139 " <label for='ckb_accumulatedlogintime'><\/label>"+2140 " <\/td>"+2141 " <td style='width:10%'>累積登入時間<\/td>"+2142 " <td>"+2143 " <input type='text' id='faccumulatedlogintime' name='faccumulatedlogintime' style='text-align:center;width:25%'><\/input>&nbsp;&nbsp;~&nbsp;&nbsp;"+2144 " <input type=\"text\" id='taccumulatedlogintime' name='taccumulatedlogintime' style='text-align:center;width:25%'>"+2145 " <\/td>"+2146 " <\/tr>";21472148var accumulatedgametime = " <tr>"+2149 " <td style='width:4%'>"+2150 " <input type='checkbox' name='ckb_accumulatedgametime' id='ckb_accumulatedgametime' class='filled-in'><\/input>"+2151 " <label for='ckb_accumulatedgametime'><\/label>"+2152 " <\/td>"+2153 " <td style='width:10%'>累積遊戲時間<\/td>"+2154 " <td>"+2155 " <input type='text' id='faccumulatedgametime' name='faccumulatedgametime' style='text-align:center;width:25%'><\/input>&nbsp;&nbsp;~&nbsp;&nbsp;"+2156 " <input type=\"text\" id='taccumulatedgametime' name='taccumulatedgametime' style='text-align:center;width:25%'>"+2157 " <\/td>"+2158 " <\/tr>";21592160var lastip = " <tr>"+2161 " <td style='width:4%'>"+2162 " <input type='checkbox' name='ckb_lastip' id='ckb_lastip' class='filled-in'><\/input>"+2163 " <label for='ckb_lastip'><\/label>"+2164 " <\/td>"+2165 " <td style='width:10%'>最後IP<\/td>"+2166 " <td>"+2167 " <input type='text' id='lastip' name='lastip' maxlength=15 style='text-align:center;width:55%' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==46)'><\/input>"+2168 " <\/td>"+2169 " <\/tr>";21702171var personalrip = " <tr>"+2172 " <td style='width:4%'>"+2173 " <input type='checkbox' name='ckb_personalrip' id='ckb_personalrip' class='filled-in'><\/input>"+2174 " <label for='ckb_personalrip'><\/label>"+2175 " <\/td>"+2176 " <td style='width:10%'>個人RTP<\/td>"+2177 " <td>"+2178 " <div style='width:5%;float:left'>"+2179 " <select id='personalrip_opt' name='personalrip_opt'>"+2180 " <option value='gt'>≧<\/option>"+2181 " <option value='lt'>≦<\/option>"+2182 " <option value='eq'>=<\/option>"+2183 " <option value='neq'>≠<\/option>"+2184 " <\/select>"+2185 " <\/div>"+2186 " <div id='personalrip_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2187 " <div id='personalrip' style='width:16%;float:left'>"+2188 " <input type='text' id='personalrip' name='personalrip' maxlength=7 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==46))'><\/input>"+2189 " <\/div>"+2190 " <div id='personalrip_percent' style='float:left'>%<\/div>"+2191 " <div id='personalrip_more' style='float:left;cursor:pointer;'>"+2192 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('personalrip_opt1',1);"+2193 " showHide('personalrip_space1',1);"+2194 " showHide('personalrip1',1);"+2195 " showHide('personalrip_and',1);"+2196 " showHide('personalrip_more',0);"+2197 " showHide('personalrip_percent1',1);"+2198 " showHide('personalrip_less',1)\">"+2199 " <\/div>"+2200 " <div id='personalrip_and' style='float:left;display:none;'>"+2201 " &nbsp;and&nbsp;"+2202 " <\/div>"+2203 " <div id='personalrip_opt1' style='width:5%;float:left;display:none;'>"+2204 " <select id='personalrip_opt1' name='personalrip_opt1'>"+2205 " <option value='gt'>≧<\/option>"+2206 " <option value='lt'>≦<\/option>"+2207 " <option value='eq'>=<\/option>"+2208 " <option value='neq'>≠<\/option>"+2209 " <\/select>"+2210 " <\/div>"+2211 " <div id='personalrip_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2212 " <div id='personalrip1' style='width:16%;float:left;display:none;'>"+2213 " <input type='text' id='personalrip1' name='personalrip1' maxlength=7 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==46))'><\/input>"+2214 " <\/div>"+2215 " <div id='personalrip_percent1' style='float:left;display:none;'>%<\/div>"+2216 " <div id='personalrip_less' style='float:left;display:none;cursor:pointer;'>"+2217 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('personalrip_opt1',0);"+2218 " showHide('personalrip_space1',0);"+2219 " showHide('personalrip1',0);"+2220 " showHide('personalrip_and',0);"+2221 " showHide('personalrip_more',1);"+2222 " showHide('personalrip_percent1',0);"+2223 " showHide('personalrip_less',0)\">"+2224 " <\/div>"+2225 " <\/td>"+2226 " <\/tr>";22272228var probabilitylists = " <tr>"+2229 " <td style='width:4%'>"+2230 " <input type='checkbox' name='ckb_probabilitylists' id='ckb_probabilitylists' class='filled-in'><\/input>"+2231 " <label for='ckb_probabilitylists'><\/label>"+2232 " <\/td>"+2233 " <td style='width:10%'>機率名單<\/td>"+2234 " <td>"+2235 " <select id='probabilitylists' name='probabilitylists' style='width:10%'>"+2236 " <option value='yes'>有<\/option>"+2237 " <option value='no'>無<\/option>"+2238 " <\/select>"+2239 " <\/td>"+2240 " <\/tr>";22412242var winlosenetgain = " <tr>"+2243 " <td style='width:4%'>"+2244 " <input type='checkbox' name='ckb_winlosenetgain' id='ckb_winlosenetgain' class='filled-in'><\/input>"+2245 " <label for='ckb_winlosenetgain'><\/label>"+2246 " <\/td>"+2247 " <td style='width:10%'>輸贏淨得<\/td>"+2248 " <td>"+2249 " <div style='width:5%;float:left'>"+2250 " <select id='winlosenetgain_opt' name='winlosenetgain_opt'>"+2251 " <option value='gt'>≧<\/option>"+2252 " <option value='lt'>≦<\/option>"+2253 " <option value='eq'>=<\/option>"+2254 " <option value='neq'>≠<\/option>"+2255 " <\/select>"+2256 " <\/div>"+2257 " <div id='winlosenetgain_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2258 " <div id='winlosenetgain' style='width:16%;float:left'>"+2259 " <input type='text' id='winlosenetgain' name='winlosenetgain' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2260 " <\/div>"+2261 " <div id='winlosenetgain_more' style='float:left;cursor:pointer;'>"+2262 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('winlosenetgain_opt1',1);"+2263 " showHide('winlosenetgain_space1',1);"+2264 " showHide('winlosenetgain1',1);"+2265 " showHide('winlosenetgain_and',1);"+2266 " showHide('winlosenetgain_more',0);"+2267 " showHide('winlosenetgain_less',1)\">"+2268 " <\/div>"+2269 " <div id='winlosenetgain_and' style='float:left;display:none;'>"+2270 " &nbsp;and&nbsp;"+2271 " <\/div>"+2272 " <div id='winlosenetgain_opt1' style='width:5%;float:left;display:none;'>"+2273 " <select id='winlosenetgain_opt1' name='winlosenetgain_opt1'>"+2274 " <option value='gt'>≧<\/option>"+2275 " <option value='lt'>≦<\/option>"+2276 " <option value='eq'>=<\/option>"+2277 " <option value='neq'>≠<\/option>"+2278 " <\/select>"+2279 " <\/div>"+2280 " <div id='winlosenetgain_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2281 " <div id='winlosenetgain1' style='width:16%;float:left;display:none;'>"+2282 " <input type='text' id='winlosenetgain1' name='winlosenetgain1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2283 " <\/div>"+2284 " <div id='winlosenetgain_less' style='float:left;display:none;cursor:pointer;'>"+2285 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('winlosenetgain_opt1',0);"+2286 " showHide('winlosenetgain_space1',0);"+2287 " showHide('winlosenetgain1',0);"+2288 " showHide('winlosenetgain_and',0);"+2289 " showHide('winlosenetgain_more',1);"+2290 " showHide('winlosenetgain_less',0)\">"+2291 " <\/div>"+2292 " <\/td>"+2293 " <\/tr>";22942295var totalchargepoints = " <tr>"+2296 " <td style='width:4%'>"+2297 " <input type='checkbox' name='ckb_totalchargepoints' id='ckb_totalchargepoints' class='filled-in'><\/input>"+2298 " <label for='ckb_totalchargepoints'><\/label>"+2299 " <\/td>"+2300 " <td style='width:10%'>總押分<\/td>"+2301 " <td>"+2302 " <div style='width:5%;float:left'>"+2303 " <select id='totalchargepoints_opt' name='totalchargepoints_opt'>"+2304 " <option value='gt'>≧<\/option>"+2305 " <option value='lt'>≦<\/option>"+2306 " <option value='eq'>=<\/option>"+2307 " <option value='neq'>≠<\/option>"+2308 " <\/select>"+2309 " <\/div>"+2310 " <div id=totalchargepoints_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2311 " <div id='totalchargepoints' style='width:16%;float:left'>"+2312 " <input type='text' id='totalchargepoints' name='totalchargepoints' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2313 " <\/div>"+2314 " <div id='totalchargepoints_more' style='float:left;cursor:pointer;'>"+2315 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide(totalchargepoints_opt1',1);"+2316 " showHide(totalchargepoints_space1',1);"+2317 " showHide(totalchargepoints1',1);"+2318 " showHide(totalchargepoints_and',1);"+2319 " showHide(totalchargepoints_more',0);"+2320 " showHide(totalchargepoints_less',1)\">"+2321 " <\/div>"+2322 " <div id='totalchargepoints_and' style='float:left;display:none;'>"+2323 " &nbsp;and&nbsp;"+2324 " <\/div>"+2325 " <div id='totalchargepoints_opt1' style='width:5%;float:left;display:none;'>"+2326 " <select id='totalchargepoints_opt1' name='totalchargepoints_opt1'>"+2327 " <option value='gt'>≧<\/option>"+2328 " <option value='lt'>≦<\/option>"+2329 " <option value='eq'>=<\/option>"+2330 " <option value='neq'>≠<\/option>"+2331 " <\/select>"+2332 " <\/div>"+2333 " <div id='totalchargepoints_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2334 " <div id='totalchargepoints1' style='width:16%;float:left;display:none;'>"+2335 " <input type='text' id='totalchargepoints1' name='totalchargepoints1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2336 " <\/div>"+2337 " <div id=totalchargepoints_less' style='float:left;display:none;cursor:pointer;'>"+2338 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide(totalchargepoints_opt1',0);"+2339 " showHide(totalchargepoints_space1',0);"+2340 " showHide(totalchargepoints1',0);"+2341 " showHide(totalchargepoints_and',0);"+2342 " showHide(totalchargepoints_more',1);"+2343 " showHide(totalchargepoints_less',0)\">"+2344 " <\/div>"+2345 " <\/td>"+2346 " <\/tr>";23472348var totalchargepoints_Gcurrency = " <tr>"+2349 " <td style='width:4%'>"+2350 " <input type='checkbox' name='ckb_totalchargepoints_Gcurrency' id='ckb_totalchargepoints_Gcurrency' class='filled-in'><\/input>"+2351 " <label for='ckb_totalchargepoints_Gcurrency'><\/label>"+2352 " <\/td>"+2353 " <td style='width:10%'>總押分_G幣<\/td>"+2354 " <td>"+2355 " <div style='width:5%;float:left'>"+2356 " <select id='totalchargepoints_Gcurrency_opt' name='totalchargepoints_Gcurrency_opt'>"+2357 " <option value='gt'>≧<\/option>"+2358 " <option value='lt'>≦<\/option>"+2359 " <option value='eq'>=<\/option>"+2360 " <option value='neq'>≠<\/option>"+2361 " <\/select>"+2362 " <\/div>"+2363 " <div id='totalchargepoints_Gcurrency_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2364 " <div id='totalchargepoints_Gcurrency' style='width:16%;float:left'>"+2365 " <input type='text' id='totalchargepoints_Gcurrency' name='totalchargepoints_Gcurrency' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2366 " <\/div>"+2367 " <div id='totalchargepoints_Gcurrency_more' style='float:left;cursor:pointer;'>"+2368 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalchargepoints_Gcurrency_opt1',1);"+2369 " showHide('totalchargepoints_Gcurrency_space1',1);"+2370 " showHide('totalchargepoints_Gcurrency1',1);"+2371 " showHide('totalchargepoints_Gcurrency_and',1);"+2372 " showHide('totalchargepoints_Gcurrency_more',0);"+2373 " showHide('totalchargepoints_Gcurrency_less',1)\">"+2374 " <\/div>"+2375 " <div id='totalchargepoints_Gcurrency_and' style='float:left;display:none;'>"+2376 " &nbsp;and&nbsp;"+2377 " <\/div>"+2378 " <div id='totalchargepoints_Gcurrency_opt1' style='width:5%;float:left;display:none;'>"+2379 " <select id='totalchargepoints_Gcurrency_opt1' name='totalchargepoints_Gcurrency_opt1'>"+2380 " <option value='gt'>≧<\/option>"+2381 " <option value='lt'>≦<\/option>"+2382 " <option value='eq'>=<\/option>"+2383 " <option value='neq'>≠<\/option>"+2384 " <\/select>"+2385 " <\/div>"+2386 " <div id='totalchargepoints_Gcurrency_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2387 " <div id='totalchargepoints_Gcurrency1' style='width:16%;float:left;display:none;'>"+2388 " <input type='text' id='totalchargepoints_Gcurrency1' name='totalchargepoints_Gcurrency1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2389 " <\/div>"+2390 " <div id='totalchargepoints_Gcurrency_less' style='float:left;display:none;cursor:pointer;'>"+2391 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalchargepoints_Gcurrency_opt1',0);"+2392 " showHide('totalchargepoints_Gcurrency_space1',0);"+2393 " showHide('totalchargepoints_Gcurrency1',0);"+2394 " showHide('totalchargepoints_Gcurrency_and',0);"+2395 " showHide('totalchargepoints_Gcurrency_more',1);"+2396 " showHide('totalchargepoints_Gcurrency_less',0)\">"+2397 " <\/div>"+2398 " <\/td>"+2399 " <\/tr>";24002401var totalchargepoints_luckymoney = " <tr>"+2402 " <td style='width:4%'>"+2403 " <input type='checkbox' name='ckb_totalchargepoints_luckymoney' id='ckb_totalchargepoints_luckymoney' class='filled-in'><\/input>"+2404 " <label for='ckb_totalchargepoints_luckymoney'><\/label>"+2405 " <\/td>"+2406 " <td style='width:10%'>總押分_開運金<\/td>"+2407 " <td>"+2408 " <div style='width:5%;float:left'>"+2409 " <select id='totalchargepoints_luckymoney_opt' name='totalchargepoints_luckymoney_opt'>"+2410 " <option value='gt'>≧<\/option>"+2411 " <option value='lt'>≦<\/option>"+2412 " <option value='eq'>=<\/option>"+2413 " <option value='neq'>≠<\/option>"+2414 " <\/select>"+2415 " <\/div>"+2416 " <div id='totalchargepoints_luckymoney_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2417 " <div id='totalchargepoints_luckymoney' style='width:16%;float:left'>"+2418 " <input type='text' id='totalchargepoints_luckymoney' name='totalchargepoints_luckymoney' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2419 " <\/div>"+2420 " <div id='totalchargepoints_luckymoney_more' style='float:left;cursor:pointer;'>"+2421 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalchargepoints_luckymoney_opt1',1);"+2422 " showHide('totalchargepoints_luckymoney_space1',1);"+2423 " showHide('totalchargepoints_luckymoney1',1);"+2424 " showHide('totalchargepoints_luckymoney_and',1);"+2425 " showHide('totalchargepoints_luckymoney_more',0);"+2426 " showHide('totalchargepoints_luckymoney_less',1)\">"+2427 " <\/div>"+2428 " <div id='totalchargepoints_luckymoney_and' style='float:left;display:none;'>"+2429 " &nbsp;and&nbsp;"+2430 " <\/div>"+2431 " <div id='totalchargepoints_luckymoney_opt1' style='width:5%;float:left;display:none;'>"+2432 " <select id='totalchargepoints_luckymoney_opt1' name='totalchargepoints_luckymoney_opt1'>"+2433 " <option value='gt'>≧<\/option>"+2434 " <option value='lt'>≦<\/option>"+2435 " <option value='eq'>=<\/option>"+2436 " <option value='neq'>≠<\/option>"+2437 " <\/select>"+2438 " <\/div>"+2439 " <div id='totalchargepoints_luckymoney_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2440 " <div id='totalchargepoints_luckymoney1' style='width:16%;float:left;display:none;'>"+2441 " <input type='text' id='totalchargepoints_luckymoney1' name='totalchargepoints_luckymoney1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2442 " <\/div>"+2443 " <div id='totalchargepoints_luckymoney_less' style='float:left;display:none;cursor:pointer;'>"+2444 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalchargepoints_luckymoney_opt1',0);"+2445 " showHide('totalchargepoints_luckymoney_space1',0);"+2446 " showHide('totalchargepoints_luckymoney1',0);"+2447 " showHide('totalchargepoints_luckymoney_and',0);"+2448 " showHide('totalchargepoints_luckymoney_more',1);"+2449 " showHide('totalchargepoints_luckymoney_less',0)\">"+2450 " <\/div>"+2451 " <\/td>"+2452 " <\/tr>";24532454var totalscore = " <tr>"+2455 " <td style='width:4%'>"+2456 " <input type='checkbox' name='ckb_totalscore' id='ckb_totalscore' class='filled-in'><\/input>"+2457 " <label for='ckb_totalscore'><\/label>"+2458 " <\/td>"+2459 " <td style='width:10%'>總得分<\/td>"+2460 " <td>"+2461 " <div style='width:5%;float:left'>"+2462 " <select id='totalscore_opt' name='totalscore_opt'>"+2463 " <option value='gt'>≧<\/option>"+2464 " <option value='lt'>≦<\/option>"+2465 " <option value='eq'>=<\/option>"+2466 " <option value='neq'>≠<\/option>"+2467 " <\/select>"+2468 " <\/div>"+2469 " <div id='totalscore_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2470 " <div id='totalscore' style='width:16%;float:left'>"+2471 " <input type='text' id='totalscore' name='totalscore' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2472 " <\/div>"+2473 " <div id='totalscore_more' style='float:left;cursor:pointer;'>"+2474 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalscore_opt1',1);"+2475 " showHide('totalscore_space1',1);"+2476 " showHide('totalscore1',1);"+2477 " showHide('totalscore_and',1);"+2478 " showHide('totalscore_more',0);"+2479 " showHide('totalscore_less',1)\">"+2480 " <\/div>"+2481 " <div id='totalscore_and' style='float:left;display:none;'>"+2482 " &nbsp;and&nbsp;"+2483 " <\/div>"+2484 " <div id='totalscore_opt1' style='width:5%;float:left;display:none;'>"+2485 " <select id='totalscore_opt1' name='totalscore_opt1'>"+2486 " <option value='gt'>≧<\/option>"+2487 " <option value='lt'>≦<\/option>"+2488 " <option value='eq'>=<\/option>"+2489 " <option value='neq'>≠<\/option>"+2490 " <\/select>"+2491 " <\/div>"+2492 " <div id='totalscore_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2493 " <div id='totalscore1' style='width:16%;float:left;display:none;'>"+2494 " <input type='text' id='totalscore1' name='totalscore1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2495 " <\/div>"+2496 " <div id='totalscore_less' style='float:left;display:none;cursor:pointer;'>"+2497 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalscore_opt1',0);"+2498 " showHide('totalscore_space1',0);"+2499 " showHide('totalscore1',0);"+2500 " showHide('totalscore_and',0);"+2501 " showHide('totalscore_more',1);"+2502 " showHide('totalscore_less',0)\">"+2503 " <\/div>"+2504 " <\/td>"+2505 " <\/tr>";25062507var finaltotalscore_Gcurrency = " <tr>"+2508 " <td style='width:4%'>"+2509 " <input type='checkbox' name='ckb_finaltotalscore_Gcurrency' id='ckb_finaltotalscore_Gcurrency' class='filled-in'><\/input>"+2510 " <label for='ckb_finaltotalscore_Gcurrency'><\/label>"+2511 " <\/td>"+2512 " <td style='width:10%'>最後總得分_G幣<\/td>"+2513 " <td>"+2514 " <div style='width:5%;float:left'>"+2515 " <select id='finaltotalscore_Gcurrency_opt' name='finaltotalscore_Gcurrency_opt'>"+2516 " <option value='gt'>≧<\/option>"+2517 " <option value='lt'>≦<\/option>"+2518 " <option value='eq'>=<\/option>"+2519 " <option value='neq'>≠<\/option>"+2520 " <\/select>"+2521 " <\/div>"+2522 " <div id='finaltotalscore_Gcurrency_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2523 " <div id='finaltotalscore_Gcurrency' style='width:16%;float:left'>"+2524 " <input type='text' id='finaltotalscore_Gcurrency' name='finaltotalscore_Gcurrency' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2525 " <\/div>"+2526 " <div id='finaltotalscore_Gcurrency_more' style='float:left;cursor:pointer;'>"+2527 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('finaltotalscore_Gcurrency_opt1',1);"+2528 " showHide('finaltotalscore_Gcurrency_space1',1);"+2529 " showHide('finaltotalscore_Gcurrency1',1);"+2530 " showHide('finaltotalscore_Gcurrency_and',1);"+2531 " showHide('finaltotalscore_Gcurrency_more',0);"+2532 " showHide('finaltotalscore_Gcurrency_less',1)\">"+2533 " <\/div>"+2534 " <div id='finaltotalscore_Gcurrency_and' style='float:left;display:none;'>"+2535 " &nbsp;and&nbsp;"+2536 " <\/div>"+2537 " <div id='finaltotalscore_Gcurrency_opt1' style='width:5%;float:left;display:none;'>"+2538 " <select id='finaltotalscore_Gcurrency_opt1' name='finaltotalscore_Gcurrency_opt1'>"+2539 " <option value='gt'>≧<\/option>"+2540 " <option value='lt'>≦<\/option>"+2541 " <option value='eq'>=<\/option>"+2542 " <option value='neq'>≠<\/option>"+2543 " <\/select>"+2544 " <\/div>"+2545 " <div id='finaltotalscore_Gcurrency_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2546 " <div id='finaltotalscore_Gcurrency1' style='width:16%;float:left;display:none;'>"+2547 " <input type='text' id='finaltotalscore_Gcurrency1' name='finaltotalscore_Gcurrency1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2548 " <\/div>"+2549 " <div id='finaltotalscore_Gcurrency_less' style='float:left;display:none;cursor:pointer;'>"+2550 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('finaltotalscore_Gcurrency_opt1',0);"+2551 " showHide('finaltotalscore_Gcurrency_space1',0);"+2552 " showHide('finaltotalscore_Gcurrency1',0);"+2553 " showHide('finaltotalscore_Gcurrency_and',0);"+2554 " showHide('finaltotalscore_Gcurrency_more',1);"+2555 " showHide('finaltotalscore_Gcurrency_less',0)\">"+2556 " <\/div>"+2557 " <\/td>"+2558 " <\/tr>";25592560var finaltotalscore_luckymoney = " <tr>"+2561 " <td style='width:4%'>"+2562 " <input type='checkbox' name='ckb_finaltotalscore_luckymoney' id='ckb_finaltotalscore_luckymoney' class='filled-in'><\/input>"+2563 " <label for='ckb_finaltotalscore_luckymoney'><\/label>"+2564 " <\/td>"+2565 " <td style='width:10%'>最後總得分_開運金<\/td>"+2566 " <td>"+2567 " <div style='width:5%;float:left'>"+2568 " <select id='finaltotalscore_luckymoney_opt' name='finaltotalscore_luckymoney_opt'>"+2569 " <option value='gt'>≧<\/option>"+2570 " <option value='lt'>≦<\/option>"+2571 " <option value='eq'>=<\/option>"+2572 " <option value='neq'>≠<\/option>"+2573 " <\/select>"+2574 " <\/div>"+2575 " <div id='finaltotalscore_luckymoney_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2576 " <div id='finaltotalscore_luckymoney' style='width:16%;float:left'>"+2577 " <input type='text' id='finaltotalscore_luckymoney' name='finaltotalscore_luckymoney' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2578 " <\/div>"+2579 " <div id='finaltotalscore_luckymoney_more' style='float:left;cursor:pointer;'>"+2580 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('finaltotalscore_luckymoney_opt1',1);"+2581 " showHide('finaltotalscore_luckymoney_space1',1);"+2582 " showHide('finaltotalscore_luckymoney1',1);"+2583 " showHide('finaltotalscore_luckymoney_and',1);"+2584 " showHide('finaltotalscore_luckymoney_more',0);"+2585 " showHide('finaltotalscore_luckymoney_less',1)\">"+2586 " <\/div>"+2587 " <div id='finaltotalscore_luckymoney_and' style='float:left;display:none;'>"+2588 " &nbsp;and&nbsp;"+2589 " <\/div>"+2590 " <div id='finaltotalscore_luckymoney_opt1' style='width:5%;float:left;display:none;'>"+2591 " <select id='finaltotalscore_luckymoney_opt1' name='finaltotalscore_luckymoney_opt1'>"+2592 " <option value='gt'>≧<\/option>"+2593 " <option value='lt'>≦<\/option>"+2594 " <option value='eq'>=<\/option>"+2595 " <option value='neq'>≠<\/option>"+2596 " <\/select>"+2597 " <\/div>"+2598 " <div id='finaltotalscore_luckymoney_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2599 " <div id='finaltotalscore_luckymoney1' style='width:16%;float:left;display:none;'>"+2600 " <input type='text' id='finaltotalscore_luckymoney1' name='finaltotalscore_luckymoney1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2601 " <\/div>"+2602 " <div id='finaltotalscore_luckymoney_less' style='float:left;display:none;cursor:pointer;'>"+2603 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('finaltotalscore_luckymoney_opt1',0);"+2604 " showHide('finaltotalscore_luckymoney_space1',0);"+2605 " showHide('finaltotalscore_luckymoney1',0);"+2606 " showHide('finaltotalscore_luckymoney_and',0);"+2607 " showHide('finaltotalscore_luckymoney_more',1);"+2608 " showHide('finaltotalscore_luckymoney_less',0)\">"+2609 " <\/div>"+2610 " <\/td>"+2611 " <\/tr>";26122613var totalscoreoutsidegifts = " <tr>"+2614 " <td style='width:4%'>"+2615 " <input type='checkbox' name='ckb_totalscoreoutsidegifts' id='ckb_totalscoreoutsidegifts' class='filled-in'><\/input>"+2616 " <label for='ckb_totalscoreoutsidegifts'><\/label>"+2617 " <\/td>"+2618 " <td style='width:10%'>總外贈得分<\/td>"+2619 " <td>"+2620 " <div style='width:5%;float:left'>"+2621 " <select id='totalscoreoutsidegifts_opt' name='totalscoreoutsidegifts_opt'>"+2622 " <option value='gt'>≧<\/option>"+2623 " <option value='lt'>≦<\/option>"+2624 " <option value='eq'>=<\/option>"+2625 " <option value='neq'>≠<\/option>"+2626 " <\/select>"+2627 " <\/div>"+2628 " <div id='totalscoreoutsidegifts_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2629 " <div id='totalscoreoutsidegifts' style='width:16%;float:left'>"+2630 " <input type='text' id='totalscoreoutsidegifts' name='totalscoreoutsidegifts' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2631 " <\/div>"+2632 " <div id='totalscoreoutsidegifts_more' style='float:left;cursor:pointer;'>"+2633 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalscoreoutsidegifts_opt1',1);"+2634 " showHide('totalscoreoutsidegifts_space1',1);"+2635 " showHide('totalscoreoutsidegifts1',1);"+2636 " showHide('totalscoreoutsidegifts_and',1);"+2637 " showHide('totalscoreoutsidegifts_more',0);"+2638 " showHide('totalscoreoutsidegifts_less',1)\">"+2639 " <\/div>"+2640 " <div id='totalscoreoutsidegifts_and' style='float:left;display:none;'>"+2641 " &nbsp;and&nbsp;"+2642 " <\/div>"+2643 " <div id='totalscoreoutsidegifts_opt1' style='width:5%;float:left;display:none;'>"+2644 " <select id='totalscoreoutsidegifts_opt1' name='totalscoreoutsidegifts_opt1'>"+2645 " <option value='gt'>≧<\/option>"+2646 " <option value='lt'>≦<\/option>"+2647 " <option value='eq'>=<\/option>"+2648 " <option value='neq'>≠<\/option>"+2649 " <\/select>"+2650 " <\/div>"+2651 " <div id='totalscoreoutsidegifts_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2652 " <div id='totalscoreoutsidegifts1' style='width:16%;float:left;display:none;'>"+2653 " <input type='text' id='totalscoreoutsidegifts1' name='totalscoreoutsidegifts1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2654 " <\/div>"+2655 " <div id='totalscoreoutsidegifts_less' style='float:left;display:none;cursor:pointer;'>"+2656 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalscoreoutsidegifts_opt1',0);"+2657 " showHide('totalscoreoutsidegifts_space1',0);"+2658 " showHide('totalscoreoutsidegifts1',0);"+2659 " showHide('totalscoreoutsidegifts_and',0);"+2660 " showHide('totalscoreoutsidegifts_more',1);"+2661 " showHide('totalscoreoutsidegifts_less',0)\">"+2662 " <\/div>"+2663 " <\/td>"+2664 " <\/tr>";26652666var finaltotalscore = " <tr>"+2667 " <td style='width:4%'>"+2668 " <input type='checkbox' name='ckb_finaltotalscore' id='ckb_finaltotalscore' class='filled-in'><\/input>"+2669 " <label for='ckb_finaltotalscore'><\/label>"+2670 " <\/td>"+2671 " <td style='width:10%'>最後總得分<\/td>"+2672 " <td>"+2673 " <div style='width:5%;float:left'>"+2674 " <select id='finaltotalscore_opt' name='finaltotalscore_opt'>"+2675 " <option value='gt'>≧<\/option>"+2676 " <option value='lt'>≦<\/option>"+2677 " <option value='eq'>=<\/option>"+2678 " <option value='neq'>≠<\/option>"+2679 " <\/select>"+2680 " <\/div>"+2681 " <div id='finaltotalscore_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2682 " <div id='finaltotalscore' style='width:16%;float:left'>"+2683 " <input type='text' id='finaltotalscore' name='finaltotalscore' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2684 " <\/div>"+2685 " <div id='finaltotalscore_more' style='float:left;cursor:pointer;'>"+2686 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('finaltotalscore_opt1',1);"+2687 " showHide('finaltotalscore_space1',1);"+2688 " showHide('finaltotalscore1',1);"+2689 " showHide('finaltotalscore_and',1);"+2690 " showHide('finaltotalscore_more',0);"+2691 " showHide('finaltotalscore_less',1)\">"+2692 " <\/div>"+2693 " <div id='finaltotalscore_and' style='float:left;display:none;'>"+2694 " &nbsp;and&nbsp;"+2695 " <\/div>"+2696 " <div id='finaltotalscore_opt1' style='width:5%;float:left;display:none;'>"+2697 " <select id='finaltotalscore_opt1' name='finaltotalscore_opt1'>"+2698 " <option value='gt'>≧<\/option>"+2699 " <option value='lt'>≦<\/option>"+2700 " <option value='eq'>=<\/option>"+2701 " <option value='neq'>≠<\/option>"+2702 " <\/select>"+2703 " <\/div>"+2704 " <div id='finaltotalscore_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2705 " <div id='finaltotalscore1' style='width:16%;float:left;display:none;'>"+2706 " <input type='text' id='finaltotalscore1' name='finaltotalscore1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2707 " <\/div>"+2708 " <div id='finaltotalscore_less' style='float:left;display:none;cursor:pointer;'>"+2709 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('finaltotalscore_opt1',0);"+2710 " showHide('finaltotalscore_space1',0);"+2711 " showHide('finaltotalscore1',0);"+2712 " showHide('finaltotalscore_and',0);"+2713 " showHide('finaltotalscore_more',1);"+2714 " showHide('finaltotalscore_less',0)\">"+2715 " <\/div>"+2716 " <\/td>"+2717 " <\/tr>";27182719var gameboardnumber = " <tr>"+2720 " <td style='width:4%'>"+2721 " <input type='checkbox' name='ckb_gameboardnumber' id='ckb_gameboardnumber' class='filled-in'><\/input>"+2722 " <label for='ckb_gameboardnumber'><\/label>"+2723 " <\/td>"+2724 " <td style='width:10%'>遊戲局數<\/td>"+2725 " <td>"+2726 " <div style='width:5%;float:left'>"+2727 " <select id='gameboardnumber_opt' name='gameboardnumber_opt'>"+2728 " <option value='gt'>≧<\/option>"+2729 " <option value='lt'>≦<\/option>"+2730 " <option value='eq'>=<\/option>"+2731 " <option value='neq'>≠<\/option>"+2732 " <\/select>"+2733 " <\/div>"+2734 " <div id='gameboardnumber_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2735 " <div id='gameboardnumber' style='width:16%;float:left'>"+2736 " <input type='text' id='gameboardnumber' name='gameboardnumber' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2737 " <\/div>"+2738 " <div id='gameboardnumber_more' style='float:left;cursor:pointer;'>"+2739 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('gameboardnumber_opt1',1);"+2740 " showHide('gameboardnumber_space1',1);"+2741 " showHide('gameboardnumber1',1);"+2742 " showHide('gameboardnumber_and',1);"+2743 " showHide('gameboardnumber_more',0);"+2744 " showHide('gameboardnumber_less',1)\">"+2745 " <\/div>"+2746 " <div id='gameboardnumber_and' style='float:left;display:none;'>"+2747 " &nbsp;and&nbsp;"+2748 " <\/div>"+2749 " <div id='gameboardnumber_opt1' style='width:5%;float:left;display:none;'>"+2750 " <select id='gameboardnumber_opt1' name='gameboardnumber_opt1'>"+2751 " <option value='gt'>≧<\/option>"+2752 " <option value='lt'>≦<\/option>"+2753 " <option value='eq'>=<\/option>"+2754 " <option value='neq'>≠<\/option>"+2755 " <\/select>"+2756 " <\/div>"+2757 " <div id='gameboardnumber_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2758 " <div id='gameboardnumber1' style='width:16%;float:left;display:none;'>"+2759 " <input type='text' id='gameboardnumber1' name='gameboardnumber1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2760 " <\/div>"+2761 " <div id='gameboardnumber_less' style='float:left;display:none;cursor:pointer;'>"+2762 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('gameboardnumber_opt1',0);"+2763 " showHide('gameboardnumber_space1',0);"+2764 " showHide('gameboardnumber1',0);"+2765 " showHide('gameboardnumber_and',0);"+2766 " showHide('gameboardnumber_more',1);"+2767 " showHide('gameboardnumber_less',0)\">"+2768 " <\/div>"+2769 " <\/td>"+2770 " <\/tr>";27712772var slotsboardnumber = " <tr>"+2773 " <td style='width:4%'>"+2774 " <input type='checkbox' name='ckb_slotsboardnumber' id='ckb_slotsboardnumber' class='filled-in'><\/input>"+2775 " <label for='ckb_slotsboardnumber'><\/label>"+2776 " <\/td>"+2777 " <td style='width:10%'>SLOTS局數<\/td>"+2778 " <td>"+2779 " <div style='width:5%;float:left'>"+2780 " <select id='slotsboardnumber_opt' name='slotsboardnumber_opt'>"+2781 " <option value='gt'>≧<\/option>"+2782 " <option value='lt'>≦<\/option>"+2783 " <option value='eq'>=<\/option>"+2784 " <option value='neq'>≠<\/option>"+2785 " <\/select>"+2786 " <\/div>"+2787 " <div id='slotsboardnumber_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2788 " <div id='slotsboardnumber' style='width:16%;float:left'>"+2789 " <input type='text' id='slotsboardnumber' name='slotsboardnumber' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2790 " <\/div>"+2791 " <div id='slotsboardnumber_more' style='float:left;cursor:pointer;'>"+2792 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('slotsboardnumber_opt1',1);"+2793 " showHide('slotsboardnumber_space1',1);"+2794 " showHide('slotsboardnumber1',1);"+2795 " showHide('slotsboardnumber_and',1);"+2796 " showHide('slotsboardnumber_more',0);"+2797 " showHide('slotsboardnumber_less',1)\">"+2798 " <\/div>"+2799 " <div id='slotsboardnumber_and' style='float:left;display:none;'>"+2800 " &nbsp;and&nbsp;"+2801 " <\/div>"+2802 " <div id='slotsboardnumber_opt1' style='width:5%;float:left;display:none;'>"+2803 " <select id='slotsboardnumber_opt1' name='slotsboardnumber_opt1'>"+2804 " <option value='gt'>≧<\/option>"+2805 " <option value='lt'>≦<\/option>"+2806 " <option value='eq'>=<\/option>"+2807 " <option value='neq'>≠<\/option>"+2808 " <\/select>"+2809 " <\/div>"+2810 " <div id='slotsboardnumber_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2811 " <div id='slotsboardnumber1' style='width:16%;float:left;display:none;'>"+2812 " <input type='text' id='slotsboardnumber1' name='slotsboardnumber1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2813 " <\/div>"+2814 " <div id='slotsboardnumber_less' style='float:left;display:none;cursor:pointer;'>"+2815 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('slotsboardnumber_opt1',0);"+2816 " showHide('slotsboardnumber_space1',0);"+2817 " showHide('slotsboardnumber1',0);"+2818 " showHide('slotsboardnumber_and',0);"+2819 " showHide('slotsboardnumber_more',1);"+2820 " showHide('slotsboardnumber_less',0)\">"+2821 " <\/div>"+2822 " <\/td>"+2823 " <\/tr>";28242825var tableclassboardnumber = " <tr>"+2826 " <td style='width:4%'>"+2827 " <input type='checkbox' name='ckb_tableclassboardnumber' id='ckb_tableclassboardnumber' class='filled-in'><\/input>"+2828 " <label for='ckb_tableclassboardnumber'><\/label>"+2829 " <\/td>"+2830 " <td style='width:10%'>牌桌類局數<\/td>"+2831 " <td>"+2832 " <div style='width:5%;float:left'>"+2833 " <select id='tableclassboardnumber_opt' name='tableclassboardnumber_opt'>"+2834 " <option value='gt'>≧<\/option>"+2835 " <option value='lt'>≦<\/option>"+2836 " <option value='eq'>=<\/option>"+2837 " <option value='neq'>≠<\/option>"+2838 " <\/select>"+2839 " <\/div>"+2840 " <div id='tableclassboardnumber_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2841 " <div id='tableclassboardnumber' style='width:16%;float:left'>"+2842 " <input type='text' id='tableclassboardnumber' name='tableclassboardnumber' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2843 " <\/div>"+2844 " <div id='tableclassboardnumber_more' style='float:left;cursor:pointer;'>"+2845 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('tableclassboardnumber_opt1',1);"+2846 " showHide('tableclassboardnumber_space1',1);"+2847 " showHide('tableclassboardnumber1',1);"+2848 " showHide('tableclassboardnumber_and',1);"+2849 " showHide('tableclassboardnumber_more',0);"+2850 " showHide('tableclassboardnumber_less',1)\">"+2851 " <\/div>"+2852 " <div id='tableclassboardnumber_and' style='float:left;display:none;'>"+2853 " &nbsp;and&nbsp;"+2854 " <\/div>"+2855 " <div id='tableclassboardnumber_opt1' style='width:5%;float:left;display:none;'>"+2856 " <select id='tableclassboardnumber_opt1' name='tableclassboardnumber_opt1'>"+2857 " <option value='gt'>≧<\/option>"+2858 " <option value='lt'>≦<\/option>"+2859 " <option value='eq'>=<\/option>"+2860 " <option value='neq'>≠<\/option>"+2861 " <\/select>"+2862 " <\/div>"+2863 " <div id='tableclassboardnumber_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2864 " <div id='tableclassboardnumber1' style='width:16%;float:left;display:none;'>"+2865 " <input type='text' id='tableclassboardnumber1' name='tableclassboardnumber1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2866 " <\/div>"+2867 " <div id='tableclassboardnumber_less' style='float:left;display:none;cursor:pointer;'>"+2868 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('tableclassboardnumber_opt1',0);"+2869 " showHide('tableclassboardnumber_space1',0);"+2870 " showHide('tableclassboardnumber1',0);"+2871 " showHide('tableclassboardnumber_and',0);"+2872 " showHide('tableclassboardnumber_more',1);"+2873 " showHide('tableclassboardnumber_less',0)\">"+2874 " <\/div>"+2875 " <\/td>"+2876 " <\/tr>";28772878var someclass1gameboardnumber = " <tr>"+2879 " <td style='width:4%'>"+2880 " <input type='checkbox' name='ckb_someclass1gameboardnumber' id='ckb_someclass1gameboardnumber' class='filled-in'><\/input>"+2881 " <label for='ckb_someclass1gameboardnumber'><\/label>"+2882 " <\/td>"+2883 " <td style='width:10%'>某類1Game局數<\/td>"+2884 " <td>"+2885 " <div style='width:5%;float:left'>"+2886 " <select id='someclass1gameboardnumber_opt' name='someclass1gameboardnumber_opt'>"+2887 " <option value='gt'>≧<\/option>"+2888 " <option value='lt'>≦<\/option>"+2889 " <option value='eq'>=<\/option>"+2890 " <option value='neq'>≠<\/option>"+2891 " <\/select>"+2892 " <\/div>"+2893 " <div id='someclass1gameboardnumber_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2894 " <div id='someclass1gameboardnumber' style='width:16%;float:left'>"+2895 " <input type='text' id='someclass1gameboardnumber' name='someclass1gameboardnumber' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2896 " <\/div>"+2897 " <div id='someclass1gameboardnumber_more' style='float:left;cursor:pointer;'>"+2898 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('someclass1gameboardnumber_opt1',1);"+2899 " showHide('someclass1gameboardnumber_space1',1);"+2900 " showHide('someclass1gameboardnumber1',1);"+2901 " showHide('someclass1gameboardnumber_and',1);"+2902 " showHide('someclass1gameboardnumber_more',0);"+2903 " showHide('someclass1gameboardnumber_less',1)\">"+2904 " <\/div>"+2905 " <div id='someclass1gameboardnumber_and' style='float:left;display:none;'>"+2906 " &nbsp;and&nbsp;"+2907 " <\/div>"+2908 " <div id='someclass1gameboardnumber_opt1' style='width:5%;float:left;display:none;'>"+2909 " <select id='someclass1gameboardnumber_opt1' name='someclass1gameboardnumber_opt1'>"+2910 " <option value='gt'>≧<\/option>"+2911 " <option value='lt'>≦<\/option>"+2912 " <option value='eq'>=<\/option>"+2913 " <option value='neq'>≠<\/option>"+2914 " <\/select>"+2915 " <\/div>"+2916 " <div id='someclass1gameboardnumber_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2917 " <div id='someclass1gameboardnumber1' style='width:16%;float:left;display:none;'>"+2918 " <input type='text' id='someclass1gameboardnumber1' name='someclass1gameboardnumber1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2919 " <\/div>"+2920 " <div id='someclass1gameboardnumber_less' style='float:left;display:none;cursor:pointer;'>"+2921 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('someclass1gameboardnumber_opt1',0);"+2922 " showHide('someclass1gameboardnumber_space1',0);"+2923 " showHide('someclass1gameboardnumber1',0);"+2924 " showHide('someclass1gameboardnumber_and',0);"+2925 " showHide('someclass1gameboardnumber_more',1);"+2926 " showHide('someclass1gameboardnumber_less',0)\">"+2927 " <\/div>"+2928 " <\/td>"+2929 " <\/tr>";29302931var someclass2gameboardnumber = " <tr>"+2932 " <td style='width:4%'>"+2933 " <input type='checkbox' name='ckb_someclass2gameboardnumber' id='ckb_someclass2gameboardnumber' class='filled-in'><\/input>"+2934 " <label for='ckb_someclass2gameboardnumber'><\/label>"+2935 " <\/td>"+2936 " <td style='width:10%'>某類2Game局數<\/td>"+2937 " <td>"+2938 " <div style='width:5%;float:left'>"+2939 " <select id='someclass2gameboardnumber_opt' name='someclass2gameboardnumber_opt'>"+2940 " <option value='gt'>≧<\/option>"+2941 " <option value='lt'>≦<\/option>"+2942 " <option value='eq'>=<\/option>"+2943 " <option value='neq'>≠<\/option>"+2944 " <\/select>"+2945 " <\/div>"+2946 " <div id='someclass2gameboardnumber_space' style='float:left'>&nbsp;&nbsp;<\/div>"+2947 " <div id='someclass2gameboardnumber' style='width:16%;float:left'>"+2948 " <input type='text' id='someclass2gameboardnumber' name='someclass2gameboardnumber' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2949 " <\/div>"+2950 " <div id='someclass2gameboardnumber_more' style='float:left;cursor:pointer;'>"+2951 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('someclass2gameboardnumber_opt1',1);"+2952 " showHide('someclass2gameboardnumber_space1',1);"+2953 " showHide('someclass2gameboardnumber1',1);"+2954 " showHide('someclass2gameboardnumber_and',1);"+2955 " showHide('someclass2gameboardnumber_more',0);"+2956 " showHide('someclass2gameboardnumber_less',1)\">"+2957 " <\/div>"+2958 " <div id='someclass2gameboardnumber_and' style='float:left;display:none;'>"+2959 " &nbsp;and&nbsp;"+2960 " <\/div>"+2961 " <div id='someclass2gameboardnumber_opt1' style='width:5%;float:left;display:none;'>"+2962 " <select id='someclass2gameboardnumber_opt1' name='someclass2gameboardnumber_opt1'>"+2963 " <option value='gt'>≧<\/option>"+2964 " <option value='lt'>≦<\/option>"+2965 " <option value='eq'>=<\/option>"+2966 " <option value='neq'>≠<\/option>"+2967 " <\/select>"+2968 " <\/div>"+2969 " <div id='someclass2gameboardnumber_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+2970 " <div id='someclass2gameboardnumber1' style='width:16%;float:left;display:none;'>"+2971 " <input type='text' id='someclass2gameboardnumber1' name='someclass2gameboardnumber1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+2972 " <\/div>"+2973 " <div id='someclass2gameboardnumber_less' style='float:left;display:none;cursor:pointer;'>"+2974 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('someclass2gameboardnumber_opt1',0);"+2975 " showHide('someclass2gameboardnumber_space1',0);"+2976 " showHide('someclass2gameboardnumber1',0);"+2977 " showHide('someclass2gameboardnumber_and',0);"+2978 " showHide('someclass2gameboardnumber_more',1);"+2979 " showHide('someclass2gameboardnumber_less',0)\">"+2980 " <\/div>"+2981 " <\/td>"+2982 " <\/tr>";29832984var totaltimesmultiple = " <tr>"+2985 " <td style='width:4%'>"+2986 " <input type='checkbox' name='ckb_totaltimesmultiple' id='ckb_totaltimesmultiple' class='filled-in'><\/input>"+2987 " <label for='ckb_totaltimesmultiple'><\/label>"+2988 " <\/td>"+2989 " <td style='width:10%'>比倍總次數<\/td>"+2990 " <td>"+2991 " <div style='width:5%;float:left'>"+2992 " <select id='totaltimesmultiple_opt' name='totaltimesmultiple_opt'>"+2993 " <option value='gt'>≧<\/option>"+2994 " <option value='lt'>≦<\/option>"+2995 " <option value='eq'>=<\/option>"+2996 " <option value='neq'>≠<\/option>"+2997 " <\/select>"+2998 " <\/div>"+2999 " <div id='totaltimesmultiple_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3000 " <div id='totaltimesmultiple' style='width:16%;float:left'>"+3001 " <input type='text' id='totaltimesmultiple' name='totaltimesmultiple' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3002 " <\/div>"+3003 " <div id='totaltimesmultiple_more' style='float:left;cursor:pointer;'>"+3004 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totaltimesmultiple_opt1',1);"+3005 " showHide('totaltimesmultiple_space1',1);"+3006 " showHide('totaltimesmultiple1',1);"+3007 " showHide('totaltimesmultiple_and',1);"+3008 " showHide('totaltimesmultiple_more',0);"+3009 " showHide('totaltimesmultiple_less',1)\">"+3010 " <\/div>"+3011 " <div id='totaltimesmultiple_and' style='float:left;display:none;'>"+3012 " &nbsp;and&nbsp;"+3013 " <\/div>"+3014 " <div id='totaltimesmultiple_opt1' style='width:5%;float:left;display:none;'>"+3015 " <select id='totaltimesmultiple_opt1' name='totaltimesmultiple_opt1'>"+3016 " <option value='gt'>≧<\/option>"+3017 " <option value='lt'>≦<\/option>"+3018 " <option value='eq'>=<\/option>"+3019 " <option value='neq'>≠<\/option>"+3020 " <\/select>"+3021 " <\/div>"+3022 " <div id='totaltimesmultiple_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3023 " <div id='totaltimesmultiple1' style='width:16%;float:left;display:none;'>"+3024 " <input type='text' id='totaltimesmultiple1' name='totaltimesmultiple1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3025 " <\/div>"+3026 " <div id='totaltimesmultiple_less' style='float:left;display:none;cursor:pointer;'>"+3027 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totaltimesmultiple_opt1',0);"+3028 " showHide('totaltimesmultiple_space1',0);"+3029 " showHide('totaltimesmultiple1',0);"+3030 " showHide('totaltimesmultiple_and',0);"+3031 " showHide('totaltimesmultiple_more',1);"+3032 " showHide('totaltimesmultiple_less',0)\">"+3033 " <\/div>"+3034 " <\/td>"+3035 " <\/tr>";30363037var totalscoremultiple = " <tr>"+3038 " <td style='width:4%'>"+3039 " <input type='checkbox' name='ckb_totalscoremultiple' id='ckb_totalscoremultiple' class='filled-in'><\/input>"+3040 " <label for='ckb_totalscoremultiple'><\/label>"+3041 " <\/td>"+3042 " <td style='width:10%'>比倍總得分<\/td>"+3043 " <td>"+3044 " <div style='width:5%;float:left'>"+3045 " <select id='totalscoremultiple_opt' name='totalscoremultiple_opt'>"+3046 " <option value='gt'>≧<\/option>"+3047 " <option value='lt'>≦<\/option>"+3048 " <option value='eq'>=<\/option>"+3049 " <option value='neq'>≠<\/option>"+3050 " <\/select>"+3051 " <\/div>"+3052 " <div id='totalscoremultiple_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3053 " <div id='totalscoremultiple' style='width:16%;float:left'>"+3054 " <input type='text' id='totalscoremultiple' name='totalscoremultiple' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3055 " <\/div>"+3056 " <div id='totalscoremultiple_more' style='float:left;cursor:pointer;'>"+3057 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalscoremultiple_opt1',1);"+3058 " showHide('totalscoremultiple_space1',1);"+3059 " showHide('totalscoremultiple1',1);"+3060 " showHide('totalscoremultiple_and',1);"+3061 " showHide('totalscoremultiple_more',0);"+3062 " showHide('totalscoremultiple_less',1)\">"+3063 " <\/div>"+3064 " <div id='totalscoremultiple_and' style='float:left;display:none;'>"+3065 " &nbsp;and&nbsp;"+3066 " <\/div>"+3067 " <div id='totalscoremultiple_opt1' style='width:5%;float:left;display:none;'>"+3068 " <select id='totalscoremultiple_opt1' name='totalscoremultiple_opt1'>"+3069 " <option value='gt'>≧<\/option>"+3070 " <option value='lt'>≦<\/option>"+3071 " <option value='eq'>=<\/option>"+3072 " <option value='neq'>≠<\/option>"+3073 " <\/select>"+3074 " <\/div>"+3075 " <div id='totalscoremultiple_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3076 " <div id='totalscoremultiple1' style='width:16%;float:left;display:none;'>"+3077 " <input type='text' id='totalscoremultiple1' name='totalscoremultiple1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3078 " <\/div>"+3079 " <div id='totalscoremultiple_less' style='float:left;display:none;cursor:pointer;'>"+3080 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalscoremultiple_opt1',0);"+3081 " showHide('totalscoremultiple_space1',0);"+3082 " showHide('totalscoremultiple1',0);"+3083 " showHide('totalscoremultiple_and',0);"+3084 " showHide('totalscoremultiple_more',1);"+3085 " showHide('totalscoremultiple_less',0)\">"+3086 " <\/div>"+3087 " <\/td>"+3088 " <\/tr>";30893090var totaltimesjp = " <tr>"+3091 " <td style='width:4%'>"+3092 " <input type='checkbox' name='ckb_totaltimesjp' id='ckb_totaltimesjp' class='filled-in'><\/input>"+3093 " <label for='ckb_totaltimesjp'><\/label>"+3094 " <\/td>"+3095 " <td style='width:10%'>連線JP總次數<\/td>"+3096 " <td>"+3097 " <div style='width:5%;float:left'>"+3098 " <select id='totaltimesjp_opt' name='totaltimesjp_opt'>"+3099 " <option value='gt'>≧<\/option>"+3100 " <option value='lt'>≦<\/option>"+3101 " <option value='eq'>=<\/option>"+3102 " <option value='neq'>≠<\/option>"+3103 " <\/select>"+3104 " <\/div>"+3105 " <div id='totaltimesjp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3106 " <div id='totaltimesjp' style='width:16%;float:left'>"+3107 " <input type='text' id='totaltimesjp' name='totaltimesjp' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3108 " <\/div>"+3109 " <div id='totaltimesjp_more' style='float:left;cursor:pointer;'>"+3110 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totaltimesjp_opt1',1);"+3111 " showHide('totaltimesjp_space1',1);"+3112 " showHide('totaltimesjp1',1);"+3113 " showHide('totaltimesjp_and',1);"+3114 " showHide('totaltimesjp_more',0);"+3115 " showHide('totaltimesjp_less',1)\">"+3116 " <\/div>"+3117 " <div id='totaltimesjp_and' style='float:left;display:none;'>"+3118 " &nbsp;and&nbsp;"+3119 " <\/div>"+3120 " <div id='totaltimesjp_opt1' style='width:5%;float:left;display:none;'>"+3121 " <select id='totaltimesjp_opt1' name='totaltimesjp_opt1'>"+3122 " <option value='gt'>≧<\/option>"+3123 " <option value='lt'>≦<\/option>"+3124 " <option value='eq'>=<\/option>"+3125 " <option value='neq'>≠<\/option>"+3126 " <\/select>"+3127 " <\/div>"+3128 " <div id='totaltimesjp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3129 " <div id='totaltimesjp1' style='width:16%;float:left;display:none;'>"+3130 " <input type='text' id='totaltimesjp1' name='totaltimesjp1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3131 " <\/div>"+3132 " <div id='totaltimesjp_less' style='float:left;display:none;cursor:pointer;'>"+3133 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totaltimesjp_opt1',0);"+3134 " showHide('totaltimesjp_space1',0);"+3135 " showHide('totaltimesjp1',0);"+3136 " showHide('totaltimesjp_and',0);"+3137 " showHide('totaltimesjp_more',1);"+3138 " showHide('totaltimesjp_less',0)\">"+3139 " <\/div>"+3140 " <\/td>"+3141 " <\/tr>";31423143var totalscorejp = " <tr>"+3144 " <td style='width:4%'>"+3145 " <input type='checkbox' name='ckb_totalscorejp' id='ckb_totalscorejp' class='filled-in'><\/input>"+3146 " <label for='ckb_totalscorejp'><\/label>"+3147 " <\/td>"+3148 " <td style='width:10%'>連線JP總得分<\/td>"+3149 " <td>"+3150 " <div style='width:5%;float:left'>"+3151 " <select id='totalscorejp_opt' name='totalscorejp_opt'>"+3152 " <option value='gt'>≧<\/option>"+3153 " <option value='lt'>≦<\/option>"+3154 " <option value='eq'>=<\/option>"+3155 " <option value='neq'>≠<\/option>"+3156 " <\/select>"+3157 " <\/div>"+3158 " <div id='totalscorejp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3159 " <div id='totalscorejp' style='width:16%;float:left'>"+3160 " <input type='text' id='totalscorejp' name='totalscorejp' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3161 " <\/div>"+3162 " <div id='totalscorejp_more' style='float:left;cursor:pointer;'>"+3163 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalscorejp_opt1',1);"+3164 " showHide('totalscorejp_space1',1);"+3165 " showHide('totalscorejp1',1);"+3166 " showHide('totalscorejp_and',1);"+3167 " showHide('totalscorejp_more',0);"+3168 " showHide('totalscorejp_less',1)\">"+3169 " <\/div>"+3170 " <div id='totalscorejp_and' style='float:left;display:none;'>"+3171 " &nbsp;and&nbsp;"+3172 " <\/div>"+3173 " <div id='totalscorejp_opt1' style='width:5%;float:left;display:none;'>"+3174 " <select id='totalscorejp_opt1' name='totalscorejp_opt1'>"+3175 " <option value='gt'>≧<\/option>"+3176 " <option value='lt'>≦<\/option>"+3177 " <option value='eq'>=<\/option>"+3178 " <option value='neq'>≠<\/option>"+3179 " <\/select>"+3180 " <\/div>"+3181 " <div id='totalscorejp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3182 " <div id='totalscorejp1' style='width:16%;float:left;display:none;'>"+3183 " <input type='text' id='totalscorejp1' name='totalscorejp1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3184 " <\/div>"+3185 " <div id='totalscorejp_less' style='float:left;display:none;cursor:pointer;'>"+3186 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalscorejp_opt1',0);"+3187 " showHide('totalscorejp_space1',0);"+3188 " showHide('totalscorejp1',0);"+3189 " showHide('totalscorejp_and',0);"+3190 " showHide('totalscorejp_more',1);"+3191 " showHide('totalscorejp_less',0)\">"+3192 " <\/div>"+3193 " <\/td>"+3194 " <\/tr>";31953196var chargepointsthismonth = " <tr>"+3197 " <td style='width:4%'>"+3198 " <input type='checkbox' name='ckb_chargepointsthismonth' id='ckb_chargepointsthismonth' class='filled-in'><\/input>"+3199 " <label for='ckb_chargepointsthismonth'><\/label>"+3200 " <\/td>"+3201 " <td style='width:10%'>本月押分<\/td>"+3202 " <td>"+3203 " <div style='width:5%;float:left'>"+3204 " <select id='chargepointsthismonth_opt' name='chargepointsthismonth_opt'>"+3205 " <option value='gt'>≧<\/option>"+3206 " <option value='lt'>≦<\/option>"+3207 " <option value='eq'>=<\/option>"+3208 " <option value='neq'>≠<\/option>"+3209 " <\/select>"+3210 " <\/div>"+3211 " <div id='chargepointsthismonth_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3212 " <div id='chargepointsthismonth' style='width:16%;float:left'>"+3213 " <input type='text' id='chargepointsthismonth' name='chargepointsthismonth' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3214 " <\/div>"+3215 " <div id='chargepointsthismonth_more' style='float:left;cursor:pointer;'>"+3216 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('chargepointsthismonth_opt1',1);"+3217 " showHide('chargepointsthismonth_space1',1);"+3218 " showHide('chargepointsthismonth1',1);"+3219 " showHide('chargepointsthismonth_and',1);"+3220 " showHide('chargepointsthismonth_more',0);"+3221 " showHide('chargepointsthismonth_less',1)\">"+3222 " <\/div>"+3223 " <div id='chargepointsthismonth_and' style='float:left;display:none;'>"+3224 " &nbsp;and&nbsp;"+3225 " <\/div>"+3226 " <div id='chargepointsthismonth_opt1' style='width:5%;float:left;display:none;'>"+3227 " <select id='chargepointsthismonth_opt1' name='chargepointsthismonth_opt1'>"+3228 " <option value='gt'>≧<\/option>"+3229 " <option value='lt'>≦<\/option>"+3230 " <option value='eq'>=<\/option>"+3231 " <option value='neq'>≠<\/option>"+3232 " <\/select>"+3233 " <\/div>"+3234 " <div id='chargepointsthismonth_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3235 " <div id='chargepointsthismonth1' style='width:16%;float:left;display:none;'>"+3236 " <input type='text' id='chargepointsthismonth1' name='chargepointsthismonth1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3237 " <\/div>"+3238 " <div id='chargepointsthismonth_less' style='float:left;display:none;cursor:pointer;'>"+3239 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('chargepointsthismonth_opt1',0);"+3240 " showHide('chargepointsthismonth_space1',0);"+3241 " showHide('chargepointsthismonth1',0);"+3242 " showHide('chargepointsthismonth_and',0);"+3243 " showHide('chargepointsthismonth_more',1);"+3244 " showHide('chargepointsthismonth_less',0)\">"+3245 " <\/div>"+3246 " <\/td>"+3247 " <\/tr>";32483249var giftthismonth = " <tr>"+3250 " <td style='width:4%'>"+3251 " <input type='checkbox' name='ckb_giftthismonth' id='ckb_giftthismonth' class='filled-in'><\/input>"+3252 " <label for='ckb_giftthismonth'><\/label>"+3253 " <\/td>"+3254 " <td style='width:10%'>本月儲值NT$<\/td>"+3255 " <td>"+3256 " <div style='width:5%;float:left'>"+3257 " <select id='giftthismonth_opt' name='giftthismonth_opt'>"+3258 " <option value='gt'>≧<\/option>"+3259 " <option value='lt'>≦<\/option>"+3260 " <option value='eq'>=<\/option>"+3261 " <option value='neq'>≠<\/option>"+3262 " <\/select>"+3263 " <\/div>"+3264 " <div id='giftthismonth_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3265 " <div id='giftthismonth' style='width:16%;float:left'>"+3266 " <input type='text' id='giftthismonth' name='giftthismonth' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3267 " <\/div>"+3268 " <div id='giftthismonth_more' style='float:left;cursor:pointer;'>"+3269 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('giftthismonth_opt1',1);"+3270 " showHide('giftthismonth_space1',1);"+3271 " showHide('giftthismonth1',1);"+3272 " showHide('giftthismonth_and',1);"+3273 " showHide('giftthismonth_more',0);"+3274 " showHide('giftthismonth_less',1)\">"+3275 " <\/div>"+3276 " <div id='giftthismonth_and' style='float:left;display:none;'>"+3277 " &nbsp;and&nbsp;"+3278 " <\/div>"+3279 " <div id='giftthismonth_opt1' style='width:5%;float:left;display:none;'>"+3280 " <select id='giftthismonth_opt1' name='giftthismonth_opt1'>"+3281 " <option value='gt'>≧<\/option>"+3282 " <option value='lt'>≦<\/option>"+3283 " <option value='eq'>=<\/option>"+3284 " <option value='neq'>≠<\/option>"+3285 " <\/select>"+3286 " <\/div>"+3287 " <div id='giftthismonth_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3288 " <div id='giftthismonth1' style='width:16%;float:left;display:none;'>"+3289 " <input type='text' id='giftthismonth1' name='giftthismonth1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3290 " <\/div>"+3291 " <div id='giftthismonth_less' style='float:left;display:none;cursor:pointer;'>"+3292 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('giftthismonth_opt1',0);"+3293 " showHide('giftthismonth_space1',0);"+3294 " showHide('giftthismonth1',0);"+3295 " showHide('giftthismonth_and',0);"+3296 " showHide('giftthismonth_more',1);"+3297 " showHide('giftthismonth_less',0)\">"+3298 " <\/div>"+3299 " <\/td>"+3300 " <\/tr>";33013302var outamountthismonth = " <tr>"+3303 " <td style='width:4%'>"+3304 " <input type='checkbox' name='ckb_outamountthismonth' id='ckb_outamountthismonth' class='filled-in'><\/input>"+3305 " <label for='ckb_outamountthismonth'><\/label>"+3306 " <\/td>"+3307 " <td style='width:10%'>本月轉出額<\/td>"+3308 " <td>"+3309 " <div style='width:5%;float:left'>"+3310 " <select id='outamountthismonth_opt' name='outamountthismonth_opt'>"+3311 " <option value='gt'>≧<\/option>"+3312 " <option value='lt'>≦<\/option>"+3313 " <option value='eq'>=<\/option>"+3314 " <option value='neq'>≠<\/option>"+3315 " <\/select>"+3316 " <\/div>"+3317 " <div id='outamountthismonth_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3318 " <div id='outamountthismonth' style='width:16%;float:left'>"+3319 " <input type='text' id='outamountthismonth' name='outamountthismonth' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3320 " <\/div>"+3321 " <div id='outamountthismonth_more' style='float:left;cursor:pointer;'>"+3322 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('outamountthismonth_opt1',1);"+3323 " showHide('outamountthismonth_space1',1);"+3324 " showHide('outamountthismonth1',1);"+3325 " showHide('outamountthismonth_and',1);"+3326 " showHide('outamountthismonth_more',0);"+3327 " showHide('outamountthismonth_less',1)\">"+3328 " <\/div>"+3329 " <div id='outamountthismonth_and' style='float:left;display:none;'>"+3330 " &nbsp;and&nbsp;"+3331 " <\/div>"+3332 " <div id='outamountthismonth_opt1' style='width:5%;float:left;display:none;'>"+3333 " <select id='outamountthismonth_opt1' name='outamountthismonth_opt1'>"+3334 " <option value='gt'>≧<\/option>"+3335 " <option value='lt'>≦<\/option>"+3336 " <option value='eq'>=<\/option>"+3337 " <option value='neq'>≠<\/option>"+3338 " <\/select>"+3339 " <\/div>"+3340 " <div id='outamountthismonth_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3341 " <div id='outamountthismonth1' style='width:16%;float:left;display:none;'>"+3342 " <input type='text' id='outamountthismonth1' name='outamountthismonth1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3343 " <\/div>"+3344 " <div id='outamountthismonth_less' style='float:left;display:none;cursor:pointer;'>"+3345 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('outamountthismonth_opt1',0);"+3346 " showHide('outamountthismonth_space1',0);"+3347 " showHide('outamountthismonth1',0);"+3348 " showHide('outamountthismonth_and',0);"+3349 " showHide('outamountthismonth_more',1);"+3350 " showHide('outamountthismonth_less',0)\">"+3351 " <\/div>"+3352 " <\/td>"+3353 " <\/tr>";33543355var inamountthismonth = " <tr>"+3356 " <td style='width:4%'>"+3357 " <input type='checkbox' name='ckb_inamountthismonth' id='ckb_inamountthismonth' class='filled-in'><\/input>"+3358 " <label for='ckb_inamountthismonth'><\/label>"+3359 " <\/td>"+3360 " <td style='width:10%'>本月轉入額<\/td>"+3361 " <td>"+3362 " <div style='width:5%;float:left'>"+3363 " <select id='inamountthismonth_opt' name='inamountthismonth_opt'>"+3364 " <option value='gt'>≧<\/option>"+3365 " <option value='lt'>≦<\/option>"+3366 " <option value='eq'>=<\/option>"+3367 " <option value='neq'>≠<\/option>"+3368 " <\/select>"+3369 " <\/div>"+3370 " <div id='inamountthismonth_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3371 " <div id='inamountthismonth' style='width:16%;float:left'>"+3372 " <input type='text' id='inamountthismonth' name='inamountthismonth' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3373 " <\/div>"+3374 " <div id='inamountthismonth_more' style='float:left;cursor:pointer;'>"+3375 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('inamountthismonth_opt1',1);"+3376 " showHide('inamountthismonth_space1',1);"+3377 " showHide('inamountthismonth1',1);"+3378 " showHide('inamountthismonth_and',1);"+3379 " showHide('inamountthismonth_more',0);"+3380 " showHide('inamountthismonth_less',1)\">"+3381 " <\/div>"+3382 " <div id='inamountthismonth_and' style='float:left;display:none;'>"+3383 " &nbsp;and&nbsp;"+3384 " <\/div>"+3385 " <div id='inamountthismonth_opt1' style='width:5%;float:left;display:none;'>"+3386 " <select id='inamountthismonth_opt1' name='inamountthismonth_opt1'>"+3387 " <option value='gt'>≧<\/option>"+3388 " <option value='lt'>≦<\/option>"+3389 " <option value='eq'>=<\/option>"+3390 " <option value='neq'>≠<\/option>"+3391 " <\/select>"+3392 " <\/div>"+3393 " <div id='inamountthismonth_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3394 " <div id='inamountthismonth1' style='width:16%;float:left;display:none;'>"+3395 " <input type='text' id='inamountthismonth1' name='inamountthismonth1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3396 " <\/div>"+3397 " <div id='inamountthismonth_less' style='float:left;display:none;cursor:pointer;'>"+3398 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('inamountthismonth_opt1',0);"+3399 " showHide('inamountthismonth_space1',0);"+3400 " showHide('inamountthismonth1',0);"+3401 " showHide('inamountthismonth_and',0);"+3402 " showHide('inamountthismonth_more',1);"+3403 " showHide('inamountthismonth_less',0)\">"+3404 " <\/div>"+3405 " <\/td>"+3406 " <\/tr>";34073408var outamountlastmonth = " <tr>"+3409 " <td style='width:4%'>"+3410 " <input type='checkbox' name='ckb_outamountlastmonth' id='ckb_outamountlastmonth' class='filled-in'><\/input>"+3411 " <label for='ckb_outamountlastmonth'><\/label>"+3412 " <\/td>"+3413 " <td style='width:10%'>上月轉出額<\/td>"+3414 " <td>"+3415 " <div style='width:5%;float:left'>"+3416 " <select id='outamountlastmonth_opt' name='outamountlastmonth_opt'>"+3417 " <option value='gt'>≧<\/option>"+3418 " <option value='lt'>≦<\/option>"+3419 " <option value='eq'>=<\/option>"+3420 " <option value='neq'>≠<\/option>"+3421 " <\/select>"+3422 " <\/div>"+3423 " <div id='outamountlastmonth_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3424 " <div id='outamountlastmonth' style='width:16%;float:left'>"+3425 " <input type='text' id='outamountlastmonth' name='outamountlastmonth' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3426 " <\/div>"+3427 " <div id='outamountlastmonth_more' style='float:left;cursor:pointer;'>"+3428 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('outamountlastmonth_opt1',1);"+3429 " showHide('outamountlastmonth_space1',1);"+3430 " showHide('outamountlastmonth1',1);"+3431 " showHide('outamountlastmonth_and',1);"+3432 " showHide('outamountlastmonth_more',0);"+3433 " showHide('outamountlastmonth_less',1)\">"+3434 " <\/div>"+3435 " <div id='outamountlastmonth_and' style='float:left;display:none;'>"+3436 " &nbsp;and&nbsp;"+3437 " <\/div>"+3438 " <div id='outamountlastmonth_opt1' style='width:5%;float:left;display:none;'>"+3439 " <select id='outamountlastmonth_opt1' name='outamountlastmonth_opt1'>"+3440 " <option value='gt'>≧<\/option>"+3441 " <option value='lt'>≦<\/option>"+3442 " <option value='eq'>=<\/option>"+3443 " <option value='neq'>≠<\/option>"+3444 " <\/select>"+3445 " <\/div>"+3446 " <div id='outamountlastmonth_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3447 " <div id='outamountlastmonth1' style='width:16%;float:left;display:none;'>"+3448 " <input type='text' id='outamountlastmonth1' name='outamountlastmonth1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3449 " <\/div>"+3450 " <div id='outamountlastmonth_less' style='float:left;display:none;cursor:pointer;'>"+3451 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('outamountlastmonth_opt1',0);"+3452 " showHide('outamountlastmonth_space1',0);"+3453 " showHide('outamountlastmonth1',0);"+3454 " showHide('outamountlastmonth_and',0);"+3455 " showHide('outamountlastmonth_more',1);"+3456 " showHide('outamountlastmonth_less',0)\">"+3457 " <\/div>"+3458 " <\/td>"+3459 " <\/tr>";34603461var inamountlastmonth = " <tr>"+3462 " <td style='width:4%'>"+3463 " <input type='checkbox' name='ckb_inamountlastmonth' id='ckb_inamountlastmonth' class='filled-in'><\/input>"+3464 " <label for='ckb_inamountlastmonth'><\/label>"+3465 " <\/td>"+3466 " <td style='width:10%'>上月轉入額<\/td>"+3467 " <td>"+3468 " <div style='width:5%;float:left'>"+3469 " <select id='inamountlastmonth_opt' name='inamountlastmonth_opt'>"+3470 " <option value='gt'>≧<\/option>"+3471 " <option value='lt'>≦<\/option>"+3472 " <option value='eq'>=<\/option>"+3473 " <option value='neq'>≠<\/option>"+3474 " <\/select>"+3475 " <\/div>"+3476 " <div id='inamountlastmonth_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3477 " <div id='inamountlastmonth' style='width:16%;float:left'>"+3478 " <input type='text' id='inamountlastmonth' name='inamountlastmonth' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3479 " <\/div>"+3480 " <div id='inamountlastmonth_more' style='float:left;cursor:pointer;'>"+3481 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('inamountlastmonth_opt1',1);"+3482 " showHide('inamountlastmonth_space1',1);"+3483 " showHide('inamountlastmonth1',1);"+3484 " showHide('inamountlastmonth_and',1);"+3485 " showHide('inamountlastmonth_more',0);"+3486 " showHide('inamountlastmonth_less',1)\">"+3487 " <\/div>"+3488 " <div id='inamountlastmonth_and' style='float:left;display:none;'>"+3489 " &nbsp;and&nbsp;"+3490 " <\/div>"+3491 " <div id='inamountlastmonth_opt1' style='width:5%;float:left;display:none;'>"+3492 " <select id='inamountlastmonth_opt1' name='inamountlastmonth_opt1'>"+3493 " <option value='gt'>≧<\/option>"+3494 " <option value='lt'>≦<\/option>"+3495 " <option value='eq'>=<\/option>"+3496 " <option value='neq'>≠<\/option>"+3497 " <\/select>"+3498 " <\/div>"+3499 " <div id='inamountlastmonth_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3500 " <div id='inamountlastmonth1' style='width:16%;float:left;display:none;'>"+3501 " <input type='text' id='inamountlastmonth1' name='inamountlastmonth1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3502 " <\/div>"+3503 " <div id='inamountlastmonth_less' style='float:left;display:none;cursor:pointer;'>"+3504 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('inamountlastmonth_opt1',0);"+3505 " showHide('inamountlastmonth_space1',0);"+3506 " showHide('inamountlastmonth1',0);"+3507 " showHide('inamountlastmonth_and',0);"+3508 " showHide('inamountlastmonth_more',1);"+3509 " showHide('inamountlastmonth_less',0)\">"+3510 " <\/div>"+3511 " <\/td>"+3512 " <\/tr>";35133514var totalpeoplepoints = " <tr>"+3515 " <td style='width:4%'>"+3516 " <input type='checkbox' name='ckb_totalpeoplepoints' id='ckb_totalpeoplepoints' class='filled-in'><\/input>"+3517 " <label for='ckb_totalpeoplepoints'><\/label>"+3518 " <\/td>"+3519 " <td style='width:10%'>轉點總人數<\/td>"+3520 " <td>"+3521 " <div style='width:5%;float:left'>"+3522 " <select id='totalpeoplepoints_opt' name='totalpeoplepoints_opt'>"+3523 " <option value='gt'>≧<\/option>"+3524 " <option value='lt'>≦<\/option>"+3525 " <option value='eq'>=<\/option>"+3526 " <option value='neq'>≠<\/option>"+3527 " <\/select>"+3528 " <\/div>"+3529 " <div id='totalpeoplepoints_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3530 " <div id='totalpeoplepoints' style='width:16%;float:left'>"+3531 " <input type='text' id='totalpeoplepoints' name='totalpeoplepoints' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3532 " <\/div>"+3533 " <div id='totalpeoplepoints_more' style='float:left;cursor:pointer;'>"+3534 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalpeoplepoints_opt1',1);"+3535 " showHide('totalpeoplepoints_space1',1);"+3536 " showHide('totalpeoplepoints1',1);"+3537 " showHide('totalpeoplepoints_and',1);"+3538 " showHide('totalpeoplepoints_more',0);"+3539 " showHide('totalpeoplepoints_less',1)\">"+3540 " <\/div>"+3541 " <div id='totalpeoplepoints_and' style='float:left;display:none;'>"+3542 " &nbsp;and&nbsp;"+3543 " <\/div>"+3544 " <div id='totalpeoplepoints_opt1' style='width:5%;float:left;display:none;'>"+3545 " <select id='totalpeoplepoints_opt1' name='totalpeoplepoints_opt1'>"+3546 " <option value='gt'>≧<\/option>"+3547 " <option value='lt'>≦<\/option>"+3548 " <option value='eq'>=<\/option>"+3549 " <option value='neq'>≠<\/option>"+3550 " <\/select>"+3551 " <\/div>"+3552 " <div id='totalpeoplepoints_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3553 " <div id='totalpeoplepoints1' style='width:16%;float:left;display:none;'>"+3554 " <input type='text' id='totalpeoplepoints1' name='totalpeoplepoints1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3555 " <\/div>"+3556 " <div id='totalpeoplepoints_less' style='float:left;display:none;cursor:pointer;'>"+3557 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalpeoplepoints_opt1',0);"+3558 " showHide('totalpeoplepoints_space1',0);"+3559 " showHide('totalpeoplepoints1',0);"+3560 " showHide('totalpeoplepoints_and',0);"+3561 " showHide('totalpeoplepoints_more',1);"+3562 " showHide('totalpeoplepoints_less',0)\">"+3563 " <\/div>"+3564 " <\/td>"+3565 " <\/tr>";35663567var backendmodifyGcurrency = " <tr>"+3568 " <td style='width:4%'>"+3569 " <input type='checkbox' name='ckb_backendmodifyGcurrency' id='ckb_backendmodifyGcurrency' class='filled-in'><\/input>"+3570 " <label for='ckb_backendmodifyGcurrency'><\/label>"+3571 " <\/td>"+3572 " <td style='width:10%'>後台修改G幣<\/td>"+3573 " <td>"+3574 " <div style='width:5%;float:left'>"+3575 " <select id='backendmodifyGcurrency_opt' name='backendmodifyGcurrency_opt'>"+3576 " <option value='gt'>≧<\/option>"+3577 " <option value='lt'>≦<\/option>"+3578 " <option value='eq'>=<\/option>"+3579 " <option value='neq'>≠<\/option>"+3580 " <\/select>"+3581 " <\/div>"+3582 " <div id='backendmodifyGcurrency_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3583 " <div id='backendmodifyGcurrency' style='width:16%;float:left'>"+3584 " <input type='text' id='backendmodifyGcurrency' name='backendmodifyGcurrency' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3585 " <\/div>"+3586 " <div id='backendmodifyGcurrency_more' style='float:left;cursor:pointer;'>"+3587 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('backendmodifyGcurrency_opt1',1);"+3588 " showHide('backendmodifyGcurrency_space1',1);"+3589 " showHide('backendmodifyGcurrency1',1);"+3590 " showHide('backendmodifyGcurrency_and',1);"+3591 " showHide('backendmodifyGcurrency_more',0);"+3592 " showHide('backendmodifyGcurrency_less',1)\">"+3593 " <\/div>"+3594 " <div id='backendmodifyGcurrency_and' style='float:left;display:none;'>"+3595 " &nbsp;and&nbsp;"+3596 " <\/div>"+3597 " <div id='backendmodifyGcurrency_opt1' style='width:5%;float:left;display:none;'>"+3598 " <select id='backendmodifyGcurrency_opt1' name='backendmodifyGcurrency_opt1'>"+3599 " <option value='gt'>≧<\/option>"+3600 " <option value='lt'>≦<\/option>"+3601 " <option value='eq'>=<\/option>"+3602 " <option value='neq'>≠<\/option>"+3603 " <\/select>"+3604 " <\/div>"+3605 " <div id='backendmodifyGcurrency_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3606 " <div id='backendmodifyGcurrency1' style='width:16%;float:left;display:none;'>"+3607 " <input type='text' id='backendmodifyGcurrency1' name='backendmodifyGcurrency1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3608 " <\/div>"+3609 " <div id='backendmodifyGcurrency_less' style='float:left;display:none;cursor:pointer;'>"+3610 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('backendmodifyGcurrency_opt1',0);"+3611 " showHide('backendmodifyGcurrency_space1',0);"+3612 " showHide('backendmodifyGcurrency1',0);"+3613 " showHide('backendmodifyGcurrency_and',0);"+3614 " showHide('backendmodifyGcurrency_more',1);"+3615 " showHide('backendmodifyGcurrency_less',0)\">"+3616 " <\/div>"+3617 " <\/td>"+3618 " <\/tr>";36193620var backendmodifyluckymoney = " <tr>"+3621 " <td style='width:4%'>"+3622 " <input type='checkbox' name='ckb_backendmodifyluckymoney' id='ckb_backendmodifyluckymoney' class='filled-in'><\/input>"+3623 " <label for='ckb_backendmodifyluckymoney'><\/label>"+3624 " <\/td>"+3625 " <td style='width:10%'>後台修改開運金<\/td>"+3626 " <td>"+3627 " <div style='width:5%;float:left'>"+3628 " <select id='backendmodifyluckymoney_opt' name='backendmodifyluckymoney_opt'>"+3629 " <option value='gt'>≧<\/option>"+3630 " <option value='lt'>≦<\/option>"+3631 " <option value='eq'>=<\/option>"+3632 " <option value='neq'>≠<\/option>"+3633 " <\/select>"+3634 " <\/div>"+3635 " <div id='backendmodifyluckymoney_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3636 " <div id='backendmodifyluckymoney' style='width:16%;float:left'>"+3637 " <input type='text' id='backendmodifyluckymoney' name='backendmodifyluckymoney' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3638 " <\/div>"+3639 " <div id='backendmodifyluckymoney_more' style='float:left;cursor:pointer;'>"+3640 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('backendmodifyluckymoney_opt1',1);"+3641 " showHide('backendmodifyluckymoney_space1',1);"+3642 " showHide('backendmodifyluckymoney1',1);"+3643 " showHide('backendmodifyluckymoney_and',1);"+3644 " showHide('backendmodifyluckymoney_more',0);"+3645 " showHide('backendmodifyluckymoney_less',1)\">"+3646 " <\/div>"+3647 " <div id='backendmodifyluckymoney_and' style='float:left;display:none;'>"+3648 " &nbsp;and&nbsp;"+3649 " <\/div>"+3650 " <div id='backendmodifyluckymoney_opt1' style='width:5%;float:left;display:none;'>"+3651 " <select id='backendmodifyluckymoney_opt1' name='backendmodifyluckymoney_opt1'>"+3652 " <option value='gt'>≧<\/option>"+3653 " <option value='lt'>≦<\/option>"+3654 " <option value='eq'>=<\/option>"+3655 " <option value='neq'>≠<\/option>"+3656 " <\/select>"+3657 " <\/div>"+3658 " <div id='backendmodifyluckymoney_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3659 " <div id='backendmodifyluckymoney1' style='width:16%;float:left;display:none;'>"+3660 " <input type='text' id='backendmodifyluckymoney1' name='backendmodifyluckymoney1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3661 " <\/div>"+3662 " <div id='backendmodifyluckymoney_less' style='float:left;display:none;cursor:pointer;'>"+3663 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('backendmodifyluckymoney_opt1',0);"+3664 " showHide('backendmodifyluckymoney_space1',0);"+3665 " showHide('backendmodifyluckymoney1',0);"+3666 " showHide('backendmodifyluckymoney_and',0);"+3667 " showHide('backendmodifyluckymoney_more',1);"+3668 " showHide('backendmodifyluckymoney_less',0)\">"+3669 " <\/div>"+3670 " <\/td>"+3671 " <\/tr>";36723673var address = " <tr>"+3674 " <td style='width:4%'>"+3675 " <input type='checkbox' name='ckb_address' id='ckb_address' class='filled-in'><\/input>"+3676 " <label for='ckb_address'><\/label>"+3677 " <\/td>"+3678 " <td style='width:10%'>地址<\/td>"+3679 " <td>"+3680 " <input type='text' id='address' name='address' style='width:55%;text-align:center;' maxlength=12><\/input>"+3681 " <\/td>"+3682 " <\/tr>";36833684var sex = " <tr>"+3685 " <td style='width:4%'>"+3686 " <input type='checkbox' name='ckb_sex' id='ckb_sex' class='filled-in'><\/input>"+3687 " <label for='ckb_sex'><\/label>"+3688 " <\/td>"+3689 " <td style='width:10%'>性別<\/td>"+3690 " <td>"+3691 " <input type='text' id='sex' name='sex' style='width:55%;text-align:center;' maxlength=12><\/input>"+3692 " <\/td>"+3693 " <\/tr>";36943695var timesofgift_gp = " <tr>"+3696 " <td style='width:4%'>"+3697 " <input type='checkbox' name='ckb_timesofgift_gp' id='ckb_timesofgift_gp' class='filled-in'><\/input>"+3698 " <label for='ckb_timesofgift_gp'><\/label>"+3699 " <\/td>"+3700 " <td style='width:10%'>儲值次數_GP<\/td>"+3701 " <td>"+3702 " <div style='width:5%;float:left'>"+3703 " <select id='timesofgift_gp_opt' name='timesofgift_gp_opt'>"+3704 " <option value='gt'>≧<\/option>"+3705 " <option value='lt'>≦<\/option>"+3706 " <option value='eq'>=<\/option>"+3707 " <option value='neq'>≠<\/option>"+3708 " <\/select>"+3709 " <\/div>"+3710 " <div id='timesofgift_gp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3711 " <div id='timesofgift_gp' style='width:16%;float:left'>"+3712 " <input type='text' id='timesofgift_gp' name='timesofgift_gp' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3713 " <\/div>"+3714 " <div id='timesofgift_gp_more' style='float:left;cursor:pointer;'>"+3715 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesofgift_gp_opt1',1);"+3716 " showHide('timesofgift_gp_space1',1);"+3717 " showHide('timesofgift_gp1',1);"+3718 " showHide('timesofgift_gp_and',1);"+3719 " showHide('timesofgift_gp_more',0);"+3720 " showHide('timesofgift_gp_less',1)\">"+3721 " <\/div>"+3722 " <div id='timesofgift_gp_and' style='float:left;display:none;'>"+3723 " &nbsp;and&nbsp;"+3724 " <\/div>"+3725 " <div id='timesofgift_gp_opt1' style='width:5%;float:left;display:none;'>"+3726 " <select id='timesofgift_gp_opt1' name='timesofgift_gp_opt1'>"+3727 " <option value='gt'>≧<\/option>"+3728 " <option value='lt'>≦<\/option>"+3729 " <option value='eq'>=<\/option>"+3730 " <option value='neq'>≠<\/option>"+3731 " <\/select>"+3732 " <\/div>"+3733 " <div id='timesofgift_gp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3734 " <div id='timesofgift_gp1' style='width:16%;float:left;display:none;'>"+3735 " <input type='text' id='timesofgift_gp1' name='timesofgift_gp1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3736 " <\/div>"+3737 " <div id='timesofgift_gp_less' style='float:left;display:none;cursor:pointer;'>"+3738 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesofgift_gp_opt1',0);"+3739 " showHide('timesofgift_gp_space1',0);"+3740 " showHide('timesofgift_gp1',0);"+3741 " showHide('timesofgift_gp_and',0);"+3742 " showHide('timesofgift_gp_more',1);"+3743 " showHide('timesofgift_gp_less',0)\">"+3744 " <\/div>"+3745 " <\/td>"+3746 " <\/tr>";37473748var timesofgift_ma = " <tr>"+3749 " <td style='width:4%'>"+3750 " <input type='checkbox' name='ckb_timesofgift_ma' id='ckb_timesofgift_ma' class='filled-in'><\/input>"+3751 " <label for='ckb_timesofgift_ma'><\/label>"+3752 " <\/td>"+3753 " <td style='width:10%'>儲值次數_MA<\/td>"+3754 " <td>"+3755 " <div style='width:5%;float:left'>"+3756 " <select id='timesofgift_ma_opt' name='timesofgift_ma_opt'>"+3757 " <option value='gt'>≧<\/option>"+3758 " <option value='lt'>≦<\/option>"+3759 " <option value='eq'>=<\/option>"+3760 " <option value='neq'>≠<\/option>"+3761 " <\/select>"+3762 " <\/div>"+3763 " <div id='timesofgift_ma_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3764 " <div id='timesofgift_ma' style='width:16%;float:left'>"+3765 " <input type='text' id='timesofgift_ma' name='timesofgift_ma' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3766 " <\/div>"+3767 " <div id='timesofgift_ma_more' style='float:left;cursor:pointer;'>"+3768 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesofgift_ma_opt1',1);"+3769 " showHide('timesofgift_ma_space1',1);"+3770 " showHide('timesofgift_ma1',1);"+3771 " showHide('timesofgift_ma_and',1);"+3772 " showHide('timesofgift_ma_more',0);"+3773 " showHide('timesofgift_ma_less',1)\">"+3774 " <\/div>"+3775 " <div id='timesofgift_ma_and' style='float:left;display:none;'>"+3776 " &nbsp;and&nbsp;"+3777 " <\/div>"+3778 " <div id='timesofgift_ma_opt1' style='width:5%;float:left;display:none;'>"+3779 " <select id='timesofgift_ma_opt1' name='timesofgift_ma_opt1'>"+3780 " <option value='gt'>≧<\/option>"+3781 " <option value='lt'>≦<\/option>"+3782 " <option value='eq'>=<\/option>"+3783 " <option value='neq'>≠<\/option>"+3784 " <\/select>"+3785 " <\/div>"+3786 " <div id='timesofgift_ma_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3787 " <div id='timesofgift_ma1' style='width:16%;float:left;display:none;'>"+3788 " <input type='text' id='timesofgift_ma1' name='timesofgift_ma1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3789 " <\/div>"+3790 " <div id='timesofgift_ma_less' style='float:left;display:none;cursor:pointer;'>"+3791 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesofgift_ma_opt1',0);"+3792 " showHide('timesofgift_ma_space1',0);"+3793 " showHide('timesofgift_ma1',0);"+3794 " showHide('timesofgift_ma_and',0);"+3795 " showHide('timesofgift_ma_more',1);"+3796 " showHide('timesofgift_ma_less',0)\">"+3797 " <\/div>"+3798 " <\/td>"+3799 " <\/tr>";38003801var timesofgift_web = " <tr>"+3802 " <td style='width:4%'>"+3803 " <input type='checkbox' name='ckb_timesofgift_web' id='ckb_timesofgift_web' class='filled-in'><\/input>"+3804 " <label for='ckb_timesofgift_web'><\/label>"+3805 " <\/td>"+3806 " <td style='width:10%'>儲值次數_Web<\/td>"+3807 " <td>"+3808 " <div style='width:5%;float:left'>"+3809 " <select id='timesofgift_web_opt' name='timesofgift_web_opt'>"+3810 " <option value='gt'>≧<\/option>"+3811 " <option value='lt'>≦<\/option>"+3812 " <option value='eq'>=<\/option>"+3813 " <option value='neq'>≠<\/option>"+3814 " <\/select>"+3815 " <\/div>"+3816 " <div id='timesofgift_web_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3817 " <div id='timesofgift_web' style='width:16%;float:left'>"+3818 " <input type='text' id='timesofgift_web' name='timesofgift_web' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3819 " <\/div>"+3820 " <div id='timesofgift_web_more' style='float:left;cursor:pointer;'>"+3821 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesofgift_web_opt1',1);"+3822 " showHide('timesofgift_web_space1',1);"+3823 " showHide('timesofgift_web1',1);"+3824 " showHide('timesofgift_web_and',1);"+3825 " showHide('timesofgift_web_more',0);"+3826 " showHide('timesofgift_web_less',1)\">"+3827 " <\/div>"+3828 " <div id='timesofgift_web_and' style='float:left;display:none;'>"+3829 " &nbsp;and&nbsp;"+3830 " <\/div>"+3831 " <div id='timesofgift_web_opt1' style='width:5%;float:left;display:none;'>"+3832 " <select id='timesofgift_web_opt1' name='timesofgift_web_opt1'>"+3833 " <option value='gt'>≧<\/option>"+3834 " <option value='lt'>≦<\/option>"+3835 " <option value='eq'>=<\/option>"+3836 " <option value='neq'>≠<\/option>"+3837 " <\/select>"+3838 " <\/div>"+3839 " <div id='timesofgift_web_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3840 " <div id='timesofgift_web1' style='width:16%;float:left;display:none;'>"+3841 " <input type='text' id='timesofgift_web1' name='timesofgift_web1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3842 " <\/div>"+3843 " <div id='timesofgift_web_less' style='float:left;display:none;cursor:pointer;'>"+3844 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesofgift_web_opt1',0);"+3845 " showHide('timesofgift_web_space1',0);"+3846 " showHide('timesofgift_web1',0);"+3847 " showHide('timesofgift_web_and',0);"+3848 " showHide('timesofgift_web_more',1);"+3849 " showHide('timesofgift_web_less',0)\">"+3850 " <\/div>"+3851 " <\/td>"+3852 " <\/tr>";38533854var timesofgift_small = " <tr>"+3855 " <td style='width:4%'>"+3856 " <input type='checkbox' name='ckb_timesofgift_small' id='ckb_timesofgift_small' class='filled-in'><\/input>"+3857 " <label for='ckb_timesofgift_small'><\/label>"+3858 " <\/td>"+3859 " <td style='width:10%'>儲值次數_小額<\/td>"+3860 " <td>"+3861 " <div style='width:5%;float:left'>"+3862 " <select id='timesofgift_small_opt' name='timesofgift_small_opt'>"+3863 " <option value='gt'>≧<\/option>"+3864 " <option value='lt'>≦<\/option>"+3865 " <option value='eq'>=<\/option>"+3866 " <option value='neq'>≠<\/option>"+3867 " <\/select>"+3868 " <\/div>"+3869 " <div id='timesofgift_small_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3870 " <div id='timesofgift_small' style='width:16%;float:left'>"+3871 " <input type='text' id='timesofgift_small' name='timesofgift_small' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3872 " <\/div>"+3873 " <div id='timesofgift_small_more' style='float:left;cursor:pointer;'>"+3874 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesofgift_small_opt1',1);"+3875 " showHide('timesofgift_small_space1',1);"+3876 " showHide('timesofgift_small1',1);"+3877 " showHide('timesofgift_small_and',1);"+3878 " showHide('timesofgift_small_more',0);"+3879 " showHide('timesofgift_small_less',1)\">"+3880 " <\/div>"+3881 " <div id='timesofgift_small_and' style='float:left;display:none;'>"+3882 " &nbsp;and&nbsp;"+3883 " <\/div>"+3884 " <div id='timesofgift_small_opt1' style='width:5%;float:left;display:none;'>"+3885 " <select id='timesofgift_small_opt1' name='timesofgift_small_opt1'>"+3886 " <option value='gt'>≧<\/option>"+3887 " <option value='lt'>≦<\/option>"+3888 " <option value='eq'>=<\/option>"+3889 " <option value='neq'>≠<\/option>"+3890 " <\/select>"+3891 " <\/div>"+3892 " <div id='timesofgift_small_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3893 " <div id='timesofgift_small1' style='width:16%;float:left;display:none;'>"+3894 " <input type='text' id='timesofgift_small1' name='timesofgift_small1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3895 " <\/div>"+3896 " <div id='timesofgift_small_less' style='float:left;display:none;cursor:pointer;'>"+3897 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesofgift_small_opt1',0);"+3898 " showHide('timesofgift_small_space1',0);"+3899 " showHide('timesofgift_small1',0);"+3900 " showHide('timesofgift_small_and',0);"+3901 " showHide('timesofgift_small_more',1);"+3902 " showHide('timesofgift_small_less',0)\">"+3903 " <\/div>"+3904 " <\/td>"+3905 " <\/tr>";39063907var timesofgift_accesscard = " <tr>"+3908 " <td style='width:4%'>"+3909 " <input type='checkbox' name='ckb_timesofgift_accesscard' id='ckb_timesofgift_accesscard' class='filled-in'><\/input>"+3910 " <label for='ckb_timesofgift_accesscard'><\/label>"+3911 " <\/td>"+3912 " <td style='width:10%'>儲值次數_通路卡<\/td>"+3913 " <td>"+3914 " <div style='width:5%;float:left'>"+3915 " <select id='timesofgift_accesscard_opt' name='timesofgift_accesscard_opt'>"+3916 " <option value='gt'>≧<\/option>"+3917 " <option value='lt'>≦<\/option>"+3918 " <option value='eq'>=<\/option>"+3919 " <option value='neq'>≠<\/option>"+3920 " <\/select>"+3921 " <\/div>"+3922 " <div id='timesofgift_accesscard_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3923 " <div id='timesofgift_accesscard' style='width:16%;float:left'>"+3924 " <input type='text' id='timesofgift_accesscard' name='timesofgift_accesscard' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3925 " <\/div>"+3926 " <div id='timesofgift_accesscard_more' style='float:left;cursor:pointer;'>"+3927 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesofgift_accesscard_opt1',1);"+3928 " showHide('timesofgift_accesscard_space1',1);"+3929 " showHide('timesofgift_accesscard1',1);"+3930 " showHide('timesofgift_accesscard_and',1);"+3931 " showHide('timesofgift_accesscard_more',0);"+3932 " showHide('timesofgift_accesscard_less',1)\">"+3933 " <\/div>"+3934 " <div id='timesofgift_accesscard_and' style='float:left;display:none;'>"+3935 " &nbsp;and&nbsp;"+3936 " <\/div>"+3937 " <div id='timesofgift_accesscard_opt1' style='width:5%;float:left;display:none;'>"+3938 " <select id='timesofgift_accesscard_opt1' name='timesofgift_accesscard_opt1'>"+3939 " <option value='gt'>≧<\/option>"+3940 " <option value='lt'>≦<\/option>"+3941 " <option value='eq'>=<\/option>"+3942 " <option value='neq'>≠<\/option>"+3943 " <\/select>"+3944 " <\/div>"+3945 " <div id='timesofgift_accesscard_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3946 " <div id='timesofgift_accesscard1' style='width:16%;float:left;display:none;'>"+3947 " <input type='text' id='timesofgift_accesscard1' name='timesofgift_accesscard1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3948 " <\/div>"+3949 " <div id='timesofgift_accesscard_less' style='float:left;display:none;cursor:pointer;'>"+3950 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesofgift_accesscard_opt1',0);"+3951 " showHide('timesofgift_accesscard_space1',0);"+3952 " showHide('timesofgift_accesscard1',0);"+3953 " showHide('timesofgift_accesscard_and',0);"+3954 " showHide('timesofgift_accesscard_more',1);"+3955 " showHide('timesofgift_accesscard_less',0)\">"+3956 " <\/div>"+3957 " <\/td>"+3958 " <\/tr>";39593960var timesofgift_ios = " <tr>"+3961 " <td style='width:4%'>"+3962 " <input type='checkbox' name='ckb_timesofgift_ios' id='ckb_timesofgift_ios' class='filled-in'><\/input>"+3963 " <label for='ckb_timesofgift_ios'><\/label>"+3964 " <\/td>"+3965 " <td style='width:10%'>儲值次數_IOS<\/td>"+3966 " <td>"+3967 " <div style='width:5%;float:left'>"+3968 " <select id='timesofgift_ios_opt' name='timesofgift_ios_opt'>"+3969 " <option value='gt'>≧<\/option>"+3970 " <option value='lt'>≦<\/option>"+3971 " <option value='eq'>=<\/option>"+3972 " <option value='neq'>≠<\/option>"+3973 " <\/select>"+3974 " <\/div>"+3975 " <div id='timesofgift_ios_space' style='float:left'>&nbsp;&nbsp;<\/div>"+3976 " <div id='timesofgift_ios' style='width:16%;float:left'>"+3977 " <input type='text' id='timesofgift_ios' name='timesofgift_ios' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+3978 " <\/div>"+3979 " <div id='timesofgift_ios_more' style='float:left;cursor:pointer;'>"+3980 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesofgift_ios_opt1',1);"+3981 " showHide('timesofgift_ios_space1',1);"+3982 " showHide('timesofgift_ios1',1);"+3983 " showHide('timesofgift_ios_and',1);"+3984 " showHide('timesofgift_ios_more',0);"+3985 " showHide('timesofgift_ios_less',1)\">"+3986 " <\/div>"+3987 " <div id='timesofgift_ios_and' style='float:left;display:none;'>"+3988 " &nbsp;and&nbsp;"+3989 " <\/div>"+3990 " <div id='timesofgift_ios_opt1' style='width:5%;float:left;display:none;'>"+3991 " <select id='timesofgift_ios_opt1' name='timesofgift_ios_opt1'>"+3992 " <option value='gt'>≧<\/option>"+3993 " <option value='lt'>≦<\/option>"+3994 " <option value='eq'>=<\/option>"+3995 " <option value='neq'>≠<\/option>"+3996 " <\/select>"+3997 " <\/div>"+3998 " <div id='timesofgift_ios_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+3999 " <div id='timesofgift_ios1' style='width:16%;float:left;display:none;'>"+4000 " <input type='text' id='timesofgift_ios1' name='timesofgift_ios1' maxlength=9 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4001 " <\/div>"+4002 " <div id='timesofgift_ios_less' style='float:left;display:none;cursor:pointer;'>"+4003 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesofgift_ios_opt1',0);"+4004 " showHide('timesofgift_ios_space1',0);"+4005 " showHide('timesofgift_ios1',0);"+4006 " showHide('timesofgift_ios_and',0);"+4007 " showHide('timesofgift_ios_more',1);"+4008 " showHide('timesofgift_ios_less',0)\">"+4009 " <\/div>"+4010 " <\/td>"+4011 " <\/tr>";40124013var timesoffruittrayindependentjp = " <tr>"+4014 " <td style='width:4%'>"+4015 " <input type='checkbox' name='ckb_timesoffruittrayindependentjp' id='ckb_timesoffruittrayindependentjp' class='filled-in'><\/input>"+4016 " <label for='ckb_timesoffruittrayindependentjp'><\/label>"+4017 " <\/td>"+4018 " <td style='width:10%'>水果盤獨立JP總次數<\/td>"+4019 " <td>"+4020 " <div style='width:5%;float:left'>"+4021 " <select id='timesoffruittrayindependentjp_opt' name='timesoffruittrayindependentjp_opt'>"+4022 " <option value='gt'>≧<\/option>"+4023 " <option value='lt'>≦<\/option>"+4024 " <option value='eq'>=<\/option>"+4025 " <option value='neq'>≠<\/option>"+4026 " <\/select>"+4027 " <\/div>"+4028 " <div id='timesoffruittrayindependentjp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+4029 " <div id='timesoffruittrayindependentjp' style='width:16%;float:left'>"+4030 " <input type='text' id='timesoffruittrayindependentjp' name='timesoffruittrayindependentjp' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4031 " <\/div>"+4032 " <div id='timesoffruittrayindependentjp_more' style='float:left;cursor:pointer;'>"+4033 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesoffruittrayindependentjp_opt1',1);"+4034 " showHide('timesoffruittrayindependentjp_space1',1);"+4035 " showHide('timesoffruittrayindependentjp1',1);"+4036 " showHide('timesoffruittrayindependentjp_and',1);"+4037 " showHide('timesoffruittrayindependentjp_more',0);"+4038 " showHide('timesoffruittrayindependentjp_less',1)\">"+4039 " <\/div>"+4040 " <div id='timesoffruittrayindependentjp_and' style='float:left;display:none;'>"+4041 " &nbsp;and&nbsp;"+4042 " <\/div>"+4043 " <div id='timesoffruittrayindependentjp_opt1' style='width:5%;float:left;display:none;'>"+4044 " <select id='timesoffruittrayindependentjp_opt1' name='timesoffruittrayindependentjp_opt1'>"+4045 " <option value='gt'>≧<\/option>"+4046 " <option value='lt'>≦<\/option>"+4047 " <option value='eq'>=<\/option>"+4048 " <option value='neq'>≠<\/option>"+4049 " <\/select>"+4050 " <\/div>"+4051 " <div id='timesoffruittrayindependentjp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+4052 " <div id='timesoffruittrayindependentjp1' style='width:16%;float:left;display:none;'>"+4053 " <input type='text' id='timesoffruittrayindependentjp1' name='timesoffruittrayindependentjp1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4054 " <\/div>"+4055 " <div id='timesoffruittrayindependentjp_less' style='float:left;display:none;cursor:pointer;'>"+4056 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesoffruittrayindependentjp_opt1',0);"+4057 " showHide('timesoffruittrayindependentjp_space1',0);"+4058 " showHide('timesoffruittrayindependentjp1',0);"+4059 " showHide('timesoffruittrayindependentjp_and',0);"+4060 " showHide('timesoffruittrayindependentjp_more',1);"+4061 " showHide('timesoffruittrayindependentjp_less',0)\">"+4062 " <\/div>"+4063 " <\/td>"+4064 " <\/tr>";40654066var totalscoreoffruittrayindependentjp = " <tr>"+4067 " <td style='width:4%'>"+4068 " <input type='checkbox' name='ckb_totalscoreoffruittrayindependentjp' id='ckb_totalscoreoffruittrayindependentjp' class='filled-in'><\/input>"+4069 " <label for='ckb_totalscoreoffruittrayindependentjp'><\/label>"+4070 " <\/td>"+4071 " <td style='width:10%'>水果盤獨立JP總得分<\/td>"+4072 " <td>"+4073 " <div style='width:5%;float:left'>"+4074 " <select id='totalscoreoffruittrayindependentjp_opt' name='totalscoreoffruittrayindependentjp_opt'>"+4075 " <option value='gt'>≧<\/option>"+4076 " <option value='lt'>≦<\/option>"+4077 " <option value='eq'>=<\/option>"+4078 " <option value='neq'>≠<\/option>"+4079 " <\/select>"+4080 " <\/div>"+4081 " <div id='totalscoreoffruittrayindependentjp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+4082 " <div id='totalscoreoffruittrayindependentjp' style='width:16%;float:left'>"+4083 " <input type='text' id='totalscoreoffruittrayindependentjp' name='totalscoreoffruittrayindependentjp' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4084 " <\/div>"+4085 " <div id='totalscoreoffruittrayindependentjp_more' style='float:left;cursor:pointer;'>"+4086 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalscoreoffruittrayindependentjp_opt1',1);"+4087 " showHide('totalscoreoffruittrayindependentjp_space1',1);"+4088 " showHide('totalscoreoffruittrayindependentjp1',1);"+4089 " showHide('totalscoreoffruittrayindependentjp_and',1);"+4090 " showHide('totalscoreoffruittrayindependentjp_more',0);"+4091 " showHide('totalscoreoffruittrayindependentjp_less',1)\">"+4092 " <\/div>"+4093 " <div id='totalscoreoffruittrayindependentjp_and' style='float:left;display:none;'>"+4094 " &nbsp;and&nbsp;"+4095 " <\/div>"+4096 " <div id='totalscoreoffruittrayindependentjp_opt1' style='width:5%;float:left;display:none;'>"+4097 " <select id='totalscoreoffruittrayindependentjp_opt1' name='totalscoreoffruittrayindependentjp_opt1'>"+4098 " <option value='gt'>≧<\/option>"+4099 " <option value='lt'>≦<\/option>"+4100 " <option value='eq'>=<\/option>"+4101 " <option value='neq'>≠<\/option>"+4102 " <\/select>"+4103 " <\/div>"+4104 " <div id='totalscoreoffruittrayindependentjp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+4105 " <div id='totalscoreoffruittrayindependentjp1' style='width:16%;float:left;display:none;'>"+4106 " <input type='text' id='totalscoreoffruittrayindependentjp1' name='totalscoreoffruittrayindependentjp1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4107 " <\/div>"+4108 " <div id='totalscoreoffruittrayindependentjp_less' style='float:left;display:none;cursor:pointer;'>"+4109 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalscoreoffruittrayindependentjp_opt1',0);"+4110 " showHide('totalscoreoffruittrayindependentjp_space1',0);"+4111 " showHide('totalscoreoffruittrayindependentjp1',0);"+4112 " showHide('totalscoreoffruittrayindependentjp_and',0);"+4113 " showHide('totalscoreoffruittrayindependentjp_more',1);"+4114 " showHide('totalscoreoffruittrayindependentjp_less',0)\">"+4115 " <\/div>"+4116 " <\/td>"+4117 " <\/tr>";41184119var timesofsmallhorsepowerindependentjp = " <tr>"+4120 " <td style='width:4%'>"+4121 " <input type='checkbox' name='ckb_timesofsmallhorsepowerindependentjp' id='ckb_timesofsmallhorsepowerindependentjp' class='filled-in'><\/input>"+4122 " <label for='ckb_timesofsmallhorsepowerindependentjp'><\/label>"+4123 " <\/td>"+4124 " <td style='width:10%'>小馬力獨立JP總次數<\/td>"+4125 " <td>"+4126 " <div style='width:5%;float:left'>"+4127 " <select id='timesofsmallhorsepowerindependentjp_opt' name='timesofsmallhorsepowerindependentjp_opt'>"+4128 " <option value='gt'>≧<\/option>"+4129 " <option value='lt'>≦<\/option>"+4130 " <option value='eq'>=<\/option>"+4131 " <option value='neq'>≠<\/option>"+4132 " <\/select>"+4133 " <\/div>"+4134 " <div id='timesofsmallhorsepowerindependentjp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+4135 " <div id='timesofsmallhorsepowerindependentjp' style='width:16%;float:left'>"+4136 " <input type='text' id='timesofsmallhorsepowerindependentjp' name='timesofsmallhorsepowerindependentjp' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4137 " <\/div>"+4138 " <div id='timesofsmallhorsepowerindependentjp_more' style='float:left;cursor:pointer;'>"+4139 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('timesofsmallhorsepowerindependentjp_opt1',1);"+4140 " showHide('timesofsmallhorsepowerindependentjp_space1',1);"+4141 " showHide('timesofsmallhorsepowerindependentjp1',1);"+4142 " showHide('timesofsmallhorsepowerindependentjp_and',1);"+4143 " showHide('timesofsmallhorsepowerindependentjp_more',0);"+4144 " showHide('timesofsmallhorsepowerindependentjp_less',1)\">"+4145 " <\/div>"+4146 " <div id='timesofsmallhorsepowerindependentjp_and' style='float:left;display:none;'>"+4147 " &nbsp;and&nbsp;"+4148 " <\/div>"+4149 " <div id='timesofsmallhorsepowerindependentjp_opt1' style='width:5%;float:left;display:none;'>"+4150 " <select id='timesofsmallhorsepowerindependentjp_opt1' name='timesofsmallhorsepowerindependentjp_opt1'>"+4151 " <option value='gt'>≧<\/option>"+4152 " <option value='lt'>≦<\/option>"+4153 " <option value='eq'>=<\/option>"+4154 " <option value='neq'>≠<\/option>"+4155 " <\/select>"+4156 " <\/div>"+4157 " <div id='timesofsmallhorsepowerindependentjp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+4158 " <div id='timesofsmallhorsepowerindependentjp1' style='width:16%;float:left;display:none;'>"+4159 " <input type='text' id='timesofsmallhorsepowerindependentjp1' name='timesofsmallhorsepowerindependentjp1' maxlength=11 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4160 " <\/div>"+4161 " <div id='timesofsmallhorsepowerindependentjp_less' style='float:left;display:none;cursor:pointer;'>"+4162 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('timesofsmallhorsepowerindependentjp_opt1',0);"+4163 " showHide('timesofsmallhorsepowerindependentjp_space1',0);"+4164 " showHide('timesofsmallhorsepowerindependentjp1',0);"+4165 " showHide('timesofsmallhorsepowerindependentjp_and',0);"+4166 " showHide('timesofsmallhorsepowerindependentjp_more',1);"+4167 " showHide('timesofsmallhorsepowerindependentjp_less',0)\">"+4168 " <\/div>"+4169 " <\/td>"+4170 " <\/tr>";41714172var totalscoreofsmallhorsepowerindependentjp = " <tr>"+4173 " <td style='width:4%'>"+4174 " <input type='checkbox' name='ckb_totalscoreofsmallhorsepowerindependentjp' id='ckb_totalscoreofsmallhorsepowerindependentjp' class='filled-in'><\/input>"+4175 " <label for='ckb_totalscoreofsmallhorsepowerindependentjp'><\/label>"+4176 " <\/td>"+4177 " <td style='width:10%'>小馬力獨立JP總得分<\/td>"+4178 " <td>"+4179 " <div style='width:5%;float:left'>"+4180 " <select id='totalscoreofsmallhorsepowerindependentjp_opt' name='totalscoreofsmallhorsepowerindependentjp_opt'>"+4181 " <option value='gt'>≧<\/option>"+4182 " <option value='lt'>≦<\/option>"+4183 " <option value='eq'>=<\/option>"+4184 " <option value='neq'>≠<\/option>"+4185 " <\/select>"+4186 " <\/div>"+4187 " <div id='totalscoreofsmallhorsepowerindependentjp_space' style='float:left'>&nbsp;&nbsp;<\/div>"+4188 " <div id='totalscoreofsmallhorsepowerindependentjp' style='width:16%;float:left'>"+4189 " <input type='text' id='totalscoreofsmallhorsepowerindependentjp' name='totalscoreofsmallhorsepowerindependentjp' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4190 " <\/div>"+4191 " <div id='totalscoreofsmallhorsepowerindependentjp_more' style='float:left;cursor:pointer;'>"+4192 " &nbsp;<img src='\/images\/more.png' onclick=\"showHide('totalscoreofsmallhorsepowerindependentjp_opt1',1);"+4193 " showHide('totalscoreofsmallhorsepowerindependentjp_space1',1);"+4194 " showHide('totalscoreofsmallhorsepowerindependentjp1',1);"+4195 " showHide('totalscoreofsmallhorsepowerindependentjp_and',1);"+4196 " showHide('totalscoreofsmallhorsepowerindependentjp_more',0);"+4197 " showHide('totalscoreofsmallhorsepowerindependentjp_less',1)\">"+4198 " <\/div>"+4199 " <div id='totalscoreofsmallhorsepowerindependentjp_and' style='float:left;display:none;'>"+4200 " &nbsp;and&nbsp;"+4201 " <\/div>"+4202 " <div id='totalscoreofsmallhorsepowerindependentjp_opt1' style='width:5%;float:left;display:none;'>"+4203 " <select id='totalscoreofsmallhorsepowerindependentjp_opt1' name='totalscoreofsmallhorsepowerindependentjp_opt1'>"+4204 " <option value='gt'>≧<\/option>"+4205 " <option value='lt'>≦<\/option>"+4206 " <option value='eq'>=<\/option>"+4207 " <option value='neq'>≠<\/option>"+4208 " <\/select>"+4209 " <\/div>"+4210 " <div id='totalscoreofsmallhorsepowerindependentjp_space1' style='float:left;display:none;'>&nbsp;&nbsp;<\/div>"+4211 " <div id='totalscoreofsmallhorsepowerindependentjp1' style='width:16%;float:left;display:none;'>"+4212 " <input type='text' id='totalscoreofsmallhorsepowerindependentjp1' name='totalscoreofsmallhorsepowerindependentjp1' maxlength=13 style='text-align:center;' onkeypress='return (event.charCode>=48&&event.charCode<=57||event.charCode==44)'><\/input>"+4213 " <\/div>"+4214 " <div id='totalscoreofsmallhorsepowerindependentjp_less' style='float:left;display:none;cursor:pointer;'>"+4215 " &nbsp;<img src='\/images\/less.png' onclick=\"showHide('totalscoreofsmallhorsepowerindependentjp_opt1',0);"+4216 " showHide('totalscoreofsmallhorsepowerindependentjp_space1',0);"+4217 " showHide('totalscoreofsmallhorsepowerindependentjp1',0);"+4218 " showHide('totalscoreofsmallhorsepowerindependentjp_and',0);"+4219 " showHide('totalscoreofsmallhorsepowerindependentjp_more',1);"+4220 " showHide('totalscoreofsmallhorsepowerindependentjp_less',0)\">"+4221 " <\/div>"+4222 " <\/td>"+ ...

Full Screen

Full Screen

test.js

Source:test.js Github

copy

Full Screen

1function showhide(idx, mode) {2 var myButtonClasses = document.getElementById(idx).classList;3 if (myButtonClasses.contains("hide")) {4 myButtonClasses.remove("hide");5 }6 if (mode === "h")7 document.getElementById(idx).className += " hide ";8}9function selectionchange() {10 showhide('divhover', 's');11 hideSheet_Head();12 var seltxt = $("#Select1").select().val();13 switch (seltxt) {14 case "Oracle":15 showhide("div_orcl", "s");16 showhide("div_excel", "h");17 showhide("div_sql", "h");18 break;19 case "Excel":20 showhide("div_orcl", "h");21 showhide("div_excel", "s");22 showhide("div_sql", "h");23 break;24 case "SQL Server":25 showhide("div_orcl", "h");26 showhide("div_excel", "h");27 showhide("div_sql", "s");28 break;29 default:30 showhide("div_orcl", "h");31 showhide("div_excel", "h");32 showhide("div_sql", "h");33 }34 showhide('divhover', 'h');35}36function hideSheet_Head() {37 showhide("div_sheetlist", "h");38 showhide("div_Headlist", "h");39 showhide("div_reff", "h");40 $("#div_Headlist").empty();41 $("#sheetSelect1").empty();42 $("#div_Report").empty();43}44function savefile() {45 showhide('divhover', 's');46 hideSheet_Head();47 var files = $("#fle_Excel").get(0).files;48 var formData = new FormData();49 formData.append('file', files[0]);50 var choice = {};51 choice.url = "fileHandler.ashx";52 choice.type = "POST";53 choice.data = formData;54 choice.contentType = false;55 choice.processData = false;56 choice.success = function (result) {57 if (result == "filechk") {58 showhide('divhover', 'h');59 alert("Only .csv or .xls or .xlsx file are allowed");60 }61 else {62 fileDetail(result);63 }64 };65 choice.error = function (err) {66 showhide('divhover', 'h');67 alert(err.statusText);68 };69 $.ajax(choice);70 event.preventDefault();71}72function fileDetail(fileName) {73 $.ajax({74 type: "POST",75 url: "index.aspx/webfileDetail",76 data: '{fileName: "' + fileName + '" }',77 contentType: "application/json; charset=utf-8",78 dataType: "json",79 success: function (response) {80 if (response.d[0].key != "Error")81 if (response.d[0].key == "Sheet") {82 fillSheet(response.d);83 showhide('divhover', 'h');84 }85 else {86 fillHead(response.d);87 showhide('divhover', 'h');88 }89 else {90 alert(response.d[0].vale);91 showhide('divhover', 'h');92 }93 },94 failure: function (response) {95 alert(response.d[0].vale);96 showhide('divhover', 'h');97 }98 });99}100function fillSheet(ele) {101 var listtr = "";102 for (i = 0; i < ele.length; i++)103 if (ele[i].key == "Sheet")104 listtr = listtr + " <option id='" + i + "'>" + ele[i].vale + "</option>";105 $("#lblflName").text(ele[0].fileName);106 $("#sheetSelect1").empty();107 $("#sheetSelect1").append(listtr);108 showhide('divhover', 'h');109 showhide("div_sheetlist", "s");110}111function sheetChange(ele) {112 showhide('divhover', 's');113 var list = {114 vale: $("#" + ele).select().val()115 , fileName: $("#lblflName").text()116 };117 $.ajax({118 type: "POST",119 url: "index.aspx/webgetHead",120 data: '{ "list":' + JSON.stringify(list) + '}',121 contentType: "application/json; charset=utf-8",122 dataType: "json",123 success: function (response) {124 if (response.d[0].key != "Error") {125 fillHead(response.d);126 showhide('divhover', 'h');127 }128 else {129 alert(response.d[0].vale);130 showhide('divhover', 'h');131 }132 },133 failure: function (response) {134 alert(response.d[0].vale);135 showhide('divhover', 'h');136 }137 });138}139var numDtType = "byte, decimal , double, int16, int32, int64, sbyte, single, uint16, uint32, uint64, integer, long, currency, number";140function fillHead(ele) {141 var listtr = "";142 listtr = listtr + " <div class='topic__list'><ul id=ulHeadList class='list'> <li> <span></span><span> <input id='chkColAll' type='checkbox' onchange='chkChangeall();' value='All'></span> <span>All</span></li>";//&nbsp;&nbsp;143 for (i = 0; i < ele.length; i++) {144 if (ele[i].key == "Head") {145 var dtType = ele[i].DType.split(".");146 if ((numDtType.includes(dtType[1])) == true || (numDtType.includes(dtType)) == true)147 listtr = listtr + " <li> <span><input type='radio' id='rdoAvg" + i + "' name='rdoHeadNum' value='" + ele[i].vale + "' onchange='rdoAvgchange(" + i + ");'> </span> <span><input id='chkCol" + i + "' type='checkbox' onchange='chkChange(" + i + ");' value='" + ele[i].vale + "'></span> <span>" + ele[i].vale + "</span></li>";148 else149 listtr = listtr + " <li> <span><input type='radio' id='rdoAvg" + i + "' name='rdoHeadDis' value='" + ele[i].vale + "' onchange='rdoDicchange(" + i + ");'> </span> <span><input id='chkCol" + i + "' type='checkbox' onchange='chkChange(" + i + ");' value='" + ele[i].vale + "'></span> <span>" + ele[i].vale + "</span></li>";150 }151 }152 $("#lblflName").text(ele[0].fileName);153 listtr = listtr + " </ul></div> <label class='create__btn-create btn btn--type-03' style='margin: 1% 0;' onclick='genReport(null);'>Report</label>";154 $("#div_Headlist").empty();155 $("#div_Headlist").append(listtr);156 showhide('divhover', 'h');157 showhide("div_Headlist", "s");158}159function rdoAvgchange(ele) {160 $("#chkCol" + ele).prop("checked", false);161 $("input[name='rdoHeadDis']").prop("checked", false);162}163function rdoDicchange(ele) {164 $("#chkCol" + ele).prop("checked", false);165 $("input[name='rdoHeadNum']").prop("checked", false);166 $("#chkColAll").prop("checked", false);167}168function chkChange(ele) {169 $("#rdoAvg" + ele).prop("checked", false);170 $("#chkColAll").prop("checked", false);171}172function chkChangeall() {173 var colName = $("#ulHeadList").find("input:checkbox").map(function () {174 return this.value;175 }).get().toString().split(',');176 for (i = 1; i < colName.length; i++) {177 var k = i - 1;178 $("#chkCol" + k).prop("checked", false);179 }180 $("input[name='rdoHeadDis']").prop("checked", false);181}182function genReport() {183 showhide('divhover', 's');184 var seltxt = $("#Select1").select().val();185 var selFlag = "";186 var selVal = "";187 if ($("input[name='rdoHeadDis']:checked").val() != null) {188 selFlag = "dic";189 selVal = $("input[name='rdoHeadDis']:checked").val();190 }191 else {192 selFlag = "avg";193 selVal = $("input[name='rdoHeadNum']:checked").val();194 }195 if (selVal != null)196 switch (seltxt) {197 case "Oracle":198 genorclReport(selVal, selFlag);199 break;200 case "Excel":201 genxlReport(selVal, selFlag);202 break;203 case "SQL Server":204 break;205 default:206 alert("Please select data source");207 break;208 }209 else {210 alert("Please select target columns");211 showhide('divhover', 'h');212 }213}214function genxlReport(selVal, selFlag) {215 showhide('divhover', 's');216 var sheet;217 var colName = $("#ulHeadList").find("input:checkbox:checked").map(function () {218 return this.value;219 }).get().toString();220 colName = colName.length > 0 ? colName : "";221 if ($('#sheetSelect1 option').length < 1)222 sheet = "";223 else224 sheet = $("#sheetSelect1").select().val();225 var list = {226 sheet: sheet227 , selCol: colName228 , selAvgCol: selVal229 , fileName: $("#lblflName").text()230 , selFlag: selFlag231 };232 $.ajax({233 type: "POST",234 url: "index.aspx/webgenReport",235 data: '{ "list":' + JSON.stringify(list) + '}',236 contentType: "application/json; charset=utf-8",237 dataType: "json",238 success: function (response) {239 if (response.d != null && !(response.d.includes("Error"))) {240 readJson(response.d, selVal);//prntReoport(response.d);241 }242 else {243 alert(response.d);244 showhide('divhover', 'h');245 }246 },247 failure: function (response) {248 alert("Somthing went worng, Please try again.");249 showhide('divhover', 'h');250 }251 });252}253function prntReoport(ele, filename, trgVal) {254 var arr_from_json = JSON.parse(ele);255 var listHead = "";256 var listtr = "";257 listHead = listHead + "<table class='table' id='tblrpt'> <thead class='thead-light'><tr><th scope='col'>#</th>";258 var keys = Object.keys(arr_from_json);259 var subKeys = "";260 var k = 0, colcnt = 0;261 var valu = "";262 for (i in keys) {263 k++;264 subKeys = Object.keys(arr_from_json[i]);265 listtr = listtr + "<tr class='non' id='trrpt" + k + "'> <th scope='row'>" + k + "</th>";266 colcnt = 0;267 for (j in subKeys) {268 if (i == 0) {269 if (subKeys[j] == "SUPPORT" || subKeys[j] == "LIFT")270 listHead = listHead + "<th scope='col' class='th_blue'>" + subKeys[j] + "</br><input id='txtcolsearch" + colcnt + "' class='form-control' type='text' value='' Placeholder='Search' onchange='txtcolSearch()'/></th>";271 else if (subKeys[j] == "CONDITIONAL_PROBABILITY" || subKeys[j] == trgVal || subKeys[j].includes("AVG_") || subKeys[j] == "CONFIDENCE")272 listHead = listHead + "<th scope='col' class='th_green'>" + subKeys[j] + "</br><input id='txtcolsearch" + colcnt + "' class='form-control' type='text' value='' Placeholder='Search' onchange='txtcolSearch()'/></th>";273 else274 listHead = listHead + "<th scope='col' class='th_red'>" + subKeys[j] + "</br><input id='txtcolsearch" + colcnt + "' class='form-control' type='text' value='' Placeholder='Search' onchange='txtcolSearch()'/></th>";275 }276 if (arr_from_json[i][subKeys[j]] == null)277 valu = "";278 else279 valu = arr_from_json[i][subKeys[j]];280 listtr = listtr + "<td>" + valu + "</td>";281 colcnt = colcnt + 1;282 }283 listtr = listtr + "</tr>";284 }285 listHead = listHead + "</tr></thead><tbody>";286 listHead = listHead + listtr + "</tbody> </table >";287 $("#div_Report").empty();288 $("#div_Report").append(listHead);289 $("#lblcolnum").text(colcnt);290 showhide('divhover', 'h');291 showhide("div_reff", "s");292 deleteFile(filename);293}294function cntOracle() {295 showhide('divhover', 's');296 if (297 $("#txt_Host").val().length > 0298 && $("#txt_Port").val().length > 0299 && $("#txt_Sid").val().length > 0300 && $("#txt_Table").val().length > 0301 && $("#txt_Userid").val().length > 0302 && $("#pwd_Pass").val().length > 0) {303 var list = {304 Host: $("#txt_Host").val()305 , Port: $("#txt_Port").val()306 , Sid: $("#txt_Sid").val()307 , Table: $("#txt_Table").val()308 , Userid: $("#txt_Userid").val()309 , Pass: $("#pwd_Pass").val()310 };311 $.ajax({312 type: "POST",313 url: "index.aspx/webcntOracle",314 data: '{ "list":' + JSON.stringify(list) + '}',315 contentType: "application/json; charset=utf-8",316 dataType: "json",317 success: function (response) {318 if (response.d[0].key != "Error")319 fillHead(response.d);320 else {321 alert(response.d[0].vale);322 showhide('divhover', 'h');323 }324 },325 failure: function (response) {326 alert(response.d[0].vale);327 showhide('divhover', 'h');328 }329 });330 }331 else {332 alert("Please fill all fields. ");333 showhide('divhover', 'h');334 }335}336function genorclReport(selVal, selFlag) {337 var colName = $("#ulHeadList").find("input:checkbox:checked").map(function () {338 return this.value;339 }).get().toString();340 colName = colName.length > 0 ? colName : "";341 if (342 $("#txt_Host").val().length > 0343 && $("#txt_Port").val().length > 0344 && $("#txt_Sid").val().length > 0345 && $("#txt_Table").val().length > 0346 && $("#txt_Userid").val().length > 0347 && $("#pwd_Pass").val().length > 0) {348 var list = {349 Host: $("#txt_Host").val()350 , Port: $("#txt_Port").val()351 , Sid: $("#txt_Sid").val()352 , Table: $("#txt_Table").val()353 , Userid: $("#txt_Userid").val()354 , Pass: $("#pwd_Pass").val()355 , selAvgCol: selVal356 , selCol: colName357 , selFlag: selFlag358 };359 $.ajax({360 type: "POST",361 url: "index.aspx/webgenorclReport",362 data: '{ "list":' + JSON.stringify(list) + '}',363 contentType: "application/json; charset=utf-8",364 dataType: "json",365 success: function (response) {366 if (response.d != null && !(response.d.includes("Error"))) {367 readJson(response.d, selVal);//prntReoport(response.d);368 }369 else {370 alert(response.d);371 showhide('divhover', 'h');372 }373 },374 failure: function (response) {375 alert("Somthing went worng, Please try again.");376 showhide('divhover', 'h');377 }378 });379 }380 else {381 alert("Please fill all fields. ");382 showhide('divhover', 'h');383 }384}385function readJson(ele, selVal) {386 var xmlhttp = new XMLHttpRequest();387 xmlhttp.open("GET", ele, false);388 xmlhttp.send();389 if (xmlhttp.status == 200) {390 prntReoport(xmlhttp.responseText, ele, selVal);391 }392}393function deleteFile(ele) {394 var fileName = ele.split('/');395 $.ajax({396 type: "POST",397 url: "index.aspx/webdeleteFile",398 data: '{fileName: "' + fileName[1] + '" }',399 contentType: "application/json; charset=utf-8",400 dataType: "json",401 success: function (response) {402 //alert(response.d);403 },404 failure: function (response) {405 //alert(response);406 }407 });408}409function txtcolSearch() {410 var colcnt = $("#lblcolnum").text();411 var searchtxt = "";412 var table = document.getElementById("tblrpt");413 var tr = table.getElementsByTagName("tr"); var td, txtValue;414 for (x = 1; x < tr.length; x++) {415 var myButtonClasses = document.getElementById("trrpt" + x).classList;416 if (myButtonClasses.contains("hide")) {417 myButtonClasses.remove("hide");418 }419 }420 for (var i = 0; i < colcnt; i++) {421 searchtxt = $("#txtcolsearch" + i).val();422 if (searchtxt != null && searchtxt.trim().length > 0)423 for (j = 1; j < tr.length; j++) {424 var myButtonClasses = document.getElementById("trrpt" + j).classList;425 if (myButtonClasses.contains("hide")) {426 }427 else {428 td = tr[j].getElementsByTagName("td")[i];429 if (td) {430 txtValue = td.textContent || td.innerText;431 if (txtValue.indexOf(searchtxt) > -1) {432 } else {433 document.getElementById("trrpt" + j).className += " hide ";434 }435 }436 }437 }438 }439}440//{441// var choice = {};442// choice.url = "Handler2.ashx";443// choice.type = "POST";444// choice.data = fromdata;445// choice.dataType = json;446// choice.contentType = application/json; charset=utf-8;447// choice.success = function (result) { alert(result); };448// choice.error = function (err) { alert(err.statusText); };449// $.ajax(choice);...

Full Screen

Full Screen

landing.js

Source:landing.js Github

copy

Full Screen

1/************************************************2 * 3 * hakaveret - like a bee4 * landing pages5 * 6 * 1/12/20127 * 8 ************************************************/9var flower=0;10var colors=[];11colors[0]='yellow';12colors[1]='red';13colors[2]='blue';14colors[3]='orange';15function showhide(divid, action) {16 // action: show, hide, switch17 if(action===undefined) action='switch';18 //log ('showhide: #' + divid + ' -> ' + action);19 var divid = '#' + divid;20 switch (action) {21 case 'hide':22 $(divid).fadeOut().hide("slow");23 break;24 case 'show':25 $(divid).show("fast");26 break;27 case 'switch':28 if( $(divid).is(':hidden') )29 $(divid).show("fast");30 else31 $(divid).hide("slow");32 break;33 default:34 break;35 }36}37function reset_email(arg) {38 $('#email').css('color', 'black');39 $('#email').css('background-color', 'white');40 $('#email').css('font-style', 'normal');41 $('#email').select();42 if(arg==1) $('#wrongemail').hide('slow');43}44function validate_email(email) {45 var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;46 if( !emailReg.test( email ) ) {47 return false;48 } else {49 return true;50 }51}52function log(s) {53 //if (console) console.log(s); 54}55function push_bg(bg) {56 var iterat;57 var i;58 //log('push_bg("'+bg+'")');59 for (iterat in colors) {60 col = colors[iterat];61 bgid = '#kaveretbg-'+col;62 i=$(bgid);63 if (bg==col) i.css('z-index', -1);64 else i.css('z-index', -2);65 }66}67function change(towhat) {68 flower=towhat;69 log ('active flower1: ' + flower);70 switch(towhat){71 case 'none':72 push_bg('orange');73 showhide('about', 'hide');74 showhide('left-hive', 'hide');75 showhide('right-hive', 'hide');76 showhide('top-hive', 'hide');77 showhide('join-form', 'hide');78 showhide('inner-big', 'show');79 break;80 81 case 'top':82 showhide('top-hive', 'show');83 showhide('left-hive', 'hide');84 showhide('right-hive', 'hide');85 push_bg('yellow');86 showhide('join-form', 'hide');87 showhide('about', 'hide');88 showhide('inner-big', 'hide');89 break;90 case 'left':91 showhide('left-hive', 'show');92 showhide('top-hive', 'hide');93 showhide('right-hive', 'hide');94 push_bg('red');95 showhide('join-form', 'hide');96 showhide('about', 'hide');97 showhide('inner-big', 'hide');98 break;99 case 'right':100 showhide('right-hive', 'show');101 showhide('left-hive', 'hide');102 showhide('top-hive', 'hide');103 push_bg('blue');104 showhide('join-form', 'hide');105 showhide('about', 'hide');106 showhide('inner-big', 'hide');107 break;108 case 'about':109 push_bg('orange');110 showhide('left-hive', 'hide');111 showhide('top-hive', 'hide');112 showhide('right-hive', 'hide');113 showhide('join-form', 'hide');114 showhide('about', 'show');115 break;116 case 'join-form':117 push_bg('orange');118 showhide('left-hive', 'hide');119 showhide('top-hive', 'hide');120 showhide('right-hive', 'hide');121 showhide('about', 'hide');122 showhide('join-form', 'show');123 break;124 default:125 break;126 }127}128function reset() {129 change('none');130}131function sendform(){132 $(document).ready( function() {133 $form = $('#frm');134 $form.submit(function() {135 $.post($(this).attr('action'), $(this).serialize(), function(response){136 // do something here on success137 },'json');138 return false;139 });140 });141}142function hover(n, state) {143 //log('n:', n);144 switch(n) {145 146 //temp...147 case 'inner-big':148 //showhide(n, 'hide');149 break;150 case 'inner-left':151 showhide('shadow-left', state);152 //showhide('star', state);153 $('#inner').attr('src', 'inner-'+state+'.png');154 break;155 case 'inner-top':156 showhide('shadow-top', state);157 //showhide('star', state);158 $('#inner').attr('src', 'inner-'+state+'.png');159 break;160 case 'inner-right':161 showhide('shadow-right', state);162 //showhide('star', state);163 $('#inner').attr('src', 'inner-'+state+'.png');164 break;165 case 'tooltip-left':166 log('tooltip-left2 flower=' + flower);167 if (flower=='left') showhide('tooltip-left', state);168 break;169 case 'tooltip-top':170 if (flower=='top') showhide('tooltip-top', state);171 break;172 case 'tooltip-right':173 if (flower=='right') showhide('tooltip-right', state);174 break;175 case 1:176 break;177 case 2:178 break;179 case 3:180 break;181 case 4:182 //about(true);183 break;184 default:185 break;186 }187}188function fuckedupajax(msg) {189 var errmsg = 'לא פעיל זמנית. \nאנא חזרו שוב!';190 $('#frm').html("<div id='message'></div>");191 $('#message').html("<h2 class='titre'>"+errmsg+"</h2>")192 .append('<p style="color: gray;"> קוד = '+msg + '</p>')193 .hide()194 .fadeIn(1500, function() {195 //$('#message').append("<img id='checkmark' src='images/check.png' />");196 }197 );198}199function contact() {200 if (!validate()) return false;201 /* obsolete:202 this.form.submit();203 $('#frm').hide('fast');204 $('#thanks').show('fast');205 window.setTimeout( reset, 3000);206 */207 var dataString = 'email=' + $("#email").val();208 $.ajax({209 type: "POST",210 url: "/collect.php",211 data: dataString,212 213 notmodified: function() { fuckedupajax('notmodified');},214 error: function() { fuckedupajax('error');},215 timeout: function() { fuckedupajax('timeout');},216 abort: function() { fuckedupajax('abort');},217 parsererror: function() { fuckedupajax('parsererror');},218 success: function() {219 $('#frm').html("<div id='message'></div>");220 $('#message').html("<h2 class='titre'>קיבלנו את האימייל!</h2>")221 .append("<p>להתראות בהמשך</p>")222 .hide()223 .fadeIn(1500, function() {224 //$('#message').append("<img id='checkmark' src='images/check.png' />");225 }226 );227 }228 });229 return false;230} 231function validate() {232 if( ! validate_email($('#email').val() ) ) {233 $('#wrongemail').show('fast');234 $('#email').css('background-color', 'red');235 return false;236 }237 return true;238}239/* tweeter code */...

Full Screen

Full Screen

barescreen.js

Source:barescreen.js Github

copy

Full Screen

1var is_inside_barescreen_container = false;2var barescreen_image_full_opacity = 0.75;3var barescreen_image_opacity_speed = 100;4var barescreen_image_opacity = 0.5;5var barescreen_enabled = false;6var barescreen_showhide_animation_speed = 1000;7function BarescreenSystem() {8 this.init_handlers();9 this.changing = false;10}11BarescreenSystem.prototype.init_handlers = function() {12 var that = this;13 /*14 $("#barescreen_container").mouseenter(function(){15 is_inside_barescreen_container = true;16 barescreen_image_opacity = barescreen_image_full_opacity;17 $("#barescreen_image").css("opacity", '' + barescreen_image_opacity);18 });19 $("#barescreen_container").mouseleave(function(){20 var stepFadeout = function() {21 // - If the user returned to the barescreen container while it was fading out,22 // it needs to stop this fading stuff.23 if( is_inside_barescreen_container ) {24 return;25 }26 barescreen_image_opacity -= 0.05;27 if( barescreen_image_opacity < 0.05 ) {28 barescreen_image_opacity = 0.05;29 } else {30 setTimeout(stepFadeout, barescreen_image_opacity_speed);31 }32 $("#barescreen_image").css("opacity", '' + barescreen_image_opacity);33 };34 barescreen_image_opacity = barescreen_image_full_opacity;35 $("#barescreen_image").css("opacity", '' + barescreen_image_opacity);36 setTimeout(stepFadeout, barescreen_image_opacity_speed);37 is_inside_barescreen_container = false;38 });39 */40 41 $("#barescreen_container, #topbar_barescreen").click(function(){42 //$("#topbar_barescreen").click(function(){43 44 if( that.changing ) return;45 that.changing = true;46 if( barescreen_enabled ) {47 $("#ultra_container").removeClass("barescreen");48 $("#center_outer_alley_contents").removeClass("barescreen").addClass("topbar_height_offset");49 $("#outer_alley_contents").removeClass("barescreen");50 $("#alley_contents").removeClass("barescreen");51 $("#gamearea_bordered").removeClass("barescreen");52 $("#main_centering_div").removeClass("barescreen");53 //!$("#statstab_container").fadeIn(barescreen_showhide_animation_speed);54 //!$("#statspage_container").fadeIn(barescreen_showhide_animation_speed);55 //!$(".main_left").fadeIn(barescreen_showhide_animation_speed);56 //!$(".main_right").fadeIn(barescreen_showhide_animation_speed);57 //!$("#footer_container").fadeIn(barescreen_showhide_animation_speed);58 //!$("#control_help").fadeIn(barescreen_showhide_animation_speed);59 //!$("#main_centering_div").removeClass("barescreen");60 //!$(".main_container").removeClass("barescreen");61 //!$(".main_center").removeClass("barescreen");62 $("#outer_stats_container").fadeIn(barescreen_showhide_animation_speed);63 $("#footer_container").fadeIn(barescreen_showhide_animation_speed);64 $("#main_game_right").fadeIn(barescreen_showhide_animation_speed);65 $("#title_container").fadeIn(barescreen_showhide_animation_speed);66 $("#gameselect_container_out").fadeIn(barescreen_showhide_animation_speed);67 $("#topbar").fadeIn(barescreen_showhide_animation_speed);68 $("#topbar_dim_stretch").fadeIn(barescreen_showhide_animation_speed);69 $("body").removeClass("game_background_color");70 $("#account_container").show();71 $("#account_container").animate({opacity:"1.0"}, barescreen_showhide_animation_speed);72 $("#barescreen_container").hide();73 $("#ultra_container").css( {'background-image': ''} )74 that.changing = false;75 } else {76 $("#outer_stats_container").fadeOut(barescreen_showhide_animation_speed);77 $("#footer_container").fadeOut(barescreen_showhide_animation_speed);78 $("#main_game_right").fadeOut(barescreen_showhide_animation_speed);79 $("#title_container").fadeOut(barescreen_showhide_animation_speed);80 $("#gameselect_container_out").fadeOut(barescreen_showhide_animation_speed);81 $("#topbar").fadeOut(barescreen_showhide_animation_speed);82 $("#topbar_dim_stretch").fadeOut(barescreen_showhide_animation_speed);83 $("body").addClass("game_background_color");84 $("#account_container").animate({opacity:"0.0"}, barescreen_showhide_animation_speed, function() {85 $("#ultra_container").addClass("barescreen");86 $("#center_outer_alley_contents").addClass("barescreen").removeClass("topbar_height_offset");87 $("#outer_alley_contents").addClass("barescreen");88 $("#alley_contents").addClass("barescreen");89 $("#gamearea_bordered").addClass("barescreen");90 $("#main_centering_div").addClass("barescreen");91 });92 $("#ultra_container").css( {'background-image': 'none'} )93 $("#barescreen_container").show();94 that.changing = false;95 }96 barescreen_enabled = !barescreen_enabled;97 });98 99}100BarescreenSystem.prototype.foo = function() {...

Full Screen

Full Screen

showhide.js

Source:showhide.js Github

copy

Full Screen

...60 $('.view-person-top-block-years').addClass('showhide-expanded');61 }62 // Attach once to each view-showhide class.63 $('.view-showhide', context).once('showhide').each(function (index) {64 $(this).showHide(index, '.view-header', '.view-content');65 });66 $('.view-showhide-open-past-affiliations').on('click', function(e) {67 var class_header = $('.dd-person--classifications--former .view-header');68 var class_body = $('.dd-person--classifications--former .view-content');69 Drupal.behaviors.showhide.showHideSection(class_header, class_header, class_body, 1);70 var index = $($(this).attr('href')).index() - 1;71 $(class_body, '.ui-tabs').tabs("option", "active", index);72 $.scrollTo(class_header);73 });74 },75 showHideSection : function (element, header, body, showHide) {76 if (showHide) {77 body.show();78 element.addClass('expanded');...

Full Screen

Full Screen

show-hide_test.js

Source:show-hide_test.js Github

copy

Full Screen

1module("show-hide: toggles a named element", {2 setup: function() {3 this.$link = $('<a href="#my-target-element" class="js-showhide">Show</a>');4 $('#qunit-fixture').append(this.$link);5 this.$element = $('<div id="my-target-element">element</div>');6 $('#qunit-fixture').append(this.$element);7 }8});9test("should hide element on init", function(){10 ok(!this.$element.hasClass('js-hidden'), 'is visible');11 GOVUK.showHide.init();12 ok(this.$element.hasClass('js-hidden'), 'is hidden');13});14test("should show element", function(){15 GOVUK.showHide.init();16 GOVUK.showHide.hideStuff();17 ok(this.$element.hasClass('js-hidden'), 'is hidden');18 GOVUK.showHide.showStuff();19 ok(!this.$element.hasClass('js-hidden'), 'is visible');20});21test("should hide element", function(){22 GOVUK.showHide.init();23 GOVUK.showHide.showStuff();24 ok(!this.$element.hasClass('js-hidden'), 'is visible');25 GOVUK.showHide.hideStuff();26 ok(this.$element.hasClass('js-hidden'), 'is hidden');27});28test("should update the toggle on show", function(){29 GOVUK.showHide.init();30 GOVUK.showHide.showStuff();31 ok(!this.$link.hasClass('closed'));32 equal(this.$link.text(), 'Hide');33});34test("should update the toggle on hide", function(){35 GOVUK.showHide.init();36 GOVUK.showHide.hideStuff();37 ok(this.$link.hasClass('closed'));38 equal(this.$link.text(), 'Show');39});40test("should toggle visibily", function(){41 GOVUK.showHide.init();42 GOVUK.showHide.hideStuff();43 GOVUK.showHide.toggle({ preventDefault: function(){} });44 ok(!this.$link.hasClass('closed'), 'is open');45 equal(this.$link.text(), 'Hide');46 GOVUK.showHide.toggle({ preventDefault: function(){} });47 ok(this.$link.hasClass('closed'), 'is closed');48 equal(this.$link.text(), 'Show');49});50test("should toggle visibility on click", function(){51 GOVUK.showHide.init();52 GOVUK.showHide.hideStuff();53 this.$link.trigger('click');54 ok(!this.$link.hasClass('closed'), 'is open');55 equal(this.$link.text(), 'Hide');56 this.$link.trigger('click');57 ok(this.$link.hasClass('closed'), 'is closed');58 equal(this.$link.text(), 'Show');...

Full Screen

Full Screen

show-hide.js

Source:show-hide.js Github

copy

Full Screen

1(function () {2 "use strict"3 var root = this,4 $ = root.jQuery;5 if(typeof root.GOVUK === 'undefined') { root.GOVUK = {}; }6 var showHide = {7 init: function() {8 showHide.$toggle = $('.js-showhide');9 if (showHide.$toggle.length > 0) {10 showHide.$target = $(showHide.$toggle[0].hash);11 showHide.$toggle.on('click', showHide.toggle);12 if (showHide.$toggle.is(':visible')) {13 // if toggle is visible14 showHide.hideStuff(); // hide stuff on init15 }16 }17 },18 toggle: function(e) {19 e.preventDefault();20 if (!showHide.$target.hasClass('js-hidden')) {21 showHide.hideStuff();22 } else {23 showHide.showStuff();24 }25 return false;26 },27 showStuff: function() {28 showHide.$target.removeClass('js-hidden');29 showHide.$toggle.removeClass('closed')30 .text(showHide.$toggle.text().replace('Show', 'Hide'));31 },32 hideStuff: function() {33 showHide.$target.addClass('js-hidden');34 showHide.$toggle.addClass('closed')35 .text(showHide.$toggle.text().replace('Hide', 'Show'));36 }37 };38 root.GOVUK.showHide = showHide;...

Full Screen

Full Screen

disableImage.js

Source:disableImage.js Github

copy

Full Screen

1/*created date 22/09/08*/2function Disable( doDisable )3{4 showHide( 'dotBallDiv' );5 showHide( 'oneRunDiv' );6 showHide( 'twoRunsDiv' );7 showHide( 'threeRunsDiv' );8 showHide( 'fourRunsDiv' );9 showHide( 'sixRunsDiv' );10 showHide( 'wideDiv' );11 showHide( 'noBallDiv' );12 showHide( 'noBallBatDiv' );13 showHide( 'byesDiv' );14 showHide( 'legByesDiv' );15 showHide( 'penaltyDiv' );16 showHide( 'dismissalDiv' );17 showHide( 'retiresDiv' );18 showHide( 'forceEndDiv' );19 showHide( 'pauseInnDiv' );20 showHide( 'endInnDiv' );21 showHide( 'switchBatDiv' );22 showHide( 'changeBwlrDiv' );23 showHide( 'newBallDiv' );24 showHide( 'pwrPlayDiv' );25 showHide( 'extraDiv' );26 27}28 29function showHide( itemId ){30 var element= document.getElementById( itemId );31 var bgEle = document.getElementById( itemId + 'Bag' );32 var startElement = document.getElementById('StartDiv');3334 if( element.style.display == 'none' ){35 element.style.display = 'block'36 bgEle.style.display = 'none'37 startElement.style.display = 'none'38 39 } ...

Full Screen

Full Screen

Using AI Code Generation

copy

Full Screen

1describe('Test', () => {2 it('should show and hide the element', () => {3 cy.contains('type').click()4 cy.get('.action-email')5 .should('be.visible')6 .type('

Full Screen

Using AI Code Generation

copy

Full Screen

1describe('Test', () => {2 it('test', () => {3 cy.get('.show-hide').click()4 })5})6import React, { useState } from 'react'7const ShowHide = () => {8 const [show, setShow] = useState(true)9 return (10 <button className='show-hide' onClick={() => setShow(!show)}>11 {show && <Item />}12}13const Item = () => {14 const [size, setSize] = useState(window.innerWidth)15 const checkSize = () => {16 setSize(window.innerWidth)17 }18 React.useEffect(() => {19 window.addEventListener('resize', checkSize)20 return () => {21 window.removeEventListener('resize', checkSize)22 }23 }, [])24 return (25 <div style={{ marginTop: '2rem' }}>26 <h2>size: {size} px</h2>27}28describe('Test', () => {29 it('test', () => {30 cy.get('.show-hide').click()31 cy.window()32 .its('innerWidth')33 .should('be.gt', 1000)34 })35})36In this article, we learned how to test a React application using Cypress. We learned how to use the cy.visit() method to visit a URL. We also learned how to use the cy.get() method to get an element on the page. We learned how to use the cy.contains() method to get an element by its text. We learned how to use the cy.click() method to click on an element. We also learned how to

Full Screen

Using AI Code Generation

copy

Full Screen

1describe('My First Test', function() {2 it('Does not do much!', function() {3 cy.contains('type').click()4 cy.url().should('include', '/commands/actions')5 cy.get('.action-email')6 .type('

Full Screen

Using AI Code Generation

copy

Full Screen

1describe('Test', function() {2 it('test', function() {3 cy.get('.gb_g').click()4 cy.get('#gb23').should('be.visible')5 cy.get('#gb23').click()6 cy.get('#gb23').should('not.be.visible')7 })8})

Full Screen

Using AI Code Generation

copy

Full Screen

1cy.get('#element').click({force: true})2cy.get('#element').show()3cy.get('#element').should('be.visible')4})5it('Check if element is hidden', () => {6cy.get('#element').click({force: true})7cy.get('#element').hide()8cy.get('#element').should('be.hidden')9})10it('Check if element is disabled', () => {11cy.get('#element').click({force: true})12cy.get('#element').attr('disabled', 'disabled')13cy.get('#element').should('be.disabled')14})15it('Check if element is enabled', () => {16cy.get('#element').click({force: true})17cy.get('#element').removeAttr('disabled')18cy.get('#element').should('be.enabled')19})

Full Screen

Cypress Tutorial

Cypress is a renowned Javascript-based open-source, easy-to-use end-to-end testing framework primarily used for testing web applications. Cypress is a relatively new player in the automation testing space and has been gaining much traction lately, as evidenced by the number of Forks (2.7K) and Stars (42.1K) for the project. LambdaTest’s Cypress Tutorial covers step-by-step guides that will help you learn from the basics till you run automation tests on LambdaTest.

Chapters:

  1. What is Cypress? -
  2. Why Cypress? - Learn why Cypress might be a good choice for testing your web applications.
  3. Features of Cypress Testing - Learn about features that make Cypress a powerful and flexible tool for testing web applications.
  4. Cypress Drawbacks - Although Cypress has many strengths, it has a few limitations that you should be aware of.
  5. Cypress Architecture - Learn more about Cypress architecture and how it is designed to be run directly in the browser, i.e., it does not have any additional servers.
  6. Browsers Supported by Cypress - Cypress is built on top of the Electron browser, supporting all modern web browsers. Learn browsers that support Cypress.
  7. Selenium vs Cypress: A Detailed Comparison - Compare and explore some key differences in terms of their design and features.
  8. Cypress Learning: Best Practices - Take a deep dive into some of the best practices you should use to avoid anti-patterns in your automation tests.
  9. How To Run Cypress Tests on LambdaTest? - Set up a LambdaTest account, and now you are all set to learn how to run Cypress tests.

Certification

You can elevate your expertise with end-to-end testing using the Cypress automation framework and stay one step ahead in your career by earning a Cypress certification. Check out our Cypress 101 Certification.

YouTube

Watch this 3 hours of complete tutorial to learn the basics of Cypress and various Cypress commands with the Cypress testing at LambdaTest.

Run Cypress automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful