Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.160 and 1.173

version 1.160, 2001/04/28 10:58:39 version 1.173, 2001/05/08 08:15:03
Line 1 Line 1
 @main[]  @main[]
   $t2[^table:set{key      a       b
   1       a1
   2       a2      b2
   }]
   ^t2.offset(1)
   $t2.b
   $r[^t2.record[]]
   <hr>
   $th[^t2.hash[b]]
   ^$th.b2.a=$th.b2.a<br>
   <hr>
   $th[^t2.hash[key;a]]
   ^$th.2=$th.2<br>
   <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:проверка_имя=$form:проверка_имя<BR>
 <form method=post>  <form method=post>
 <input name=проверка_имя value=проверка_значение>  <input name=проверка_имя value=проверка_значение>
Line 32  ${comment}. Line 81  ${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.160  
changed lines
  Added in v.1.173


E-mail: