diff --git a/website/view/script/onlinereg/exhibitoren.php b/website/view/script/onlinereg/exhibitoren.php index 9423a7b..b740e22 100644 --- a/website/view/script/onlinereg/exhibitoren.php +++ b/website/view/script/onlinereg/exhibitoren.php @@ -32,7 +32,7 @@ <li> <div class="form-leading"><b>*</b><span>Whether settled in YOHO!BUY:</span></div> <div class="form-control"> - <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1" checked/> + <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1"/> <label for="yoho-yes">Yes</label> <input type="radio" name="is_enter_yohobuy" id="yoho-no" value="0"/> @@ -42,7 +42,7 @@ <li> <div class="form-leading"><b>*</b><span>Register Condition:</span></div> <div class="form-control"> - <input type="radio" name="brand_reg_type" value="2" checked/> + <input type="radio" name="brand_reg_type" value="2" /> <label>Applied</label> <input type="radio" name="brand_reg_type" value="1"/> @@ -71,7 +71,7 @@ <li> <div class="form-leading" style="word-break: normal;word-wrap:break-word;height:50px;"><b>*</b><span>Relationship between company and brand:</span></div> <div class="form-control"> - <input type="radio" name="relation" value="0" checked/> + <input type="radio" name="relation" value="0" /> <label>Brand</label> <input type="radio" name="relation" value="1"/> @@ -91,7 +91,7 @@ <li> <div class="form-leading"><b>*</b><span>Whether have 3C certificate:</span></div> <div class="form-control"> - <input type="radio" name="is_3c" value="1" checked/> + <input type="radio" name="is_3c" value="1"/> <label>Yes</label> <input type="radio" name="is_3c" value="0"/> <label>No</label> diff --git a/website/view/script/onlinereg/mediaen.php b/website/view/script/onlinereg/mediaen.php index 7972ad0..dc6e4df 100644 --- a/website/view/script/onlinereg/mediaen.php +++ b/website/view/script/onlinereg/mediaen.php @@ -37,7 +37,7 @@ <li> <div class="form-leading">Gender:</div> <div class="form-control"> - <input type="radio" name="sex" id="yoho-yes" value="1" checked/> + <input type="radio" name="sex" id="yoho-yes" value="1"/> <label for="yoho-yes">Male</label> <input type="radio" name="sex" id="yoho-no" value="0"/> diff --git a/website/view/script/onlinereg/sponsoren.php b/website/view/script/onlinereg/sponsoren.php index e1784b2..9a8b42c 100644 --- a/website/view/script/onlinereg/sponsoren.php +++ b/website/view/script/onlinereg/sponsoren.php @@ -26,7 +26,7 @@ <li> <div class="form-leading" style="width:250px"><b>*</b><span>Whether settled in Yoho!Buy:</span></div> <div style="float:left;margin-top:6px"> - <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1" checked/> + <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1"/> <label for="yoho-yes">Yes</label> <input type="radio" name="is_enter_yohobuy" id="yoho-no" value="0"/>