Selaa lähdekoodia

用户隐私协议处理

lining 2 vuotta sitten
vanhempi
commit
44371b2d49

+ 6 - 0
data/templates/1_register_person.tpl.php

@@ -108,6 +108,12 @@
108
 <?php } ?>
108
 <?php } ?>
109
                     <? if($checkquestion) { ?>
109
                     <? if($checkquestion) { ?>
110
 <tr>
110
 <tr>
111
+    <td></td>
112
+    <td><input data-v-1bcb7ae4="" type="checkbox"> 登录代表您已经同意 <a data-v-1bcb7ae4="" href="/about.php?part=aboutus&id=4
113
+" class="" style="color: rgb(255, 127, 80);">《注册协议》</a><a data-v-1bcb7ae4="" href="/about.php?part=aboutus&id=4
114
+" class="" style="color: rgb(255, 127, 80);">《隐私政策》</a></td>
115
+</tr>
116
+<tr>
111
 <td class="tdright"><font color=red>*</font>验证回答:</td>
117
 <td class="tdright"><font color=red>*</font>验证回答:</td>
112
 <td><input name="checkquestion[answer]" id="checkanswer" msgid="wer" value="" type="text" class="input" datatype="limit|ajax" require="true" msg="请填写验证答案" url="<?=$mymps_global['SiteUrl']?>/javascript.php?part=chk_answer&id=<?=$checkquestion['id']?>"/>
118
 <td><input name="checkquestion[answer]" id="checkanswer" msgid="wer" value="" type="text" class="input" datatype="limit|ajax" require="true" msg="请填写验证答案" url="<?=$mymps_global['SiteUrl']?>/javascript.php?part=chk_answer&id=<?=$checkquestion['id']?>"/>
113
 <div class="qfont"><?=$checkquestion['question']?></div>
119
 <div class="qfont"><?=$checkquestion['question']?></div>

+ 6 - 0
data/templates/1_register_store.tpl.php

@@ -160,6 +160,12 @@
160
 <?php } ?>
160
 <?php } ?>
161
             <? if($checkquestion) { ?>
161
             <? if($checkquestion) { ?>
162
 <tr>
162
 <tr>
163
+<tr>
164
+    <td></td>
165
+    <td><input data-v-1bcb7ae4="" type="checkbox"> 登录代表您已经同意 <a data-v-1bcb7ae4="" href="/about.php?part=aboutus&id=4
166
+" class="" style="color: rgb(255, 127, 80);">《注册协议》</a><a data-v-1bcb7ae4="" href="/about.php?part=aboutus&id=4
167
+" class="" style="color: rgb(255, 127, 80);">《隐私政策》</a></td>
168
+</tr>
163
 <td class="tdright"><font color=red>*</font>验证回答:</td>
169
 <td class="tdright"><font color=red>*</font>验证回答:</td>
164
 <td><input name="checkquestion[answer]" id="checkanswer" msgid="wer" value="" type="text" class="input input-small" datatype="limit|ajax" require="true" msg="请填写验证答案" url="<?=$mymps_global['SiteUrl']?>/javascript.php?part=chk_answer&id=<?=$checkquestion['id']?>"/>
170
 <td><input name="checkquestion[answer]" id="checkanswer" msgid="wer" value="" type="text" class="input input-small" datatype="limit|ajax" require="true" msg="请填写验证答案" url="<?=$mymps_global['SiteUrl']?>/javascript.php?part=chk_answer&id=<?=$checkquestion['id']?>"/>
165
 <div class="qfont"><?=$checkquestion['question']?></div>
171
 <div class="qfont"><?=$checkquestion['question']?></div>