membershipsform.jsp

来自「实现一个网络购物」· JSP 代码 · 共 29 行

JSP
29
字号
<table width="180" cellspacing="0" cellpadding="0" align="right">
    <tr>
        <td width="180">
        <table width="180" cellspacing="0" cellpadding="0">
            <tr> <!-- the input box gets a default 1px top and bottom border in IE -->
            <td class="titlebar" style="vertical-align:middle;"><img src="media/spacer.gif" width="3" height="1" border="0" alt=""><input type="text" name="memberid" style="width:88px;height:15px;" value="<%= memberId %>"></td>
            <td class="titlebar" width="100%" style="vertical-align:middle;text-align:center;">
                <a href="javascript:changeIt('<mm:url referids="portal" page="<%= "index.jsp?page=bestel&t=change" %>" />');"
                class="white">Members</a></td>
                <td class="titlebar" width="0%" style="padding-right:2px;padding-top:2px;padding-bottom:2px;">
                <a href="javascript:changeIt('<mm:url referids="portal"  page="<%= "index.jsp?page=bestel&t=change" %>" />');">
                <img src="../mmbase/style/images/next.gif" border="0" alt=""></a></td>
            </tr>
        </table>
        </td>
    </tr>
    <tr>
    
        <td width="180" colspan="2"><img src="media/spacer.gif" width="180" height="1" border="0" alt=""></td>
    </tr>
    <tr>
    <td width="180">
        <table width="180" cellspacing="0" cellpadding="0"><tr>
        <td class="subtitlebar" width="180" colspan="2"><div align="right">Fill in memberships nr </td>
        </tr></table>
      </td>
    </tr>
</table>

⌨️ 快捷键说明

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