]> git.llucax.com Git - z.facultad/75.52/sercom.git/blob - sercom/subcontrollers/enunciado/templates/edit.kid
Mejorar puesta de foco en campo del formulario.
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / enunciado / 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 <script>MochiKit.DOM.focusOnLoad('form_nombre');</script>
8 </head>
9 <body>
10
11 <h1>Modificación de <span py:replace="name">Objeto</span></h1>
12
13 <div py:replace="form(value=record, action=tg.url('/enunciado/update/%d' % record.id),
14         submit_text=_(u'Guardar'))">Formulario</div>
15
16 <br/>
17 <a href="${tg.url('/enunciado/show/%d' % record.id)}">Ver (cancela)</a> |
18 <a href="${tg.url('/enunciado/list')}">Volver (cancela)</a>
19
20 </body>
21 </html>