You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by pi...@apache.org on 2002/01/02 19:33:40 UTC

cvs commit: jakarta-taglibs/standard/examples/web/xml index.html

pierred     02/01/02 10:33:40

  Modified:    standard/examples/web index.html
               standard/examples/web/Templates ExamplesTemplate.dwt
               standard/examples/web/conditionals index.html
               standard/examples/web/ecmascript index.html
               standard/examples/web/elsupport index.html
               standard/examples/web/format index.html
               standard/examples/web/import index.html index.jsp
               standard/examples/web/iterators index.html
               standard/examples/web/misc index.html
               standard/examples/web/sql index.jsp
               standard/examples/web/xml index.html
  Log:
  point to import/index.jsp (instead of import/index.html)
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-taglibs/standard/examples/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/index.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.html	12 Dec 2001 21:59:14 -0000	1.8
  +++ index.html	2 Jan 2002 18:33:39 -0000	1.9
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="index.html">Introduction</a> 
         &#149; <a href="elsupport/index.html">EL Support </a> &#149; <a href="conditionals/index.html">Conditionals</a> 
         &#149; <a href="import/index.html"></a><a href="iterators/index.html">Iterators</a> 
  -      &#149; <a href="import/index.html">Import</a> &#149; <a href="format/index.html">I18N 
  +      &#149; <a href="import/index.jsp">Import</a> &#149; <a href="format/index.html">I18N 
         & Formatting</a> &#149; <a href="xml/index.html">XML</a> &#149; <a href="sql/index.jsp">SQL</a> 
         &#149; <a href="ecmascript/index.html">EcmaScript</a> &#149; <a href="misc/index.html">Misc.</a></td>
     </tr>
  @@ -61,7 +61,7 @@
     <li><a href="elsupport/index.html">Expression Language Support Tags</a></li>
     <li><a href="conditionals/index.html">Conditional Tags</a></li>
     <li><a href="iterators/index.html">Iterator Tags</a></li>
  -  <li><a href="import/index.html">Import Tags</a> </li>
  +  <li><a href="import/index.jsp">Import Tags</a> </li>
     <li><a href="format/index.html">I18N &amp; Formatting Tags</a></li>
     <li><a href="xml/index.html">XML Tags</a></li>
     <li><a href="sql/index.jsp">SQL Tags</a></li>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/Templates/ExamplesTemplate.dwt
  
  Index: ExamplesTemplate.dwt
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/Templates/ExamplesTemplate.dwt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ExamplesTemplate.dwt	12 Dec 2001 21:59:14 -0000	1.4
  +++ ExamplesTemplate.dwt	2 Jan 2002 18:33:39 -0000	1.5
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/conditionals/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/conditionals/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	12 Dec 2001 21:59:14 -0000	1.5
  +++ index.html	2 Jan 2002 18:33:39 -0000	1.6
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/ecmascript/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/ecmascript/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	12 Dec 2001 21:59:14 -0000	1.5
  +++ index.html	2 Jan 2002 18:33:39 -0000	1.6
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/elsupport/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/elsupport/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	12 Dec 2001 21:59:14 -0000	1.5
  +++ index.html	2 Jan 2002 18:33:40 -0000	1.6
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.8       +1 -1      jakarta-taglibs/standard/examples/web/format/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/format/index.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html	12 Dec 2001 21:59:14 -0000	1.7
  +++ index.html	2 Jan 2002 18:33:40 -0000	1.8
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/import/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html	12 Dec 2001 21:59:14 -0000	1.4
  +++ index.html	2 Jan 2002 18:33:40 -0000	1.5
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.2       +1 -1      jakarta-taglibs/standard/examples/web/import/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/import/index.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.jsp	20 Dec 2001 00:45:31 -0000	1.1
  +++ index.jsp	2 Jan 2002 18:33:40 -0000	1.2
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/iterators/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	12 Dec 2001 21:59:14 -0000	1.5
  +++ index.html	2 Jan 2002 18:33:40 -0000	1.6
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/misc/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/misc/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html	12 Dec 2001 21:59:14 -0000	1.4
  +++ index.html	2 Jan 2002 18:33:40 -0000	1.5
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="index.html">Misc.</a></td>
     </tr>
  
  
  
  1.3       +12 -13    jakarta-taglibs/standard/examples/web/sql/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/index.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.jsp	12 Dec 2001 21:59:14 -0000	1.2
  +++ index.jsp	2 Jan 2002 18:33:40 -0000	1.3
  @@ -1,15 +1,15 @@
  -<html><!-- #BeginTemplate "/Templates/ExamplesTemplate.dwt" -->
  +<html>
  +<!-- #BeginTemplate "/Templates/ExamplesTemplate.dwt" --> 
   <head>
   <!-- #BeginEditable "doctitle" --> 
   <title>Untitled Document</title>
  -<!-- #EndEditable -->
  +<!-- #EndEditable --> 
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <link rel="stylesheet" href="../global.css" type="text/css">
   </head>
  -
   <body bgcolor="#FFFFFF" text="#000000">
   <table width="100%" border="0" cellpadding="5">
  -  <tr>
  +  <tr> 
       <td height="0"><font size="-1" color="#000099"><b>JSTL Early Access</b></font></td>
       <td align="center" height="0"><font size="-1" color="#000099"> <b>Beware &#151; 
         API and Tags may/will change</b></font></td>
  @@ -19,17 +19,15 @@
     </tr>
     <tr> 
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
  -      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; 
  -      <a href="../conditionals/index.html">Conditionals</a> &#149; 
  -      <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  +      &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
  +      &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
         &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  -      & Formatting</a> &#149; <a href="../xml/index.html">XML</a> 
  -      &#149; <a href="index.jsp">SQL</a> &#149; <a href="../ecmascript/index.html">EcmaScript</a> 
  -      &#149; <a href="../misc/index.html">Misc.</a></td>
  +      & Formatting</a> &#149; <a href="../xml/index.html">XML</a> &#149; <a href="index.jsp">SQL</a> 
  +      &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
   </table>
   <!-- #BeginEditable "body" --> 
  -<h1>Database Tags Examples</h1>
  +<h1>SQL Tags Examples</h1>
   <p>Enter your Driver Name and DataBase URL name to test Database Tag Library. 
     NOTE: You can access the tags directly at the bottom of the page to look at 
     the source, but they will NOT run properly without the correct database driver 
  @@ -55,7 +53,7 @@
   </form>
   <%@ include file="links.html" %>
   <hr noshade color="#000099">
  -<!-- #EndEditable -->
  +<!-- #EndEditable --> 
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  @@ -69,4 +67,5 @@
     </tr>
   </table>
   </body>
  -<!-- #EndTemplate --></html>
  +<!-- #EndTemplate -->
  +</html>
  
  
  
  1.6       +1 -1      jakarta-taglibs/standard/examples/web/xml/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/xml/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	12 Dec 2001 21:59:14 -0000	1.5
  +++ index.html	2 Jan 2002 18:33:40 -0000	1.6
  @@ -21,7 +21,7 @@
       <td colspan="3" bgcolor="#CCCCFF">JSTL Examples &nbsp;&nbsp;&nbsp;&nbsp;<a href="../index.html">Introduction</a> 
         &#149; <a href="../elsupport/index.html">EL Support </a> &#149; <a href="../conditionals/index.html">Conditionals</a> 
         &#149; <a href="../import/index.html"></a><a href="../iterators/index.html">Iterators</a> 
  -      &#149; <a href="../import/index.html">Import</a> &#149; <a href="../format/index.html">I18N 
  +      &#149; <a href="../import/index.jsp">Import</a> &#149; <a href="../format/index.html">I18N 
         & Formatting</a> &#149; <a href="index.html">XML</a> &#149; <a href="../sql/index.jsp">SQL</a> 
         &#149; <a href="../ecmascript/index.html">EcmaScript</a> &#149; <a href="../misc/index.html">Misc.</a></td>
     </tr>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>