Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.508 and 1.513

version 1.508, 2001/12/19 17:20:15 version 1.513, 2001/12/24 15:29:02
Line 1 Line 1
 @main[]  @auto[]
 #^eval(100/6)[%.2f]  
 $request:charset[windows-1251]  $request:charset[windows-1251]
 $response:charset[windows-1251]  $response:charset[windows-1251]
   
   @main[]
   #^mail3[]
   #^ttime[]
 #^tupper[]  #^tupper[]
 #^treplace[]  #^treplace[]
 #^xslt2[]  #^xslt2[]
Line 13  $response:charset[windows-1251] Line 16  $response:charset[windows-1251]
 #^badvsnprintf[]  #^badvsnprintf[]
 #^badoracequoting[]  #^badoracequoting[]
 #^badconstructors[]  #^badconstructors[]
 #^xloadwrongtable[]  ^xloadwrongtable[]
 #^xsetwrongtable[]  #^xsetwrongtable[]
 #^if($form:test){y}{n}  #^if($form:test){y}{n}
 #^tablecolumnerror[]  #^tablecolumnerror[]
Line 75  $response:charset[windows-1251] Line 78  $response:charset[windows-1251]
 #^exec[]  #^exec[]
 #^fori[]  #^fori[]
 #^tconnect[]  #^tconnect[]
 ^xslt[]  #^xslt[]
 #^xml[]  #^xml[]
 #^header[]  #^header[]
 <hr>  <hr>
 OK  OK
   
   @mail3[]
   ^mail:send[
           $.from[Александр Петросян <paf@design.ru>]
           $.to[Александр Петросян <paf@design.ru>]
           $.subject[проверка4]
           $.body[
                   $.text[
                           $.content-type[$.value[text/plain] $.charset[windows-1251]]
                           $.body[проверка]
                   ]
                   $.attachment[
                           $.value[^file::load[text;index.html]]
                           $.file-name[привет всем.html]                   
                   ]
           ]
   ]
   
   
   @ttime[]
   $now[^date::now[]]
   $now.hour:$now.minute
   
 @tupper[]  @tupper[]
 $t[abcABCабвАБВ]  $t[abcABCабвАБВ]
 $t<br>  $t<br>
Line 174  $bred[^int::int[]] Line 199  $bred[^int::int[]]
   
 @xloadwrongtable[]  @xloadwrongtable[]
 $constr[^xdoc::load[wrongtable.xml]]  $constr[^xdoc::load[wrongtable.xml]]
   ^show-xdoc2[$constr]
   
 @xsetwrongtable[]  @xsetwrongtable[]
 $constr[^xdoc::set{<?xml version="1.0" encoding="windows-1251z" ?>  $constr[^xdoc::set{<?xml version="1.0" encoding="windows-1251z" ?>
Line 755  $file[^xdoc.file[ Line 781  $file[^xdoc.file[
         $.media-type[text/paf]          $.media-type[text/paf]
 ]]  ]]
 </pre>  </pre>
   

Removed from v.1.508  
changed lines
  Added in v.1.513


E-mail: