Moved viewdata javascript so it wasnt a post, enabled zoom in chinwag
This commit is contained in:
parent
25f3b37f8d
commit
442c326ad7
@ -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.
|
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.
|
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>document.write('<script src="//embed-v2.ftelnet.ca/js/ftelnet-loader.norip.xfer.js?v=' + (new Date()).getTime() + '"><\/script>');</script>
|
||||||
<script>
|
<script>
|
||||||
var Options = new fTelnetOptions();
|
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.
|
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!
|
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 %>
|
||||||
|
@ -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>**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>
|
<small>**TIP:** You can click inside the terminal to zoom full screen. Click outside to unzoom.</small>
|
||||||
{% raw %}
|
{% raw %}
|
||||||
<link rel="stylesheet" href="viewdata/teletext.css" type="text/css">
|
<link rel="stylesheet" href="/js/viewdata/TELETEXT.CSS" type="text/css">
|
||||||
<div class="viewdata clearer">
|
<div class="viewdata">
|
||||||
<form>
|
<form>
|
||||||
<input id='host' type='hidden'>
|
<input id='host' type='hidden'>
|
||||||
<input id='port' 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
|
|||||||
Press Connect to begin.
|
Press Connect to begin.
|
||||||
</span><span style="color:#ffffff;background-color:#000000;"> </span>
|
</span><span style="color:#ffffff;background-color:#000000;"> </span>
|
||||||
</div></td></tr></tbody></table>
|
</div></td></tr></tbody></table>
|
||||||
<script src="viewdata/base64.js"></script>
|
<script src="/js/viewdata/base64.js"></script>
|
||||||
<script src="viewdata/util.js"></script>
|
<script src="/js/viewdata/util.js"></script>
|
||||||
<script src="viewdata/websock.js"></script>
|
<script src="/js/viewdata/websock.js"></script>
|
||||||
<script src="viewdata/webutil.js"></script>
|
<script src="/js/viewdata/webutil.js"></script>
|
||||||
<script src="viewdata/keysym.js"></script>
|
<script src="/js/viewdata/keysym.js"></script>
|
||||||
<script src="viewdata/vdata.js"></script>
|
<script src="/js/viewdata/vdata.js"></script>
|
||||||
<script src="viewdata/wsvdata.js"></script>
|
<script src="/js/viewdata/wsvdata.js"></script>
|
||||||
<script src="/libs/zoomooz/js/jquery.zoomooz.min.js"></script>
|
<script src="/libs/zoomooz/js/jquery.zoomooz.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var telnet;
|
var telnet;
|
||||||
|
Reference in New Issue
Block a user