diff index.html @ 111:b2a3f202d485

Fleshed out the UI a little. Added a "literal" button that replaces the operator panel with a literal panel. Added the navigation buttons, but they're not functional yet.
author Mike Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2013 17:24:53 -0700
parents 35006a6e1c47
children 2b25d0ce2946
line wrap: on
line diff
--- a/index.html	Sat Apr 13 23:37:54 2013 -0700
+++ b/index.html	Sun Apr 14 17:24:53 2013 -0700
@@ -32,7 +32,22 @@
 				<li>&&</li>
 				<li>||</li>
 			</ul>
-			<ul><li id="ops_button">operators</li></ul>
+			<ul id="literals">
+				<li>object</li>
+				<li>list</li>
+				<li>array</li>
+				<li>string</li>
+				<li>number</li>
+				<li>new symbol</li>
+			</ul>
+			<ul>
+				<li id="ops_button">operators</li>
+				<li id="lit_button">literals</li>
+			</ul>
+			<ul id="nav">
+				<li id="out">outwards</li><li id="in">inwards</li>
+				<li id="prev">previous</li><li id="next">next</li>
+			</ul>
 		</div>
 	</div>
 </body>