Mercurial > hg > rlgwebd
diff index-rlg.html @ 89:6145e1ea7ace
RLG-Web: add a new message framework.
Add a message() function meant for UI messages, not debugging info.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Tue, 10 Jul 2012 08:08:54 -0700 |
parents | 7480ef947d45 |
children | 6c6a6e4f1e5b |
line wrap: on
line diff
--- a/index-rlg.html Mon Jul 09 12:51:12 2012 -0700 +++ b/index-rlg.html Tue Jul 10 08:08:54 2012 -0700 @@ -130,6 +130,8 @@ <div class="centerb"><a href="/about.html">Information</a></div> <div class="centerb"><span class="ibutton" onclick="toggleBlock('debug')">Messages</span></div> </div> +<div class="modal" id="messages"> +</div> <div id="debug"> </div> </body>