]> git.llucax.com Git - software/sercom.git/blob - sercom/subcontrollers/ejercicio/templates/new.kid
8e28a9cb74143865487387eebb6611fa9798c2a2
[software/sercom.git] / sercom / subcontrollers / ejercicio / 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 </head>
8 <script type="text/javascript">
9     function select_enunciado() {}
10 </script>
11 <body>
12
13 <h1>Crear Nuevo <span py:replace="name">Objeto</span></h1>
14
15 <div id="hint">
16     Buscando registros ...
17 </div>
18
19 <p py:replace="form(action=tg.url('/ejercicio/create'), value=values, submit_text=_('Crear'))">Formulario</p>
20
21 <br/>
22 <a href="${tg.url('/ejercicio/list')}">Cancelar</a>
23
24 </body>
25 </html>