Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.397 and 1.409

version 1.397, 2001/10/16 09:59:23 version 1.409, 2001/10/18 13:09:37
Line 1 Line 1
 @main[] ^faceesize[]  @main[]
   ^domedit[]
   #^domxslt[]
   #^lsplit2[]
   #^faceesize[]
 #^imageresize[]  #^imageresize[]
 #^ifassignhash[] #^tintdefault[] #$response:status[404]  #^ifassignhash[]
   #^tintdefault[]
   #$response:status[404]
 #^ifpasshash[]  #^ifpasshash[]
 #^movedir[]  #^movedir[]
 #^replace[]  #^replace[]
Line 31 Line 37
 #^header[]  #^header[]
 OK  OK
   
   @domdata[]
   $xdoc[^xdoc::create[doc]]
   $doc[$xdoc.documentElement]
   $name[^doc.appendChild[^xdoc.createElement[name]]]
   $text[^name.appendChild[^xdoc.createTextNode[петросян petrosian]]]
   
   @domedit[]
   ^domdata[]
   #$paf.nodeName<br>
   #$doc.documentElement.nodeName<br>
   
   ^show-xnode1[$xdoc.documentElement;0;1]
   <hr>
   ^show-xdoc2[$xdoc]
   
   @domxslt[]
   ^domdata[]
   ^show-xdoc2[^xdoc.transform[global.xsl;$.param1[123/]]]
   
   @lsplit2[]
   $path[/optics/]
   $pathTable[^path.lsplit[/]]
   ^pathTable.menu{
           ^if(def $pathTable.piece){
                   =$pathTable.piece=
           }
   }
   
   
 @faceesize[]  @faceesize[]
 $k(2)  $k(2)
 $pict[^image::load[paf.gif]]  $pict[^image::load[paf.gif]]
 $small[^image::create($pict.width/$k;$pict.height/$k)]  $small[^image::create($pict.width/$k;$pict.height/$k)]
 ^small.copy[$pict](0;0;$pict.width;$pict.height;0;0;$small.width;$small.height)  ^small.copy[$pict](0;0;$pict.width;$pict.height;0;0;$small.width;$small.height;250)
 $response:body[^small.gif[]]  $response:body[^small.gif[]]
   
 @imageresize[]  @imageresize[]
Line 51  $pict.line-width(2) Line 86  $pict.line-width(2)
   
 $small[^image::create($pict.width/$k;$pict.height/$k)]  $small[^image::create($pict.width/$k;$pict.height/$k)]
 #^small.copy[$pict](0;0;$pict.width;$pict.height;0;0)  #^small.copy[$pict](0;0;$pict.width;$pict.height;0;0)
 ^small.copy[$pict](0;0;$pict.width;$pict.height;0;0;$small.width;$small.height)  ^small.copy[$pict](0;0;$pict.width;$pict.height;0;0;$small.width;$small.height;0)
   
 $response:body[^small.gif[]]  $response:body[^small.gif[]]
   
Line 203  $env:HTTP_COOKIE<br> Line 238  $env:HTTP_COOKIE<br>
   
 @xslt[]  @xslt[]
 ^xdata[]  ^xdata[]
 ^show-xdoc2[^xdoc.transform[global.xsl;$.param1[123/]]]  $transformed[^xdoc.transform[global.xsl;$.param1[123/]]]
   ^show-xdoc2[$transformed]
   
 @regexp2[]  @regexp2[]
 $s[  select]  $s[  select]

Removed from v.1.397  
changed lines
  Added in v.1.409


E-mail: