]> git.llucax.com Git - software/sercom.git/blob - sercom/subcontrollers/enunciado/templates/new.kid
af1ff82bd96fea98a71cd34ca5d78c3c27567643
[software/sercom.git] / sercom / subcontrollers / enunciado / templates / new.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>new</title>
7 <script>MochiKit.DOM.focusOnLoad('form_nombre');</script>
8 </head>
9 <body>
10
11 <h1>Crear Nuevo <span py:replace="name">Objeto</span></h1>
12
13 <p py:replace="form(action=tg.url('/enunciado/create'), value=values, submit_text=_('Crear'))">Formulario</p>
14
15 <br/>
16 <a href="${tg.url('/enunciado/list')}">Cancelar</a>
17
18 </body>
19 </html>