WebGUI 2.4.0 release
This commit is contained in:
parent
2a61818564
commit
6286f9bfaf
74 changed files with 2332 additions and 548 deletions
34
www/extras/viewer.html
Normal file
34
www/extras/viewer.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<HTML>
|
||||
|
||||
<!--
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001 Plain Black Software.
|
||||
#-------------------------------------------------------------------
|
||||
# Please read the legal notices (docs/legal.txt) and the license
|
||||
# (docs/license.txt) that came with this distribution before using
|
||||
# this software.
|
||||
#-------------------------------------------------------------------
|
||||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
-->
|
||||
|
||||
<HEAD><TITLE>ShowMe Viewer</TITLE>
|
||||
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<script language="JavaScript">
|
||||
var text = window.opener.getShowMeText();
|
||||
var re = /\n/g;
|
||||
text = text.replace(re,"<br>");
|
||||
document.write(text);
|
||||
</script>
|
||||
|
||||
<form>
|
||||
<input type="button" onClick="window.close()" value="Close this window!">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue