Commit 88aaad7a authored by Christoffer Ackelman's avatar Christoffer Ackelman

Web: Updated minified JS files.

parent 26dac13e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,47 +6,7 @@ ...@@ -6,47 +6,7 @@
</head> </head>
<body> <body>
<div class="toolbar" role="toolbar"> <canvas id="canvas" width="1200" height="800"></canvas>
<div id="toolitem1" tabindex="0" class="toolbar-item" role="button"> <script src="ev.bundle.js"></script>
<img src="toolbar_ack.png"/>....
</div>
<div id="toolitem2" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_navigator.png"/>
</div>
<div id="toolitem3" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_plc.png"/>....
</div>
<div id="toolitem4" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_graph.png"/>
</div>
<div id="toolitem5" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_objectgraph.png"/>
</div>
<div id="toolitem6" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_navigator.png"/>
</div>
<div id="toolitem7" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_plc.png"/>
</div>
<div id="toolitem8" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_history.png"/>
</div>
<div id="toolitem9" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_object.png"/>
</div>
<div id="toolitem10" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_crossref.png"/>
</div>
<div id="toolitem11" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_help.png"/>
</div>
<div id="toolitem12" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_classhelp.png"/>
</div>
</div>
<canvas id="flowcanvas" width="1200" height="800"></canvas>
<script src=ev.js></script>
<hr>
<address><a href="mailto:claes@debian86.ssab.com"></a></address>
</body> </body>
</html> </html>
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
<!DOCTYPE html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<title>Trace</title> <title>Trace</title>
...@@ -6,23 +6,7 @@ ...@@ -6,23 +6,7 @@
</head> </head>
<body> <body>
<div class="toolbar" role="toolbar"> <canvas id="canvas" width="1200" height="800"></canvas>
<div id="toolitem1" tabindex="0" class="toolbar-item" role="button"> <script src="flow.bundle.js"></script>
<img src="toolbar_graph.png"/>
</div>
<div id="toolitem2" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_navigator.png"/>
</div>
<div id="toolitem3" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_history.png"/>
</div>
<div id="toolitem4" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_object.png"/>
</div>
</div>
<canvas id="flowcanvas" width="1200" height="800"></canvas>
<script src=flow.js></script>
<hr>
<address><a href="mailto:claes@debian86.ssab.com"></a></address>
</body> </body>
</html> </html>
This diff is collapsed.
This diff is collapsed.
...@@ -6,9 +6,7 @@ ...@@ -6,9 +6,7 @@
</head> </head>
<body> <body>
<canvas id="flowcanvas" width="1200" height="800"></canvas> <canvas id="canvas" width="1200" height="800"></canvas>
<script src=ge.js></script> <script src="ge.bundle.js"></script>
<hr>
<address><a href="mailto:claes@debian86.ssab.com"></a></address>
</body> </body>
</html> </html>
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<title>Operator window</title> <title>Operator window</title>
<link rel="stylesheet" type="text/css" href="toolbar.css"> <link rel="stylesheet" type="text/css" href="toolbar.css">
<style>
.menu {
float: left;
width: 20%;
height: 100%;
}
.main {
float: left;
width: 79%;
height: 100%;
}
</style>
</head> </head>
<body> <body>
<iframe class="menu" src="opwind_menu.html"></iframe> <script src="opwind.bundle.js"></script>
<iframe class="main" src="xtt_help_index.html"></iframe>
</body> </body>
</html> </html>
This diff is collapsed.
<!DOCTYPE html>
<html>
<head>
<title>Operator Menu</title>
<link rel="stylesheet" type="text/css" href="toolbar.css">
</head>
<body>
<div id="opwindmenu" width="120" height="800">
<h1 id="opwind_title"></h1>
<p id="opwind_text"></p>
<hr>
<button id="login_button" type="button" class="leftmenu-button">Login</button>
<div id="login_frame" class="login-frame">
Username
<br>
<input id="login_user" name="username" class="login-field" />
<br>
Password
<br>
<input id="login_passw" name="password" type="password" class="login-field" />
<br>
<button id="apply_button" type="button" style="flex-grow:1">Apply</button>
<button id="cancel_button" type="button" style="float:right">Cancel</button>
<br>
<button id="logout_button" type="button" class="leftmenu-button">Logout</button>
</div>
</div>
<script src=opwind.js></script>
<hr>
<address><a href="mailto:claes@debian86.ssab.com"></a></address>
</body>
</html>
.annotate { .annotate {
color: #366ED4; color: #366ED4;
font-style: italic; font-style: italic;
} }
.toolbar { .toolbar {
border-left: 1px solid #aaa; border-left: 1px solid #aaa;
margin-top: 10px; margin-top: 10px;
margin: 0 0 0 0; margin: 0 0 0 0;
font-size: 0; font-size: 0;
} }
.toolbar-item { .toolbar-item {
display: inline-block; display: inline-block;
padding: 0.0em 0.0em; padding: 0.0em 0.0em;
background: #fff; background: #fff;
margin: 0 0 0 0; margin: 0 0 0 0;
border: 0px solid #aaa; border: 0px solid #aaa;
border-left: none; border-left: none;
color: blue; color: blue;
font-size: 16px; font-size: 16px;
line-height: 1.5em; line-height: 1.5em;
vertical-align: top; vertical-align: top;
} }
.toolbar-item.selected { .toolbar-item.selected {
background-color: #ccc; background-color: #ccc;
color: black; color: black;
font-weight: bold; font-weight: bold;
} }
.menu-wrapper { .menu-wrapper {
display: inline-block; display: inline-block;
font-size: 16px; font-size: 16px;
} }
.menu-button { .menu-button {
padding-right: 2.5em; padding-right: 2.5em;
position: relative; position: relative;
} }
.menu-button::after { .menu-button::after {
content: " "; content: " ";
border-left: 0.4em solid transparent; border-left: 0.4em solid transparent;
border-right: 0.4em solid transparent; border-right: 0.4em solid transparent;
border-top: 0.4em solid black; border-top: 0.4em solid black;
position: absolute; position: absolute;
right: 1em; right: 1em;
top: 1.1em; top: 1.1em;
} }
.leftmenu-button { .nav {
width:100%; margin: 0;
padding: 0;
overflow: hidden;
background-color: cornflowerblue;
width: 1200px;
} }
.login-frame { li a, .dropbtn {
background-color: #ddeeff; display: inline-block;
padding: 10px; color: white;
display: block; padding: 14px 16px;
overflow: hidden; }
li a:hover, .dropdown:hover .dropbtn {
background-color: coral;
} }
.login-field { li.dropdown {
width:100%; display: inline-block;
} }
.dropdown-content {
display: none;
position: absolute;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {
display: block;
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,35 +6,7 @@ ...@@ -6,35 +6,7 @@
</head> </head>
<body> <body>
<div class="toolbar" role="toolbar"> <canvas id="canvas" width="1200" height="800"></canvas>
<div id="toolitem1" tabindex="0" class="toolbar-item" role="button"> <script src="xtt.bundle.js"></script>
<img src="toolbar_graph.png"/>
</div>
<div id="toolitem2" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_objectgraph.png"/>
</div>
<div id="toolitem3" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_plc.png"/>
</div>
<div id="toolitem4" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_history.png"/>
</div>
<div id="toolitem5" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_object.png"/>
</div>
<div id="toolitem6" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_crossref.png"/>
</div>
<div id="toolitem7" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_help.png"/>
</div>
<div id="toolitem8" tabindex="-1" class="toolbar-item" role="button">
<img src="toolbar_classhelp.png"/>
</div>
</div>
<canvas id="flowcanvas" width="1200" height="800"></canvas>
<script src=xtt.js></script>
<hr>
<address><a href="mailto:claes@debian86.ssab.com"></a></address>
</body> </body>
</html> </html>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment