Fix
This commit is contained in:
parent
78d8e76879
commit
0d35ef8c54
@ -15,17 +15,17 @@ function respond(){
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="incontainer">
|
<div class="incontainer">
|
||||||
<table>
|
<table>
|
||||||
<tr><td></td><td align="center"><h1>Stream Upload</h1></td></tr>
|
<tr><td></td><td align="center"><h1>Stream Upload</h1></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="left">User:</td>
|
<td class="left">User:</td>
|
||||||
<td class="right"><b>'.$user.'</b></td>
|
<td class="right"><b>'.$user.'</b></td>
|
||||||
<form action="check.php" method="post">
|
<form action="check.php" method="post">
|
||||||
<td><input class="shiftleft" type="submit" name="logoff" value="Logoff"></td>
|
<td><input class="shiftleft" type="submit" name="logoff" value="Logoff"></td>
|
||||||
</form></tr>
|
</form></tr>
|
||||||
<form action="upload.php" method="post" enctype="multipart/form-data" onsubmit="respond()">
|
<form action="upload.php" method="post" enctype="multipart/form-data" onsubmit="respond()">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Target:</td>
|
<td class="left">Target:</td>
|
||||||
<td>
|
<td class="right">
|
||||||
<select name="target" id="target" required>
|
<select name="target" id="target" required>
|
||||||
<option value="" disabled selected hidden>Streaming Destination</option>
|
<option value="" disabled selected hidden>Streaming Destination</option>
|
||||||
<option value="Restream">Restream</option>
|
<option value="Restream">Restream</option>
|
||||||
@ -37,8 +37,8 @@ function respond(){
|
|||||||
<td class="left">Streamkey:</td>
|
<td class="left">Streamkey:</td>
|
||||||
<td class="right"><input type="text" name="streamkey" required title="string of 0-9, a-z, A-Z, underscore or dash characters" pattern="[a-zA-Z0-9_-]+"></td></tr>
|
<td class="right"><input type="text" name="streamkey" required title="string of 0-9, a-z, A-Z, underscore or dash characters" pattern="[a-zA-Z0-9_-]+"></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Date & Time:</td>
|
<td class="left">Date & Time:</td>
|
||||||
<td><input type="datetime-local" name="datetime" title="Click on the date to get a popup" required></td></tr>
|
<td class="right"><input type="datetime-local" name="datetime" title="Click on the date to get a popup" required></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="left">Video File:</td>
|
<td class="left">Video File:</td>
|
||||||
<td class="right"><input type="file" name="file" required accept=".mp4"></td></tr>
|
<td class="right"><input type="file" name="file" required accept=".mp4"></td></tr>
|
||||||
|
|||||||
@ -33,8 +33,8 @@ body {
|
|||||||
height:100vh;
|
height:100vh;
|
||||||
}
|
}
|
||||||
.incontainer {
|
.incontainer {
|
||||||
width:525px;
|
width:550px;
|
||||||
max-width:450px;
|
max-width:550px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
flex-wrap:nowrap;
|
flex-wrap:nowrap;
|
||||||
@ -53,7 +53,7 @@ table {
|
|||||||
width:325px;
|
width:325px;
|
||||||
}
|
}
|
||||||
.left {
|
.left {
|
||||||
width:200px;
|
width:225px;
|
||||||
padding-right:10px;
|
padding-right:10px;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user