migrate to mysql
This commit is contained in:
@@ -4,26 +4,26 @@
|
||||
<script src=assets/jquery.js> </script>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="assets/pico.css">
|
||||
<title>Pridanie streamu</title>
|
||||
<title>Stream add</title>
|
||||
<body>
|
||||
<form method="post">
|
||||
Kód:<br>
|
||||
Code:<br>
|
||||
<input type="text" name="kod">
|
||||
<br>
|
||||
Adresa zvuku:<br>
|
||||
Audio address:<br>
|
||||
<input type="text" name="url">
|
||||
<br>
|
||||
Typ zvuku:<br>
|
||||
Audio type:<br>
|
||||
<input type="radio" name="type" value="audio/mpeg">mp3
|
||||
<input type="radio" name="type" value="audio/ogg">ogg
|
||||
<br>
|
||||
<br>
|
||||
Administračné heslo streamu:<br>
|
||||
Stream administration password:<br>
|
||||
<input type="text" name="adminpwd">
|
||||
Heslo prevádzkovateľa:<br>
|
||||
Webmaster password:<br>
|
||||
<input type="text" name="heslo">
|
||||
<br>
|
||||
<input type="submit" value="pridať">
|
||||
<input type="submit" value="Add">
|
||||
<br>
|
||||
<p>© BRN Systems __VLOZ_ROK__</p>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user