init
This commit is contained in:
31
templates/streamadd.html
Executable file
31
templates/streamadd.html
Executable file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script src=assets/jquery.js> </script>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="assets/pico.css">
|
||||
<title>Pridanie streamu</title>
|
||||
<body>
|
||||
<form method="post">
|
||||
Kód:<br>
|
||||
<input type="text" name="kod">
|
||||
<br>
|
||||
Adresa zvuku:<br>
|
||||
<input type="text" name="url">
|
||||
<br>
|
||||
Typ zvuku:<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>
|
||||
<input type="text" name="adminpwd">
|
||||
Heslo prevádzkovateľa:<br>
|
||||
<input type="text" name="heslo">
|
||||
<br>
|
||||
<input type="submit" value="pridať">
|
||||
<br>
|
||||
<p>© BRN Systems __VLOZ_ROK__</p>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user