]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Add backend for adding players.
[ccbs] / html / templates / registration.tmpl
index 5a2239f9ad944c2e8026454cdd22806f5dd81aee..73cdcdd4bcd73096cb4c940ab9e90c924bcf16a5 100644 (file)
 </form>
 </div>
 
+<h2>Registrering av ny spiller</h2>
+
+<div>
+<form method="post" action="do-add-player.pl">
+  <table>
+    <tr>
+      <th>Nick</th>
+      <td><input name="nick" /></td>
+    </tr>
+    <tr>
+      <th colspan="2">
+        <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
+        <input type="submit" value="Legg til" />
+      </th>
+    </tr>
+  </table>
+</form>
+</div>
+
 <h2>PĆ„meldte</h2>
 
 <div>