File size: 958 Bytes
5147be7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<h1>ScloudJS[GUI]</h1>
<div id ="container">
    <div class="monitor">
        <div class ="table">
            <table border="2">
                <tr class="title"><th>variable names</th><th>value</th></tr>

            </table>
        </div>
    </div>
    <div class="util">
        <div class="changes">
            <p>Signed in as <span></span></p>
            <p>Currently connecting to the project :<span></span></p>
            <p>Latest changes:<span></span></p>
        </div>
        <div class="box projectconnect">
            <p>connect to project:</p><input type="text" class="projectid"><input type="button" value="connect!" class="projectbutton">
        </div>
        <div class="box changeval">
            <p>change variable</p>
            <select class="choice">
            </select>
            <p> to</p><input type="text" class="projectid"><input type="button" value="change!"class="button">
        </div> 
    </div>
    
</div>