Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.159 and 1.172

version 1.159, 2001/04/28 09:14:55 version 1.172, 2001/05/08 06:42:58
Line 1 Line 1
 @main[]  @main[]
   $t2[^table:set{key      a       b
   1       a1      b1
   2       a2      b2
   }]
   ^t2.record[]
   <hr>
   #^OP:eval(1<2)
   
   $filelist[^table:dir[.]]
   <hr>
   $path[/news/tululu/]
   #^path.flip[]
   <hr>
   $branches[^table:set{name       val
   index.cgihtml   123
   }]
   $splitURI[^request:uri.lsplit[/]]
   name ^if(^branches.locate[name;$splitURI.1]){found;not found}:
   $branches.name
   <HR>
   $splitURI[^request:uri.lsplit[/]]
   $splitURI.0!$splitURI.1
   <HR>
   
   $t2[^table:set{dir      title
   /here   Here
   }]
   $t2{^menu{${dir}-$title}[,]}
   <HR>
   $dir[news]
   $list[^table:dir[$dir]]
   ^list.menu{
       $subdir[$dir/$list.name]
           $sublist[^table:dir[$subdir]]
           ${list.name}/ $sublist{^menu{$name}[,]}<br>
   }
   <HR>
   ^t[x]
   <HR>
   ^if(in "/otherdeeper"){y;n}
   <HR>
   ^$form:проверка_имя=$form:проверка_имя<BR>
   <form method=post>
   <input name=проверка_имя value=проверка_значение>
   <input type=submit>
   </form>
   <HR>
   
 ^^table:dir[/]:<BR>  ^^table:dir[/]:<BR>
 $d[^table:dir[/]]  $d[^table:dir[/]]
 $d{^menu{$name &nbsp^;&nbsp^;&nbsp^;&nbsp^;^if(-f $name){-f} ^if(-d $name){-d};<BR>}}  $d{^menu{$name &nbsp^;&nbsp^;&nbsp^;&nbsp^;^if(-f $name){-f} ^if(-d $name){-d};<BR>}}
Line 25  ${comment}. Line 73  ${comment}.
   
 @auto_test[]  @auto_test[]
 ^BASE.auto_test[]  ^BASE.auto_test[]
 <li>${request:uri}!  
   
   <li>${request:uri}!
   
   @t[a]
   -${a}-
   @end
   

Removed from v.1.159  
changed lines
  Added in v.1.172


E-mail: