Permalink
Jump to Line
iBozUtil07/SearchKaiin.html
<html xmlns="http://www.w3.org/1999/xhtml"><head> | |
<meta content="text/html; charset=Shift_JIS" http-equiv="Content-Type" /> | |
<meta content="ja" http-equiv="Content-Language" /> | |
<link type="text/css" rel="stylesheet" href="index.css" /> | |
<link type="text/css" rel="stylesheet" href="index.css" /><style> | |
body,table{ font-size:x-small; } | |
body {margin : 0px;} | |
</style> | |
<script src="../manegament/js/set_time.js"></script> | |
<script src="../manegament/js/set_date.js"></script> | |
<script src="../manegament/js/func.js?1439443994"></script> | |
<script type="text/javascript"> | |
<!-- | |
function set_time(target_form,target_name){ | |
var nowdate = new Date(); | |
if(target_name=='temporary'){ | |
//仮登録日時 | |
var inputdate = computeDate(nowdate.getFullYear(),nowdate.getMonth(),nowdate.getDate(),-target_form.temporary_ago.value); | |
for(i = 0; i < target_form.is_temporary_not.length; i ++){ | |
if(target_form.is_temporary_not[i].value=="" && target_form.is_temporary_not[i].checked){ | |
target_form.tchk.checked = false; | |
target_form.tyy.value=inputdate.getFullYear(); | |
target_form.tmm.value=inputdate.getMonth()+1; | |
target_form.tdd.value=inputdate.getDate(); | |
target_form.tyy2.value=""; | |
target_form.tmm2.value=""; | |
target_form.tdd2.value=""; | |
target_form.thh.value=""; | |
target_form.thh2.value=""; | |
target_form.tii.value=""; | |
target_form.tii2.value=""; | |
}else if(target_form.is_temporary_not[i].value=="ago" && target_form.is_temporary_not[i].checked){ | |
target_form.tchk.checked = true; | |
target_form.tyy.value=""; | |
target_form.tmm.value=""; | |
target_form.tdd.value=""; | |
target_form.tyy2.value=inputdate.getFullYear(); | |
target_form.tmm2.value=inputdate.getMonth()+1; | |
target_form.tdd2.value=inputdate.getDate(); | |
target_form.thh.value=""; | |
target_form.thh2.value=""; | |
target_form.tii.value=""; | |
target_form.tii2.value=""; | |
}else if(target_form.is_temporary_not[i].value=="last" && target_form.is_temporary_not[i].checked){ | |
target_form.tchk.checked = true; | |
target_form.tyy.value=inputdate.getFullYear(); | |
target_form.tmm.value=inputdate.getMonth()+1; | |
target_form.tdd.value=inputdate.getDate(); | |
target_form.tyy2.value=""; | |
target_form.tmm2.value=""; | |
target_form.tdd2.value=""; | |
target_form.thh.value=""; | |
target_form.thh2.value=""; | |
target_form.tii.value=""; | |
target_form.tii2.value=""; | |
} | |
} | |
}else if(target_name=='join'){ | |
//登録日時 | |
var inputdate = computeDate(nowdate.getFullYear(),nowdate.getMonth(),nowdate.getDate(),-target_form.join_ago.value); | |
for(i = 0; i < target_form.is_join_not.length; i ++){ | |
if(target_form.is_join_not[i].value=="" && target_form.is_join_not[i].checked){ | |
target_form.jchk.checked = false; | |
target_form.jyy.value=inputdate.getFullYear(); | |
target_form.jmm.value=inputdate.getMonth()+1; | |
target_form.jdd.value=inputdate.getDate(); | |
target_form.jyy2.value=""; | |
target_form.jmm2.value=""; | |
target_form.jdd2.value=""; | |
target_form.jhh.value=""; | |
target_form.jhh2.value=""; | |
target_form.jii.value=""; | |
target_form.jii2.value=""; | |
}else if(target_form.is_join_not[i].value=="ago" && target_form.is_join_not[i].checked){ | |
target_form.jchk.checked = true; | |
target_form.jyy.value=""; | |
target_form.jmm.value=""; | |
target_form.jdd.value=""; | |
target_form.jyy2.value=inputdate.getFullYear(); | |
target_form.jmm2.value=inputdate.getMonth()+1; | |
target_form.jdd2.value=inputdate.getDate(); | |
target_form.jhh.value=""; | |
target_form.jhh2.value=""; | |
target_form.jii.value=""; | |
target_form.jii2.value=""; | |
}else if(target_form.is_join_not[i].value=="last" && target_form.is_join_not[i].checked){ | |
target_form.jchk.checked = true; | |
target_form.jyy.value=inputdate.getFullYear(); | |
target_form.jmm.value=inputdate.getMonth()+1; | |
target_form.jdd.value=inputdate.getDate(); | |
target_form.jyy2.value=""; | |
target_form.jmm2.value=""; | |
target_form.jdd2.value=""; | |
target_form.jhh.value=""; | |
target_form.jhh2.value=""; | |
target_form.jii.value=""; | |
target_form.jii2.value=""; | |
} | |
} | |
}else if(target_name=='last'){ | |
//最終ログイン | |
var inputdate = computeDate(nowdate.getFullYear(),nowdate.getMonth(),nowdate.getDate(),-target_form.last_ago.value); | |
for(i = 0; i < target_form.is_last_not.length; i ++){ | |
if(target_form.is_last_not[i].value=="" && target_form.is_last_not[i].checked){ | |
target_form.lchk.checked = false; | |
target_form.lyy.value=inputdate.getFullYear(); | |
target_form.lmm.value=inputdate.getMonth()+1; | |
target_form.ldd.value=inputdate.getDate(); | |
target_form.lyy2.value=""; | |
target_form.lmm2.value=""; | |
target_form.ldd2.value=""; | |
target_form.lhh.value=""; | |
target_form.lhh2.value=""; | |
target_form.lii.value=""; | |
target_form.lii2.value=""; | |
}else if(target_form.is_last_not[i].value=="ago" && target_form.is_last_not[i].checked){ | |
target_form.lchk.checked = true; | |
target_form.lyy.value=""; | |
target_form.lmm.value=""; | |
target_form.ldd.value=""; | |
target_form.lyy2.value=inputdate.getFullYear(); | |
target_form.lmm2.value=inputdate.getMonth()+1; | |
target_form.ldd2.value=inputdate.getDate(); | |
target_form.lhh.value=""; | |
target_form.lhh2.value=""; | |
target_form.lii.value=""; | |
target_form.lii2.value=""; | |
}else if(target_form.is_last_not[i].value=="last" && target_form.is_last_not[i].checked){ | |
target_form.lchk.checked = true; | |
target_form.lyy.value=inputdate.getFullYear(); | |
target_form.lmm.value=inputdate.getMonth()+1; | |
target_form.ldd.value=inputdate.getDate(); | |
target_form.lyy2.value=""; | |
target_form.lmm2.value=""; | |
target_form.ldd2.value=""; | |
target_form.lhh.value=""; | |
target_form.lhh2.value=""; | |
target_form.lii.value=""; | |
target_form.lii2.value=""; | |
} | |
} | |
}else if(target_name=='buy'){ | |
//最終購入 | |
var inputdate = computeDate(nowdate.getFullYear(),nowdate.getMonth(),nowdate.getDate(),-target_form.buy_ago.value); | |
for(i = 0; i < target_form.is_buy_not.length; i ++){ | |
if(target_form.is_buy_not[i].value=="" && target_form.is_buy_not[i].checked){ | |
target_form.bchk.checked = false; | |
target_form.byy.value=inputdate.getFullYear(); | |
target_form.bmm.value=inputdate.getMonth()+1; | |
target_form.bdd.value=inputdate.getDate(); | |
target_form.byy2.value=""; | |
target_form.bmm2.value=""; | |
target_form.bdd2.value=""; | |
target_form.bhh.value=""; | |
target_form.bhh2.value=""; | |
target_form.bii.value=""; | |
target_form.bii2.value=""; | |
}else if(target_form.is_buy_not[i].value=="ago" && target_form.is_buy_not[i].checked){ | |
target_form.bchk.checked = true; | |
target_form.byy.value=""; | |
target_form.bmm.value=""; | |
target_form.bdd.value=""; | |
target_form.byy2.value=inputdate.getFullYear(); | |
target_form.bmm2.value=inputdate.getMonth()+1; | |
target_form.bdd2.value=inputdate.getDate(); | |
target_form.bhh.value=""; | |
target_form.bhh2.value=""; | |
target_form.bii.value=""; | |
target_form.bii2.value=""; | |
}else if(target_form.is_buy_not[i].value=="last" && target_form.is_buy_not[i].checked){ | |
target_form.bchk.checked = true; | |
target_form.byy.value=inputdate.getFullYear(); | |
target_form.bmm.value=inputdate.getMonth()+1; | |
target_form.bdd.value=inputdate.getDate(); | |
target_form.byy2.value=""; | |
target_form.bmm2.value=""; | |
target_form.bdd2.value=""; | |
target_form.bhh.value=""; | |
target_form.bhh2.value=""; | |
target_form.bii.value=""; | |
target_form.bii2.value=""; | |
} | |
} | |
}else if(target_name=='first_buy'){ | |
//初回購入 | |
var inputdate = computeDate(nowdate.getFullYear(),nowdate.getMonth(),nowdate.getDate(),-target_form.firstbuy_ago.value); | |
for(i = 0; i < target_form.is_firstbuy_not.length; i ++){ | |
if(target_form.is_firstbuy_not[i].value=="" && target_form.is_firstbuy_not[i].checked){ | |
target_form.fbchk.checked = false; | |
target_form.fbyy.value=inputdate.getFullYear(); | |
target_form.fbmm.value=inputdate.getMonth()+1; | |
target_form.fbdd.value=inputdate.getDate(); | |
target_form.fbyy2.value=""; | |
target_form.fbmm2.value=""; | |
target_form.fbdd2.value=""; | |
target_form.fbhh.value=""; | |
target_form.fbhh2.value=""; | |
target_form.fbii.value=""; | |
target_form.fbii2.value=""; | |
}else if(target_form.is_firstbuy_not[i].value=="ago" && target_form.is_firstbuy_not[i].checked){ | |
target_form.fbchk.checked = true; | |
target_form.fbyy.value=""; | |
target_form.fbmm.value=""; | |
target_form.fbdd.value=""; | |
target_form.fbyy2.value=inputdate.getFullYear(); | |
target_form.fbmm2.value=inputdate.getMonth()+1; | |
target_form.fbdd2.value=inputdate.getDate(); | |
target_form.fbhh.value=""; | |
target_form.fbhh2.value=""; | |
target_form.fbii.value=""; | |
target_form.fbii2.value=""; | |
}else if(target_form.is_firstbuy_not[i].value=="last" && target_form.is_firstbuy_not[i].checked){ | |
target_form.fbchk.checked = true; | |
target_form.fbyy.value=inputdate.getFullYear(); | |
target_form.fbmm.value=inputdate.getMonth()+1; | |
target_form.fbdd.value=inputdate.getDate(); | |
target_form.fbyy2.value=""; | |
target_form.fbmm2.value=""; | |
target_form.fbdd2.value=""; | |
target_form.fbhh.value=""; | |
target_form.fbhh2.value=""; | |
target_form.fbii.value=""; | |
target_form.fbii2.value=""; | |
} | |
} | |
}else if(target_name=='first'){ | |
//初回ログイン | |
var inputdate = computeDate(nowdate.getFullYear(),nowdate.getMonth(),nowdate.getDate(),-target_form.first_ago.value); | |
for(i = 0; i < target_form.is_first_not.length; i ++){ | |
if(target_form.is_first_not[i].value=="" && target_form.is_first_not[i].checked){ | |
target_form.fchk.checked = false; | |
target_form.fyy.value=inputdate.getFullYear(); | |
target_form.fmm.value=inputdate.getMonth()+1; | |
target_form.fdd.value=inputdate.getDate(); | |
target_form.fyy2.value=""; | |
target_form.fmm2.value=""; | |
target_form.fdd2.value=""; | |
target_form.fhh.value=""; | |
target_form.fhh2.value=""; | |
target_form.fii.value=""; | |
target_form.fii2.value=""; | |
}else if(target_form.is_first_not[i].value=="ago" && target_form.is_first_not[i].checked){ | |
target_form.fchk.checked = true; | |
target_form.fyy.value=""; | |
target_form.fmm.value=""; | |
target_form.fdd.value=""; | |
target_form.fyy2.value=inputdate.getFullYear(); | |
target_form.fmm2.value=inputdate.getMonth()+1; | |
target_form.fdd2.value=inputdate.getDate(); | |
target_form.fhh.value=""; | |
target_form.fhh2.value=""; | |
target_form.fii.value=""; | |
target_form.fii2.value=""; | |
}else if(target_form.is_first_not[i].value=="last" && target_form.is_first_not[i].checked){ | |
target_form.fchk.checked = true; | |
target_form.fyy.value=inputdate.getFullYear(); | |
target_form.fmm.value=inputdate.getMonth()+1; | |
target_form.fdd.value=inputdate.getDate(); | |
target_form.fyy2.value=""; | |
target_form.fmm2.value=""; | |
target_form.fdd2.value=""; | |
target_form.fhh.value=""; | |
target_form.fhh2.value=""; | |
target_form.fii.value=""; | |
target_form.fii2.value=""; | |
} | |
} | |
} | |
} | |
function set_lastsendtime(target_form,target_name){ | |
//手抜きのほぼコピペ関数 | |
var nowdate = new Date(); | |
if(target_name=='send'){ | |
//最終送信日時 | |
var inputdate = computeDateTime(nowdate.getFullYear(),nowdate.getMonth(),nowdate.getDate(),nowdate.getHours(),nowdate.getMinutes(),-target_form.send_ago.value*60); | |
for(i = 0; i < target_form.is_send_not.length; i ++){ | |
if(target_form.is_send_not[i].value=="" && target_form.is_send_not[i].checked){ | |
target_form.schk.checked = false; | |
target_form.syy.value=inputdate.getFullYear(); | |
target_form.smm.value=inputdate.getMonth()+1; | |
target_form.sdd.value=inputdate.getDate(); | |
target_form.shh.value=inputdate.getHours(); | |
target_form.sii.value=""; | |
target_form.syy2.value=""; | |
target_form.smm2.value=""; | |
target_form.sdd2.value=""; | |
target_form.shh2.value=""; | |
target_form.sii2.value=""; | |
}else if(target_form.is_send_not[i].value=="ago" && target_form.is_send_not[i].checked){ | |
target_form.schk.checked = true; | |
target_form.syy.value=""; | |
target_form.smm.value=""; | |
target_form.sdd.value=""; | |
target_form.shh.value=""; | |
target_form.sii.value=""; | |
target_form.syy2.value=inputdate.getFullYear(); | |
target_form.smm2.value=inputdate.getMonth()+1; | |
target_form.sdd2.value=inputdate.getDate(); | |
target_form.shh2.value=inputdate.getHours(); | |
target_form.sii2.value=inputdate.getMinutes(); | |
}else if(target_form.is_send_not[i].value=="last" && target_form.is_send_not[i].checked){ | |
target_form.schk.checked = true; | |
target_form.syy.value=inputdate.getFullYear(); | |
target_form.smm.value=inputdate.getMonth()+1; | |
target_form.sdd.value=inputdate.getDate(); | |
target_form.shh.value=inputdate.getHours(); | |
target_form.sii.value=inputdate.getMinutes(); | |
target_form.syy2.value=""; | |
target_form.smm2.value=""; | |
target_form.sdd2.value=""; | |
target_form.shh2.value=""; | |
target_form.sii2.value=""; | |
} | |
} | |
} | |
} | |
function setIdOnly(b){ | |
b.form.idonly.value="1"; | |
} | |
function disableAllSubmitButton(){ | |
document.getElementById('user_search').disabled = "true"; | |
document.getElementById('id_search').disabled = "true"; | |
} | |
// --> | |
</script> | |
<title>会員検索(男女)</title> | |
</head> | |
<body onload="submit_flag=false;"> | |
<table width="100%" border="1" class="main"> | |
<tbody><tr> | |
<td class="main"> | |
<table width="100%"> | |
<tbody><tr> | |
<td><div class="title">■会員検索(男女)</div></td> | |
</tr> | |
</tbody></table> | |
<hr /> | |
<form target="main" method="post" action="user_result.php" name="search"> | |
<table width="100%"> | |
<input type="hidden" value="" name="cid" /> | |
<input type="hidden" value="0" name="sex" /> | |
<input type="hidden" value="" name="test_f" /> | |
<input type="hidden" value="" name="retire_f" /> | |
<input type="hidden" value="" name="csv_f" /> | |
<tbody><tr> | |
<td width="12%" class="name"> | |
<label><input type="checkbox" value="1" name="col_id" /> | |
ID</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><textarea style="ime-mode: inactive;" name="id"></textarea><br /> | |
<label for="L_idnot"><input type="checkbox" value="ON" name="idnot" id="L_idnot" />否定</label></strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_tel" /> | |
電話番号</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><textarea style="ime-mode: inactive;" name="tel"></textarea><br /> | |
<label for="L_telfuzzy"><input type="checkbox" value="ON" name="telfuzzy" id="L_telfuzzy" />曖昧</label> | |
<label for="L_telnot"><input type="checkbox" value="ON" name="telnot" id="L_telnot" />否定</label></strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_mail" /> | |
メインメール</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><textarea style="ime-mode: inactive;" name="mail"></textarea><br /> | |
<label for="L_mailfuzzy"><input type="checkbox" value="ON" name="mailfuzzy" id="L_mailfuzzy" />曖昧</label> | |
<label for="L_mailnot"><input type="checkbox" value="ON" name="mailnot" id="L_mailnot" />否定</label></strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_smail" /> | |
サブメール</label> | |
</td> | |
<td width="38%" class="val"> | |
<textarea style="ime-mode: inactive;" name="smail"></textarea><br /> | |
<strong> | |
<label for="L_smailfuzzy"><input type="checkbox" value="ON" name="smailfuzzy" id="L_smailfuzzy" />曖昧</label> | |
<label for="L_smailnot"><input type="checkbox" value="ON" name="smailnot" id="L_smailnot" />否定</label> | |
<!--<label for="L_smailng"><input id="L_smailng" type="checkbox" name="smailng" value="ON">不良<font color="red">※?</font></label>--> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_error_main_mail_count" /> | |
メインメールエラー回数</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="8" name="error_main_mail_count" />?<input style="ime-mode: inactive;" size="8" name="error_main_mail_count2" />回</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_error_sub_mail_count" /> | |
サブメールエラー回数</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="8" name="error_sub_mail_count" />?<input style="ime-mode: inactive;" size="8" name="error_sub_mail_count2" />回</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
メインメールエラー | |
</td> | |
<td width="38%" class="val"> | |
<select name="main_mail_error"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="ng">許可回数オーバー</option> | |
<option value="ok">許可回数以下</option> | |
</select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
サブメールエラー | |
</td> | |
<td width="38%" class="val"> | |
<select name="sub_mail_error"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="ng">許可回数オーバー</option> | |
<option value="ok">許可回数以下</option> | |
</select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_reset_error_main_mail_count" /> | |
メインメールエラーリセット回数</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="8" name="reset_error_main_mail_count" />?<input style="ime-mode: inactive;" size="8" name="reset_error_main_mail_count2" />回</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_reset_error_sub_mail_count" /> | |
サブメールエラーリセット回数</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="8" name="reset_error_sub_mail_count" />?<input style="ime-mode: inactive;" size="8" name="reset_error_sub_mail_count2" />回</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
メールキャリア | |
</td> | |
<td width="38%" class="val"> | |
<select size="6" multiple="multiple" name="mob1[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">DoCoMo</option><option value="3">AU</option><option value="2">SoftBank</option><option value="8">WILLCOM</option><option value="32">PC</option> </select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
サブキャリア | |
</td> | |
<td width="38%" class="val"> | |
<select size="6" multiple="multiple" name="mob2[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">DoCoMo</option><option value="3">AU</option><option value="2">SoftBank</option><option value="8">WILLCOM</option><option value="32">PC</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_status" /> | |
ステータス</label> | |
</td> | |
<td width="38%" class="val"> | |
<!-- // ユーザー検索 --> | |
<select class="" id="select_status" size="7" multiple="multiple" name="status[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">仮登録会員</option><option value="6">本登録会員</option><option value="7">退会会員</option> | |
</select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_sub_status" /> | |
サブステータス</label> | |
</td> | |
<td width="38%" class="val"> | |
<select class="" id="select_substatus" size="7" multiple="multiple" name="substatus[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">サブステータス1</option><option value="21">サブステータス2</option><option value="22">デザイン作成用</option> | |
</select><br /> | |
<!--<label for="L_substatusnot"><input id="L_substatusnot" type="checkbox" name="substatusnot" value="ON">否定</label>--> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_price_status" /> | |
料金ステータス</label> | |
</td> | |
<td width="38%" class="val"> | |
<select class="" id="select_price_status" size="7" multiple="multiple" name="price_status[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">デフォルト</option><option value="9">料金ステータス1</option><option value="10">料金ステータス2</option><option value="11">料金ステータス3</option> </select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_point_status" /> | |
ポイントステータス</label> | |
</td> | |
<td width="38%" class="val"> | |
<select class="" id="select_point_status" size="7" multiple="multiple" name="point_status[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">デフォルト</option><option value="17">ああ</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_custom_status" /> | |
カスタムステータス</label> | |
</td> | |
<td width="38%" class="val"> | |
<select class="" id="select_custom_status" size="7" multiple="multiple" name="custom_status[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">カスタムステータス1</option><option value="2">カスタムステータス2</option><option value="3">カスタムステータス3</option> </select> | |
</td> | |
<!-- | |
<td class="name" width="12%" nowrap> | |
広告名 | |
</td> | |
<td class="val" width="38%"> | |
<strong> | |
<textarea name="advertisement" style="ime-mode: inactive;"></textarea><br> | |
<label for="L_advertisefuzzy"><input id="L_advertisefuzzy" type="checkbox" name="advertisementfuzzy" value="ON">曖昧</label> | |
<label for="L_advertisenot"><input id="L_advertisenot" type="checkbox" name="advertisementnot" value="ON">否定</label> | |
</strong> | |
</td> | |
--> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_code" /> | |
登録コード</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="code"></textarea><br /> | |
<label for="L_code_codefuzzy"><input type="checkbox" value="ON" name="codefuzzy" id="L_code_codefuzzy" />曖昧</label> | |
<label for="L_code_codenot"><input type="checkbox" value="ON" name="codenot" id="L_code_codenot" />否定</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<!-- | |
<td class="name" width="12%" nowrap>代理店パラメータ</td> | |
<td class="val" width="38%"><input name="ad_code" size="20"></td> | |
--> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_temporarytime" /> | |
仮登録日時</label><br /> | |
<a href="javascript:set_date('temporary')">昨日?今日</a>?<a href="javascript:set_date_clear('temporary')">クリア</a> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" value="" size="8" name="tyy" />/<input style="ime-mode: inactive;" value="" size="4" name="tmm" />/<input value="" size="4" name="tdd" /> <input style="ime-mode: inactive;" size="4" name="thh" />:<input style="ime-mode: inactive;" size="4" name="tii" /><br /> | |
<label for="L_tchk"><input type="checkbox" value="t" name="tchk" id="L_tchk" />範囲</label><br /> | |
<input style="ime-mode: inactive;" size="8" name="tyy2" />/<input style="ime-mode: inactive;" size="4" name="tmm2" />/<input size="4" name="tdd2" /> <input style="ime-mode: inactive;" size="4" name="thh2" />:<input style="ime-mode: inactive;" size="4" name="tii2" /><br /> | |
( <input type="text" onkeyup="set_time(this.form,'temporary');" value="" id="temporary_ago" size="3" name="temporary_ago" />日前 <br /><label for="L_is_temporary_theday"><input type="radio" onclick="set_time(this.form,'temporary');" value="" name="is_temporary_not" id="L_is_temporary_theday" />当日</label> <label for="L_is_temporary_not"><input type="radio" onclick="set_time(this.form,'temporary');" value="ago" name="is_temporary_not" id="L_is_temporary_not" />以前</label> <label for="L_is_temporary_last"><input type="radio" onclick="set_time(this.form,'temporary');" value="last" name="is_temporary_not" id="L_is_temporary_last" />以後</label> ) | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_importcode" /> | |
Fromメールアドレス</label> | |
</td><td width="38%" class="val"> | |
<strong> | |
<input size="20" name="importcode" /><br /> | |
<label for="L_importcodefuzzy"><input type="checkbox" value="ON" name="importcodefuzzy" id="L_importcodefuzzy" />曖昧</label> | |
<label for="L_importcodenot"><input type="checkbox" value="ON" name="importcodenot" id="L_importcodenot" />否定</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_jointime" /> | |
登録日時</label><br /> | |
<a href="javascript:set_date('join')">昨日?今日</a>?<a href="javascript:set_date_clear('join')">クリア</a> | |
<div align="center" id="jointime_click"></div> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" value="" size="8" name="jyy" />/<input style="ime-mode: inactive;" value="" size="4" name="jmm" />/<input value="" size="4" name="jdd" /> <input style="ime-mode: inactive;" size="4" name="jhh" />:<input style="ime-mode: inactive;" size="4" name="jii" /><br /> | |
<label for="L_jchk"><input type="checkbox" value="t" name="jchk" id="L_jchk" />範囲</label><br /> | |
<input style="ime-mode: inactive;" size="8" name="jyy2" />/<input style="ime-mode: inactive;" size="4" name="jmm2" />/<input size="4" name="jdd2" /> <input style="ime-mode: inactive;" size="4" name="jhh2" />:<input style="ime-mode: inactive;" size="4" name="jii2" /><br /> | |
<!--( <input type="text" name="join_ago" size="3">日前 <label for="L_is_join_not"><input id="L_is_join_not" type="checkbox" name="is_join_not" value="1">以前</label> )--> | |
( <input type="text" onkeyup="set_time(this.form,'join');" value="" id="join_ago" size="3" name="join_ago" />日前 <br /><label for="L_is_join_theday"><input type="radio" onclick="set_time(this.form,'join');" value="" name="is_join_not" id="L_is_join_theday" />当日</label> <label for="L_is_join_not"><input type="radio" onclick="set_time(this.form,'join');" value="ago" name="is_join_not" id="L_is_join_not" />以前</label> <label for="L_is_join_last"><input type="radio" onclick="set_time(this.form,'join');" value="last" name="is_join_not" id="L_is_join_last" />以後</label> ) | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_firstlogin" /> | |
初回ログイン</label><br /> | |
<a href="javascript:set_date('first')">昨日?今日</a>?<a href="javascript:set_date_clear('first')">クリア</a> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" value="" size="8" name="fyy" />/<input style="ime-mode: inactive;" value="" size="4" name="fmm" />/<input style="ime-mode: inactive;" value="" size="4" name="fdd" /> <input style="ime-mode: inactive;" size="4" name="fhh" />:<input style="ime-mode: inactive;" size="4" name="fii" /><br /> | |
<label for="L_fchk"><input type="checkbox" value="t" name="fchk" id="L_fchk" />範囲</label><br /> | |
<input style="ime-mode: inactive;" size="8" name="fyy2" />/<input style="ime-mode: inactive;" size="4" name="fmm2" />/<input style="ime-mode: inactive;" size="4" name="fdd2" /> <input style="ime-mode: inactive;" size="4" name="fhh2" />:<input style="ime-mode: inactive;" size="4" name="fii2" /><br /> | |
( <input type="text" onkeyup="set_time(this.form,'first');" value="" id="first_ago" size="3" name="first_ago" />日前 <br /><label for="L_is_first_theday"><input type="radio" onclick="set_time(this.form,'first');" value="" name="is_first_not" id="L_is_first_theday" />当日</label> <label for="L_is_first_not"><input type="radio" onclick="set_time(this.form,'first');" value="ago" name="is_first_not" id="L_is_first_not" />以前</label> <label for="L_is_first_last"><input type="radio" onclick="set_time(this.form,'first');" value="last" name="is_first_not" id="L_is_first_last" />以後</label> ) | |
<br /><input type="checkbox" value="1" name="fnull" />未ログインのみ</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" checked="checked" value="1" name="col_lasttime" /> | |
最終ログイン</label><br /> | |
<a href="javascript:set_date('last')">昨日?今日</a>?<a href="javascript:set_date_clear('last')">クリア</a> | |
<div align="center" id="lasttime_click"></div> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" value="" size="8" name="lyy" />/<input style="ime-mode: inactive;" value="" size="4" name="lmm" />/<input style="ime-mode: inactive;" value="" size="4" name="ldd" /> <input style="ime-mode: inactive;" size="4" name="lhh" />:<input style="ime-mode: inactive;" size="4" name="lii" /><br /> | |
<label for="L_lchk"><input type="checkbox" value="t" name="lchk" id="L_lchk" />範囲</label><br /> | |
<input style="ime-mode: inactive;" size="8" name="lyy2" />/<input style="ime-mode: inactive;" size="4" name="lmm2" />/<input style="ime-mode: inactive;" size="4" name="ldd2" /> <input style="ime-mode: inactive;" size="4" name="lhh2" />:<input style="ime-mode: inactive;" size="4" name="lii2" /><br /> | |
<!--( <input name="last_ago" size="3">日前 <label for="L_is_last_not"><input id="L_is_last_not" type="checkbox" name="is_last_not" value="1">以前</label> )--> | |
( <input type="text" onkeyup="set_time(this.form,'last');" value="" id="last_ago" size="3" name="last_ago" />日前 <br /><label for="L_is_last_theday"><input type="radio" onclick="set_time(this.form,'last');" value="" name="is_last_not" id="L_is_last_theday" />当日</label> <label for="L_is_last_not"><input type="radio" onclick="set_time(this.form,'last');" value="ago" name="is_last_not" id="L_is_last_not" />以前</label> <label for="L_is_last_last"><input type="radio" onclick="set_time(this.form,'last');" value="last" name="is_last_not" id="L_is_last_last" />以後</label> ) | |
<br /><input type="checkbox" value="1" name="lnull" />未ログインのみ</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_lastsendtime" /> | |
最終送信</label><br /> | |
<a href="javascript:set_date('send')">昨日?今日</a>?<a href="javascript:set_date_clear('send')">クリア</a> | |
<div align="center" id="lastsendtime_click"></div> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" size="8" name="syy" />/<input style="ime-mode: inactive;" size="4" name="smm" />/<input style="ime-mode: inactive;" size="4" name="sdd" /> <input style="ime-mode: inactive;" size="4" name="shh" />:<input style="ime-mode: inactive;" size="4" name="sii" /><br /> | |
<label for="L_schk"><input type="checkbox" value="t" name="schk" id="L_schk" />範囲</label><br /> | |
<input style="ime-mode: inactive;" size="8" name="syy2" />/<input style="ime-mode: inactive;" size="4" name="smm2" />/<input style="ime-mode: inactive;" size="4" name="sdd2" /> <input style="ime-mode: inactive;" size="4" name="shh2" />:<input style="ime-mode: inactive;" size="4" name="sii2" /><br /> | |
<!--( <input name="send_ago" size="3">時間前 <label for="L_is_send_not"><input id="L_is_send_not" type="checkbox" name="is_send_not" value="1">以前</label> )--> | |
( <input type="text" onkeyup="set_lastsendtime(this.form,'send');" id="send_ago" size="3" name="send_ago" />時間前 <br /><label for="L_is_send_theday"><input type="radio" onclick="set_lastsendtime(this.form,'send');" value="" name="is_send_not" id="L_is_send_theday" />当時間帯</label> <label for="L_is_send_not"><input type="radio" onclick="set_lastsendtime(this.form,'send');" value="ago" name="is_send_not" id="L_is_send_not" />以前</label> <label for="L_is_send_last"><input type="radio" onclick="set_lastsendtime(this.form,'send');" value="last" name="is_send_not" id="L_is_send_last" />以後</label> ) | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_send_count" /> | |
累計送信数</label> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" size="8" name="send_count" />?<input style="ime-mode: inactive;" size="8" name="send_count2" />通</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_name" /> | |
会員氏名</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<input style="ime-mode: active;" size="20" name="name" /> | |
<label for="L_name"><input type="checkbox" value="ON" name="namefuzzy" id="L_name" />曖昧</label> | |
<label for="L_namenot"><input type="checkbox" value="ON" name="namenot" id="L_namenot" />否定</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" bgcolor="'.$color_headercolor3.'" class="name"> | |
<label><input type="checkbox" checked="checked" value="1" name="col_nick" /> | |
ニック</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<input style="ime-mode: active;" size="20" name="nick" /> | |
<label for="L_nick"><input type="checkbox" value="ON" name="nickfuzzy" id="L_nick" />曖昧</label> | |
<label for="L_nicknot"><input type="checkbox" value="ON" name="nicknot" id="L_nicknot" />否定</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_omail" /> | |
登録時メール</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<input style="ime-mode: inactive;" name="omail" /> | |
<label for="L_omail"><input type="checkbox" value="ON" name="omailfuzzy" id="L_omail" />曖昧</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
パスワード | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="20" name="pass" /></strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_live" /> | |
地域</label> | |
</td> | |
<td width="38%" class="val"> | |
<select size="7" multiple="multiple" name="live[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="-1">全地域型</option><option value="1">北海道</option><option value="2">青森県</option><option value="3">岩手県</option><option value="4">宮城県</option><option value="5">秋田県</option><option value="6">山形県</option><option value="7">福島県</option><option value="8">茨城県</option><option value="9">栃木県</option><option value="10">群馬県</option><option value="11">埼玉県</option><option value="12">千葉県</option><option value="13">東京都</option><option value="14">神奈川県</option><option value="15">新潟県</option><option value="16">富山県</option><option value="17">石川県</option><option value="18">福井県</option><option value="19">山梨県</option><option value="20">長野県</option><option value="21">岐阜県</option><option value="22">静岡県</option><option value="23">愛知県</option><option value="24">三重県</option><option value="25">滋賀県</option><option value="26">京都府</option><option value="27">大阪府</option><option value="28">兵庫県</option><option value="29">奈良県</option><option value="30">和歌山県</option><option value="31">鳥取県</option><option value="32">島根県</option><option value="33">岡山県</option><option value="34">広島県</option><option value="35">山口県</option><option value="36">徳島県</option><option value="37">香川県</option><option value="38">愛媛県</option><option value="39">高知県</option><option value="40">福岡県</option><option value="41">佐賀県</option><option value="42">長崎県</option><option value="43">熊本県</option><option value="44">大分県</option><option value="45">宮崎県</option><option value="46">鹿児島県</option><option value="47">沖縄県</option> </select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_blood" /> | |
血液型</label> | |
</td> | |
<td width="38%" class="val"> | |
<select size="3" multiple="multiple" name="blood[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">A</option><option value="2">B</option><option value="3">O</option><option value="4">AB</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_holo" /> | |
星座</label> | |
</td> | |
<td width="38%" class="val"> | |
<select size="3" multiple="multiple" name="holo[]"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">牡羊座</option><option value="2">牡牛座</option><option value="3">双子座</option><option value="4">蟹座</option><option value="5">獅子座</option><option value="6">乙女座</option><option value="7">天秤座</option><option value="8">蠍座</option><option value="9">射手座</option><option value="10">山羊座</option><option value="11">水瓶座</option><option value="12">魚座</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_age" /> | |
年齢</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="4" name="age" />?</strong><strong><input style="ime-mode: inactive;" size="4" name="age2" />歳</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_likeage" /> | |
好みの年齢</label> | |
</td> | |
<td width="38%" class="val"> | |
<select name="likeage"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">18?24</option><option value="2">25?29</option><option value="3">30?34</option><option value="4">35?40</option><option value="5">41?</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name">平日に会える?</td> | |
<td width="38%" class="val"> | |
<select name="q1"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">★</option><option value="2">★★</option><option value="3">★★★</option><option value="4">★★★★</option><option value="5">★★★★★</option> </select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name">休日に会える?</td> | |
<td width="38%" class="val"> | |
<select name="q2"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">★</option><option value="2">★★</option><option value="3">★★★</option><option value="4">★★★★</option><option value="5">★★★★★</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name">昼に会える?</td> | |
<td width="38%" class="val"> | |
<select name="q3"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">★</option><option value="2">★★</option><option value="3">★★★</option><option value="4">★★★★</option><option value="5">★★★★★</option> </select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name">夜に会える?</td> | |
<td width="38%" class="val"> | |
<select name="q4"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">★</option><option value="2">★★</option><option value="3">★★★</option><option value="4">★★★★</option><option value="5">★★★★★</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name">深夜に会える?</td> | |
<td width="38%" class="val"> | |
<select name="q5"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">★</option><option value="2">★★</option><option value="3">★★★</option><option value="4">★★★★</option><option value="5">★★★★★</option> </select> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name">出会った人数?</td> | |
<td width="38%" class="val"> | |
<select name="q6"> | |
<option selected="selected" value="">指定しない</option> | |
<option value="1">★</option><option value="2">★★</option><option value="3">★★★</option><option value="4">★★★★</option><option value="5">★★★★★</option> </select> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" checked="checked" value="1" name="col_point" /> | |
持ちポイント</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="8" name="point" />?<input style="ime-mode: inactive;" size="8" name="point2" />pt</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_sum_point" /> | |
累計購入PT</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="8" name="sum_point" />?<input style="ime-mode: inactive;" size="8" name="sum_point2" />pt</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_sum_doll" /> | |
購入金額$</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong>$<input style="ime-mode: inactive;" size="8" name="sum_doll" />?<input style="ime-mode: inactive;" size="8" name="sum_doll2" /></strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_sum_yen" /> | |
購入金額¥</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong>¥<input style="ime-mode: inactive;" size="8" name="sum_yen" />?<input style="ime-mode: inactive;" size="8" name="sum_yen2" /></strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_lastbuytime" /> | |
最終購入</label><br /> | |
<a href="javascript:set_date('buy')">昨日?今日</a>?<a href="javascript:set_date_clear('buy')">クリア</a> | |
<div align="center" id="lastbuytime_click"></div> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" size="8" name="byy" />/<input style="ime-mode: inactive;" size="4" name="bmm" />/<input style="ime-mode: inactive;" size="4" name="bdd" /> <input style="ime-mode: inactive;" size="4" name="bhh" />:<input style="ime-mode: inactive;" size="4" name="bii" /><br /> | |
<label for="L_bchk"><input type="checkbox" value="t" name="bchk" id="L_bchk" />範囲</label><br /> | |
<input style="ime-mode: inactive;" size="8" name="byy2" />/<input style="ime-mode: inactive;" size="4" name="bmm2" />/<input style="ime-mode: inactive;" size="4" name="bdd2" /> <input style="ime-mode: inactive;" size="4" name="bhh2" />:<input style="ime-mode: inactive;" size="4" name="bii2" /><br /> | |
<!--( <input name="buy_ago" size="3" style="ime-mode: inactive;">日前 <label for="L_is_buy_not"><input id="L_is_buy_not" type="checkbox" name="is_buy_not" value="1" style="ime-mode: inactive;">以前</label> )--> | |
( <input type="text" onkeyup="set_time(this.form,'buy');" id="buy_ago" size="3" name="buy_ago" />日前 <br /><label for="L_is_buy_theday"><input type="radio" onclick="set_time(this.form,'buy');" value="" name="is_buy_not" id="L_is_buy_theday" />当日</label> <label for="L_is_buy_not"><input type="radio" onclick="set_time(this.form,'buy');" value="ago" name="is_buy_not" id="L_is_buy_not" />以前</label> <label for="L_is_buy_last"><input type="radio" onclick="set_time(this.form,'buy');" value="last" name="is_buy_not" id="L_is_buy_last" />以後</label> ) | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_firstbuytime" /> | |
初回購入</label><br /> | |
<a href="javascript:set_date('first_buy')">昨日?今日</a>?<a href="javascript:set_date_clear('first_buy')">クリア</a> | |
</td> | |
<td width="38%" class="val"><strong> | |
<input style="ime-mode: inactive;" size="8" name="fbyy" />/<input style="ime-mode: inactive;" size="4" name="fbmm" />/<input style="ime-mode: inactive;" size="4" name="fbdd" /> <input style="ime-mode: inactive;" size="4" name="fbhh" />:<input style="ime-mode: inactive;" size="4" name="fbii" /><br /> | |
<label for="L_fbchk"><input type="checkbox" value="t" name="fbchk" id="L_fbchk" />範囲</label><br /> | |
<input style="ime-mode: inactive;" size="8" name="fbyy2" />/<input style="ime-mode: inactive;" size="4" name="fbmm2" />/<input style="ime-mode: inactive;" size="4" name="fbdd2" /> <input style="ime-mode: inactive;" size="4" name="fbhh2" />:<input style="ime-mode: inactive;" size="4" name="fbii2" /><br /> | |
( <input type="text" onkeyup="set_time(this.form,'first_buy');" id="firstbuy_ago" size="3" name="firstbuy_ago" />日前 <br /><label for="L_is_firstbuy_theday"><input type="radio" onclick="set_time(this.form,'first_buy');" value="" name="is_firstbuy_not" id="L_is_firstbuy_theday" />当日</label> <label for="L_is_firstbuy_not"><input type="radio" onclick="set_time(this.form,'first_buy');" value="ago" name="is_firstbuy_not" id="L_is_firstbuy_not" />以前</label> <label for="L_is_firstbuy_last"><input type="radio" onclick="set_time(this.form,'first_buy');" value="last" name="is_firstbuy_not" id="L_is_firstbuy_last" />以後</label> ) | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_use_point" /> | |
消費ポイント</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<input style="ime-mode: inactive;" size="8" name="point_shouhi" />?<input style="ime-mode: inactive;" size="8" name="point_shouhi2" />pt<br /> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_buy_count" /> | |
累計購入回数</label> | |
</td> | |
<td width="38%" class="val"> | |
<strong><input style="ime-mode: inactive;" size="8" name="buy_count" />?<input style="ime-mode: inactive;" size="8" name="buy_count2" />回</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_memo" /> | |
メモ帳<a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a></label> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="memo"></textarea><br /> | |
<label for="L_memo"><input type="checkbox" value="ON" name="memofuzzy" id="L_memo" />曖昧</label> | |
<label for="L_memonot"><input type="checkbox" value="ON" name="memonot" id="L_memonot" />否定</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_user_memo" /> | |
共通メモ<a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a></label> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="user_memo"></textarea><br /> | |
<label for="L_user_memo"><input type="checkbox" value="ON" name="user_memofuzzy" id="L_user_memo" />曖昧</label> | |
<label for="L_user_memonot"><input type="checkbox" value="ON" name="user_memonot" id="L_user_memonot" />否定</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_pr" /> | |
PR</label><br /> | |
(PR)<a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="pr"></textarea><br /> | |
<label for="L_pr"><input type="checkbox" value="ON" name="prfuzzy" id="L_pr" />曖昧</label> | |
<label for="L_prnot"><input type="checkbox" value="ON" name="prnot" id="L_prnot" />否定</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_pr2" /> | |
PR2</label><br /> | |
(PR2)<a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="pr2"></textarea><br /> | |
<label for="L_pr"><input type="checkbox" value="ON" name="pr2fuzzy" id="L_pr" />曖昧</label> | |
<label for="L_prnot"><input type="checkbox" value="ON" name="pr2not" id="L_prnot" />否定</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_pr3" /> | |
PR3</label><br /> | |
(PR3)<a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="pr3"></textarea><br /> | |
<label for="L_pr"><input type="checkbox" value="ON" name="pr3fuzzy" id="L_pr" />曖昧</label> | |
<label for="L_prnot"><input type="checkbox" value="ON" name="pr3not" id="L_prnot" />否定</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
</td> | |
<td width="38%" class="val"> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag1" /> | |
%ex_tag1%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag1"></textarea><br /> | |
<label for="L_ex_tag1fuzzy"><input type="checkbox" value="ON" name="ex_tag1fuzzy" id="L_ex_tag1fuzzy" />曖昧</label> | |
<label for="L_ex_tag1not"><input type="checkbox" value="ON" name="ex_tag1not" id="L_ex_tag1not" />否定</label> | |
<label for="L_ex_tag1null"><input type="radio" value="OFF" name="ex_tag1null" id="L_ex_tag1null" />設定済のみ</label> | |
<label for="L_ex_tag1null"><input type="radio" value="ON" name="ex_tag1null" id="L_ex_tag1null" />未設定のみ</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag2" /> | |
%ex_tag2%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag2"></textarea><br /> | |
<label for="L_ex_tag2fuzzy"><input type="checkbox" value="ON" name="ex_tag2fuzzy" id="L_ex_tag2fuzzy" />曖昧</label> | |
<label for="L_ex_tag2not"><input type="checkbox" value="ON" name="ex_tag2not" id="L_ex_tag2not" />否定</label> | |
<label for="L_ex_tag2null"><input type="radio" value="OFF" name="ex_tag2null" id="L_ex_tag2null" />設定済のみ</label> | |
<label for="L_ex_tag2null"><input type="radio" value="ON" name="ex_tag2null" id="L_ex_tag2null" />未設定のみ</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag3" /> | |
%ex_tag3%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag3"></textarea><br /> | |
<label for="L_ex_tag3fuzzy"><input type="checkbox" value="ON" name="ex_tag3fuzzy" id="L_ex_tag3fuzzy" />曖昧</label> | |
<label for="L_ex_tag3not"><input type="checkbox" value="ON" name="ex_tag3not" id="L_ex_tag3not" />否定</label> | |
<label for="L_ex_tag3null"><input type="radio" value="OFF" name="ex_tag3null" id="L_ex_tag3null" />設定済のみ</label> | |
<label for="L_ex_tag3null"><input type="radio" value="ON" name="ex_tag3null" id="L_ex_tag3null" />未設定のみ</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag4" /> | |
%ex_tag4%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag4"></textarea><br /> | |
<label for="L_ex_tag4fuzzy"><input type="checkbox" value="ON" name="ex_tag4fuzzy" id="L_ex_tag4fuzzy" />曖昧</label> | |
<label for="L_ex_tag4not"><input type="checkbox" value="ON" name="ex_tag4not" id="L_ex_tag4not" />否定</label> | |
<label for="L_ex_tag4null"><input type="radio" value="OFF" name="ex_tag4null" id="L_ex_tag4null" />設定済のみ</label> | |
<label for="L_ex_tag4null"><input type="radio" value="ON" name="ex_tag4null" id="L_ex_tag4null" />未設定のみ</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag5" /> | |
%ex_tag5%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag5"></textarea><br /> | |
<label for="L_ex_tag5fuzzy"><input type="checkbox" value="ON" name="ex_tag5fuzzy" id="L_ex_tag5fuzzy" />曖昧</label> | |
<label for="L_ex_tag5not"><input type="checkbox" value="ON" name="ex_tag5not" id="L_ex_tag5not" />否定</label> | |
<label for="L_ex_tag5null"><input type="radio" value="OFF" name="ex_tag5null" id="L_ex_tag5null" />設定済のみ</label> | |
<label for="L_ex_tag5null"><input type="radio" value="ON" name="ex_tag5null" id="L_ex_tag5null" />未設定のみ</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag6" /> | |
%ex_tag6%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag6"></textarea><br /> | |
<label for="L_ex_tag6fuzzy"><input type="checkbox" value="ON" name="ex_tag6fuzzy" id="L_ex_tag6fuzzy" />曖昧</label> | |
<label for="L_ex_tag6not"><input type="checkbox" value="ON" name="ex_tag6not" id="L_ex_tag6not" />否定</label> | |
<label for="L_ex_tag6null"><input type="radio" value="OFF" name="ex_tag6null" id="L_ex_tag6null" />設定済のみ</label> | |
<label for="L_ex_tag6null"><input type="radio" value="ON" name="ex_tag6null" id="L_ex_tag6null" />未設定のみ</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag7" /> | |
%ex_tag7%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag7"></textarea><br /> | |
<label for="L_ex_tag7fuzzy"><input type="checkbox" value="ON" name="ex_tag7fuzzy" id="L_ex_tag7fuzzy" />曖昧</label> | |
<label for="L_ex_tag7not"><input type="checkbox" value="ON" name="ex_tag7not" id="L_ex_tag7not" />否定</label> | |
<label for="L_ex_tag7null"><input type="radio" value="OFF" name="ex_tag7null" id="L_ex_tag7null" />設定済のみ</label> | |
<label for="L_ex_tag7null"><input type="radio" value="ON" name="ex_tag7null" id="L_ex_tag7null" />未設定のみ</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag8" /> | |
%ex_tag8%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag8"></textarea><br /> | |
<label for="L_ex_tag8fuzzy"><input type="checkbox" value="ON" name="ex_tag8fuzzy" id="L_ex_tag8fuzzy" />曖昧</label> | |
<label for="L_ex_tag8not"><input type="checkbox" value="ON" name="ex_tag8not" id="L_ex_tag8not" />否定</label> | |
<label for="L_ex_tag8null"><input type="radio" value="OFF" name="ex_tag8null" id="L_ex_tag8null" />設定済のみ</label> | |
<label for="L_ex_tag8null"><input type="radio" value="ON" name="ex_tag8null" id="L_ex_tag8null" />未設定のみ</label> | |
</strong> | |
</td> | |
</tr> | |
<tr> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag9" /> | |
%ex_tag9%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag9"></textarea><br /> | |
<label for="L_ex_tag9fuzzy"><input type="checkbox" value="ON" name="ex_tag9fuzzy" id="L_ex_tag9fuzzy" />曖昧</label> | |
<label for="L_ex_tag9not"><input type="checkbox" value="ON" name="ex_tag9not" id="L_ex_tag9not" />否定</label> | |
<label for="L_ex_tag9null"><input type="radio" value="OFF" name="ex_tag9null" id="L_ex_tag9null" />設定済のみ</label> | |
<label for="L_ex_tag9null"><input type="radio" value="ON" name="ex_tag9null" id="L_ex_tag9null" />未設定のみ</label> | |
</strong> | |
</td> | |
<td width="12%" nowrap="nowrap" class="name"> | |
<label><input type="checkbox" value="1" name="col_ex_tag10" /> | |
%ex_tag10%</label><a onclick="alert('改行区切りで複数キーワード検索');return false;" href="#">※</a> | |
</td> | |
<td width="38%" class="val"> | |
<strong> | |
<textarea style="ime-mode: inactive;" name="ex_tag10"></textarea><br /> | |
<label for="L_ex_tag10fuzzy"><input type="checkbox" value="ON" name="ex_tag10fuzzy" id="L_ex_tag10fuzzy" />曖昧</label> | |
<label for="L_ex_tag10not"><input type="checkbox" value="ON" name="ex_tag10not" id="L_ex_tag10not" />否定</label> | |
<label for="L_ex_tag10null"><input type="radio" value="OFF" name="ex_tag10null" id="L_ex_tag10null" />設定済のみ</label> | |
<label for="L_ex_tag10null"><in |