--- parser3/src/www/htdocs/Attic/index.html 2001/03/19 22:56:46 1.23 +++ parser3/src/www/htdocs/Attic/index.html 2001/03/23 13:27:56 1.41 @@ -1,15 +1,41 @@ -$response:body[123] +@main[] -
-
- ^$form:photo.name='$form:photo.name'
- ^$form:photo.size='$form:photo.size'
- ^$form:photo.text='$form:photo.text'
- ^form:photo.save{paf.txt}
-
-}
+
+@default[test;def]
+^if(^test.length[]){$test}{$def}
+
+@exception[origin;source;comment;type;code]
+
+
+ERROR:
+^if(def $source){$origin '$source'}
+${comment}.
+^if(def $type){type=$type}
+^if(def $code){code=$code}