Le repo des sources pour le site web des JM2L
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

9 righe
281 B

  1. # -*- coding: utf-8 -*-
  2. <%inherit file="jm2l:templates/layout.mako"/>
  3. <h1>Add a new task</h1>
  4. <form action="/Staff/new" method="post">
  5. <input type="text" maxlength="100" name="name">
  6. <input type="submit" class="btn btn-primary" name="add" value="ADD" class="button">
  7. </form>