Index: openacs-4/packages/wp-slim/www/edit-slide.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/Attic/edit-slide.xql,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/wp-slim/www/edit-slide.xql 29 Sep 2003 02:43:58 -0000 1.1
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+select pres_title
+from cr_wp_presentations p,
+ cr_items i
+where i.item_id = :pres_item_id
+and i.live_revision = p.presentation_id
+
+
+
+
+
Index: openacs-4/packages/wp-slim/www/presentation-revisions.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/presentation-revisions.xql,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/wp-slim/www/presentation-revisions.xql 29 Sep 2003 02:43:58 -0000 1.1
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+select pres_title
+from cr_wp_presentations p,
+ cr_items i
+where i.item_id = :pres_item_id
+and i.live_revision = p.presentation_id
+
+
+
+
+