forked from gibber-cc/gibber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
67 lines (53 loc) · 2.17 KB
/
index.htm
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html>
<head>
<script src="js/external/script.min.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="css/main2.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="css/external/codemirror/codemirror.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="css/external/codemirror/gibber.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="css/external/codemirror/show-hint.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<table role='presentation' border='0' id='layoutTable'>
<thead id='mainHeader'>
<tr>
<td id='header'>
<canvas></canvas>
<h1>gibber</h1>
<!-- <span class='addColumn'>add column :</span> -->
<ul>
<li><button id='browseButton' title='browse examples and user-submitted giblets'>browse</button></li>
<li><button id='publishButton' title='publish a giblet'>publish</button></li>
<li><button id='chatButton' title='chat and collaborate with other gibberers'>chat / collaborate</button></li>
<li><button id='consoleButton' title='view errors and log messages'>console</button></li>
<li><button id='addCodeButton' title='create a new code column'>code</button></li>
<li><button id='helpButton' title='display help'>help</button></li>
<li><button id='creditsButton' title='show credits'>credits</button></li>
<li><button id='forumButton' title='show discussion forum'>forum</button></li>
</ul>
<div id='opacity'></div>
<div class='login'><a href="#">please login</a></div>
</td>
</tr>
</thead>
<tbody id='mainContent'>
<tr>
<td id='contentCell'>
loading
<!-- have to wrap in div for scrolling on x-axis... freakin' html -->
<!-- <div id='content'></div> -->
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td id='footer'>
</td>
</tr>
</tfoot>
</table>
</body>
<script>
$script.path( 'js/' )
$script( 'main' )
</script>
</html>