]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/subcontrollers/curso/templates/new.kid
mergeador de grupos
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / curso / templates / new.kid
index c815316875d2957e5359d2e85ed901f12ddf2a8a..172458440d1ce702d741f0555f04c8ec8dfc3c7c 100644 (file)
@@ -2,30 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
     py:extends="'../../../templates/master.kid'">
 <head>
-
-<script type="text/javascript">
-    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 ) {
-        moveOption(src, dest)
-    }
-</script>
 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
 <title>new</title>
 </head>
@@ -34,7 +10,6 @@
 <h1>Crear Nuevo <span py:replace="name">Objeto</span></h1>
 
 <p py:replace="form(action=tg.url('/curso/create'), value=values, submit_text=_('Crear'))">Formulario</p>
-
 <br/>
 <a href="${tg.url('/curso/list')}">Cancelar</a>