--- parser3/src/www/htdocs/Attic/index.html 2001/08/22 07:32:05 1.271
+++ parser3/src/www/htdocs/Attic/index.html 2001/08/23 11:08:52 1.274
@@ -3,12 +3,43 @@ t.p
dtf.p
@main[]
-^ffcheck[]^[^]
+^oratest[]
+#^process_check[]
+#^ffcheck[]^[xxx]
#$ORIGINS(1)
#^list[]
#^tests[]
#^func(0)
+
+@oratest[]
+^connect[oracle://mts_admin:admin_pwd@ORACLE.PAF.OFFICE.DESIGN.RU]{
+^rem{
+$tables[^table::sql{select table_name from user_tables}]
+^tables.menu{
+ $tables.table_name
+}
+
+}
+$news[^table::sql{select * from news}[$.limit(2)]]
+^rem{
+news columns:
+$news_columns[^news.columns[]]
+^news_columns.menu{
+ $news_columns.column
+}
+
+}
+news description:
+^news.menu{
+
+ $news.description
+}
+}
+
+@process_check[]
+$f[^file::load[text;process.tpl]]
+^process[$f.text]
@ffcheck[]
^file:find[bug/index.html]{not found}