Index: openacs-4/packages/lorsm/lorsm.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lorsm.info,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lorsm/lorsm.info 14 Nov 2004 12:50:09 -0000 1.3 +++ openacs-4/packages/lorsm/lorsm.info 29 Nov 2004 17:48:11 -0000 1.4 @@ -8,14 +8,14 @@ f lorsm - + Ernie Ghiglione Application to manage the services from the Learning Object Repository. 2004-06-19 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/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/index.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/index.tcl 27 Oct 2004 07:46:52 -0000 1.3 +++ openacs-4/packages/lorsm/www/index.tcl 29 Nov 2004 17:48:11 -0000 1.4 @@ -10,8 +10,8 @@ } { } -set title "Manage Courses in Repository" -set context [list "Manage Courses"] +set title "[_ lorsm.lt_Manage_Courses_in_Rep]" +set context [list "[_ lorsm.Manage_Courses]"] set package_id [ad_conn package_id] @@ -31,9 +31,9 @@ set actions [list] -lappend actions "Add Course" [export_vars -base "course-add"] "Add a IMS/SCORM Compliant Course" -lappend actions "Search Learning Objects" [export_vars -base "/search"] "Search for Learninng Objects in the Repository" -lappend actions "Available Courses" [export_vars -base "shared/"] "View Available Courses in the Repository" +lappend actions "[_ lorsm.Add_Course]" [export_vars -base "course-add"] "[_ lorsm.lt_Add_a_IMSSCORM_Compli]" +lappend actions "[_ lorsm.lt_Search_Learning_Objec]" [export_vars -base "/search"] "[_ lorsm.lt_Search_for_Learninng_]" +lappend actions "[_ lorsm.Available_Courses]" [export_vars -base "shared/"] "[_ lorsm.lt_View_Available_Course]" template::list::create \ @@ -42,56 +42,56 @@ -html {width 50%} \ -actions $actions \ -key man_id \ - -no_data "No Courses" \ + -no_data "[_ lorsm.No_Courses]" \ -elements { course_name { - label "Available Courses" + label "[_ lorsm.Available_Courses]" display_col course_name link_url_eval {delivery/?[export_vars man_id]} - link_html {title "Access Course"} + link_html {title "[_ lorsm.Access_Course]"} } hasmetadata { - label "Metadata?" + label "[_ lorsm.Metadata_1]" link_url_eval {md/?[export_vars ims_md_id]} - link_html {title "See metadata" } + link_html {title "[_ lorsm.See_metadata]" } html { align center } } isscorm { - label "SCORM?" + label "[_ lorsm.SCORM]" html { align center } } isenabled { - label "Status" + label "[_ lorsm.Status_1]" html { align center } } istrackable { - label "Tracking?" + label "[_ lorsm.Tracking]" link_url_eval {tracking/?[export_vars man_id]} - link_html {title "Track Student's Progress" class button} + link_html {title "[_ lorsm.lt_Track_Students_Progre]" class button} html { align center } } creation_user { - label "Owner" + label "[_ lorsm.Owner]" display_eval {[person::name -person_id $creation_user]} link_url_eval {[acs_community_member_url -user_id $creation_user]} } creation_date { - label "Creation Date" + label "[_ lorsm.Creation_Date]" display_eval {[lc_time_fmt $creation_date "%x %X"]} } export { - label "Export" + label "[_ lorsm.Export]" display_eval {\[zip\]} link_url_eval {[export_vars -base export folder_id]} - link_html {title "Export as IMS Content Package"} + link_html {title "[_ lorsm.lt_Export_as_IMS_Content]"} html { align center } } admin { - label "Admin Course" + label "[_ lorsm.Admin_Course]" display_eval {Admin} link_url_eval {[export_vars -base course-structure man_id]} - link_html {title "Admin Course" class button} + link_html {title "[_ lorsm.Admin_Course]" class button} html { align center } } }