]>
code.octet-stream.net Git - broadcaster/blob - server/templates/radio.html
   2       <h1>A specific radio
</h1> 
  10       <form action=
"/radios/submit" method=
"POST"> 
  11         <input type=
"hidden" name=
"radioId" value=
"{{.Radio.Id}}"> 
  13         <label for=
"radioName">Name:
</label> 
  14         <input type=
"text" id=
"radioName" name=
"radioName" value=
"{{.Radio.Name}}"> 
  17         Authentication token: 
<b>{{.Radio.Token}}
</b> 
  18         <input type=
"hidden" name=
"radioToken" value=
"{{.Radio.Token}}"> 
  21         <input type=
"submit" value=
"Save Radio"> 
  26       <form action=
"/radios/delete" method=
"POST"> 
  27         <input type=
"hidden" name=
"radioId" value=
"{{.Radio.Id}}"> 
  29         <input type=
"submit" value=
"Delete Radio">