bizuser.htm

来自「城市分类信息,门户网站,我做为地方信息网」· HTM 代码 · 共 129 行

HTM
129
字号
                   <table border="0" cellpadding="0" cellspacing="0" width="260">                        <tbody><tr>                            <td class="userleft" width="275">                                <table border="0" cellpadding="0" cellspacing="0" width="100%">                                    <tbody><tr>                                        <td class="left userleftbg index_int" height="28">                                            <span class="fontshopshowright">同类商家</span></td>                                    </tr>                                    <tr>                                        <td style="padding: 5px;"><!--{loop $best_biz  $v}-->                                                                                                                                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">                                                        <tbody><tr>                                                            <td height="20" width="7%">                                                                <div align="center">                                                                    <img src="../images/common/cl_tip04.gif" height="10" width="10"></div>                                                            </td>                                                            <td class="left" width="93%">                                                                <a href='../main/bizinfo.php?bizid={$v[bizid]}'>                                                                    {$v[biz_name]}                                                                </a>                                                            </td>                                                        </tr>                                                    </tbody></table>                                                                <!--{/loop}-->                                                                                        </td>                                    </tr>                                </tbody></table>                            </td>                        </tr>                        <tr>                            <td height="10" width="275">                            </td>                        </tr>                    </tbody></table>                    <table border="0" cellpadding="0" cellspacing="0" width="260">                        <tbody><tr>                            <td class="userleft" width="275">                                <table border="0" cellpadding="0" cellspacing="0" width="100%">                                    <tbody><tr>                                        <td class="left userleftbg index_int" height="28" colspan="3">                                            <span class="fontshopshowright">                                            {eval $bnren=count($beenBiz)}                                          <span id="Label1">$bnren</span>个人去过该商家 <!--{if $cbc_uid}-->                                                                                    &nbsp;&nbsp;&nbsp; <a href='../main/shopUser.php?op=beenbiz&bizid=$bizid' style="color:#ffffff" target="iframe_data">我去过</a> &nbsp;&nbsp;&nbsp; <a href='../main/shopUser.php?op=nobeenbiz&bizid=$bizid' style="color:#ffffff" target="iframe_data">没去过</a><!--{/if}-->                                     </span>                                                 </td>                                    </tr>                                    <tr><!--{loop $beenBiz $key $var}--><!--{if $key%3 ==0}--></tr><tr><!--{/if}-->                                                                            <td style="padding: 5px;">                                            <table id="DataList2" style="border-collapse: collapse;" border="0" cellspacing="0">	<tbody><tr>		<td>                                                    <table border="0" cellpadding="0" cellspacing="0" width="100%">                                                        <tbody><tr>                                                            <td style="width: 80px;" align="center" height="45">                                                                <a class="shopgogo" href='../user/userinfo.php?uid=<?=$var['uid']?>'>                                                                    <img src="<?=$var['face']?>" border="0" height="40" width="40"></a></td>                                                        </tr>                                                        <tr>                                                            <td align="center" height="15">                                                                <a class="shopgogo" href="../user/userinfo.php?uid=<?=$var['uid']?>">                                                                    <?=$var['username']?></a>                                                            </td>                                                        </tr>                                                    </tbody></table>                                                </td><td></td><td></td>	</tr></tbody></table></td>                           <!--{/loop}-->	                                    </tr>                                </tbody></table>                            </td>                        </tr>                        <tr>                            <td height="10" width="275">                            </td>                        </tr>                    </tbody></table>                    <table border="0" cellpadding="0" cellspacing="0" width="260">                        <tbody><tr>                            <td class="userleft" width="275">                                <table border="0" cellpadding="0" cellspacing="0" width="100%">                                    <tbody><tr>                                    {eval $wtren=count($wantBiz)}                                        <td class="left userleftbg index_int" height="28" colspan="3">                                            <span class="fontshopshowright">                                          <span id="Label2">$wtren</span>个人想去该商家 <!--{if $cbc_uid}-->                                           &nbsp;&nbsp;&nbsp; <a href='../main/shopUser.php?op=wantgobiz&bizid=$bizid' style="color:#ffffff" target="iframe_data">我想去</a> &nbsp;&nbsp;&nbsp; <a href='../main/shopUser.php?op=nowantgobiz&bizid=$bizid' style="color:#ffffff" target="iframe_data">不想去</a><!--{/if}-->                                       </span>                                            </td>                                    </tr>                                    <tr><!--{loop $wantBiz $key $var}--><!--{if $key%3 ==0}--></tr><tr><!--{/if}-->                                                                            <td style="padding: 5px;">                                            <table id="DataList2" style="border-collapse: collapse;" border="0" cellspacing="0">	<tbody><tr>		<td>                                                    <table border="0" cellpadding="0" cellspacing="0" width="100%">                                                        <tbody><tr>                                                            <td style="width: 80px;" align="center" height="45">                                                                <a class="shopgogo" href='../user/userinfo.php?uid=<?=$var['uid']?>'>                                                                    <img src="<?=$var['face']?>" border="0" height="40" width="40"></a></td>                                                        </tr>                                                        <tr>                                                            <td align="center" height="15">                                                                <a class="shopgogo" href="/user/userinfo.php?uid=<?=$var['uid']?>">                                                                    <?=$var['username']?></a>                                                            </td>                                                        </tr>                                                    </tbody></table>                                                </td><td></td><td></td>	</tr></tbody></table></td>                           <!--{/loop}-->																					</tr><td></td><td></td>	</tr></tbody></table></td>                                     </tr>                                </tbody></table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?