Annotation of rat/lonratedt.pm, revision 1.53
1.1 www 1: # The LearningOnline Network with CAPA
2: # Edit Handler for RAT Maps
1.5 www 3: #
1.53 ! www 4: # $Id: lonratedt.pm,v 1.52 2004/01/14 22:47:46 www Exp $
1.5 www 5: #
6: # Copyright Michigan State University Board of Trustees
7: #
8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
9: #
10: # LON-CAPA is free software; you can redistribute it and/or modify
11: # it under the terms of the GNU General Public License as published by
12: # the Free Software Foundation; either version 2 of the License, or
13: # (at your option) any later version.
14: #
15: # LON-CAPA is distributed in the hope that it will be useful,
16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18: # GNU General Public License for more details.
19: #
20: # You should have received a copy of the GNU General Public License
21: # along with LON-CAPA; if not, write to the Free Software
22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23: #
24: # /home/httpd/html/adm/gpl.txt
25: #
26: # http://www.lon-capa.org/
27: #
1.1 www 28: # (TeX Content Handler
29: #
30: # 05/29/00,05/30 Gerd Kortemeyer)
1.4 www 31: # 7/1,6/30 Gerd Kortemeyer
1.1 www 32:
33: package Apache::lonratedt;
1.46 bowersj2 34:
35: =pod
36:
37: =head1 NAME
38:
39: Apache::lonratedt: advanced resource assembly tool
40:
41: =head1 SYNOPSIS
42:
43: lonratedt provides the routines and the handler for the Advanced
44: Resource Assembly Tool (RAT), and ties the various pieces together
45: with Javascript.
46:
47: =head1 OVERVIEW
48:
49: =head2 Map Representation
50:
51: =begin latex
52:
53: %
54: \begin{figure}
55: \begin{center}\includegraphics[%
56: width=0.55\paperwidth,bb = 0 0 200 100, draft, type=eps]{Map_Example}\end{center}
57:
58:
59: \caption{\label{Map_In_Advanced_Editor}Example of a Map in the Advanced Editor}
60: \end{figure}
61: %
62: \begin{figure}
63: \begin{lyxcode}
64: <map>
65:
66: ~~<resource~id=\char`\"{}1\char`\"{}
67:
68: ~~~~src=\char`\"{}/res/msu/korte/phy231welcome.html\char`\"{}
69:
70: ~~~~type=\char`\"{}start\char`\"{}
71:
72: ~~~~title=\char`\"{}Start\char`\"{}>
73:
74: ~~~~</resource>
75:
76: ~~<resource~id=\char`\"{}2\char`\"{}
77:
78: ~~~~src=\char`\"{}\char`\"{}~type=\char`\"{}finish\char`\"{}
79:
80: ~~~~title=\char`\"{}Finish\char`\"{}>
81:
82: ~~~~</resource>
83:
84: ~~<resource~id=\char`\"{}6\char`\"{}
85:
86: ~~~~src=\char`\"{}/res/msu/korte/tests/units.problem\char`\"{}
87:
88: ~~~~type=\char`\"{}mandatory\char`\"{}
89:
90: ~~~~title=\char`\"{}Physical~Units~Test\char`\"{}>
91:
92: ~~~~</resource>
93:
94: ~~<resource~id=\char`\"{}9\char`\"{}
95:
96: ~~~~src=\char`\"{}/res/msu/korte/chapters/onedim.sequence\char`\"{}
97:
98: ~~~~title=\char`\"{}Motion~in~One~Dimension\char`\"{}>
99:
100: ~~~~</resource>
101:
102: ~~<resource~id=\char`\"{}11\char`\"{}
103:
104: ~~~~src=\char`\"{}/res/msu/bauer/bridges/units.sequence\char`\"{}
105:
106: ~~~~title=\char`\"{}Physical~Units~Refresher\char`\"{}>
107:
108: ~~~~</resource>
109:
110: ~~<condition~id=\char`\"{}19\char`\"{}
111:
112: ~~~~type=\char`\"{}stop\char`\"{}
113:
114: ~~~~value=\char`\"{}user.assessments{[}this./res/msu/korte/tests/units.problem{]}.status=solved\char`\"{}>
115:
116: ~~~~</condition>
117:
118: ~~<link~from=\char`\"{}1\char`\"{}~to=\char`\"{}6\char`\"{}></link>
119:
120: ~~<link~from=\char`\"{}6\char`\"{}~to=\char`\"{}9\char`\"{}~condition=\char`\"{}19\char`\"{}></link>
121:
122: ~~<link~from=\char`\"{}6\char`\"{}~to=\char`\"{}11\char`\"{}></link>
123:
124: ~~<link~from=\char`\"{}11\char`\"{}~to=\char`\"{}6\char`\"{}></link>
125:
126: ~~</map>
127: \end{lyxcode}
128:
129: \caption{\label{XML}XML for Map in Figure \ref{Map_In_Advanced_Editor}}
130: \end{figure}
131:
132: =end latex
133:
134: Fig. "XML for Map in Figure" shows the XML representation of the
135: resource map shown in Fig. "Example of a Map in the Advanced Editor",
136: which is the format in which maps are stored. In the figure, however,
137: additional graphical map layout information generated by the Advanced
138: Resource Assembly Tool is not displayed. This graphical information is
139: optional to re-generate the same graphical layout when the map is
140: brought up again in the Resource Assembly Tool, and is not needed for
141: any other system functionality.
142:
143: Maps can be generated by tools other than the Resource Assembly
144: Tool. In particular, an author might have some other representation of
145: a course sequence, which can be converted into a map using scripts. If
146: this map then were to be brought up in the Resource Assembly Tool, the
147: Tool would automatically generate a graphical layout for it. Each
148: entry of the map (resources, conditions and links) is stored in a
149: separate tag.
150:
151: Resources and conditionsX<conditions> have to have unique ID
152: numbers. These numbers are automatically generated by the Resource
153: Assembly Tool when the entry is first created, or added to the entries
154: when a map generated outside the Resource Assembly Tool is first
155: retrieved. They can also be assigned by custom scripts or added in by
156: hand.
157:
158: In the XML example, entry 1 is the start resource of the map. When
159: this map is accessed, the source (src) URL of this tag will be the
160: first resource rendered. Entry 2 is the finish resource of this
161: map. This resource will be the last resource in the sequence of
162: resources. Entry 6 is a problem resource with the given URL and title,
163: as well as the priority "mandatory". Entry 19 is a condition, which is
164: used by the link between entries 6, the problem, and 9, a
165: sequence. I<The final syntax for conditions has not yet been
166: determined.>
167:
168: =cut
1.1 www 169:
170: use strict;
171: use Apache::Constants qw(:common);
1.3 www 172: use Apache::lonnet;
1.7 www 173: use Apache::lonratsrv;
1.30 www 174: use Apache::lonsequence;
1.34 www 175: use Apache::loncommon;
1.47 www 176: use Apache::lonlocal;
1.34 www 177: use File::Copy;
1.1 www 178:
1.33 www 179: use vars qw(@order @resources);
1.8 www 180:
181:
182: # Mapread read maps into global arrays @links and @resources, determines status
1.10 www 183: # sets @order - pointer to resources in right order
184: # sets @resources - array with the resources with correct idx
185: #
1.8 www 186: sub mapread {
187: my $fn=shift;
188:
1.10 www 189: my @links;
1.8 www 190: undef @links;
191: undef @resources;
1.10 www 192: undef @order;
1.23 www 193: @resources=('');
194: @order=();
1.8 www 195:
196: my ($outtext,$errtext)=&Apache::lonratsrv::loadmap($fn,'');
197: if ($errtext) { return ($errtext,2); }
198:
1.9 www 199: # -------------------------------------------------------------------- Read map
1.8 www 200: foreach (split(/\<\&\>/,$outtext)) {
1.9 www 201: my ($command,$number,$content)=split(/\<\:\>/,$_);
1.8 www 202: if ($command eq 'objcont') {
1.9 www 203: $resources[$number]=$content;
1.8 www 204: }
205: if ($command eq 'objlinks') {
1.9 www 206: $links[$number]=$content;
1.31 www 207: }
208: if ($command eq 'objparms') {
1.49 sakharuk 209: return(&mt('Map has resource parameters. Use advanced editor.'),1);
1.9 www 210: }
211: }
212: # ------------------------------------------------------- Is this a linear map?
213: my @starters=();
214: my @endings=();
215: undef @starters;
216: undef @endings;
217:
218: foreach (@links) {
219: if (defined($_)) {
220: my ($start,$end,$cond)=split(/\:/,$_);
221: if ((defined($starters[$start])) || (defined($endings[$end]))) {
1.8 www 222: return
1.49 sakharuk 223: (&mt('Map has branchings. Use advanced editor.'),1);
1.8 www 224: }
1.9 www 225: $starters[$start]=1;
226: $endings[$end]=1;
227: if ($cond) {
1.8 www 228: return
1.49 sakharuk 229: (&mt('Map has conditions. Use advanced editor.'),1);
1.8 www 230: }
231: }
232:
233: }
1.23 www 234: for (my $i=1; $i<=$#resources; $i++) {
1.10 www 235: if (defined($resources[$i])) {
236: unless (($starters[$i]) || ($endings[$i])) {
237: return
1.49 sakharuk 238: (&mt('Map has unconnected resources. Use advanced editor.'),1);
1.10 www 239: }
240: }
241: }
1.38 www 242: # ---------------------------------------------- Did we just read an empty map?
243: if ($#resources<1) {
244: undef $resources[0];
245: $resources[1]=':::start';
246: $resources[2]=':::finish';
247: }
1.10 www 248: # -------------------------------------------------- This is a linear map, sort
249:
250: my $startidx=0;
251: my $endidx=0;
252: for (my $i=0; $i<=$#resources; $i++) {
253: if (defined($resources[$i])) {
254: my ($title,$url,$ext,$type)=split(/\:/,$resources[$i]);
255: if ($type eq 'start') { $startidx=$i; }
256: if ($type eq 'finish') { $endidx=$i; }
257: }
258: }
259: my $k=0;
260: my $currentidx=$startidx;
261: $order[$k]=$currentidx;
262: for (my $i=0; $i<=$#resources; $i++) {
263: foreach (@links) {
264: my ($start,$end)=split(/\:/,$_);
265: if ($start==$currentidx) {
266: $currentidx=$end;
267: $k++;
268: $order[$k]=$currentidx;
269: last;
270: }
271: }
272: if ($currentidx==$endidx) { last; }
273: }
1.8 www 274: return $errtext;
275: }
276:
1.16 www 277: # ---------------------------------------------- Read a map as well as possible
1.28 www 278: # Also used by the sequence handler
279: # Call lonsequence::attemptread to read from resource space
280: #
1.16 www 281: sub attemptread {
282: my $fn=shift;
283:
284: my @links;
285: undef @links;
286: my @theseres;
287: undef @theseres;
288:
289: my ($outtext,$errtext)=&Apache::lonratsrv::loadmap($fn,'');
290: if ($errtext) { return @theseres }
291:
292: # -------------------------------------------------------------------- Read map
293: foreach (split(/\<\&\>/,$outtext)) {
294: my ($command,$number,$content)=split(/\<\:\>/,$_);
295: if ($command eq 'objcont') {
296: $theseres[$number]=$content;
297: }
298: if ($command eq 'objlinks') {
299: $links[$number]=$content;
300: }
301: }
302:
303: # --------------------------------------------------------------- Sort, sort of
304:
1.17 www 305: my @objsort=();
306: undef @objsort;
1.16 www 307:
1.17 www 308: my @data1=();
309: my @data2=();
310: undef @data1;
311: undef @data2;
312:
313: my $k;
314: my $kj;
315: my $j;
316: my $ij;
317:
318: for ($k=1;$k<=$#theseres;$k++) {
319: if (defined($theseres[$k])) {
320: $objsort[$#objsort+1]=$k;
321: }
322: }
1.16 www 323:
1.17 www 324: for ($k=1;$k<=$#links;$k++) {
325: if (defined($links[$k])) {
326: @data1=split(/\:/,$links[$k]);
327: $kj=-1;
328: for (my $j=0;$j<=$#objsort;$j++) {
329: if ((split(/\:/,$objsort[$j]))[0]==$data1[0]) {
330: $kj=$j;
331: }
332: }
333: if ($kj!=-1) { $objsort[$kj].=':'.$data1[1]; }
334: }
335: }
336: for ($k=0;$k<=$#objsort;$k++) {
337: for ($j=0;$j<=$#objsort;$j++) {
338: if ($k!=$j) {
339: @data1=split(/\:/,$objsort[$k]);
340: @data2=split(/\:/,$objsort[$j]);
341: my $dol=$#data1+1;
342: my $dtl=$#data2+1;
343: if ($dol+$dtl<1000) {
344: for ($kj=1;$kj<$dol;$kj++) {
345: if ($data1[$kj]==$data2[0]) {
346: for ($ij=1;$ij<$dtl;$ij++) {
347: $data1[$#data1+1]=$data2[$ij];
348: }
349: }
350: }
351: for ($kj=1;$kj<$dtl;$kj++) {
352: if ($data2[$kj]==$data1[0]) {
353: for ($ij=1;$ij<$dol;$ij++) {
354: $data2[$#data2+1]=$data1[$ij];
355: }
356: }
357: }
358: $objsort[$k]=join(':',@data1);
359: $objsort[$j]=join(':',@data2);
360: }
361: }
362: }
363: }
364: # ---------------------------------------------------------------- Now sort out
1.16 www 365:
1.17 www 366: @objsort=sort {
367: my @data1=split(/\:/,$a);
368: my @data2=split(/\:/,$b);
369: my $rvalue=0;
370: my $k;
371: for ($k=1;$k<=$#data1;$k++) {
372: if ($data1[$k]==$data2[0]) { $rvalue--; }
373: }
374: for ($k=1;$k<=$#data2;$k++) {
375: if ($data2[$k]==$data1[0]) { $rvalue++; }
376: }
377: if ($rvalue==0) { $rvalue=$#data2-$#data1; }
378: $rvalue;
379: } @objsort;
380:
381: my @outres=();
382: undef @outres;
383:
384: for ($k=0;$k<=$#objsort;$k++) {
385: $outres[$k]=$theseres[(split(/\:/,$objsort[$k]))[0]];
386: }
387: return @outres;
1.16 www 388: }
389:
1.3 www 390: # --------------------------------------------------------- Build up RAT screen
391: sub ratedt {
392: my ($r,$url)=@_;
1.1 www 393: $r->print(<<ENDDOCUMENT);
394:
395: <html>
1.2 harris41 396: <head>
397: <script language="JavaScript">
398: var flag=0;
399: </script>
400: </head>
1.1 www 401: <frameset rows="1,50,*" border=0>
402: <frame name=server src="$url/loadonly/ratserver" noresize noscroll>
403: <frame name=code src="/adm/rat/code.html">
404: <frame name=mapout src="/adm/rat/map.html">
405: </frameset>
406: </html>
407:
408: ENDDOCUMENT
1.3 www 409: }
410:
1.8 www 411: # ---------------------------------------------------------------- Make buttons
412:
413: sub buttons {
414: my $adv=shift;
415: my $output='<form method=post>';
416: if ($adv==1) {
1.52 www 417: $output.='<input type=submit name=forceadv value="'.&mt('Edit').'">'.
418: &Apache::loncommon::help_open_topic('Sequence_Advanced_Editor_Creation');;
1.8 www 419: } else {
420: unless ($adv==2) {
1.52 www 421: $output.='<input type=submit name=forcesmp value="'.&mt('Simple Edit').'">'.
422: &Apache::loncommon::help_open_topic('Sequence_Simple_Editor_Creation');
1.8 www 423: }
1.52 www 424: $output.='<input type=submit name=forceadv value="'.&mt('Advanced Edit').'">'.
425: &Apache::loncommon::help_open_topic('Sequence_Advanced_Editor_Creation');
1.8 www 426: }
427: return $output.'</form><hr>';
428: }
429:
1.20 www 430: # ----------------------------------------------------------- Paste into target
431: # modifies @order, @resources
432:
433: sub pastetarget {
434: my ($after,@which)=@_;
435: my @insertorder=();
436: foreach (@which) {
437: if (defined($_)) {
438: my ($name,$url)=split(/\=/,$_);
1.21 www 439: $name=&Apache::lonnet::unescape($name);
440: $url=&Apache::lonnet::unescape($url);
441: if ($url) {
442: my $idx=$#resources+1;
443: $insertorder[$#insertorder+1]=$idx;
444: my $ext='false';
445: if ($url=~/^http\:\/\//) { $ext='true'; }
446: $url=~s/\:/\:/g;
1.37 www 447: $name=~s/\:/\:/g;
1.21 www 448: $resources[$idx]=$name.':'.$url.':'.$ext.':normal:res';
449: }
1.20 www 450: }
451: }
1.23 www 452: my @oldorder=splice(@order,$after);
453: @order=(@order,@insertorder,@oldorder);
1.21 www 454: }
455:
456: # ------------------------------------------------ Get start and finish correct
457: # modifies @resources
458:
459: sub startfinish {
1.43 www 460: # Remove all start and finish
1.21 www 461: foreach (@order) {
462: my ($name,$url,$ext)=split(/\:/,$resources[$_]);
1.22 www 463: if ($url=~/http\&colon\:\/\//) { $ext='true'; }
1.21 www 464: $resources[$_]=$name.':'.$url.':'.$ext.':normal:res';
465: }
1.43 www 466: # Garbage collection
467: my $stillchange=1;
468: while (($#order>1) && ($stillchange)) {
469: $stillchange=0;
470: for (my $i=0;$i<=$#order;$i++) {
471: my ($name,$url,$ext)=split(/\:/,$resources[$order[$i]]);
472: unless ($url) {
473: # Take out empty resource
474: for (my $j=$i+1;$j<=$#order;$j++) {
475: $order[$j-1]=$order[$j];
476: }
477: $#order--;
478: $stillchange=1;
479: last;
480: }
481: }
482: }
483: # Put in a start resource
1.23 www 484: my ($name,$url,$ext)=split(/\:/,$resources[$order[0]]);
485: $resources[$order[0]]=$name.':'.$url.':'.$ext.':start:res';
1.43 www 486: # Make sure this has at least start and finish
1.33 www 487: if ($#order==0) {
488: $resources[$#resources+1]='::false';
489: $order[1]=$#resources;
490: }
1.43 www 491: # Make the last one a finish resource
1.42 www 492: ($name,$url,$ext)=split(/\:/,$resources[$order[$#order]]);
1.21 www 493: $resources[$order[$#order]]=$name.':'.$url.':'.$ext.':finish:res';
1.20 www 494: }
495:
1.22 www 496: # ------------------------------------------------------------------- Store map
497:
498: sub storemap {
1.34 www 499: my $realfn=shift;
1.35 www 500: my $fn=$realfn;
501: # unless this is forced to work from the original file, use a temporary file
502: # instead
503: unless (shift) {
504: $fn=$realfn.'.tmp';
505: unless (-e $fn) {
506: copy($realfn,$fn);
507: }
1.34 www 508: }
1.35 www 509: # store data either into tmp or real file
1.22 www 510: &startfinish();
511: my $output='graphdef<:>no';
512: my $k=1;
513: for (my $i=0; $i<=$#order; $i++) {
514: if (defined($resources[$order[$i]])) {
515: $output.='<&>objcont<:>'.$order[$i].'<:>'.$resources[$order[$i]];
516: }
517: if (defined($order[$i+1])) {
518: if (defined($resources[$order[$i+1]])) {
519: $output.='<&>objlinks<:>'.$k.'<:>'.
520: $order[$i].':'.$order[$i+1].':0';
521: $k++;
522: }
523: }
524: }
1.23 www 525: $output=~s/http\&colon\;\/\///g;
1.22 www 526: $ENV{'form.output'}=$output;
527: return
528: &Apache::lonratsrv::loadmap($fn,&Apache::lonratsrv::savemap($fn,''));
529: }
530:
1.32 www 531: sub editscript {
532: my $mode=shift;
1.51 www 533: my $resurl=&Apache::loncommon::lastresurl();
1.32 www 534: return(<<ENDSCRIPT);
535: var srch;
536: var srchflag=-1; // 1 means currently open
537: // 0 means closed (but has been open)
538: // -1 means never yet opened/defined
539: var srchmode='';
540:
541: var idx;
542: var idxflag=-1; // 1 means currently open
543: // 0 means closed (but has been open)
544: // -1 means never yet opened/defined
545: var idxmode='';
546:
547: // ------------------------------------------------------ Clears indexer window
548: function idxclear() {
549: idx.document.clear();
550: }
551:
552: // ------------------------------------------------------- Clears search window
553: function srchclear() {
554: srch.document.clear();
555: }
556:
557: // ------------------------------------------------------ Closes indexer window
558: function idxclose() {
559: if (idx && !idx.closed) {
560: idxflag=0;
561: idx.close();
562: }
563: }
564:
565: // ------------------------------------------------------- Closes search window
566: function srchclose() {
567: if (srch && !srch.closed) {
568: srchflag=0;
569: srch.close();
570: }
571: }
572:
573: // -------------------------------------------------------- Open indexer window
574: function idxopen(mode) {
575: var options="scrollbars=1,resizable=1,menubar=0";
576: idxmode=mode;
577: idxflag=1;
1.51 www 578: idx=open("$resurl/?launch=1&mode=$mode&catalogmode="+mode,"idxout",options);
1.32 www 579: idx.focus();
580: }
581:
582: // --------------------------------------------------------- Open search window
583: function srchopen(mode) {
584: var options="scrollbars=1,resizable=1,menubar=0";
585: srchmode=mode;
586: srchflag=1;
587: srch=open("/adm/searchcat?launch=1&mode=$mode&catalogmode="+mode,"srchout",options);
588: srch.focus();
589: }
590: // ----------------------------------------------------- launch indexer browser
591: function groupsearch() {
592: srchcheck('groupsearch');
593: }
594:
595: function groupimport() {
596: idxcheck('groupimport');
597: }
598: // ------------------------------------------------------- Do srch status check
599: function srchcheck(mode) {
600: if (!srch || srch.closed || srchmode!=mode) {
601: srchopen(mode);
602: }
603: srch.focus();
604: }
605:
606: // -------------------------------------------------------- Do idx status check
607: function idxcheck(mode) {
608: if (!idx || idx.closed || idxmode!=mode) {
609: idxopen(mode);
610: }
611: idx.focus();
612: }
613:
614:
615: var editbrowser;
616: function openbrowser(formname,elementname,only,omit) {
1.51 www 617: var url = '$resurl/?';
1.32 www 618: if (editbrowser == null) {
619: url += 'launch=1&';
620: }
621: url += 'catalogmode=interactive&';
622: url += 'mode=edit&';
623: url += 'form=' + formname + '&';
624: if (only != null) {
625: url += 'only=' + only + '&';
626: }
627: if (omit != null) {
628: url += 'omit=' + omit + '&';
629: }
630: url += 'element=' + elementname + '';
631: var title = 'Browser';
632: var options = 'scrollbars=1,resizable=1,menubar=0';
633: options += ',width=700,height=600';
634: editbrowser = open(url,title,options,'1');
635: editbrowser.focus();
636: }
637: ENDSCRIPT
638: }
1.20 www 639: # ------------------------------------------------------- Simple edit processor
640:
1.3 www 641: sub smpedt {
1.22 www 642: my ($r,$url,$errtext)=@_;
1.8 www 643: my $buttons=&buttons(2);
1.34 www 644: my $tmpfn=&Apache::lonnet::filelocation('',$url).'.tmp';
645: my $targetmsg='';
646: if ($ENV{'form.save'}) {
647: $targetmsg='<b>Saving ...</b><br>';
648: copy($tmpfn,&Apache::lonnet::filelocation('',$url));
649: unlink($tmpfn);
1.35 www 650: my ($errtext,$fatal)=
651: &mapread(&Apache::lonnet::filelocation('',$url),'');
1.34 www 652: }
653: if ($ENV{'form.revert'}) {
654: $targetmsg='<b>Reverting ...</b><br>';
655: unlink($tmpfn);
1.35 www 656: my ($errtext,$fatal)=
657: &mapread(&Apache::lonnet::filelocation('',$url),'');
1.34 www 658: }
659: if (-e $tmpfn) {
660: $targetmsg=
1.49 sakharuk 661: '<b><font color="red">'.&mt('You are working with an unsaved version of your map.').'</font></b><br>';
1.34 www 662: my ($errtext,$fatal)=&mapread($tmpfn,'');
663: }
1.12 www 664: # ---------------------------------------------------------- Process form input
665:
666: my @importselect=();
667: my @targetselect=();
668: undef @importselect;
669: undef @targetselect;
1.27 www 670: if (defined($ENV{'form.importsel'})) {
671: if (ref($ENV{'form.importsel'})) {
672: @importselect=sort(@{$ENV{'form.importsel'}});
1.12 www 673: } else {
1.27 www 674: @importselect=($ENV{'form.importsel'});
1.12 www 675: }
676: }
677: if (defined($ENV{'form.target'})) {
678: if (ref($ENV{'form.target'})) {
1.25 www 679: @targetselect=sort(@{$ENV{'form.target'}});
1.12 www 680: } else {
681: @targetselect=($ENV{'form.target'});
682: }
683: }
1.13 www 684: # ============================================================ Process commands
1.12 www 685:
1.14 www 686: my $targetdetail=$ENV{'form.targetdetail'};
687: my $importdetail=$ENV{'form.curimpdetail'};
1.13 www 688:
689: # ---------------------------------------------------- Importing from groupsort
1.16 www 690: if (($ENV{'form.importdetail'}) && (!$ENV{'form.impfortarget'})) {
1.13 www 691:
1.14 www 692: $importdetail='';
1.13 www 693: my @curimport=split(/\&/,$ENV{'form.curimpdetail'});
694:
695: my $lastsel;
696:
697: if (defined($importselect[-1])) {
698: $lastsel=$importselect[-1];
699: } else {
700: $lastsel=$#curimport;
701: }
702:
703: for (my $i=0;$i<=$lastsel;$i++) {
704: my ($name,$url)=split(/\=/,$curimport[$i]);
705: if ($url) {
1.18 www 706: $importdetail.='&'.$name.'='.$url;
1.13 www 707: }
708: }
709:
710: $importdetail.='&'.$ENV{'form.importdetail'};
711:
712: for (my $i=$lastsel+1;$i<=$#curimport;$i++) {
713: my ($name,$url)=split(/\=/,$curimport[$i]);
714: if ($url) {
1.18 www 715: $importdetail.='&'.$name.'='.$url;
1.13 www 716: }
717: }
718: $importdetail=~s/\&+/\&/g;
719: $importdetail=~s/^\&//;
720:
1.14 www 721: # ------------------------------------------------------------------- Clear all
722: } elsif ($ENV{'form.clear'}) {
723: $importdetail='';
724: # ------------------------------------------------------------ Discard selected
725: } elsif ($ENV{'form.discard'}) {
726: $importdetail='';
727: my @curimport=split(/\&/,$ENV{'form.curimpdetail'});
728: foreach (@importselect) {
729: $curimport[$_]='';
730: }
731: for (my $i=0;$i<=$#curimport;$i++) {
732: my ($name,$url)=split(/\=/,$curimport[$i]);
733: if ($url) {
1.18 www 734: $importdetail.='&'.$name.'='.$url;
1.14 www 735: }
736: }
1.17 www 737: # --------------------------------------------------------- Loading another map
738: } elsif ($ENV{'form.loadmap'}) {
739: $importdetail='';
740: my @curimport=split(/\&/,$ENV{'form.curimpdetail'});
741:
742: my $lastsel;
743:
744: if (defined($importselect[-1])) {
745: $lastsel=$importselect[-1];
746: } else {
747: $lastsel=$#curimport;
748: }
749:
750: for (my $i=0;$i<=$lastsel;$i++) {
751: my ($name,$url)=split(/\=/,$curimport[$i]);
752: if ($url) {
1.18 www 753: $importdetail.='&'.$name.'='.$url;
1.17 www 754: }
755: }
756:
757: foreach (
1.30 www 758: &Apache::lonsequence::attemptread(&Apache::lonnet::filelocation('',$ENV{'form.importmap'}))) {
1.17 www 759: my ($name,$url)=split(/\:/,$_);
760: if ($url) {
761: $importdetail.='&'.&Apache::lonnet::escape($name).'='.
762: &Apache::lonnet::escape($url);
763: }
764: }
765:
766: for (my $i=$lastsel+1;$i<=$#curimport;$i++) {
767: my ($name,$url)=split(/\=/,$curimport[$i]);
768: if ($url) {
1.18 www 769: $importdetail.='&'.$name.'='.$url;
1.17 www 770: }
771: }
772: $importdetail=~s/\&+/\&/g;
773: $importdetail=~s/^\&//;
774:
1.20 www 775: # ------------------------------------------------ Groupimport/search to target
776: } elsif ($ENV{'form.importdetail'}) {
777: my $lastsel;
778: if (defined($targetselect[-1])) {
779: $lastsel=$targetselect[-1];
780: } else {
1.23 www 781: $lastsel=$#order+1;
1.20 www 782: }
1.21 www 783: &pastetarget($lastsel,split(/\&/,$ENV{'form.importdetail'}));
1.22 www 784: &storemap(&Apache::lonnet::filelocation('',$url));
1.20 www 785: # ------------------------------------------------------------------------- Cut
1.25 www 786: } elsif (($ENV{'form.cut'}) || ($ENV{'form.copy'})) {
787: $importdetail='';
788: my @curimport=split(/\&/,$ENV{'form.curimpdetail'});
789:
790: my $lastsel;
791:
792: if (defined($importselect[-1])) {
793: $lastsel=$importselect[-1];
794: } else {
795: $lastsel=$#curimport;
796: }
797:
798: for (my $i=0;$i<=$lastsel;$i++) {
799: my ($name,$url)=split(/\=/,$curimport[$i]);
800: if ($url) {
801: $importdetail.='&'.$name.'='.$url;
802: }
803: }
804:
805: foreach (@targetselect) {
806: my ($name,$url)=split(/\:/,$resources[$order[$_-1]]);
807: if ($url) {
808: $importdetail.='&'.&Apache::lonnet::escape($name).'='.
809: &Apache::lonnet::escape($url);
810: }
811: }
812:
813: for (my $i=$lastsel+1;$i<=$#curimport;$i++) {
814: my ($name,$url)=split(/\=/,$curimport[$i]);
815: if ($url) {
816: $importdetail.='&'.$name.'='.$url;
817: }
818: }
819: $importdetail=~s/\&+/\&/g;
820: $importdetail=~s/^\&//;
821:
822: if ($ENV{'form.cut'}) {
823: my @neworder=();
824: for (my $i=0;$i<=$#order;$i++) {
825: my $include=1;
826: foreach (@targetselect) {
827: if ($_-1==$i) { $include=0; }
828: }
829: if ($include) { $neworder[$#neworder+1]=$order[$i]; }
830: }
831: @order=@neworder;
832: &storemap(&Apache::lonnet::filelocation('',$url));
833: }
834:
1.20 www 835: # ----------------------------------------------------------------------- Paste
836: } elsif ($ENV{'form.paste'}) {
1.24 www 837: my $lastsel;
838: if (defined($targetselect[-1])) {
839: $lastsel=$targetselect[-1];
840: } else {
841: $lastsel=$#order+1;
842: }
843: my @newsequence;
844: my @curimport=split(/\&/,$ENV{'form.curimpdetail'});
845: foreach (@importselect) {
846: $newsequence[$#newsequence+1]=$curimport[$_];
847: }
848: &pastetarget($lastsel,@newsequence);
849: &storemap(&Apache::lonnet::filelocation('',$url));
1.39 www 850: # -------------------------------------------------------------------- Move up
851: } elsif ($ENV{'form.moveup'}) {
852: foreach (sort @targetselect) {
853: if ($_-1>0) {
854: my $movethis=$order[$_-1];
855: $order[$_-1]=$order[$_-2];
856: $order[$_-2]=$movethis;
857: }
858: }
859: &storemap(&Apache::lonnet::filelocation('',$url));
860: # ------------------------------------------------------------------ Move down
861: } elsif ($ENV{'form.movedown'}) {
862: foreach (reverse sort @targetselect) {
863: if ($_-1<$#order) {
864: my $movethis=$order[$_-1];
865: $order[$_-1]=$order[$_];
866: $order[$_]=$movethis;
867: }
868: }
869: &storemap(&Apache::lonnet::filelocation('',$url));
870: # --------------------------------------------------------------------- Rename
871: } elsif ($ENV{'form.renameres'}) {
872: my $residx=$Apache::lonratedt::order[$ENV{'form.renameidx'}-1];
873: my ($name,@resrest)=split(/\:/,$Apache::lonratedt::resources[$residx]);
1.40 www 874: $name=$ENV{'form.renametitle'};
875: $name=~s/\:/\&colon\;/g;
1.41 www 876: $Apache::lonratedt::resources[$residx]=$name.':'.join(':',@resrest);
1.39 www 877: &storemap(&Apache::lonnet::filelocation('',$url));
1.13 www 878: }
1.12 www 879: # ------------------------------------------------------------ Assemble windows
1.20 www 880:
1.13 www 881: my $idx=-1;
1.34 www 882: $importdetail='&'.$importdetail;
883: $importdetail=~s/^\&+/\&/;
1.29 www 884: my $importwindow=
1.50 sakharuk 885: '<option value="-1"> ---- '.&mt('Import and Paste Area').' ---- </option>'.
1.29 www 886: join("\n",map {
1.13 www 887: $idx++;
888: if ($_) {
1.15 www 889: my ($name,$url)=split(/\=/,$_);
890: unless ($name) { $name=(split(/\//,$url))[-1]; }
891: unless ($name) { $name='EMPTY'; }
1.13 www 892: '<option value="'.$idx.'">'.&Apache::lonnet::unescape($name).
893: '</option>';
894: }
895: } split(/\&/,$importdetail));
1.12 www 896:
1.13 www 897: $idx=0;
1.39 www 898: $targetdetail='';
1.29 www 899: my $targetwindow=
1.49 sakharuk 900: '<option value="0"> ------- '.&mt('Target Edit Map').' ------- </option>'.
1.29 www 901: join("\n",map {
1.13 www 902: my ($name,$url)=split(/\:/,$resources[$_]);
1.15 www 903: unless ($name) { $name=(split(/\//,$url))[-1]; }
904: unless ($name) { $name='EMPTY'; }
1.13 www 905: $targetdetail.='&'.&Apache::lonnet::escape($name).'='.
906: &Apache::lonnet::escape($url);
907: $idx++;
1.37 www 908: $name=~s/\:/\:/g;
1.20 www 909: '<option value="'.$idx.'">'.$name.'</option>';
1.11 www 910: } @order);
911:
1.8 www 912: # ----------------------------------------------------- Start simple RAT screen
1.32 www 913: my $editscript=&editscript('simple');
1.53 ! www 914: my $bodytag=&Apache::loncommon::bodytag(undef,undef,undef,1).
! 915: &Apache::loncommon::help_open_topic('Sequence_Simple_Editor_Creation').
! 916: &Apache::loncommon::help_open_faq(6).
! 917: &Apache::loncommon::help_open_bug('RAT');
1.47 www 918: my %lt=&Apache::lonlocal::texthash(
919: 'sa' => 'Save',
920: 'nt' => 'New Title',
921: 'se' => 'Search',
922: 'im' => 'Import',
923: 'vi' => 'View',
924: 'lm' => 'Load Map',
925: 'ds' => 'Discard Selected',
926: 'ca' => 'Clear All',
927: 'ta' => 'Temporary Assembly Workspace',
928: 'rv' => 'Revert to Last Saved',
929: 'sa' => 'Save',
930: 'mu' => 'Move Up',
931: 'md' => 'Move Down',
932: 're' => 'Rename',
1.49 sakharuk 933: 'as' => 'after selected',
934: 'cs' => 'Cut selected',
935: 'ps' => 'Copy selected',
936: 'pas' => 'Paste after selected',
1.47 www 937: );
1.3 www 938: $r->print(<<ENDSMPHEAD);
939: <html>
1.6 www 940: <head>
941: <script>
1.15 www 942:
1.32 www 943: $editscript
1.19 www 944:
945: function openview(entry) {
946: var url=unescape((entry.split('='))[1]);
1.20 www 947: var parts=new Array;
948: parts=url.split(':');
949: url=parts.join(':');
1.19 www 950: if (url) { open(url,'cat'); }
951: }
952:
953: function viewtarget() {
954: openview((document.forms.simpleedit.targetdetail.value.split('&'))
1.34 www 955: [document.forms.simpleedit.target.selectedIndex]);
1.19 www 956: }
957:
958: function viewimport() {
959: openview((document.forms.simpleedit.curimpdetail.value.split('&'))
1.34 www 960: [document.forms.simpleedit.importsel.selectedIndex]);
1.19 www 961: }
962:
1.39 www 963: function renametarget() {
964: var selidx=document.forms.simpleedit.target.selectedIndex;
965: var entry=(document.forms.simpleedit.targetdetail.value.split('&'))
966: [selidx];
1.41 www 967: var oldname=unescape((entry.split('='))[0]);
968: var nameparts=oldname.split(':');
969: oldname=unescape(nameparts.join(':'));
970: nameparts=oldname.split('"');
971: oldname=unescape(nameparts.join('"'));
972: nameparts=oldname.split(''');
973: oldname=unescape(nameparts.join("'"));
1.47 www 974: newtitle=prompt('$lt{'nt'}',oldname);
1.39 www 975: if (newtitle) {
976: document.forms.simpleedit.renameres.value=1;
977: document.forms.simpleedit.renameidx.value=selidx;
978: document.forms.simpleedit.renametitle.value=newtitle;
979: document.forms.simpleedit.submit();
980: }
981: }
982:
1.6 www 983: </script>
984: </head>
1.34 www 985: $bodytag
1.8 www 986: $buttons
1.7 www 987: <font color=red>$errtext</font>
1.13 www 988: <form name=simpleedit method=post>
1.11 www 989: <input type=hidden name=forcesmp value=1>
1.39 www 990: <input type=hidden name=renameres value=0>
991: <input type=hidden name=renametitle value=''>
992: <input type=hidden name=renameidx value=0>
1.11 www 993: <table>
1.47 www 994: <tr><th width="40%">$lt{'ta'}</th>
1.12 www 995: <th> </th>
1.37 www 996: <th width="40%">File: $url</th></tr>
1.12 www 997: <tr><td bgcolor="#FFFFCC">
1.47 www 998: <input type=button onClick="javascript:groupsearch()" value="$lt{'se'}">
999: <input type=button onClick="javascript:groupimport();" value="$lt{'im'}">
1.49 sakharuk 1000: $lt{'as'}
1.14 www 1001: <hr>
1.15 www 1002: <input type=text size=20 name=importmap>
1003: <input type=button
1004: onClick="javascript:openbrowser('simpleedit','importmap','sequence,page','')"
1.47 www 1005: value="Select Map"><input type=submit name=loadmap value="$lt{'lm'}"><hr>
1006: <input type=submit name="discard" value="$lt{'ds'}">
1007: <input type=submit name="clear" value="$lt{'ca'}">
1008: <input type=button onClick="javascript:viewimport()" value="$lt{'vi'}">
1.16 www 1009:
1.12 www 1010: </td><td> </td><td bgcolor="#FFFFCC">
1.16 www 1011:
1012: <input type=button onClick=
1.47 www 1013: "javascript:impfortarget.value=1;groupsearch()" value="$lt{'se'}">
1.16 www 1014: <input type=button onClick=
1.47 www 1015: "javascript:impfortarget.value=1;groupimport();" value="$lt{'im'}">
1.49 sakharuk 1016: $lt{'as'}
1.39 www 1017: <hr>
1.47 www 1018: <input type=submit name="moveup" value="$lt{'mu'}">
1019: <input type=submit name="movedown" value="$lt{'md'}">
1020: <input type=button onClick="javascript:renametarget()" value="$lt{'re'}">
1.34 www 1021: <hr>$targetmsg
1.47 www 1022: <input type=submit name="revert" value="$lt{'rv'}">
1023: <input type=submit name="save" value="$lt{'sa'}">
1024: <input type=button onClick="javascript:viewtarget()" value="$lt{'vi'}">
1.12 www 1025: </td></tr>
1.16 www 1026:
1.27 www 1027: <tr><td bgcolor="#FFFFCC"><select name="importsel" size=10 multiple>
1.12 www 1028: $importwindow
1029: </select>
1.11 www 1030: </td>
1.12 www 1031: <td bgcolor="#FFFFAA" align="center">
1.49 sakharuk 1032: $lt{'cs'}<br>
1.11 www 1033: <input type=submit name=cut value='<<<'><p>
1.12 www 1034: <hr>
1.49 sakharuk 1035: $lt{'ps'}<br>
1.25 www 1036: <input type=submit name=copy value='<--'><p>
1037: <hr>
1.49 sakharuk 1038: $lt{'pas'}<br>
1.25 www 1039: <input type=submit name=paste value='-->'>
1.11 www 1040: </td>
1.27 www 1041: <td bgcolor="#FFFFCC"><select name="target" size=10 multiple>
1.11 www 1042: $targetwindow
1043: </select>
1.12 www 1044: </table>
1.13 www 1045: <input type=hidden name=importdetail value="">
1046: <input type=hidden name=curimpdetail value="$importdetail">
1.12 www 1047: <input type=hidden name=targetdetail value="$targetdetail">
1.16 www 1048: <input type=hidden name=impfortarget value="0">
1.12 www 1049: </form>
1050: </body></html>
1.3 www 1051: ENDSMPHEAD
1052: }
1053:
1.11 www 1054: # ----------------------------------------------------------------- No such dir
1.4 www 1055: sub nodir {
1056: my ($r,$dir)=@_;
1057: $dir=~s/^\/home\/\w+\/public\_html//;
1058: $r->print(<<ENDNODIR);
1059: <html>
1060: <body bgcolor='#FFFFFF'>
1061: <h1>No such directory: $dir</h1>
1062: </body>
1063: </html>
1064: ENDNODIR
1065: }
1066:
1.8 www 1067: # ---------------------------------------------------------------- View Handler
1068:
1069: sub viewmap {
1.17 www 1070: my ($r,$url,$adv,$errtext)=@_;
1.34 www 1071: $r->print('<html>'.
1072: &Apache::loncommon::bodytag('Edit Content of a Map').
1.53 ! www 1073: &Apache::loncommon::help_open_faq(6).
! 1074: &Apache::loncommon::help_open_bug('RAT').
! 1075: &buttons($adv));
1.10 www 1076: if ($errtext) {
1.53 ! www 1077: $r->print($errtext.'<hr />');
1.10 www 1078: }
1.26 www 1079: my $idx=0;
1.34 www 1080: $r->print('<h1>'.$url.'</h1>');
1.44 www 1081: if ($adv) {
1.47 www 1082: $r->print('<p><b><font color="red">'.&mt('Map contents are not shown in order.').'</font></b></p><br />');
1.44 www 1083: }
1.17 www 1084: foreach (&attemptread(&Apache::lonnet::filelocation('',$url))) {
1.9 www 1085: if (defined($_)) {
1.26 www 1086: $idx++;
1.9 www 1087: my ($title,$url)=split(/\:/,$_);
1088: $title=~s/\&colon\;/\:/g;
1089: $url=~s/\&colon\;/\:/g;
1.15 www 1090: unless ($title) { $title=(split(/\//,$url))[-1] };
1091: unless ($title) { $title='<i>Empty</i>'; }
1.9 www 1092: if ($url) {
1093: $r->print('<a href="'.&Apache::lonratsrv::qtescape($url).'">');
1094: }
1095: $r->print(&Apache::lonratsrv::qtescape($title));
1096: if ($url) { $r->print('</a>'); }
1.28 www 1097: $r->print('<br>');
1.9 www 1098: }
1099: }
1.8 www 1100: $r->print('</body></html>');
1101: }
1102:
1.3 www 1103: # ================================================================ Main Handler
1104:
1105: sub handler {
1106: my $r=shift;
1.47 www 1107: &Apache::loncommon::content_type($r,'text/html');
1.3 www 1108: $r->send_http_header;
1109:
1110: return OK if $r->header_only;
1.48 albertel 1111: my $target = $ENV{'form.grade_target'};
1112: if ($target eq 'meta') {
1113: &Apache::loncommon::content_type($r,'text/html');
1114: $r->send_http_header;
1115: return OK;
1116: }
1117:
1.3 www 1118: my $url=$r->uri;
1119: my $fn=&Apache::lonnet::filelocation('',$url);
1120:
1.4 www 1121: my ($dir)=($fn=~/^(.+)\/[^\/]+$/);
1122: unless (-e $dir) {
1123: &nodir($r,$dir);
1124: return OK;
1125: }
1.8 www 1126:
1127: # ------------------------------------------- Determine which tools can be used
1.3 www 1128: my $adv=0;
1129:
1130: unless ($ENV{'form.forcesmp'}) {
1131: if ($ENV{'form.forceadv'}) {
1132: $adv=1;
1133: } elsif (my $fh=Apache::File->new($fn)) {
1134: my $allmap=join('',<$fh>);
1135: $adv=($allmap=~/\<map[^\>]+mode\s*\=\s*(\'|\")rat/is);
1136: }
1137: }
1138:
1.8 www 1139: my $errtext='';
1140: my $fatal=0;
1141:
1142: # -------------------------------------------------------------------- Load map
1143: ($errtext,$fatal)=&mapread($fn,$errtext);
1144:
1145: if ($fatal==1) { $adv=1; }
1146:
1147: # ----------------------------------- adv==1 now means "graphical MUST be used"
1148:
1149: if ($ENV{'form.forceadv'}) {
1.3 www 1150: &ratedt($r,$url);
1.8 www 1151: } elsif ($ENV{'form.forcesmp'}) {
1.22 www 1152: &smpedt($r,$url,$errtext);
1.3 www 1153: } else {
1.17 www 1154: &viewmap($r,$url,$adv,$errtext);
1.3 www 1155: }
1.1 www 1156: return OK;
1157: }
1158:
1159: 1;
1160: __END__
1161:
1162:
1163:
1164:
1165:
1166:
1167:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>