]> git.llucax.com Git - software/sercom.git/commitdiff
template faltante
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Wed, 14 Mar 2007 19:49:46 +0000 (19:49 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Wed, 14 Mar 2007 19:49:46 +0000 (19:49 +0000)
sercom/subcontrollers/curso/alumno/templates/notas.kid [new file with mode: 0644]

diff --git a/sercom/subcontrollers/curso/alumno/templates/notas.kid b/sercom/subcontrollers/curso/alumno/templates/notas.kid
new file mode 100644 (file)
index 0000000..c4b2bc5
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
+    py:extends="'../../../../templates/master.kid'">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
+<title>notas</title>
+</head>
+<body>
+<h1>Modificacion de <span py:replace="name">Objeto</span></h1>
+
+<div py:replace="form(value=record, action=tg.url('/curso/alumno/update/%d/%d' % (record.id, cursoid)),
+       submit_text=_(u'Guardar'))">Formulario</div>
+
+<br/>
+<a href="${tg.url('/curso/alumno/list/%d' % cursoid)}">Volver (cancela)</a>
+
+</body>
+</html>