Index: openacs-4/packages/lorsm/lorsm.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lorsm.info,v diff -u -r1.17 -r1.18 --- openacs-4/packages/lorsm/lorsm.info 8 Oct 2008 13:24:32 -0000 1.17 +++ openacs-4/packages/lorsm/lorsm.info 17 Oct 2008 10:46:08 -0000 1.18 @@ -7,13 +7,13 @@ f f - + Ernie Ghiglione Application to manage the services from the Learning Object Repository. - 2007-07-17 + 2008-10-17 This application manages the services from the Learning Object Repository: upload courses, manage and create metadata, delete resources and courses. - + Index: openacs-4/packages/lorsm/catalog/lorsm.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/catalog/lorsm.en_US.ISO-8859-1.xml,v diff -u -r1.20 -r1.21 --- openacs-4/packages/lorsm/catalog/lorsm.en_US.ISO-8859-1.xml 8 Oct 2008 13:24:32 -0000 1.20 +++ openacs-4/packages/lorsm/catalog/lorsm.en_US.ISO-8859-1.xml 17 Oct 2008 10:46:09 -0000 1.21 @@ -91,6 +91,7 @@ Annotation Metadata Annotations: Annotator + Applet Frame Assets Available Courses Begin @@ -107,6 +108,7 @@ Confirm? Confirm? Confirmation + Contents Context: Context Contribution: @@ -700,6 +702,7 @@ Maximum Version: MD Schema Menu + Menu Area Meta MD Meta Metadata Meta Metadata \ @@ -781,6 +784,7 @@ Scheme SCORM? SCORM Package Info + SCORM Player SCORM session SCOs seconds Index: openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml,v diff -u -r1.9 -r1.10 --- openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml 8 Oct 2008 13:24:32 -0000 1.9 +++ openacs-4/packages/lorsm/catalog/lorsm.es_ES.ISO-8859-1.xml 17 Oct 2008 10:46:09 -0000 1.10 @@ -91,6 +91,7 @@ Anotaci�n Metadata Anotaciones: Anotador + Marco de Applet Activos Cursos Disponibles Empezar @@ -107,6 +108,7 @@ �Confirmar? �Confirmar? Confirmaci�n + Contenidos Contexto: Contexto Contribuci�n: @@ -699,6 +701,7 @@ Versi�n M�xima Esquema MD Men� + Area de Men� Meta MD Meta Metadata Meta Metadata \ @@ -780,6 +783,7 @@ Esquema: SCORM? Informaci�n del Paquete SCORM + Player SCORM Sesi�n SCORM SCOs segundos Index: openacs-4/packages/lorsm/lib/user-lorsm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lib/user-lorsm.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/lorsm/lib/user-lorsm.tcl 8 Oct 2008 13:24:32 -0000 1.23 +++ openacs-4/packages/lorsm/lib/user-lorsm.tcl 17 Oct 2008 10:46:09 -0000 1.24 @@ -209,7 +209,7 @@ failed { append icon "\"Failed\"" } "not attempted" { append icon "\"Not" } passed { append icon "\"Passed\"" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } set lesson_status $icon Index: openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl 30 May 2006 16:32:52 -0000 1.2 +++ openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl 17 Oct 2008 10:46:09 -0000 1.3 @@ -278,13 +278,13 @@ set isBB [lors::imscp::bb6::isBlackboard6 -tmp_dir $tmp_dir] if {$isBB == 1} { - ns_write "

[_ lorsm.lt_Blackboard6_Content_P].
[_ lorsm.lt_Modifying_package_to_]" - ns_write "


[_ lorsm.lt_Cleaning_up_unused_ap]" + ns_write "

[_ lorsm.lt_Blackboard6_Content_P].
[_ lorsm.lt_Modifying_package_to_]" + ns_write "


[_ lorsm.lt_Cleaning_up_unused_ap]" lors::imscp::bb6::clean_items -tmp_dir $tmp_dir -file "imsmanifest.xml" - ns_write "[_ lorsm.Done]" + ns_write "[_ lorsm.Done]" ns_write "
[_ lorsm.lt_Renaming_content_type]" lors::imscp::bb6::extract_html -tmp_dir $tmp_dir -file "imsmanifest.xml" - ns_write "[_ lorsm.Done]

" + ns_write "[_ lorsm.Done]

" } @@ -401,12 +401,12 @@ set files [lors::cr::has_files -fs_dir $subdir] #For display purposes - ns_write "[_ lorsm.Processing_files]
" + ns_write "[_ lorsm.Processing_files]

" foreach file $files { set tempval [regsub $tmp_dir $file {}] - ns_write " $tempval[_ lorsm.OK]
" + ns_write " $tempval[_ lorsm.OK]
" } - ns_write "

" + ns_write "

" # if ![empty_string_p $files] { @@ -811,7 +811,7 @@ ns_log Debug "Delete temporary folder $tmp_dir" lors::imscp::deltmpdir $tmp_dir - ns_write "[_ lorsm.Done]


" + ns_write "[_ lorsm.Done]
" } return $man_id Index: openacs-4/packages/lorsm/tcl/lorsm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/tcl/lorsm-install-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/lorsm/tcl/lorsm-install-procs.tcl 29 Oct 2007 17:31:48 -0000 1.11 +++ openacs-4/packages/lorsm/tcl/lorsm-install-procs.tcl 17 Oct 2008 10:46:09 -0000 1.12 @@ -84,6 +84,9 @@ 0.8d1 0.8d2 { lorsm::install::templates } + 0.8d3 0.8d4 { + lorsm::install::templates + } } } Index: openacs-4/packages/lorsm/templates/lorsm-default.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/templates/lorsm-default.adp,v diff -u -r1.8 -r1.9 --- openacs-4/packages/lorsm/templates/lorsm-default.adp 6 Mar 2008 13:41:33 -0000 1.8 +++ openacs-4/packages/lorsm/templates/lorsm-default.adp 17 Oct 2008 10:46:30 -0000 1.9 @@ -1,4 +1,4 @@ - + @@ -32,8 +32,6 @@

Open Item@title;noquote@

-
- @text;noquote@ @@ -46,7 +44,6 @@
-
Back to Parent Index: openacs-4/packages/lorsm/www/admin/course-add-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/course-add-2.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/course-add-2.adp 31 Dec 2006 00:36:04 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/course-add-2.adp 17 Oct 2008 10:46:30 -0000 1.2 @@ -1,42 +1,32 @@ @context;noquote@ -

-

#lorsm.lt_Preliminary_informati#

-

- -

+ - #lorsm.lt_The_uploaded_file_is_# #lorsm.lt_SCORM_complaint_packa# -

+

#lorsm.lt_The_uploaded_file_is_# #lorsm.lt_SCORM_complaint_packa#

-

+

#lorsm.SCORM_Package_Info#

-

#lorsm.IMS_Package_Info#

- #lorsm.lt_The_uploaded_file_is_# #lorsm.lt_Blackboard_6_complain#. -

+

#lorsm.lt_The_uploaded_file_is_# #lorsm.lt_Blackboard_6_complain#.

-

+ -#lorsm.Note##lorsm._the_package_has# #lorsm.not_yet# #lorsm.lt_being_added_to_the_Le# +

#lorsm.Note##lorsm._the_package_has# #lorsm.not_yet# #lorsm.lt_being_added_to_the_Le#

- - - - + Index: openacs-4/packages/lorsm/www/admin/course-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/course-add-3.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/lorsm/www/admin/course-add-3.tcl 8 Oct 2008 13:24:32 -0000 1.8 +++ openacs-4/packages/lorsm/www/admin/course-add-3.tcl 17 Oct 2008 10:46:31 -0000 1.9 @@ -42,19 +42,19 @@ -message_2 "[_ lorsm.lt_We_will_continue_auto]" -ns_write "

[_ lorsm.lt_Initiating_Updating_l]

" +ns_write "

[_ lorsm.lt_Initiating_Updating_l]

" # Is this a Blackboard6 package? set isBB [lors::imscp::bb6::isBlackboard6 -tmp_dir $tmp_dir] if {$isBB == 1} { - ns_write "

[_ lorsm.lt_Blackboard6_Content_P].
[_ lorsm.lt_Modifying_package_to_]" - ns_write "


[_ lorsm.lt_Cleaning_up_unused_ap]" + ns_write "

[_ lorsm.lt_Blackboard6_Content_P].
[_ lorsm.lt_Modifying_package_to_]

" + ns_write "
[_ lorsm.lt_Cleaning_up_unused_ap]" lors::imscp::bb6::clean_items -tmp_dir $tmp_dir -file "imsmanifest.xml" - ns_write "[_ lorsm.Done]" + ns_write "[_ lorsm.Done]" ns_write "
[_ lorsm.lt_Renaming_content_type]" lors::imscp::bb6::extract_html -tmp_dir $tmp_dir -file "imsmanifest.xml" - ns_write "[_ lorsm.Done]
" + ns_write "[_ lorsm.Done]" } @@ -179,12 +179,12 @@ set files [lors::cr::has_files -fs_dir $subdir] #For display purposes - ns_write "[_ lorsm.Processing_files]
" + ns_write "[_ lorsm.Processing_files]

" foreach file $files { set tempval [regsub $tmp_dir $file {}] - ns_write " $tempval[_ lorsm.OK]
" + ns_write " $tempval[_ lorsm.OK]
" } - ns_write "

" + ns_write "

" # if ![empty_string_p $files] { @@ -572,7 +572,7 @@ ns_log Debug "Delete temporary folder $tmp_dir" lors::imscp::deltmpdir $tmp_dir - ns_write "[_ lorsm.Done]


" + ns_write "[_ lorsm.Done]
" # jump to the front page ad_progress_bar_end -url [apm_package_url_from_id [ad_conn package_id]]/admin Index: openacs-4/packages/lorsm/www/admin/course-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/course-add.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/course-add.adp 31 Dec 2006 00:36:04 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/course-add.adp 17 Oct 2008 10:46:31 -0000 1.2 @@ -9,10 +9,8 @@ -

#lorsm.lt_You_can_add_courses_a# -

@@ -21,14 +19,14 @@ -
+

#lorsm.or_upload_existing_course#

-
+ Index: openacs-4/packages/lorsm/www/admin/md/addmd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/addmd.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/md/addmd.adp 31 Dec 2006 00:36:05 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/md/addmd.adp 17 Oct 2008 10:46:31 -0000 1.2 @@ -3,7 +3,7 @@ @context;noquote@

MD Schema

-
+ @@ -13,11 +13,9 @@
Metadata Schema
-
-

Add Metadata Schema

-
+
Object: @object_type@
@@ -28,4 +26,4 @@
-
+ Index: openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_add.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_add.adp 31 Dec 2006 00:36:05 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_add.adp 17 Oct 2008 10:46:31 -0000 1.2 @@ -7,7 +7,7 @@ />

Annotation Metadata Entry

-
+ @@ -19,4 +19,4 @@
Annotation Metadata
-
+ Index: openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_date.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_date.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_date.adp 15 May 2007 20:14:43 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_date.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Annotation Metadata Date

-
+ @@ -20,10 +20,7 @@
Annotation Metadata
-
-

#lorsm.lt_AddEdit_Annotation_MD_2#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_desc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_desc.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_desc.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_desc.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Annotation Metadata Description

-
+ @@ -20,10 +20,7 @@
Annotation Metadata
-
-

#lorsm.lt_AddEdit_Annotation_MD#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_ent.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_ent.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_ent.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/annotationmd/annotation_ent.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Annotation Metadata Entity

-
+ @@ -20,10 +20,7 @@
Annotation Metadata
-
-

#lorsm.lt_AddEdit_Annotation_MD_1#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_add.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_add.adp 31 Dec 2006 00:36:06 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_add.adp 17 Oct 2008 10:46:31 -0000 1.2 @@ -7,7 +7,7 @@ />

Classification Metadata Entry

-
+ @@ -19,4 +19,3 @@
Classification Metadata
-
Index: openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_addpath.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_addpath.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_addpath.adp 31 Dec 2006 00:36:06 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_addpath.adp 17 Oct 2008 10:46:31 -0000 1.2 @@ -7,7 +7,7 @@ />

Classification Metadata

-
+ @@ -19,4 +19,3 @@
Classification Metadata
-
Index: openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_desc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_desc.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_desc.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_desc.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Classification Metadata Description

-
+ @@ -20,10 +20,7 @@
Classification Metadata
-
-

#lorsm.lt_AddEdit_Classificatio_5#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_key.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_key.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_key.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_key.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Classification Metadata Keyword

-
+ @@ -20,10 +20,7 @@
Classification Metadata
-
-

#lorsm.lt_AddEdit_Classificatio_6#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_pur.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_pur.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_pur.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_pur.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Classification Metadata Purpose

-
+ @@ -20,10 +20,7 @@
Classification Metadata
-
-

#lorsm.lt_AddEdit_Classificatio_7#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_taxon.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_taxon.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_taxon.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_taxon.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Classification Metadata Taxonomic Path Taxonomy

-
+ @@ -20,10 +20,7 @@
Classification Metadata
-
-

#lorsm.lt_AddEdit_Classificatio_8#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_tsource.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_tsource.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_tsource.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/classificationmd/classification_tsource.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Classification Metadata Taxonomic Path Source

-
+ @@ -20,10 +20,7 @@
Classification Metadata Taxonomic Path
-
-

#lorsm.lt_AddEdit_Classificatio_9#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_cont.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_cont.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_cont.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_cont.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Context

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_11#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_desc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_desc.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_desc.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_desc.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Description

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_12#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_dif.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_dif.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_dif.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_dif.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Difficulty

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_13#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_ieur.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_ieur.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_ieur.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_ieur.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Intended End User Role

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_14#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intl.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intl.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intl.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intl.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Interactivity Level

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_15#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intt.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intt.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intt.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_intt.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Interactivity Type

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_16#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lang.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lang.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lang.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lang.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Language

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_17#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lrt.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lrt.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lrt.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_lrt.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Learning Resource Type

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_18#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_semd.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_semd.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_semd.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_semd.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Semantic Density

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_19#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tar.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tar.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tar.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tar.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Typical Age Range

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_20#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tlt.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tlt.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tlt.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd/educational_tlt.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Educational Metadata Typical Learning Time

-
+ @@ -20,10 +20,7 @@
Educational Metadata
-
-

#lorsm.lt_AddEdit_Educational_M_21#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_aggl.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_aggl.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_aggl.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_aggl.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

General Metadata Aggregation Level

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_Ag#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_cata.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_cata.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_cata.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_cata.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of General Metadata Catalog-Entries

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_Ca#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_cover.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_cover.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_cover.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_cover.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of General Metadata Coverages

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_Co#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_desc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_desc.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_desc.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_desc.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of General Metadata Descriptions

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_De#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_key.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_key.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_key.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_key.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of General Metadata Keywords

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_Ke#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_lang.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_lang.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_lang.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_lang.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of General Metadata Languages

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_La#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_struc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_struc.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_struc.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_struc.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

General Metadata Structure

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_St#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/generalmd/general_title.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/generalmd/general_title.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/generalmd/general_title.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/generalmd/general_title.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of General Metadata Titles

-
+ @@ -20,10 +20,7 @@
General Metadata
-
-

#lorsm.lt_AddEdit_General_MD_Ti#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_cont.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_cont.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_cont.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_cont.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Lifecyle Metadata Contribution

-
+ @@ -20,10 +20,7 @@
Lifecycle Metadata
-
-

#lorsm.lt_AddEdit_Lifecycle_Met#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_stat.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_stat.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_stat.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_stat.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Lifecyle Metadata Status

-
+ @@ -20,10 +20,7 @@
Lifecycle Metadata
-
-

#lorsm.lt_AddEdit_Lifecycle_Met_1#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_version.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_version.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_version.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/lifecyclemd/lifecycle_version.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Lifecyle Metadata Version

-
+ @@ -20,10 +20,7 @@
Lifecycle Metadata
-
-

#lorsm.lt_AddEdit_Lifecycle_Met_2#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/metamd/meta_cata.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/metamd/meta_cata.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/metamd/meta_cata.adp 15 May 2007 20:14:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/metamd/meta_cata.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of Meta Metadata Catalog-Entries

-
+ @@ -20,10 +20,7 @@
Meta Metadata
-
-

#lorsm.lt_AddEdit_Meta_MD_Catal#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/metamd/meta_cont.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/metamd/meta_cont.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/metamd/meta_cont.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/metamd/meta_cont.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Meta Metadata Contribution

-
+ @@ -20,10 +20,7 @@
Meta Metadata
-
-

#lorsm.lt_AddEdit_Meta_MD_Contr#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/metamd/meta_lang.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/metamd/meta_lang.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/metamd/meta_lang.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/metamd/meta_lang.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Meta Metadata Language

-
+ @@ -20,10 +20,7 @@
Meta Metadata
-
-

#lorsm.lt_AddEdit_Meta_MD_Langu#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/metamd/meta_scheme.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/metamd/meta_scheme.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/metamd/meta_scheme.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/metamd/meta_scheme.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Meta Metadata Scheme

-
+ @@ -20,10 +20,7 @@
Meta Metadata
-
-

#lorsm.lt_AddEdit_Meta_MD_Schem#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/relationmd/relation_add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/relationmd/relation_add.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/md/relationmd/relation_add.adp 31 Dec 2006 00:36:07 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/md/relationmd/relation_add.adp 17 Oct 2008 10:46:31 -0000 1.2 @@ -7,7 +7,7 @@ />

Relation Metadata Entry

-
+ @@ -19,4 +19,3 @@
Relation Metadata
-
Index: openacs-4/packages/lorsm/www/admin/md/relationmd/relation_cata.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/relationmd/relation_cata.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/relationmd/relation_cata.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/relationmd/relation_cata.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Relation Metadata Resource Catalog-Entry

-
+ @@ -20,10 +20,7 @@
Relation Metadata Resource
-
-

#lorsm.lt_AddEdit_Relation_MD_R#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/relationmd/relation_desc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/relationmd/relation_desc.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/relationmd/relation_desc.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/relationmd/relation_desc.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Relation Metadata Resource Description

-
+ @@ -20,10 +20,7 @@
Relation Metadata Resource
-
-

#lorsm.lt_AddEdit_Relation_MD_R_1#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/relationmd/relation_ident.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/relationmd/relation_ident.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/relationmd/relation_ident.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/relationmd/relation_ident.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Relation Metadata Resource Identifier

-
+ @@ -20,10 +20,7 @@
Relation Metadata Resource
-
-

#lorsm.lt_AddEdit_Relation_MD_R_2#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/relationmd/relation_kind.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/relationmd/relation_kind.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/relationmd/relation_kind.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/relationmd/relation_kind.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Relation Metadata Kind

-
+ @@ -20,10 +20,7 @@
Relation Metadata Kind
-
-

#lorsm.lt_AddEdit_Relation_MD_K#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_caor.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_caor.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_caor.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_caor.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Rights Metadata Copyright or other Restrictions

-
+ @@ -20,10 +20,7 @@
Rights Metadata
-
-

#lorsm.lt_AddEdit_Rights_MD_Cop#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_cost.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_cost.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_cost.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_cost.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Rights Metadata Cost

-
+ @@ -20,10 +20,7 @@
Rights Metadata
-
-

#lorsm.lt_AddEdit_Rights_MD_Cos#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_desc.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_desc.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_desc.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/rightsmd/rights_desc.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Rights Metadata Description

-
+ @@ -20,10 +20,7 @@
Rights Metadata
-
-

#lorsm.lt_AddEdit_Rights_MD_Des#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_dur.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_dur.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_dur.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_dur.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Technical Metadata Duration

-
+ @@ -19,10 +19,7 @@
Technical Metadata
-
-

#lorsm.lt_AddEdit_Technical_MD_#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_form.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_form.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_form.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_form.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Technical Metadata Format

-
+ @@ -20,10 +20,7 @@
Technical Metadata
-
-

#lorsm.lt_AddEdit_Technical_MD__1#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_inst.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_inst.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_inst.adp 15 May 2007 20:14:45 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_inst.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Technical Metadata Installation Remarks

-
+ @@ -20,10 +20,7 @@
Technical Metadata
-
-

#lorsm.lt_AddEdit_Technical_MD__2#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_loca.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_loca.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_loca.adp 15 May 2007 20:14:46 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_loca.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of Technical Metadata Locations

-
+ @@ -20,10 +20,7 @@
Technical Metadata
-
-

#lorsm.lt_AddEdit_Technical_MD__3#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_otr.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_otr.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_otr.adp 15 May 2007 20:14:46 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_otr.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Technical Metadata Other Platform Requirements

-
+ @@ -20,10 +20,7 @@
Technical Metadata
-
-

#lorsm.lt_AddEdit_Technical_MD__4#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_req.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_req.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_req.adp 15 May 2007 20:14:46 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_req.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

List of Technical Metadata Requirements

-
+ @@ -20,10 +20,7 @@
Technical Metadata
-
-

#lorsm.lt_AddEdit_Technical_MD__5#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_size.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_size.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_size.adp 15 May 2007 20:14:46 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/md/technicalmd/technical_size.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -9,7 +9,7 @@

Technical Metadata Size

-
+ @@ -20,10 +20,7 @@
Technical Metadata
-
-

#lorsm.lt_AddEdit_Technical_MD__6#

-
+ -
Index: openacs-4/packages/lorsm/www/admin/shared/course-info.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/shared/course-info.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/admin/shared/course-info.adp 31 Dec 2006 00:36:09 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/shared/course-info.adp 17 Oct 2008 10:46:31 -0000 1.2 @@ -3,7 +3,6 @@ @context;noquote@ -
@@ -118,7 +117,6 @@
-

Index: openacs-4/packages/lorsm/www/admin/tracking/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/tracking/index.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/tracking/index.adp 6 Mar 2008 14:00:28 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/tracking/index.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -2,8 +2,6 @@ @title@ @context@ -


-
Index: openacs-4/packages/lorsm/www/delivery/applet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/applet.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lorsm/www/delivery/applet.adp 6 Mar 2008 13:41:09 -0000 1.4 +++ openacs-4/packages/lorsm/www/delivery/applet.adp 17 Oct 2008 10:46:31 -0000 1.5 @@ -14,22 +14,6 @@ - - Index: openacs-4/packages/lorsm/www/delivery/applet.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/applet.js,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/delivery/applet.js 7 Oct 2007 22:45:53 -0000 1.3 +++ openacs-4/packages/lorsm/www/delivery/applet.js 17 Oct 2008 10:46:31 -0000 1.4 @@ -15,7 +15,7 @@ function debug(message) { if (debuglevel ==1) { if (menu_off < 1 ) { - parent.frames['talk'].document.write(""+message+"
"); + parent.frames['talk'].document.write(message+"
"); } } return; @@ -101,15 +101,15 @@ isalive=APIFinder.KeepAlive(); if(!(isalive=='true')) { if (menu_off < 1 ) { - message="Server failure: Error in communication to server:
"+APIFinder.LastServerError; + message="Server failure: Error in communication to server:
"+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("server error in keepalive"); } APIFinder.LastServerError=""; } else { if (menu_off < 1 ) { - message="Server online"; + message="Server online"; parent.frames['menu'].writit(message,'usermessage'); } else { debug("server OK in keepalive"); @@ -284,7 +284,7 @@ parent.frames['menu'].window.location.href = menu_url; //obviously no menu if menu is off... } else { - messaging("Please wait. Loading contents.
Attendere prego. Caricamento contenuti.
"); + messaging("Please wait. Loading contents.
"); parent.frames['content'].location.href = record_view_url; } if (findgetAppletInfo> 7) { @@ -327,7 +327,7 @@ APIFinder.LastServerError=""; } else { if (menu_off < 1 ) { - message="LMSInitialize: Error in communication to server:
"+APIFinder.LastServerError+""; + message="LMSInitialize: Error in communication to server:
"+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("server error in LMSInitialize"); @@ -360,7 +360,7 @@ } finishing=true; if (menu_off < 1 ) { - parent.frames['menu'].writit('Sending tracking to server....','usermessage'); + parent.frames['menu'].writit('Sending tracking to server....','usermessage'); } debug("APPLET.JS sco called LMSFinish("+placeholder+")"); debug("calling LMSfinish =(\'\')"); @@ -383,7 +383,7 @@ parent.frames['menu'].writit('','abort'); parent.frames['menu'].writit('','btn_finish'); parent.frames['menu'].toggleBox('menudiv',1); - parent.frames['menu'].writit('Tracking is OK','usermessage'); + parent.frames['menu'].writit('Tracking is OK','usermessage'); } catch (err) { debug ("cannot restore menu... what's up ?") } @@ -395,7 +395,7 @@ //better be conservative. don't give'em menu back //parent.frames['menu'].writit('','abort'); //parent.frames['menu'].toggleBox('menudiv',1); - message="LMSFinish: Error in communication to server:
"+APIFinder.LastServerError+""; + message="LMSFinish: Error in communication to server:
"+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("ERROR during LMSFinish CALL !!!"); @@ -430,14 +430,14 @@ committed=committed+''; if(!(committed=='true')) { if (menu_off < 1 ) { - message="Commit: Error in communication to server:
"+APIFinder.LastServerError+""; + message="Commit: Error in communication to server:
"+APIFinder.LastServerError; parent.frames['menu'].writit(message,'usermessage'); } else { debug("ERROR during LMSCommit CALL !!!"); } } else { if (menu_off < 1 ) { - parent.frames['menu'].writit('Committed OK','usermessage'); + parent.frames['menu'].writit('Committed OK','usermessage'); } APIFinder.LastServerError=""; } Index: openacs-4/packages/lorsm/www/delivery/body.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/body.adp,v diff -u -r1.8 -r1.9 --- openacs-4/packages/lorsm/www/delivery/body.adp 6 Mar 2008 13:41:10 -0000 1.8 +++ openacs-4/packages/lorsm/www/delivery/body.adp 17 Oct 2008 10:46:31 -0000 1.9 @@ -1,4 +1,4 @@ - + Index: openacs-4/packages/lorsm/www/delivery/delivery-scorm.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/delivery-scorm.adp,v diff -u -r1.7 -r1.8 --- openacs-4/packages/lorsm/www/delivery/delivery-scorm.adp 6 Mar 2008 13:41:10 -0000 1.7 +++ openacs-4/packages/lorsm/www/delivery/delivery-scorm.adp 17 Oct 2008 10:46:31 -0000 1.8 @@ -13,17 +13,17 @@ - + - + - + - + - + @@ -32,14 +32,14 @@ - + - + Index: openacs-4/packages/lorsm/www/delivery/delivery.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/delivery.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/lorsm/www/delivery/delivery.adp 6 Mar 2008 13:41:10 -0000 1.5 +++ openacs-4/packages/lorsm/www/delivery/delivery.adp 17 Oct 2008 10:46:31 -0000 1.6 @@ -4,8 +4,8 @@ @course_name@ - - - + + + Index: openacs-4/packages/lorsm/www/delivery/keepalive.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/keepalive.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/delivery/keepalive.adp 7 Jun 2006 14:05:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery/keepalive.adp 17 Oct 2008 10:46:31 -0000 1.3 @@ -1,10 +1,9 @@ - - +

Keepalive window Shouldn't ever turn to login HREF <%= [ns_httptime [ns_time]] %> - +

#acs-subsite.Not_logged_in#
#acs-subsite.Login_or_register#
Index: openacs-4/packages/lorsm/www/delivery/menu-mk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/menu-mk.adp,v diff -u -r1.8 -r1.9 --- openacs-4/packages/lorsm/www/delivery/menu-mk.adp 8 Oct 2008 13:24:32 -0000 1.8 +++ openacs-4/packages/lorsm/www/delivery/menu-mk.adp 17 Oct 2008 10:46:31 -0000 1.9 @@ -1,4 +1,4 @@ - + Index: openacs-4/packages/lorsm/www/delivery/menu-mk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/menu-mk.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lorsm/www/delivery/menu-mk.tcl 16 Jan 2008 16:54:45 -0000 1.4 +++ openacs-4/packages/lorsm/www/delivery/menu-mk.tcl 17 Oct 2008 10:46:31 -0000 1.5 @@ -315,7 +315,7 @@ failed { append icon "\"Failed\"" } "not attempted" { append icon "\"Not" } passed { append icon "\"Passed\"" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } @@ -387,7 +387,7 @@ "not attempted" { append icon "\"Missing" } passed { append icon "\"Prerequisite" } complete { append icon "\"Prerequisite" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } #if found session for id_from_ref @@ -435,7 +435,7 @@ failed { append icon "\"Failed\"" } "not attempted" { append icon "\"Not" } passed { append icon "\"Passed\"" } - default { append icon " $lesson_status ** \"$lesson_status\""} + default { append icon " $lesson_status ** \"$lesson_status\""} } } Index: openacs-4/packages/lorsm/www/delivery/menu.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/menu.adp,v diff -u -r1.7 -r1.8 --- openacs-4/packages/lorsm/www/delivery/menu.adp 6 Mar 2008 13:41:10 -0000 1.7 +++ openacs-4/packages/lorsm/www/delivery/menu.adp 17 Oct 2008 10:46:31 -0000 1.8 @@ -1,4 +1,4 @@ - + Index: openacs-4/packages/lorsm/www/delivery/menu.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/menu.js,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/delivery/menu.js 13 Aug 2007 09:20:16 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery/menu.js 17 Oct 2008 10:46:31 -0000 1.3 @@ -22,7 +22,7 @@ function debug(message) { if (debuglevel==1) { try { - parent.frames['talk'].document.write(" menu.adp : "+message+"
"); + parent.frames['talk'].document.write("menu.adp : "+message+"
"); } catch (err) { //alert("no talk ? no party!"); } Index: openacs-4/packages/lorsm/www/delivery/popup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/popup.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lorsm/www/delivery/popup.adp 6 Mar 2008 13:41:10 -0000 1.4 +++ openacs-4/packages/lorsm/www/delivery/popup.adp 17 Oct 2008 10:46:31 -0000 1.5 @@ -65,10 +65,10 @@ } function debug(message) { - //childwindow.frames['talk'].document.write(""+message+"
"); + //childwindow.frames['talk'].document.write(message+"
"); try { - this.debugwindow.document.write(""+message+"
"); + this.debugwindow.document.write(message+"
"); } catch (err) { //cosa fare qui } @@ -379,7 +379,7 @@
try { - childwindow.frames['content'].document.write("Please wait. Loading contents.
Attendere prego. Caricamento contenuti.
") + childwindow.frames['content'].document.write("Please wait. Loading contents.
") } catch (err) { //we are on a slow browser somehow //or something has gotten really wrong Index: openacs-4/packages/lorsm-portlet/lorsm-portlet.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm-portlet/lorsm-portlet.info,v diff -u -r1.8 -r1.9 --- openacs-4/packages/lorsm-portlet/lorsm-portlet.info 8 Oct 2008 13:24:32 -0000 1.8 +++ openacs-4/packages/lorsm-portlet/lorsm-portlet.info 17 Oct 2008 10:50:27 -0000 1.9 @@ -13,7 +13,7 @@ OpenACS - +