You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by ro...@apache.org on 2002/07/29 00:10:12 UTC

cvs commit: tcl-site/websh/examples upload.html upload.ws3 upload_ws3.txt

ronnie      2002/07/28 15:10:12

  Modified:    websh/examples upload.html upload.ws3 upload_ws3.txt
  Log:
  - fixed back link
  
  Revision  Changes    Path
  1.2       +2 -2      tcl-site/websh/examples/upload.html
  
  Index: upload.html
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/examples/upload.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- upload.html	9 Jul 2002 06:54:53 -0000	1.1
  +++ upload.html	28 Jul 2002 22:10:12 -0000	1.2
  @@ -96,11 +96,11 @@
   	    <tr>
   	    &lt;td width=<B><FONT COLOR="#BC8F8F">&quot;300&quot;</FONT></B> colspan=<B><FONT COLOR="#BC8F8F">&quot;2&quot;</FONT></B>&gt;
   	    We have configured websh3 to allow a maximum <B><FONT COLOR="#A020F0">file</FONT></B> size of 100 bytes. Therefore 
  -	    we have truncated the received <B><FONT COLOR="#A020F0">file</FONT></B> by {web::put $<FONT COLOR="#B8860B">NumBytesTruncated</FONT>} bytes.
  +	    we have truncated the received <B><FONT COLOR="#A020F0">file</FONT></B> by {web::put [web::htmlify $<FONT COLOR="#B8860B">NumBytesTruncated</FONT>]} bytes.
   	    &lt;/td&gt;&lt;/tr&gt;
   	    &lt;tr&gt;
   	    &lt;td width=<B><FONT COLOR="#BC8F8F">&quot;100&quot;</FONT></B>&gt;Start of content:&lt;/td&gt;&lt;td width=<B><FONT COLOR="#BC8F8F">&quot;200&quot;</FONT></B>&gt;{web::put [web::htmlify $<FONT COLOR="#B8860B">chunk</FONT>]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
  -	    &lt;a href=<B><FONT COLOR="#BC8F8F">&quot;upload&quot;</FONT></B>&gt;upload another <B><FONT COLOR="#A020F0">file</FONT></B>&lt;/a&gt; 
  +	    &lt;a href=<B><FONT COLOR="#BC8F8F">&quot;{web::put [web::cmdurl default]}&quot;</FONT></B>&gt;upload another <B><FONT COLOR="#A020F0">file</FONT></B>&lt;/a&gt; 
   	}
   
       }
  
  
  
  1.2       +2 -2      tcl-site/websh/examples/upload.ws3
  
  Index: upload.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/examples/upload.ws3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- upload.ws3	20 Jun 2002 17:37:32 -0000	1.1
  +++ upload.ws3	28 Jul 2002 22:10:12 -0000	1.2
  @@ -85,11 +85,11 @@
   	    <tr>
   	    <td width="300" colspan="2">
   	    We have configured websh3 to allow a maximum file size of 100 bytes. Therefore 
  -	    we have truncated the received file by {web::put $NumBytesTruncated} bytes.
  +	    we have truncated the received file by {web::put [web::htmlify $NumBytesTruncated]} bytes.
   	    </td></tr>
   	    <tr>
   	    <td width="100">Start of content:</td><td width="200">{web::put [web::htmlify $chunk]}</td></tr></table>
  -	    <a href="upload">upload another file</a> 
  +	    <a href="{web::put [web::cmdurl default]}">upload another file</a> 
   	}
   
       }
  
  
  
  1.2       +2 -2      tcl-site/websh/examples/upload_ws3.txt
  
  Index: upload_ws3.txt
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/examples/upload_ws3.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- upload_ws3.txt	9 Jul 2002 07:09:49 -0000	1.1
  +++ upload_ws3.txt	28 Jul 2002 22:10:12 -0000	1.2
  @@ -85,11 +85,11 @@
   	    <tr>
   	    <td width="300" colspan="2">
   	    We have configured websh3 to allow a maximum file size of 100 bytes. Therefore 
  -	    we have truncated the received file by {web::put $NumBytesTruncated} bytes.
  +	    we have truncated the received file by {web::put [web::htmlify $NumBytesTruncated]} bytes.
   	    </td></tr>
   	    <tr>
   	    <td width="100">Start of content:</td><td width="200">{web::put [web::htmlify $chunk]}</td></tr></table>
  -	    <a href="upload">upload another file</a> 
  +	    <a href="{web::put [web::cmdurl default]}">upload another file</a> 
   	}
   
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tcl-site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: tcl-site-cvs-help@tcl.apache.org