normal.asp

来自「JAVA CARD 开发包」· ASP 代码 · 共 76 行

ASP
76
字号
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=$CHARSET;" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta name="GENERATOR" content="$VERSION;" />
    <meta name="TEMPLATEBASE" content="$TEMPLATENAME;" />
    <meta name="LASTUPDATED" content="$DATE(c);" />
    <title>$GET_ATTR($PAGE;, title);</title>
    <link rel="StyleSheet" href="document.css" type="text/css" />
    <link rel="StyleSheet" href="catalog.css" type="text/css" />
    <link rel="Table of Contents" href="$PAGEFIRST(html, name, $CHARSET;);" />
    <link rel="Previous" href="$PAGEPREV(html, name, $CHARSET;);" />
    <link rel="Next" href="$PAGENEXT(html, name, $CHARSET;);" />
    <link rel="Index" href="$PAGELAST(html, name, $CHARSET;);" />
  </head>

  <body>

    <table class="full-width" id="SummaryNotReq1">
      <tr><td class="sun-darkblue">&#160;</td></tr>
      <tr><td class="sun-lightblue">&#160;</td></tr>
      <tr><td class="go-right">
        <a accesskey="c" href="$PAGEFIRST(html, name, $CHARSET;);">
          <img id="LongDescNotReq1" src="images/toc.gif" border="0"
            alt="Contents" /></a>
	<a accesskey="p" href="$PAGEPREV(html, name, $CHARSET;);">
	  <img id="LongDescNotReq2" src="images/prev.gif" border="0"
            alt="Previous" /></a>
        <a accesskey="n" href="$PAGENEXT(html, name, $CHARSET;);">
	  <img id="LongDescNotReq3" src="images/next.gif" border="0"
            alt="Next" /></a>
        <a accesskey="i" href="$PAGELAST(html, name, $CHARSET;);">
	  <img id="LongDescNotReq4" src="images/index.gif" border="0"
            alt="Index" /></a>
        </td>
      </tr>
    </table>

<!--BeginHiddenExpansion
  $DATA;
  $NOTES;
EndHiddenExpansion-->

    <p>&#160;</p>
    <hr class="pHr" />

    <table class="full-width" id="SummaryNotReq2">
      <tr>
        <td class="go-left">
          <a accesskey="c" href="$PAGEFIRST(html, name, $CHARSET;);">
	    <img id="LongDescNotReq1" src="images/toc.gif" border="0"
              alt="Contents" /></a>
	  <a accesskey="p" href="$PAGEPREV(html, name, $CHARSET;);">
	    <img id="LongDescNotReq2" src="images/prev.gif" border="0"
              alt="Previous" /></a>
	  <a accesskey="n" href="$PAGENEXT(html, name, $CHARSET;);">
	    <img id="LongDescNotReq3" src="images/next.gif" border="0"
              alt="Next" /></a>
	  <a accesskey="i" href="$PAGELAST(html, name, $CHARSET;);">
	    <img id="LongDescNotReq4" src="images/index.gif" border="0"
              alt="Index" /></a>
        </td>
        <td class="go-right">
          <span class="copyright">$UMBookTitle; <br /> $UMProductName;, $UMProductVersion;</span>
        </td>
      </tr>
    </table>

    <p>&#160;</p>
    
<p class="copyright"><a 
       href="copyright.html">Copyright</a> &#169; 2003 Sun Microsystems, Inc. 
  All rights reserved.</p>	
  </body>
</html>

⌨️ 快捷键说明

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