From 1a57267a17c2fc17fb6e104846fabc3e363c326c Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 16 Aug 2024 19:50:26 +0200 Subject: initial commit --- templates/battleNew.html | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 templates/battleNew.html (limited to 'templates/battleNew.html') diff --git a/templates/battleNew.html b/templates/battleNew.html new file mode 100644 index 0000000..0460dc7 --- /dev/null +++ b/templates/battleNew.html @@ -0,0 +1,79 @@ +{{ define "battleNew" }} + +{{ template "head" . }} + + {{ template "nav" . }} + + +

New battle

+ +

This is the page on which you can create a battle. Select the values you find appropriate. + Bots can be added to the battle later.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ if .res }} + + + + + {{ end }} + +
Archs:{{ range $idx, $arch := .archs }}{{ if $idx }},{{ end }} + + + {{- end }} +
Bits: + {{ range $idx, $bit := .bits}}{{if $idx}},{{end}} + + + {{- end }} +
Public: + +
{{ .res }}
+ +{{ template "footer" . }} +{{ end }} -- cgit 1.4.1