view console/console.xhtml @ 107:704ce44c1a22

Add several properties to the Lightstring.Stanza object
author Sonny Piers <sonny@fastmail.net>
date Thu, 28 Jun 2012 12:51:04 +0200
parents c06ec02217ee
children 5cb4733c5189
line wrap: on
line source

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <title>Lightstring Console</title>
    <meta charset="UTF-8"/>
    <script type="application/javascript" src="console.js"/>
    <script type="application/javascript" src="../lib/vkbeautify.0.97.00.beta.js"/>
    <link type="text/css" rel="stylesheet" href="console.css"/>
  </head>
  <body>
    <div id="entries"/>
    <div id="toolbar">
      <button id="clear">Clear</button>
      <input type="search" id="filter" placeholder="Filter"/>
    </div>
    <form id="input">
      <textarea name="field" spellcheck="false"/>
      <input type="submit" value="send"/>
    </form>
  </body>
</html>