[LON-CAPA-cvs] cvs: loncom /homework insertlist.tab randomlabel.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 22 Mar 2002 22:00:55 -0000


albertel		Fri Mar 22 17:00:55 2002 EDT

  Modified files:              
    /loncom/homework	insertlist.tab randomlabel.pm 
  Log:
  - randomlabel tags now exist only in the randomlabel namespace
  
  
Index: loncom/homework/insertlist.tab
diff -u loncom/homework/insertlist.tab:1.26 loncom/homework/insertlist.tab:1.27
--- loncom/homework/insertlist.tab:1.26	Tue Feb  5 10:05:00 2002
+++ loncom/homework/insertlist.tab	Fri Mar 22 17:00:55 2002
@@ -41,9 +41,9 @@
 preduedate,Before Due Date Block,#FFFFFF,default
 problem,Start of Homework,#FFFFFF,default
 randomlabel,Randomly labeled image,#cc77aa,default
-labelgroup,Group of Labels,#11FFaa,default
-location,Label Location,#55F09F,default
-label,Label Text,#3333FF,default
+randomlabel::labelgroup,Group of Labels,#11FFaa,default
+randomlabel::location,Label Location,#55F09F,default
+randomlabel::label,Label Text,#3333FF,default
 randomlist,Randomly Parsed Block,#FFFFFF,default
 solved,Block For After Solved,#FFFFFF,default
 startouttext,Text Block,#dddd22,insert_startouttext
@@ -108,9 +108,9 @@
 preduedate           Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
 problem              Y Y Y . . . . . . . Y . . . . . . . . Y Y Y . . . Y . Y Y Y Y Y Y Y . Y Y Y Y . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
 randomlabel          . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .
-labelgroup           . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .
-location             . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
-label                . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y . Y . Y . Y Y . . . . . Y Y Y Y Y Y . . . . . . . . . . . . .
+rl::labelgroup       . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .
+rl::location         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+rl::label            . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y . Y . Y . Y Y . . . . . Y Y Y Y Y Y . . . . . . . . . . . . .
 randomlist           Y Y Y . . . . . . . Y . . . . . . . . Y . . . . . Y . Y Y Y Y Y Y Y . Y . Y Y . . . . . Y Y . Y . Y Y . . . . . . . . . . . .
 solved               . . . . . . . . . . . . . . . . . . . . Y Y . . . . . Y Y Y Y Y Y Y . . . Y Y . . . . . Y . Y Y . Y Y . . . . . . . . . . . .
 startouttext         . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Index: loncom/homework/randomlabel.pm
diff -u loncom/homework/randomlabel.pm:1.19 loncom/homework/randomlabel.pm:1.20
--- loncom/homework/randomlabel.pm:1.19	Fri Mar  8 15:43:06 2002
+++ loncom/homework/randomlabel.pm	Fri Mar 22 17:00:55 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # random labelling tool
 #
-# $Id: randomlabel.pm,v 1.19 2002/03/08 20:43:06 albertel Exp $
+# $Id: randomlabel.pm,v 1.20 2002/03/22 22:00:55 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -69,7 +69,7 @@
   my $result='';
   $Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]=
     '/res/adm/includes/GLabel.class';
-
+  push (@Apache::lonxml::namespace,'randomlabel');
   my $bgimg= &Apache::lonxml::get_param('bgimg',$parstack,$safeeval);
 
   if ( $bgimg !~ /^http:/ ) {