📄 default_editbizinfo.tpl.php
字号:
</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><? if(is_array($biz_specail['environment'])) { foreach($biz_specail['environment'] as $key => $var) { if($key % 7 == 0) { ?></tr><tr><? } ?><td><input id="bizinfo[biz_env][]" type="checkbox" name="bizinfo[biz_env][]" value="<?=$key?>" <? if(in_array($key, $bizinfo['biz_env'])) { ?>checked<? } ?>/><label for="CheckBoxList6_0"><?=$var?></label></td><? } } ?></tr></table></td> </tr> <tr> <td height="20" valign="top" class="left">消费对象:</td> <td class="left"> <table id="CheckBoxList6" border="0"><tr><? if(is_array($biz_specail['customer'])) { foreach($biz_specail['customer'] as $key => $var) { if($key % 7 == 0) { ?></tr><tr><? } ?><td><input id="bizinfo[biz_customer][]" type="checkbox" name="bizinfo[biz_customer][]" value="<?=$key?>" <? if(in_array($key, $bizinfo['biz_customer'])) { ?>checked<? } ?>/><label for="CheckBoxList6_0"><?=$var?></label></td><? } } ?></tr></table></td> </tr> <tr> <td height="30" class="left">商家规模:</td> <td class="left"> <table id="CheckBoxList7" border="0"><tr><? if(is_array($biz_specail['scale'])) { foreach($biz_specail['scale'] as $key => $var) { if($key % 7 == 0) { ?></tr><tr><? } ?><td><input id="bizinfo[biz_scale]" type="radio" name="bizinfo[biz_scale]" value="<?=$key?>" <? if($bizinfo['biz_scale']==$key) { ?> checked <? } ?>/><?=$var?></td><? } } ?></tr></table></td> </tr> <tr> <td height="30" class="left">人均消费:</td> <td class="left"> <table id="CheckBoxList8" border="0"><tr><? if(is_array($biz_specail['ave_consume'])) { foreach($biz_specail['ave_consume'] as $key => $var) { if($key % 7 == 0) { ?></tr><tr><? } ?><td><input id="bizinfo[biz_ave_consume]" type="radio" name="bizinfo[biz_ave_consume]" value="<?=$key?>" <? if($bizinfo['biz_ave_consume']==$key) { ?> checked <? } ?>/><?=$var?></td><? } } ?></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><? if(is_array($biz_specail['service'])) { foreach($biz_specail['service'] as $key => $var) { if($key % 7 == 0) { ?></tr><tr><? } ?><td><input id="bizinfo[biz_service][]" type="checkbox" name="bizinfo[biz_service][]" value="<?=$key?>" <? if(in_array($key, $bizinfo['biz_service'])) { ?>checked<? } ?>/><?=$var?></td><? } } ?></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><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style=" border-bottom:solid 1px #eeeeee"> </td>
</tr>
</table>
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="64" align="center" style="line-height:20px">
<?=SOCITYVER?> 当前使用模板:<b style="color:#99d300">[生活通]</b > <br />
<? if(debuginfo()) { ?> Processed in <?=$debuginfo['time']?> second(s) <? } ?> <? if($icp) { ?><a href="http://www.miibeian.gov.cn" target=_blank><?=$icp?></a><? } ?> <?php fupsession(); ?></td>
</tr>
<tr>
<td height="5" align="right"></td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="8,3,79,21" href="../about/" />
<area shape="rect" coords="100,2,171,21" href="../about/" />
<area shape="rect" coords="190,4,263,21" href="../about/" />
<area shape="rect" coords="278,2,354,20" href="../about/" />
<area shape="rect" coords="370,2,443,20" href="../about/" />
<area shape="rect" coords="456,2,508,20" href="../about/" />
</map>
</body>
</html><?php output(); ?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -