You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 01:12:58 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include positiveIncludeCtxRelative.html positiveIncludeCtxRelativeHtml.html positiveIncludePageRelative.html positiveIncludePageRelativeHtml.html positiveRequestAttrCtxRelative.html positiveRequestAttrPageRelative.html

rlubke      02/01/28 16:12:58

  Added:       src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include
                        positiveIncludeCtxRelative.html
                        positiveIncludeCtxRelativeHtml.html
                        positiveIncludePageRelative.html
                        positiveIncludePageRelativeHtml.html
                        positiveRequestAttrCtxRelative.html
                        positiveRequestAttrPageRelative.html
  Log:
   - content push from CVS
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include/positiveIncludeCtxRelative.html
  
  Index: positiveIncludeCtxRelative.html
  ===================================================================
  <html>
  <body>
  
  <!-- testing for include directive -->
  <html>
  <title>included</title>
  <body>
  This is included file
  </body>
  </html>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include/positiveIncludeCtxRelativeHtml.html
  
  Index: positiveIncludeCtxRelativeHtml.html
  ===================================================================
  <html>
  <title>positiveIncludeCtxRelativeHtml</title>
  <body>
  
  <!-- testing absolute inclusion of html relative to from current context-->
  <html>
  <title>included</title>
  <body>
  This is included html file
  </body>
  </html>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include/positiveIncludePageRelative.html
  
  Index: positiveIncludePageRelative.html
  ===================================================================
  <html>
  <body>
  
  <!-- testing for include directive -->
  <html>
  <title>included</title>
  <body>
  This is included file
  </body>
  </html>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include/positiveIncludePageRelativeHtml.html
  
  Index: positiveIncludePageRelativeHtml.html
  ===================================================================
  <html>
  <title>positiveIncludePageRelativeHtml.jsp</title>
  <body>
  
  <!-- testing static inclusion of html relative to from current context-->
  <html>
  <title>included</title>
  <body>
  This is included html file
  </body>
  </html>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include/positiveRequestAttrCtxRelative.html
  
  Index: positiveRequestAttrCtxRelative.html
  ===================================================================
  <html>
  <title>positiveRequestAttrCtxRelative</title>
  <body>
  
  
  <!-- Request-time Dynamic inclusion,with absolute url from context-root -->
  <html>
  <title>included</title>
  <body>
  This is included file
  </body>
  </html>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/include/positiveRequestAttrPageRelative.html
  
  Index: positiveRequestAttrPageRelative.html
  ===================================================================
  <html>
  <title>positiveRequestAttrPageRelative</title>
  <body>
  
  
  <html>
  <title>included</title>
  <body>
  This is included file
  </body>
  </html>
  
  </body>
  </html>
  
  
  

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