Exemplo n.º 1
0
                    </dt>
                    <dt>
                    	<label>店铺地址:</label>
                            <select name="address_prov" onchange="showCity(this)"><option value="-1">请选择</option><?php 
echo list_cas($r_shop['shop_prov'], 'area');
?>
</select>
                        	<select name="address_city" onchange="showCounty(this)" ><option value="-1">请选择</option><?php 
echo row_cas($r_shop['shop_city'], '', $floor = '2', $r_shop['shop_prov']);
?>
</select>
                            <select name="address_town" <?php 
echo $r_shop['shop_town'] == '-1' ? 'style="display:none;"' : '';
?>
 ><option value="-1">请选择</option><?php 
echo row_cas($r_shop['shop_town'], '', $floor = '3', $r_shop['shop_city']);
?>
</select>
                       
                        <span class="Validform_checktip"></span>
                    </dt>
                    <dt>
                    	<label></label>
                    	<input type="text" name="shop_address" id="shop_address" class="class_input" value="<?php 
echo $r_shop['shop_address'];
?>
"  datatype="*" nullmsg="请选输入铺地址!" />
                    </dt>
                	<dt>
                    	<label>营业状态:</label>
                        <input name="checkinfo" type="radio" value="true" <?php 
Exemplo n.º 2
0
                            <select name="address_prov" onchange="showCity(this)">
                            	<option value="-1">请选择</option><?php 
echo list_cas($r_user['address_prov'], 'area');
?>
                            </select>
                        	<select name="address_city" onchange="showCounty(this)" >
                            	<option value="-1">请选择</option><?php 
echo row_cas($r_user['address_city'], '', $floor = '2', $r_user['address_prov']);
?>
                            </select>
                            <select name="address_country" <?php 
echo $r_user['address_country'] == '-1' ? 'style="display:none;"' : '';
?>
 >
                            	<option value="-1">请选择</option><?php 
echo row_cas($r_user['address_country'], '', $floor = '3', $r_user['address_city']);
?>
                            </select>                        
                        
                        
						
                        <span class="Validform_checktip"></span>
                    </dt>
                    <dt>
                    	<label>街道:</label>
                    	<input type="text" name="address" id="address" class="class_input" value="<?php 
echo $r_user['address'];
?>
" />
                    </dt>