|
|
| version 1.397, 2001/10/16 09:59:23 | version 1.404, 2001/10/18 09:49:59 |
|---|---|
| Line 1 | Line 1 |
| @main[] ^faceesize[] | @main[] |
| ^domedit[] | |
| #^lsplit2[] | |
| #^faceesize[] | |
| #^imageresize[] | #^imageresize[] |
| #^ifassignhash[] #^tintdefault[] #$response:status[404] | #^ifassignhash[] |
| #^tintdefault[] | |
| #$response:status[404] | |
| #^ifpasshash[] | #^ifpasshash[] |
| #^movedir[] | #^movedir[] |
| #^replace[] | #^replace[] |
| Line 31 | Line 36 |
| #^header[] | #^header[] |
| OK | OK |
| @domedit[] | |
| $doc[^xdoc::create[doc]] | |
| $paf[^doc.appendChild[^doc.createElement[paf]]] | |
| $name[^paf.appendChild[^doc.createElement[name]]] | |
| $text[^name.appendChild[^doc.createTextNode[петросян petrosian]]] | |
| #$paf.nodeName<br> | |
| #$doc.documentElement.nodeName<br> | |
| ^show-xdoc2[$doc] | |
| #^show-xnode1[$doc.documentElement;0;1] | |
| <hr> | |
| @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 78 $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[]] |