--- parser3/src/www/htdocs/Attic/index.html 2001/03/19 22:56:46 1.23
+++ parser3/src/www/htdocs/Attic/index.html 2001/05/17 18:36:33 1.188
@@ -1,15 +1,155 @@
-$response:body[123]
+@main[]
+#^main[]
+#^use[$form:file]
-
-
-^if($form:photo){
-
- ^$form:photo.name='$form:photo.name'
- ^$form:photo.size='$form:photo.size'
- ^$form:photo.text='$form:photo.text'
- ^form:photo.save{paf.txt}
-
+
+
+^^table:dir[/]:
+$d[^table:dir[/]]
+$d{^menu{$name  ^; ^; ^; ^;^if(-f $name){-f} ^if(-d $name){-d};
}}
+
+
+$files[^table:set{name}]
+$d{^menu{
+ ^if(-d "$name"){
+ ^:files.append{$name}
+ }
+}}
+
+$files{^menu{$name}[,]}
+
+
+@exception[origin;source;comment;type;code][i;j]
+
+
+ERROR:
+^if(def $source){$origin '$source'}
+${comment}.
+^if(def $type){type=$type}
+^if(def $code){code=$code}
+
+@auto_test[]
+^BASE.auto_test[]
+${request:uri}!
+@end
+
+
+@sql_test[connect-string]
+#^rem{
+^for[i](1;2){
+^connect[$connect-string]{
+ $shit[^taint[our's]]
+# $paf[^table:sql{insert into paf (name, age) values ('$shit', ^random:generate(10000))}]
+ $paf[^table:sql{select * from paf order by id desc}(5)]
+ $paf{
+ ^if(^empty[]){query result is empty}{
+
+ | id | name | age |
+ ^menu{| $id | $name | $age |
}
+
+ }}
+}
}
+#}
+