Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.52 and 1.313

version 1.52, 2001/03/24 19:55:34 version 1.313, 2001/09/17 16:49:15
Line 1 Line 1
 @auto[]  
 $html-typo[^table:set{user      html  
 _       &nbsp^;  
 &lt^;&lt^;      &laquo^;  
 &gt^;&gt^;      &raquo^;  
 }]  
   
 @main[]  @main[]
 ^taint[html-typo;<<]<HR>  ^xslt[]
 $t[^table:load[/test.cfg]]  
 ^process[@b[]  
 f  
 ]  
 ^b[]<BR>  
   
 ^$t.a=$t.a<BR>  
   
 ^$request:uri=$request:uri<BR>  
 ^$env:PATH_INFO=$env:PATH_INFO<BR>  
 ^$env:REMOTE_ADDR=$env:REMOTE_ADDR<BR>  
   
 ^rem{  
 $response:body[]  
 $response:location[http://parser3/123]  
 }  
   
   @xslt[]
   $dom[^dom::set{<?xml version="1.0" encoding="windows-1251"?>
   
 <HR>  <people>
 ^^auto_test[]:<BR>          <man id="1">
 <ol>                  <name>PAF</name>
 ^auto_test[]          </man>
 </ol>          <man id="2">
 <HR>                  <name>ÏÈÔ</name>
           </man>
 ^${cookie:âîò}=${cookie:âîò}?<BR>  </people>
 ^$request:query=$request:query<BR>  }]
 ^$request:uri=$request:uri<BR>  
   
 <form method=post>  
 <table border=1 width=250><tr><td>$form:name</td></tr></table>  
 <textarea name=name rows=5 cols=40>^untaint[html]{^default[$form:name;íå çíàþ]}</textarea><BR>  
 <input type=submit>  
 </form>  
   
 @default[test;def]  
 $result[^if(^test.length[]){$test}{$def}]  
   
 @exception[origin;source;comment;type;code]  
 <body bgcolor=black>  
 <font color=white>  
 ERROR:  
 ^if(def $source){$origin '$source'}  
 ${comment}.  
 ^if(def $type){type=$type}  
 ^if(def $code){code=$code}  
   
 @auto_test[]  $people[^dom.xpath[/people/man/name]]
 ^BASE.auto_test[]  
 <li>$request:uri  
   
   ^for[i](0;^people._count[]-1){
           z$people.$i.first-child.value<br>       
   }
   OK
   

Removed from v.1.52  
changed lines
  Added in v.1.313


E-mail: