<!-- load the main HTMLArea files -->
<script type="text/javascript" src="/modules/Guiki/htmlarea3/htmlarea.js"></script>
<script type="text/javascript" src="/modules/Guiki/htmlarea3/lang/en.js"></script>
<script type="text/javascript" src="/modules/Guiki/htmlarea3/dialog.js"></script>
<!-- <script type="text/javascript" src="htmlarea/popupdiv.js"></script> -->
<script type="text/javascript" src="/modules/Guiki/htmlarea3/popupwin.js"></script>
<!-- load the TableOperations plugin files -->
<script type="text/javascript" src="/modules/Guiki/htmlarea3/plugins/TableOperations/table-operations.js"></script>
<script type="text/javascript" src="/modules/Guiki/htmlarea3/plugins/TableOperations/lang/en.js"></script>
<!-- load the SpellChecker plugin files -->
<script type="text/javascript" src="/modules/Guiki/htmlarea3/plugins/SpellChecker/spell-checker.js"></script>
<script type="text/javascript" src="/modules/Guiki/htmlarea3/plugins/SpellChecker/lang/en.js"></script>
<style type="text/css">
@import url(/modules/Guiki/htmlarea3/htmlarea.css);
html, body {
font-family: Verdana,sans-serif;
color: #000;
}
textarea { background-color: #fff; border: 1px solid 00f; }
</style>
<script type="text/javascript">
_editor_url = "/modules/Guiki/htmlarea3/";
var editor = null;
function initEditor() {
// create an editor for the "CONTENT" textbox
editor = new HTMLArea("CONTENT");
// register the TableOperations plugin with our editor
editor.registerPlugin("TableOperations");
editor.registerPlugin("SpellChecker");
editor.generate();
return false;
}
</script>
</head>
<body onload="initEditor()">
<div id="container">
<div id="title"><h1><!--PAGE--></h1></div>
</div>
<div id="session">
<form method="post" action="modules.php?name=Guiki&MODE=SEARCH&PAGE=Search">
<input type="hidden" name="MODE" value="SEARCH">
<input type="hidden" name="PAGE" value="Search">
<input type="text" name="SEARCH" size="30">
<input type="submit" value="Search" /></form><br>
</div>
<div id="mainmenuleft">
<a href="modules.php?name=Guiki">Home</a>
<!--REVERT-->
<!--CANCEL-->
<!--DELETE-->
</div>
<form method="post" action="modules.php?name=Guiki&MODE=SHOW&PAGE=<!--PAGE-->">
<input type="submit" value="Save" />
<small> Create a new page by putting it's name in [[Double Brackets]]</small><br />
<textarea id="CONTENT" name="CONTENT" style="width: 100%; height: 35em;"><!--CONTENT--></textarea></p>
</form>