From 636e9826cc71efdd758887d9e7c1ba332e50e0eb Mon Sep 17 00:00:00 2001
From: whb <whb@yoho.cn>
Date: Thu, 7 Apr 2016 11:37:00 +0800
Subject: [PATCH] 在线登记

---
 website/view/script/onlinereg/exhibitor.php   | 10 +++++-----
 website/view/script/onlinereg/exhibitoren.php | 10 +++++-----
 website/view/script/onlinereg/media.php       |  2 +-
 website/view/script/onlinereg/mediaen.php     |  2 +-
 website/view/script/onlinereg/sponsor.php     |  4 ++--
 website/view/script/onlinereg/sponsoren.php   |  4 ++--
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/website/view/script/onlinereg/exhibitor.php b/website/view/script/onlinereg/exhibitor.php
index 600bec5..8bfcc85 100644
--- a/website/view/script/onlinereg/exhibitor.php
+++ b/website/view/script/onlinereg/exhibitor.php
@@ -32,7 +32,7 @@
             <li>
                 <div class="form-leading"><b>*</b><span>是否入住有货:</span></div>
                 <div class="form-control">
-                    <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1"/>
+                    <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1" checked/>
                     <label for="yoho-yes">是</label>
                     <input type="radio" name="is_enter_yohobuy" id="yoho-no" value="0"/>
                     <label for="yoho-no">否</label>
@@ -41,7 +41,7 @@
             <li>
                 <div class="form-leading"><b>*</b><span>品牌注册情况:</span></div>
                 <div class="form-control">
-                    <input type="radio" name="brand_reg_type" value="2"/>
+                    <input type="radio" name="brand_reg_type" value="2" checked/>
                     <label>已申请</label>
 
                     <input type="radio" name="brand_reg_type" value="1"/>
@@ -70,7 +70,7 @@
             <li>
                 <div class="form-leading"><b>*</b><span>公司与品牌关系:</span></div>
                 <div class="form-control">
-                    <input type="radio" name="relation" value="0"/>
+                    <input type="radio" name="relation" value="0" checked/>
                     <label>品牌商</label>
 
                     <input type="radio" name="relation" value="1"/>
@@ -90,7 +90,7 @@
             <li>
                 <div class="form-leading"><b>*</b><span>是否具有3C凭证:</span></div>
                 <div class="form-control">
-                    <input type="radio" name="is_3c" value="1"/>
+                    <input type="radio" name="is_3c" value="1" checked/>
                     <label>是</label>
                     <input type="radio" name="is_3c" value="0"/>
                     <label>否</label>
@@ -123,7 +123,7 @@
         </ul>
 		<input type="hidden" value="<?php echo $this->view->type?>" name="type" />
 		<input type="hidden" value="" name="files" id="file-url"/>
-        <input type="submit" class="submit-w-btn dis" value="提交" disabled="disabled" />
+        <input type="submit" class="submit-w-btn dis" value="提交" disabled="disabled" lang="cn"/>
       
     </div>
   </form>
diff --git a/website/view/script/onlinereg/exhibitoren.php b/website/view/script/onlinereg/exhibitoren.php
index bb4a0ac..7955da4 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"/>
+                    <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1" checked/>
                     <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"/>
+                    <input type="radio" name="brand_reg_type" value="2" checked/>
                     <label>Applied</label>
 
                     <input type="radio" name="brand_reg_type" value="1"/>
@@ -71,7 +71,7 @@
             <li>
                 <div class="form-leading"><b>*</b><span>Relationship between company and brand:</span></div>
                 <div class="form-control">
-                    <input type="radio" name="relation" value="0"/>
+                    <input type="radio" name="relation" value="0" checked/>
                     <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"/>
+                    <input type="radio" name="is_3c" value="1" checked/>
                     <label>Yes</label>
                     <input type="radio" name="is_3c" value="0"/>
                     <label>No</label>
@@ -124,7 +124,7 @@
         </ul>
 		<input type="hidden" value="<?php echo $this->view->type?>" name="type" />
 		<input type="hidden" value="" name="files" id="file-url"/>
-        <input type="submit" class="submit-w-btn dis" value="submit" disabled="disabled" />
+        <input type="submit" class="submit-w-btn dis" value="submit" disabled="disabled" lang="en"/>
       
     </div>
   </form>
diff --git a/website/view/script/onlinereg/media.php b/website/view/script/onlinereg/media.php
index 53370e8..a40ca6c 100644
--- a/website/view/script/onlinereg/media.php
+++ b/website/view/script/onlinereg/media.php
@@ -83,7 +83,7 @@
             </li>
         </ul>
 		<input type="hidden" value="<?php echo $this->view->type?>" name="type" />
-        <input type="submit" class="submit-w-btn dis" value="提交" disabled="disabled" />
+        <input type="submit" class="submit-w-btn dis" value="提交" disabled="disabled" lang="cn"/>
         </form>
     </div>
 </div>
diff --git a/website/view/script/onlinereg/mediaen.php b/website/view/script/onlinereg/mediaen.php
index 12a6ed1..e2152c3 100644
--- a/website/view/script/onlinereg/mediaen.php
+++ b/website/view/script/onlinereg/mediaen.php
@@ -85,7 +85,7 @@
             </li>
         </ul>
 		<input type="hidden" value="<?php echo $this->view->type?>" name="type" />
-        <input type="submit" class="submit-w-btn dis" value="submit" disabled="disabled" />
+        <input type="submit" class="submit-w-btn dis" value="submit" disabled="disabled" lang="en"/>
         </form>
     </div>
 </div>
diff --git a/website/view/script/onlinereg/sponsor.php b/website/view/script/onlinereg/sponsor.php
index cf3f4be..dd5b6f2 100644
--- a/website/view/script/onlinereg/sponsor.php
+++ b/website/view/script/onlinereg/sponsor.php
@@ -26,7 +26,7 @@
             <li>
                 <div class="form-leading"><b>*</b><span>是否入住有货:</span></div>
                 <div class="form-control">
-                    <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1"/>
+                    <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1" checked/>
                     <label for="yoho-yes">是</label>
 
                     <input type="radio" name="is_enter_yohobuy" id="yoho-no" value="0"/>
@@ -90,7 +90,7 @@
 		<input type="hidden" value="<?php echo $this->view->type?>" name="type" />
         <!--  <span class="submit-w-btn">提交</span>-->
         <input type="hidden" value="" name="files" id="file-url"/>
-        <input type="submit" value="提交" class="submit-w-btn dis" disabled="disabled">
+        <input type="submit" value="提交" class="submit-w-btn dis" disabled="disabled" lang="cn">
         </form>
     </div>
 </div>
diff --git a/website/view/script/onlinereg/sponsoren.php b/website/view/script/onlinereg/sponsoren.php
index 21f4c43..008f9a6 100644
--- a/website/view/script/onlinereg/sponsoren.php
+++ b/website/view/script/onlinereg/sponsoren.php
@@ -26,7 +26,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"/>
+                    <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1" checked/>
                     <label for="yoho-yes">Yes</label>
 
                     <input type="radio" name="is_enter_yohobuy" id="yoho-no" value="0"/>
@@ -90,7 +90,7 @@
 		<input type="hidden" value="<?php echo $this->view->type?>" name="type" />
         <!--  <span class="submit-w-btn">提交</span>-->
         <input type="hidden" value="" name="files" id="file-url"/>
-        <input type="submit" class="submit-w-btn dis" value="submit" disabled="disabled" />
+        <input type="submit" class="submit-w-btn dis" value="submit" disabled="disabled" lang="en"/>
         </form>
     </div>
 </div>
--
libgit2 0.24.0