]>
code.octet-stream.net Git - broadcaster/blob - templates/radio.html
5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
6 <title>Broadcaster
</title>
10 <h1>A specific radio
</h1>
18 <form action=
"/radio/submit" method=
"POST">
19 <input type=
"hidden" name=
"radioId" value=
"{{.Radio.Id}}">
21 <label for=
"radioName">Name:
</label>
22 <input type=
"text" id=
"radioName" name=
"radioName" value=
"{{.Radio.Name}}">
25 Authentication token:
<b>{{.Radio.Token}}
</b>
26 <input type=
"hidden" name=
"radioToken" value=
"{{.Radio.Token}}">
29 <input type=
"submit" value=
"Save Radio">
34 <form action=
"/radio/delete" method=
"POST">
35 <input type=
"hidden" name=
"radioId" value=
"{{.Radio.Id}}">
37 <input type=
"submit" value=
"Delete Radio">