PHP头条
热点:

Google 个性化主页类似,如何保存最后的布局二


 

Google 个性化主页类似,如何保存最后的布局二

<body leftmargin="0" topmargin="0" onselectstart="return false;">
<div  id="BisMainTitle">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td class="title">BIS &raquo; PortalPage</td>
            <td align="right">
                                <a href="javascript:saveLayout();" style="display:none;" id="savelayout">
                                        保存布局
                </a>
                        </td>
        </tr>
    </table>
</div>
<div  id="BisMainTable">
<table width="100%" border="0" cellpadding="0" cellspacing="5" id="parentTable">
        <tr>
                <!-- Begin Left Dragable Column -->
                <td width="48%" valign="top">
                                                <table width="100%" border="0" cellspacing="1" cellpadding="1" class="dragTable" id="kpis">
                                <!-- toolbar && dragbar begin -->
                                <tr>
                                        <td colspan="4" class="dragTR">
                                                <input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="0" alt="" onclick="collapseExpand();" hspace="5">
                                               
                                                <input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
                                                <input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
                                        </td>
                                </tr>
                                <!-- toolbar && dragbar end -->
                                                                                                <tr bgcolor = "#FFFFFF">
                                        <td colspan = "4" align = "center">
                                                无任何记录.
                                                <input type="button" class="mbutton" value="新增"/>
                                        </td>
                                </tr>
                                                        </table>
                       
                                                <table width="100%" border="0" cellspacing="1" cellpadding="1" class="dragTable" id="4graph">
                                <tr>
                                        <td colspan="2" class="dragTR">
                                        <input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="no" alt="" onclick="collapseExpand();" hspace="5">
                                       
                                        <input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
                                        <input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
                                        </td>
                                </tr>
                                                                <tr>
                                        <td colspan="2" align = "center">
                                                无任何记录.
                                                <input type="button" class="mbutton" value="新增"/>
                                        </td>
                                </tr>
                                                        </table>
                       
                                        </td>
                <!-- End Left Dragable Column -->

                <td width="48%" valign="top">
                        <table width="100%" border="0" cellpadding="1" cellspacing="1" class="dragTable" id="favorite">
                                <tr>
                                        <td colspan="4" class="dragTR"> <input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="0" alt="" onclick="collapseExpand();" hspace="5">
                                       
                                        <input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
                                        <input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
                                        </td>
                                </tr>
                                                                                                <tr bgcolor = "#FFFFFF">
                                        <td colspan = "4" align = "center">
                                                无任何记录.
                                                <input type="button" class="mbutton" value="新增"/>
                                        </td>
                                </tr>
                                                        </table>
                        <table width="100%" border="0" cellpadding="1" cellspacing="1" class="dragTable" id="1graph">
                                <tr>
                                        <td class="dragTR">
                                                <input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="0" alt="" onclick="collapseExpand();" hspace="5">
                                               
                                                <input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
                                                <input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
                                        </td>
                                </tr>
                                                                <tr>
                                        <td align = "center">
                                                无任何记录.
                                                <input type="button" class="mbutton" value="新增"/>
                                        </td>
                                </tr>
                                                        </table>
                </td>
        </tr>
</table>
</div</body>

www.phpzy.comtrue/php/9090.htmlTechArticleGoogle 个性化主页类似,如何保存最后的布局二 Google 个性化主页类似,如何保存最后的布局二 body leftmargin=0 topmargin=0 onselectstart=return false; divid=BisMainTitle table width=100% border=0 cellspacing=0...

相关文章

    暂无相关文章
相关频道:

PHP之友评论

今天推荐