⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default_addbizphoto.tpl.php

📁 城市分类信息,门户网站,我做为地方信息网
💻 PHP
📖 第 1 页 / 共 2 页
字号:
                            <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href="../user/myindex.php" class="shopgogo">我的首页</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href='../user/userinfo.php?uid=<?=$cbc_uid?>' class="shopgogo">别人眼中我的首页</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href="../user/myinfo.php" class="shopgogo">我的基本资料</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href='../user/mypwd.php' class="shopgogo">修改密码</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href='../user/mybiz.php' class="shopgogo">我的店铺</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href="../user/mydianp.php" class="shopgogo">我的点评</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href='../user/myflei.php' class="shopgogo">我发表的信息</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href='../user/sendmsg.php' class="shopgogo">发送短消息</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href="../user/message.php" class="shopgogo">收件箱</a></td>                           </tr>                           <tr>                             <td width="13%"><img src="../images/common/usr_tip.gif" width="11" height="11" /></td>                             <td width="87%"><a href='../user/message.php?action=outbox' class="shopgogo">发件箱</a></td>                           </tr>              </table>                               </td>                      </tr>                    </table>                  </td>                  <td width="804" valign="top"><script language = "javaScript" src = "../js//Main.js" type="text/javascript"></script> <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#eeeeee"><tr>  <td height="23">&nbsp;&nbsp;<img src="../images/arrow3.gif" width="3" height="5" />&nbsp;&nbsp;商家管理&gt;&gt;<b><?=$biz_name?></b></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0">  <tr>    <td height="35" class="left"><strong>增加图片</strong>        </td>  </tr></table><table width="94%" border="0" cellspacing="0" cellpadding="0"><form action='index.php?action=savephoto&bizid=<?=$bizid?>' method="POST" name="form1" enctype="multipart/form-data" target="iframe_data"><input type="hidden" name="formhash" value="<?=FORMHASH?>">  <tr>    <td height="20" class="left">图片:</td>    <td class="left">        &nbsp;<input type="file" name="imgfile" id="imgfile" />                </td>  </tr>  <tr>    <td colspan="2" class="left">&nbsp;</td>  </tr>  <tr>    <td>&nbsp;</td>    <td>&nbsp;<input type="button" name="savebutton" value="保 存" onclick="javascript:checkForm()" id="savebutton" style="font-size:12px;height:28px;width:63px;" /></td>  </tr>    <tr>        <td>        </td>        <td>        </td>    </tr>        <tr>        <td>        </td>        <td>        <table><tr>        <? if(is_array($bizphoto)) { foreach($bizphoto as $key => $img) { ?>        <? if($key%4==0) { ?>        </tr><tr>        <? } ?>        <td><img src="<?=$img['imgsrc']?>">&nbsp;<br><a href='index.php?action=setbizphoto&bizid=<?=$bizid?>&pid=<?=$img['pid']?>' target="iframe_data">[设为封面]</a> <a href='index.php?action=delbizphoto&bizid=<?=$bizid?>&pid=<?=$img['pid']?>' target="iframe_data">[删除图片]</a></td>        <? } } ?>        </tr>        </table>        </td>    </tr> </table></form>                                                </td>                </tr>              </table>        <br />        <script type="text/javascript">        <!--        function checkForm(){        	if(trim($('imgfile').value)==''){alert('请选择图片');return false;        	}        	expandstr = $('imgfile').value.substr($('imgfile').value.lastIndexOf('.'),$('imgfile').value.length);        	if(expandstr.toLowerCase() !='.jpg' && expandstr.toLowerCase() !='.gif' && expandstr.toLowerCase() != '.jpeg'){        		alert('请确认图片的格式是否为 gif 或者 jpg,只允许上传gif或者jpg格式的图片');        		return false;        	}$('savebutton').disabled = true;        	document.form1.submit();        }        -->        </script>        <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style=" border-bottom:solid 1px #eeeeee">&nbsp;</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()) { ?>&nbsp;  Processed in <?=$debuginfo['time']?> second(s) &nbsp; &nbsp; <? } ?> <? 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 + -