Update of /cvsroot/displaytag/display09/site/web/inc
In directory sc8-pr-cvs1:/tmp/cvs-serv26549/site/web/inc

Added Files:
        footer.jsp header.jsp init.jsp 
Log Message:
added documentation - joined documentation and samples - refactored original 
documentation pages to the new look - added build tasks for the doc/sample war - 
removed example tree (new "site" tree contains both documentation and examples)

--- NEW FILE: footer.jsp ---
</div>

<div id="validxhtml"><img src="../img/valid-xhtml10.png" alt="Valid XHTML 1.0!" 
height="31" width="88" /></div>

<div id="footer">
        <span>Updated @buildtime@</span>

        <em>
                Please send any questions or suggestions to 
                <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
        </em>

</div>

</body>
</html>
--- NEW FILE: header.jsp ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<%@ include file="../inc/init.jsp" %>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
<head>
        <title>The &lt;display:*&gt; tag library</title>
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
        <link rel="stylesheet" href="../css/screen.css" type="text/css" media="screen, 
print" />
</head>

<body>

<div id="header">
        <h1>The &lt;display:*&gt; tag library</h1>
        
        <ul>
                <li><a href="../doc/index.jsp">Overview</a></li>
                <li><a href="../examples/index.jsp">Examples</a></li>
                <li><a href="../doc/documentation.jsp">Documentation</a></li>
                <li><a href="../doc/download.jsp">Download</a></li>     
        </ul>
        
</div>

<% 
        if (request.getRequestURI().indexOf("example-") != -1)
        {
%>
        <ul id="showsource">
                <li><a href="<%=request.getRequestURI()%>.source">View JSP 
Source</a></li>
        </ul>
<% 
        } 
%>

<div id="body">
--- NEW FILE: init.jsp ---
<%@ taglib uri="/WEB-INF/displaytag.tld" prefix="display" %><%@ page 
import="org.displaytag.sample.*, java.util.*"%>




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to