Le repo des sources pour le site web des JM2L
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

9 řádky
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>