Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.24 and 1.32

version 1.24, 2001/03/19 23:07:25 version 1.32, 2001/03/21 16:48:19
Line 1 Line 1
 <form method=post enctype=multipart/form-data>  @main[]
 <input name=photo type=file>  <form method=post>
   (^$form:name=$form:name)<BR>
   <input name=name value="^default[$form:name;не знаю]">
 <input type=submit>  <input type=submit>
 </form>  </form>
 <hr>  
 ^if($form:photo){  @default[test;def]
         <pre>  ^if(^test.length[]){$test}{$def}
         ^$form:photo.name='$form:photo.name'  
         ^$form:photo.size='$form:photo.size'  @exception[origin;source;comment;type;code]
         ^$form:photo.text='$form:photo.text'  ERROR:
         ^form:photo.save{paf.txt}  ^if(def $source){$origin '$source'}
         </pre>  ${comment}.
 }  ^if(def $type){type=$type}
   ^if(def $code){code=$code}

Removed from v.1.24  
changed lines
  Added in v.1.32


E-mail: