mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
Set HTML5 conform doctype
This commit is contained in:
parent
aeac33b1a9
commit
8ea0b64240
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
@ -409,7 +409,7 @@ function SetChannel(ChannelIndex)
|
||||
|
||||
|
||||
<tr><td>
|
||||
<script type="text/javascript">CreatePlugin();</script></td>
|
||||
<script type="text/javascript">CreatePlugin();</script>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<div id="channeltable">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
@ -334,7 +334,6 @@ function OnLoad()
|
||||
<input id="ClearButton" type="Button" value="Clear" onclick="ClearLNB()" >
|
||||
<input id="AddButton" type="Button" value="Add" onclick="AddLNB()" >
|
||||
</form>
|
||||
</div>
|
||||
</td></tr>
|
||||
</table>
|
||||
<table>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
@ -108,7 +108,7 @@ function OnLoad()
|
||||
-->
|
||||
<h3 align="center">Frontend Temperature</h3>
|
||||
<div id="NoSensor" align="center" style="display: none">
|
||||
</p>
|
||||
<p>
|
||||
No temperature sensors available
|
||||
</div>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
@ -79,8 +79,8 @@ function WriteMCTable()
|
||||
</td>
|
||||
<td>
|
||||
<form action="multicast.lua" method="get">
|
||||
<input id="dlcurrent" type="submit" value="Download" ></input>
|
||||
<input type="hidden" name="select" value="current" ></input>
|
||||
<input id="dlcurrent" type="submit" value="Download" >
|
||||
<input type="hidden" name="select" value="current" >
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@ -90,8 +90,8 @@ function WriteMCTable()
|
||||
</td>
|
||||
<td>
|
||||
<form action="multicast.lua" method="get">
|
||||
<input id="dlm3u" type="submit" value="Download" ></input>
|
||||
<input type="hidden" name="select" value="m3u" ></input>
|
||||
<input id="dlm3u" type="submit" value="Download" >
|
||||
<input type="hidden" name="select" value="m3u" >
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@ -106,8 +106,8 @@ function WriteMCTable()
|
||||
<option value="kabelbw">Kabel BW</option>
|
||||
<option value="unitymedia">Unity Media</option>
|
||||
</select>
|
||||
<input type="hidden" name="select" value="sample" ></input>
|
||||
<input type="submit" value="Download" ></input>
|
||||
<input type="hidden" name="select" value="sample" >
|
||||
<input type="submit" value="Download" >
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
@ -122,29 +122,30 @@ function WriteMCTable()
|
||||
<option value="kabelbw">Kabel BW</option>
|
||||
<option value="unitymedia">Unity Media</option>
|
||||
</select>
|
||||
<input type="hidden" name="select" value="copy" ></input>
|
||||
<input type="submit" value="Select & Enable" ></input>
|
||||
<input type="hidden" name="select" value="copy" >
|
||||
<input type="submit" value="Select & Enable" >
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<form action="mcconfig.lua" method="post" enctype="multipart/form-data">
|
||||
<input type="file" name="filename" value="*.csv" size="30" accept="text/csv">
|
||||
<input type="submit" value="Upload & Enable">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<form action="mcconfig.lua" method="get">
|
||||
<input type="submit" value="Disable" ></input>
|
||||
<input type="hidden" name="select" value="disable" ></input>
|
||||
<input type="submit" value="Disable" >
|
||||
<input type="hidden" name="select" value="disable" >
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -170,8 +170,7 @@ function OnLoad()
|
||||
<td>
|
||||
<form action="">
|
||||
<input id="EnableButton" type="checkbox" value="Check" checked="false" onclick="SetEnable()">
|
||||
Enable Unicable (EN 50494 / EN 50607)
|
||||
</input>
|
||||
Enable Unicable (EN 50494 / EN 50607)
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -299,8 +299,8 @@ function ToggleHelp(id)
|
||||
</div>
|
||||
<br/>
|
||||
<div id="passwd" style="display: none">
|
||||
<form action="">
|
||||
<table class="tableleft" align="center" cellspacing="2px">
|
||||
<form action="">
|
||||
<tr>
|
||||
<td align="right">
|
||||
New password
|
||||
@ -327,8 +327,8 @@ function ToggleHelp(id)
|
||||
<input id="SetButton" type="Button" value="Set Password" onclick="SetPassword()" >
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<div id="qos_hlpE" onclick="ToggleHelp('qos_hlpE')"
|
||||
style="display: none; position: absolute; width: 660px; left: 30px; top:30px; z-index: 2; border: 1px solid #000000; background: #FFFFE0;">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
Loading…
Reference in New Issue
Block a user