]> git.llucax.com Git - software/sercom.git/blob - sercom/subcontrollers/curso/alumno/templates/notas.kid
back de los SHOW deben volver a la pagina desde donde se fue.
[software/sercom.git] / sercom / subcontrollers / curso / alumno / templates / notas.kid
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
3     py:extends="'../../../../templates/master.kid'">
4 <head>
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
6 <title>notas</title>
7 </head>
8 <body>
9 <h1>Modificacion de <span py:replace="name">Objeto</span></h1>
10
11 <div py:replace="form(value=record, action=tg.url('/curso/alumno/update/%d/%d' % (record.id, cursoid)),
12         submit_text=_(u'Guardar'))">Formulario</div>
13
14 <br/>
15 <a href="${tg.url('/curso/alumno/list/%d' % cursoid)}">Volver (cancela)</a>
16
17 </body>
18 </html>