Next.js out Verzeichnis läuft auf CPLv4
This commit is contained in:
37
cplv4 config/INDEX.HTM
Normal file
37
cplv4 config/INDEX.HTM
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>HTTPS Web page (SSL)</title>
|
||||
|
||||
</head>
|
||||
<body onLoad="login()">
|
||||
|
||||
|
||||
<script>
|
||||
function login() {
|
||||
parent.location = "/CPL?dashboard.html";
|
||||
}
|
||||
</script>
|
||||
|
||||
<!--<IMG SRC=beck.gif ALIGN=RIGHT ALT=BECK>--><BR><BR>
|
||||
|
||||
<center>
|
||||
<br>
|
||||
<table border="0" cellpadding="4">
|
||||
<tr>
|
||||
<th><h3></h3></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><img src="littwin.png" alt="Littwin Logo"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" style="font-family:arial">HTTPS Webserver CPL V4 Littwin Systemtechnik GmbH</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
59
cplv4 config/Start.acp
Normal file
59
cplv4 config/Start.acp
Normal file
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
table, th, td {
|
||||
}
|
||||
th, td {
|
||||
padding: 4px;
|
||||
}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<title>HTTPS Web page (SSL)</title>
|
||||
|
||||
<script type="text/javascript">
|
||||
window.location.href = "dashboard.html";
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!--<IMG SRC=beck.gif ALIGN=RIGHT ALT=BECK>--><BR><BR>
|
||||
|
||||
<center>
|
||||
<br>
|
||||
<table border="0" cellpadding="4">
|
||||
<tr>
|
||||
<th><h3></h3></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><img src="littwin.png" alt="Littwin Logo"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" style="font-family:arial">HTTPS Webserver CPL V4 Littwin Systemtechnik GmbH</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<br>
|
||||
<a href="/CPL?SYSTEM.ACP&OFF_1=1 target="_parent" style="font-family:arial">System</a></br>
|
||||
<a href="/CPL?DE.ACP&OFF_1=1" target="_parent" style="font-family:arial">Digitale Eingänge</a><br>
|
||||
<a href="/CPL?KUEconfig.ACP&OFF_1=1" target="_parent" style="font-family:arial">Kabelüberwachungen</a>
|
||||
</td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</br>
|
||||
</br>
|
||||
</br>
|
||||
Letzten 20 Meldungen:<br>
|
||||
<table border="1" style="border: 1px solid black; border-collapse: collapse; cellpadding: 2px;">
|
||||
<%=SAM01%>
|
||||
</table>
|
||||
<br>
|
||||
Stand: <%=SCL01%>
|
||||
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user