Moved viewdata javascript so it wasnt a post, enabled zoom in chinwag

This commit is contained in:
Deon George 2019-01-16 14:36:43 +11:00
parent 25f3b37f8d
commit 442c326ad7
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
11 changed files with 13 additions and 10 deletions

View File

@ -12,7 +12,7 @@ Chinwag is a BBS running on a Raspberry Pi under Docker.
If you would like to explore BBS, Echomail and Netmail without having to setup a BBS for yourself, you are welcome to connect to mine.
Just press the *Connect* button below, and create an account. The first time you login you'll have limited abilities, but send me a note and I'll upgrade you so that you can use the Echomail and Netmail areas.
<div id="fTelnetContainer" class="fTelnetContainer"></div>
<div id="fTelnetContainer" class="fTelnetContainer zoomTarget" data-targetsize="0.9"></div>
<script>document.write('<script src="//embed-v2.ftelnet.ca/js/ftelnet-loader.norip.xfer.js?v=' + (new Date()).getTime() + '"><\/script>');</script>
<script>
var Options = new fTelnetOptions();
@ -39,3 +39,6 @@ Just press the *Connect* button below, and create an account. The first time you
There is some useful terminal emulation software available on the Net.
I'm a MAC user so I use [SyncTERM](http://syncterm.bbsdev.net) - it works a treat!
<% raw %>
<script src="/libs/zoomooz/js/jquery.zoomooz.min.js"></script>
<% endraw %>

View File

@ -14,8 +14,8 @@ It is still being developed, so the current functionality is very limited. You c
<small>**NOTE:** For some keyboards, the hash (#) key is the UK Pound (£) symbol. You should be able to use your **ENTER** key in place of **#**, otherwise you can try your **'** (apostrophe) key.</small>
<small>**TIP:** You can click inside the terminal to zoom full screen. Click outside to unzoom.</small>
{% raw %}
<link rel="stylesheet" href="viewdata/teletext.css" type="text/css">
<div class="viewdata clearer">
<link rel="stylesheet" href="/js/viewdata/TELETEXT.CSS" type="text/css">
<div class="viewdata">
<form>
<input id='host' type='hidden'>
<input id='port' type='hidden'>
@ -48,13 +48,13 @@ It is still being developed, so the current functionality is very limited. You c
&nbsp;Press Connect to begin.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><span style="color:#ffffff;background-color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
</div></td></tr></tbody></table>
<script src="viewdata/base64.js"></script>
<script src="viewdata/util.js"></script>
<script src="viewdata/websock.js"></script>
<script src="viewdata/webutil.js"></script>
<script src="viewdata/keysym.js"></script>
<script src="viewdata/vdata.js"></script>
<script src="viewdata/wsvdata.js"></script>
<script src="/js/viewdata/base64.js"></script>
<script src="/js/viewdata/util.js"></script>
<script src="/js/viewdata/websock.js"></script>
<script src="/js/viewdata/webutil.js"></script>
<script src="/js/viewdata/keysym.js"></script>
<script src="/js/viewdata/vdata.js"></script>
<script src="/js/viewdata/wsvdata.js"></script>
<script src="/libs/zoomooz/js/jquery.zoomooz.min.js"></script>
<script>
var telnet;