The qDecoder Project

[svn] / releases / qDecoder-6.0.5 / examples / streamedit.html

Parent Directory Parent Directory Revision Log Revision Log


Revision 491 - Download Blame
Mon Jan 4 22:17:39 2010 UTC (8 months ago) by wolkykim
File size: 807 byte(s)
Renaming RB-6.0.5 to qDecoder-6.0.5
    1 <h2><a href="streamedit.html.in">streamedit.html.in</a></h2>
    2 <xmp>
    3 <!--#include file="streamedit-header.html.in"-->
    4 <p>Hi <b>${NAME}</b>.
    5 <p>You got a really cool hobby.
    6 <br>I'm sure that your hobby, <b>${HOBBY}</b>, can make your life more compatible.
    7 <p>Bye :)
    8 <!--#include file="streamedit-tailer.html.in"-->
    9 </xmp>
   10 
   11 <hr>
   12 
   13 <h2><a href="streamedit-header.html.in">streamedit-header.html.in</a></h2>
   14 <xmp>
   15 <html>
   16 <head>
   17   <title>Example result of streamedit.cgi / NAME=${NAME}, HOBBY=${HOBBY}</title>
   18 </head>
   19 <body>
   20 <p>This is header, <a href="streamedit-header.html.in">streamedit-header.html.in</a>.
   21 </xmp>
   22 
   23 <hr>
   24 
   25 <h2><a href="streamedit-tailer.html.in">streamedit-tailer.html.in</a></h2>
   26 <xmp>
   27 <p>This is tailer, <a href="streamedit-tailer.html.in">streamedit-tailer.html.in</a>.
   28 </body>
   29 </html>
   30 </xmp>

Home | About | Examples | Changes | Download | SVN Repository | Install | Reference