]>
code.octet-stream.net Git - broadcaster/blob - server/templates/radio.html
   9       <form action=
"/radios/submit" method=
"POST"> 
  10         <input type=
"hidden" name=
"radioId" value=
"{{.Radio.Id}}"> 
  12         <label for=
"radioName">Name:
</label> 
  13         <input type=
"text" id=
"radioName" name=
"radioName" value=
"{{.Radio.Name}}"> 
  16         Authentication token: 
<b>{{.Radio.Token}}
</b> 
  17         <input type=
"hidden" name=
"radioToken" value=
"{{.Radio.Token}}"> 
  20         <input type=
"submit" value=
"Save Radio"> 
  25       <form action=
"/radios/delete" method=
"POST"> 
  26         <input type=
"hidden" name=
"radioId" value=
"{{.Radio.Id}}"> 
  28         <input type=
"submit" value=
"Delete Radio">