editbizinfo.htm
来自「城市分类信息,门户网站,我做为地方信息网」· HTM 代码 · 共 212 行
HTM
212 行
{template header} <br /> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="40" class="left fontd">修改商家资料 </td> </tr> </table> <table width="940" height="5" border="0" cellpadding="0" cellspacing="0"> <form name="form1" action='./index.php?action=editbizinfo&bizid={$bizid}&do=yes' method="POST" target="iframe_data"> <input type="hidden" name="formhash" value="{FORMHASH}"> <tr> <td></td> </tr> </table> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F7EEF7"> <tr> <td height="27" class="left"> 修改商家 {$bizinfo[biz_name]} 资料 </td> </tr> </table> <table width="940" height="5" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="20" class="left">所在区:</td> <td class="left"> <select name="bizinfo[biz_district]" id="bizinfo[biz_district]"> <!--{loop $localCity $key $var}--> <option value="$key" <!--{if $bizinfo[biz_district]==$key}-->selected<!--{/if}-->>$var</option> <!--{/loop}--></select></td> </tr> <tr> <td height="20" class="left">地址:</td> <td class="left"> <input name="bizinfo[biz_address]" type="text" maxlength="100" id="bizinfo[biz_address]" value="{$bizinfo[biz_address]}"style="width:200px;" /></td> </tr> <tr> <td height="20" class="left">电话:</td> <td class="left"> <input name="bizinfo[biz_phone]" type="text" maxlength="30" id="bizinfo[biz_phone]" value="{$bizinfo[biz_phone]}"style="width:200px;" /></td> </tr> <tr> <td height="20" class="left">传真:</td> <td class="left"> <input name="bizinfo[biz_fax]" type="text" maxlength="30" id="bizinfo[biz_fax]" value="{$bizinfo[biz_fax]}" style="width:200px;" /></td> </tr> <tr> <td height="20" class="left">网站:</td> <td class="left"> <input name="bizinfo[biz_web]" type="text" maxlength="30" id="bizinfo[biz_web]" value="{$bizinfo[biz_web]}" style="width:200px;" /></td> </tr> <tr> <td height="20" class="left">电子邮箱:</td> <td class="left"> <input name="bizinfo[biz_email]" type="text" maxlength="30" id="bizinfo[biz_email]" value="{$bizinfo[biz_email]}" style="width:200px;" /></td> </tr> <tr> <td height="20" class="left">营业时间:</td> <td class="left"> <input name="bizinfo[biz_hours]" type="text" maxlength="100" id="bizinfo[biz_hours]" value="{$bizinfo[biz_hours]}" style="width:200px;" /> (如“8:00--17:00”)</td> </tr> <tr> <td height="20" class="left">公交路线:</td> <td class="left"> <input name="bizinfo[bus_line]" type="text" maxlength="30" id="bizinfo[bus_line]" value="{$bizinfo[bus_line]}" style="width:200px;" /> (如“1路、82路”)</td> </tr> <tr> <td height="20" class="left">附近地标:</td> <td class="left"> <input name="bizinfo[area_flag]" type="text" maxlength="30" id="bizinfo[area_flag]" value="{$bizinfo[area_flag]}" style="width:200px;" /></td> </tr> <tr> <td height="20" valign="top" class="left">*简介:</td> <td class="left"> <textarea name="bizinfo[biz_intro]" rows="2" cols="20" id="bizinfo[biz_intro]" style="height:90px;width:377px;">$bizinfo[biz_intro]</textarea> <span id="RequiredFieldValidator3" style="color:Red;visibility:hidden;">*简介不能为空</span></td> </tr> <tr> <td height="20" class="left"><strong>消费指南</strong></td> <td class="left"> </td> </tr> <tr> <td height="20" valign="top" class="left">环境气氛:</td> <td class="left"> <table id="CheckBoxList5" border="0"> <tr> <!--{loop $biz_specail['environment'] $key $var}--> <!--{if $key % 7 == 0}--> </tr><tr> <!--{/if}--> <td> <input id="bizinfo[biz_env][]" type="checkbox" name="bizinfo[biz_env][]" value="$key" <!--{if in_array($key, $bizinfo['biz_env'])}-->checked<!--{/if}-->/> <label for="CheckBoxList6_0">$var</label></td> <!--{/loop}--> </tr></table></td> </tr> <tr> <td height="20" valign="top" class="left">消费对象:</td> <td class="left"> <table id="CheckBoxList6" border="0"> <tr> <!--{loop $biz_specail['customer'] $key $var}--> <!--{if $key % 7 == 0}--> </tr><tr> <!--{/if}--> <td> <input id="bizinfo[biz_customer][]" type="checkbox" name="bizinfo[biz_customer][]" value="$key" <!--{if in_array($key, $bizinfo['biz_customer'])}-->checked<!--{/if}-->/> <label for="CheckBoxList6_0">$var</label></td> <!--{/loop}--> </tr></table></td> </tr> <tr> <td height="30" class="left">商家规模:</td> <td class="left"> <table id="CheckBoxList7" border="0"> <tr> <!--{loop $biz_specail['scale'] $key $var}--> <!--{if $key % 7 == 0}--> </tr><tr> <!--{/if}--> <td><input id="bizinfo[biz_scale]" type="radio" name="bizinfo[biz_scale]" value="$key" <!--{if $bizinfo[biz_scale]==$key}--> checked <!--{/if}-->/>$var</td> <!--{/loop}--> </tr></table></td> </tr> <tr> <td height="30" class="left">人均消费:</td> <td class="left"> <table id="CheckBoxList8" border="0"> <tr> <!--{loop $biz_specail['ave_consume'] $key $var}--> <!--{if $key % 7 == 0}--> </tr><tr> <!--{/if}--> <td><input id="bizinfo[biz_ave_consume]" type="radio" name="bizinfo[biz_ave_consume]" value="$key" <!--{if $bizinfo[biz_ave_consume]==$key}--> checked <!--{/if}-->/>$var</td> <!--{/loop}--> </tr></table></td> </tr> <tr> <td height="20" class="left"><strong>特色服务</strong></td> <td class="left"> </td> </tr> <tr> <td height="20" class="left" valign="top">特色服务:</td> <td class="left"> <table id="CheckBoxList9" border="0"> <tr> <!--{loop $biz_specail['service'] $key $var}--> <!--{if $key % 7 == 0}--> </tr><tr> <!--{/if}--> <td> <input id="bizinfo[biz_service][]" type="checkbox" name="bizinfo[biz_service][]" value="$key" <!--{if in_array($key, $bizinfo['biz_service'])}-->checked<!--{/if}-->/>$var </td> <!--{/loop}--> </tr></table></td> </tr> <tr> <td height="20" class="left"><strong>城市地图</strong></td> <td class="left"> </td> </tr> <tr> <td class="left" style="height: 20px" valign="top"> *商家位置 </td> <td class="left" style="height: 20px"> <iframe src="../map/addbiz_map.php" frameborder="0" height="355" scrolling="no" width="605" name="mapiframe" id="mapiframe"></iframe> </td> </tr> <tr> <td class="left" style="height: 20px"> </td> <td class="left" style="height: 20px"> </td> </tr> <tr> <td> </td> <td> <br /> <br /> <b>您修改的信息务备真实可靠,夸大的信息我们可能会在未通知您的情况下删除店铺资料!</b><br /><br /></td> </tr> <tr> <td> </td> <td> <input type="submit" name="Button2" value="确认修改店铺资料" onclick="javascript:checkForm();" id="Button2" style="font-size:12px;width:200px;" /><input type="hidden" name="weizhiX" value="{$bizinfo[weizhiX]}"><input type="hidden" name="weizhiY" value="{$bizinfo[weizhiY]}"> </td> </tr> </form> </table> <br /> <br /><br /> <br /> </div>{template footer}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?