adjust layout and show ELOG page with relevant procedure
This commit is contained in:
+14
-8
@@ -9,16 +9,22 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content-container">
|
||||
{% include svg %}
|
||||
<div class="control-panel">
|
||||
<div>
|
||||
|
||||
<div class="page">
|
||||
<div class="left">
|
||||
<div class="top">
|
||||
<input type=radio id="readonly", onClick="setWritable(0);" checked>view only
|
||||
<input type=radio id="writable", onClick="setWritable(1);"">ACTIVE
|
||||
</div>
|
||||
<p> Status messages </p>
|
||||
<textarea name="outputtext" id="outputtext" rows="10" cols="30" readonly></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="svg-wrap">
|
||||
{% include svg %}
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<textarea name="outputtext" id="outputtext" rows="5" readonly></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<iframe src='http://linse-c.psi.ch:8080/sample_environment/?Device={{ name }}&Title=procedure&mode=full'></iframe>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user