Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.96 and 1.102

version 1.96, 2001/04/03 16:34:30 version 1.102, 2001/04/04 10:50:37
Line 24  $n Line 24  $n
 ($a,$b)  ($a,$b)
   
 @post-process[data]  @post-process[data]
 #(<BR>$data)<BR>  (<BR>$data)<BR>
 ^data.match{1}[g]{X}  #^data.match[1][g]{X}
   
 @mt[s;m]  @mt[s;m]
 $m ^if(^s.match{$:m}[i]){matches}{do not match} $s<BR>  $m ^if(^s.match[$:m][i]){matches}{do not match} $s<BR>
   
 @main[]  @main[]
 first chars!<BR>  ^connect[$SQL.connect-string]{
 ^rem{          $news[^table:sql{select * from news}[1;4]]
           ^$news.0=$news.0<BR>
           ^connect[2$DEFAULTS.connect-string]{
                   $news[^table:sql{select * from news}(1;4)]
                   ^$news.0=$news.0<BR>
           }
           $news[^table:sql{select * from news}(1;4)]
           ^$news.0=$news.0<BR>
   }
   
   <HR>
   
   $with-cr[^table:set{a   b
   ^taint[<1
   2>]     3
   }]
   "$with-cr.a"<BR>
   <HR>
   ^if(def $form:s){
           $form:s<BR>
           ^form:s.match[!][g]{<b>!</b>}<BR>
           <HR>
   }
   
 $r[1223]  $r[1223]
 ^^"$r".match{2}[i]{(^$match)}=^r.match{2}[i]{($match)}<BR>  ^^"$r".match[2][]{(^$match)}=^r.match[2][]{($match)}<BR>
 ^^"$r".match{2}[g]{(^$match)}=^r.match{2}[g]{($match)}<BR>  ^^"$r".match[2][i]{(^$match)}=^r.match[2][i]{($match)}<BR>
 ^^"$r".match{2+}[g]{(^$match)}=^r.match{2+}[g]{($match)}<BR>  ^^"$r".match[2][g]{(^$match)}=^r.match[2][g]{($match)}<BR>
   ^^"$r".match[2+][g]{(^$match)}=^r.match[2+][g]{($match)}<BR>
 <HR>  <HR>
 $s[abcЯ]  $s[abcЯ]
 $sm[^s.match{(.)}[g]]  $sm[^s.match[(.)][g]]
 ^^"$s".match{(.)}[g]:<BR>  ^^"$s".match[(.)][g]:<BR>
 ^sm.menu{  ^sm.menu{
         ^line[]:<BR>          ^line[]:<BR>
         ^$pre-match=$pre-match<BR>          ^$pre-match=$pre-match<BR>
Line 49  $sm[^s.match{(.)}[g]] Line 73  $sm[^s.match{(.)}[g]]
         ^$1=$1<BR>          ^$1=$1<BR>
 }  }
 <HR>  <HR>
 $sm[^s.match{(.)}[]]  $sm[^s.match[(.)][]]
 ^^"$s".match{(.)}[]:<BR>  ^^"$s".match[(.)][]:<BR>
 ^sm.menu{  ^sm.menu{
         ^line[]:<BR>          ^line[]:<BR>
         ^$pre-match=$pre-match<BR>          ^$pre-match=$pre-match<BR>
Line 66  $sm[^s.match{(.)}[]] Line 90  $sm[^s.match{(.)}[]]
 ^mt[$s;x]  ^mt[$s;x]
   
 <HR>  <HR>
 }  
 $dest[^table:set[nameless]{  $dest[^table:set[nameless]{
 $form:d11       d12     d13  $form:d11       d12     d13
 d21     d22     d23  d21     d22     d23
Line 193  $response:location[http://parser3/123] Line 217  $response:location[http://parser3/123]
 </ol>  </ol>
 <HR>  <HR>
   
 ^${coo1k0iAeB:вот}=${cookie:вот}?<BR>  ^${cookie:вот}=${cookie:вот}?<BR>
 ^${coo1k0iAeB:вот}=${cookie:вот}?<BR>  ^${cookie:вот}=${cookie:вот}?<BR>
 ^$request:query=$request:query<BR>  ^$request:query=$request:query<BR>
 ^$request:uri=$request:uri<BR>  ^$request:uri=$request:uri<BR>
   
 <form method=post>  <form method=post>
 <table border=1 width=250><tr><td>$form:name</td></tr></table>  <table border=1 width=250><tr><td>$form:name</td></tr></table>
 <textarea name=name rows=5 cols=40>^untaint[html]{^default[$form:name;не знаю]}</textarea><BR>  <textarea name=name rows=5 cols=40>^untaint[html]{^default[$form:name;Пробный текст: А.Ф._Петросян <<Жизнь в Аду>>
   нажми Submit]}</textarea><BR>
 <input type=submit>  <input type=submit>
 </form>  </form>
   

Removed from v.1.96  
changed lines
  Added in v.1.102


E-mail: