--- parser3/src/www/htdocs/Attic/index.html 2001/03/15 11:09:51 1.2
+++ parser3/src/www/htdocs/Attic/index.html 2001/03/22 11:19:17 1.34
@@ -1,12 +1,20 @@
-@USE
-news
+@main[]
+^$root_test=$root_test !
+^$site_test=$site_test !
+${cookie:н}?
-@слева[]
-текст слева
+
-@справа[]
-$новость[^новость:загрузить[]]
-$новость{
- $заголовок
- $тело
-}
+@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}