Index: openacs-4/packages/lorsm/www/admin/md/educationalmd.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/md/educationalmd.xql,v diff -u -N -r1.1 -r1.1.2.1 --- openacs-4/packages/lorsm/www/admin/md/educationalmd.xql 12 Dec 2008 14:25:37 -0000 1.1 +++ openacs-4/packages/lorsm/www/admin/md/educationalmd.xql 16 Apr 2010 21:41:40 -0000 1.1.2.1 @@ -3,63 +3,63 @@ - select '[' || int_type_s || '] ' || int_type_v as intt + select '(' || int_type_s || ') ' || int_type_v as intt from ims_md_educational where ims_md_id = :ims_md_id - select '[' || lrt_s || '] ' || lrt_v as lrt + select '(' || lrt_s || ') ' || lrt_v as lrt from ims_md_educational_lrt where ims_md_id = :ims_md_id - select '[' || int_level_s || '] ' || int_level_v as intl + select '(' || int_level_s || ') ' || int_level_v as intl from ims_md_educational where ims_md_id = :ims_md_id - select '[' || sem_density_s || '] ' || sem_density_v as semd + select '(' || sem_density_s || ') ' || sem_density_v as semd from ims_md_educational where ims_md_id = :ims_md_id - select '[' || ieur_s || '] ' || ieur_v as ieur + select '(' || ieur_s || ') ' || ieur_v as ieur from ims_md_educational_ieur where ims_md_id = :ims_md_id - select '[' || context_s || '] ' || context_v as context + select '(' || context_s || ') ' || context_v as context from ims_md_educational_context where ims_md_id = :ims_md_id - select '[' || tar_l || '] ' || tar_s as tar + select '(' || tar_l || ') ' || tar_s as tar from ims_md_educational_tar where ims_md_id = :ims_md_id - select '[' || difficulty_s || '] ' || difficulty_v as diff + select '(' || difficulty_s || ') ' || difficulty_v as diff from ims_md_educational where ims_md_id = :ims_md_id @@ -68,15 +68,15 @@ select type_lrn_time as tlt, - '[' || type_lrn_time_l || '] ' || type_lrn_time_s as tlt_ls + '(' || type_lrn_time_l || ') ' || type_lrn_time_s as tlt_ls from ims_md_educational where ims_md_id = :ims_md_id - select '[' || descrip_l || '] ' || descrip_s as desc + select '(' || descrip_l || ') ' || descrip_s as desc from ims_md_educational_descrip where ims_md_id = :ims_md_id