Le repo des sources pour le site web des JM2L
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

9 wiersze
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>