Define favorite scripts in user dir

This commit is contained in:
Wancat
2022-11-17 16:54:30 +08:00
parent 3aab4827fe
commit 3ef4dfaa48
7 changed files with 171 additions and 126 deletions

View File

@@ -3,7 +3,7 @@
<form action="/new" method="POST">
<label>選擇模板:
{{ range .Templates }}
<input type="radio" name="action" value="{{ .Name }}">{{ .Name }}</option>
<input type="radio" name="action" value="{{ . }}">{{ . }}</option>
{{ end }}
</label><br>
<label>金額:<input name="amount" type="number"></label><br>