Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.461 and 1.464

version 1.461, 2001/11/01 16:58:46 version 1.464, 2001/11/05 10:56:46
Line 1 Line 1
 @main[]  @main[]
 ^thashforeach3[]  ^status[]
   <hr>
   #^xchildren[]
   #^thashforeach3[]
 #^thashforeach2[]  #^thashforeach2[]
 #^thashforeach[]  #^thashforeach[]
 #^thashdelete[]  #^thashdelete[]
Line 51 Line 54
 #^mail[]  #^mail[]
 #^exec[]  #^exec[]
 #^fori[]  #^fori[]
 #^tconnect[]  ^tconnect[]
 #^xslt[]  ^xslt[]
 #^xml[]  #^xml[]
 #^header[]  #^header[]
   <hr>
   ^status[]
 OK  OK
   
   @status[]
   $c[$status:sql.cache]
   <table border=1>
   <tr>
           <td colspan=3>
           sql.cache
           </td>
   </tr>
           <td>url</td>
           <td>time</td>
   ^c.menu{
   <tr>
           <td>$c.url</td>
           <td>$c.time</td>
   </tr>
   }
   </table>
   
   $c[$status:stylesheet.cache]
   <table border=1>
   <tr>
           <td colspan=3>
           stylesheet.cache
           </td>
   </tr>
           <td>file</td>
           <td>time</td>
   ^c.menu{
   <tr>
           <td>$c.file</td>
           <td>$c.time</td>
   </tr>
   }
   </table>
   
   $c[$status:charset.cache]
   <table border=1>
   <tr>
           <td colspan=3>
           charset.cache
           </td>
   </tr>
           <td>file</td>
   ^c.menu{
   <tr>
           <td>$c.file</td>
   </tr>
   }
   </table>
   
   
   @xchildren[]
   $constructor[
   <block1 name="main_srvr" type="0" label="Основное тело" />
   <block2 name="main_srvr2" type="0" label="Основное тело" />
   ]
   
   $constr[^xdoc::set{<?xml version="1.0" encoding="windows-1251" ?>
   <block-list>^untaint[as-is]{$constructor}</block-list>}]
   
   $children[$constr.documentElement.childNodes]
   ^if($children){
   ^for[i](1;^children._count[]){
           $node[$children.$i]
           $node.nodeName<br>
   }
   }
      
   
 @thashforeach3[]  @thashforeach3[]
 $h[  $h[
         $.a[1]           $.a[1] 
Line 552  $file[^xdoc.file[ Line 626  $file[^xdoc.file[
         $.method[html]          $.method[html]
 ]]  ]]
 ^file.save[text;save_file.html]  ^file.save[text;save_file.html]
 <pre>taint[^xdoc.string[]]  <pre>^taint[^xdoc.string[]]
 #       $.encoding[windows-1251]  #       $.encoding[windows-1251]
 #       $.method[html]  #       $.method[html]
 #]]  #]]

Removed from v.1.461  
changed lines
  Added in v.1.464


E-mail: