blob: e8de9b245f2d93ab46a183d1a9a34c89e6e07704 (
plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
<html>
<head>
<title>Scilab on Cloud</title>
<link href="/static/website/css/base.css" rel="stylesheet"/>
<link href="/static/website/css/skeleton.css" rel="stylesheet"/>
<link href="/static/website/css/layout.css" rel="stylesheet"/>
<link href="/static/website/css/main.css" rel="stylesheet"/>
</head>
<body>
<div id="header-wrapper">
<div id="header-inner">
<div id="topbar">
Scilab on Cloud
</div>
</div> <!-- /#header-inner -->
</div> <!-- /#header-wrapper -->
<div id="content-wrapper">
<div id="content-inner">
<div id="selectors">
<select><option></option></select>
<select><option></option></select>
<select><option></option></select>
<select><option></option></select>
</div>
<div id="content">
<div id="input">
<span>Scilab Code</span>
<textarea></textarea>
</div><!-- /#input -->
<a id="execute" class="button">Execute</a>
<div id="output">
<span>Result</span>
<textarea></textarea>
</div> <!-- /#output -->
<a id="bug" class="button">Report bug / Give Feedback</a>
<div id="credits">
<small>
Disclaimer: Scilab is a trademark of Inria
(registered at the INPI for France and the rest of the World)
and Scilab Enterprises is granted exclusive rights for
Scilab Trademark.
</small>
Copyright IIT Bombay
</div>
</div> <!-- /#content -->
</div> <!-- /#content-inner -->
</div> <!-- /#content-wrapper -->
</body>
</html>
|