X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/0c099354041335dc9a9248b7b791656e24b53138..6ad1c72e3bce9d9308406078f0a586f16804fa50:/sercom/subcontrollers/curso/templates/edit.kid diff --git a/sercom/subcontrollers/curso/templates/edit.kid b/sercom/subcontrollers/curso/templates/edit.kid index 0a13da4..ca5e84c 100644 --- a/sercom/subcontrollers/curso/templates/edit.kid +++ b/sercom/subcontrollers/curso/templates/edit.kid @@ -9,37 +9,26 @@ function init_data() { // MochiKit.DOM.getElement('form_responsable').focus(); MochiKit.DOM.getElement('form_anio').focus(); - - MochiKit.DOM.appendChildNodes("form_docentes_curso", OPTION({"value":${d['id']}}, '${d['label']}')) + + MochiKit.DOM.appendChildNodes("form_docentes_to", OPTION({"value":${d['id']}}, '${d['label']}')) - + MochiKit.DOM.appendChildNodes("form_alumnos", OPTION({"value":${a['id']}}, '${a['label']}')) - } + // Saco de FROM los que ya estan en TO + replaceChildNodes('form_docentes_from', list(ifilterfalse( + partial(esta_en_to, $('form_docentes_to').options), + $('form_docentes_from').options + ))); + } + function esta_en_to (options, i) { + for (j=0; j < options.length; j++) + if (options[j].value == i.value) + return true; + return false; + } MochiKit.DOM.addLoadEvent(init_data) - - function makeOption(option) { - return OPTION({"value": option.value}, option.text); - } - - function moveOption( fromSelect, toSelect) { - // add 'selected' nodes toSelect - appendChildNodes(toSelect, - map( makeOption,ifilter(itemgetter('selected'), $(fromSelect).options))); - // remove the 'selected' fromSelect - // replaceChildNodes(fromSelect, - // list(ifilterfalse(itemgetter('selected'), $(fromSelect).options))); - } - - function mover( src, dest ) { - moveOption(src, dest) - } - - function remover (src, dest) { - replaceChildNodes(src,list(ifilterfalse(itemgetter('selected'), $(src).options))) - } - @@ -47,11 +36,10 @@
Formulario
-Agregar Alumnos -
-
+
+Agregar Alumnos desde archivo | Ver (cancela) | -Volver (cancela) +Volver (cancela) |