]> git.llucax.com Git - z.facultad/75.52/sercom.git/blob - sercom/subcontrollers/ejercicio/templates/edit.kid
dea4430bab26897bc3361fb9baea4d7705dd7909
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / ejercicio / templates / edit.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>edit</title>
7 </head>
8 <body>
9
10 <h1>Modificación de <span py:replace="name">Objeto</span></h1>
11
12 <div id="hint">
13         Buscando registros ...
14 </div>
15
16 <div py:replace="form(value=record, action=tg.url('/ejercicio/update/%d' % record.id),
17         submit_text=_(u'Guardar'))">Formulario</div>
18
19 <br/>
20 <a href="${tg.url('/ejercicio/show/%d' % record.id)}">Ver (cancela)</a> |
21 <a href="${tg.url('/ejercicio/list')}">Volver (cancela)</a>
22
23 </body>
24 </html>