diff options
author | onefang | 2022-06-29 08:00:39 +1000 |
---|---|---|
committer | onefang | 2022-06-29 08:00:39 +1000 |
commit | 50f2b9270e609721ff12d155e0eb40ff4e6667cf (patch) | |
tree | ea4e13012feeeed5f5c9d775d88b3d0194ebc7cb /example/var/www/html/footer.html | |
parent | Re arrange sledjchisl build script, so the json stuff is done right. (diff) | |
download | opensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.zip opensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.tar.gz opensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.tar.bz2 opensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.tar.xz |
Turn the stats iFrame into a hover popdown.
Diffstat (limited to 'example/var/www/html/footer.html')
-rw-r--r-- | example/var/www/html/footer.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html index 976a363..fb6297d 100644 --- a/example/var/www/html/footer.html +++ b/example/var/www/html/footer.html | |||
@@ -1,5 +1,12 @@ | |||
1 | </div> | 1 | </div> |
2 | <div class='top-right'> | 2 | <div class='top-right'> |
3 | <div class="hoverWrapper0"> | ||
4 | <h1 class="TTitem"><!--#echo var="grid" --> statisitics</h1> | ||
5 | <div id="hoverShow0"> | ||
6 | <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe> | ||
7 | </div> | ||
8 | </div> | ||
9 | <p> </p> | ||
3 | <h1>Experimental account manager</h1> | 10 | <h1>Experimental account manager</h1> |
4 | <p>This account manager system is currently experimental, and under heavy development. | 11 | <p>This account manager system is currently experimental, and under heavy development. |
5 | Which means it's not all written yet, and things may break.</p> | 12 | Which means it's not all written yet, and things may break.</p> |
@@ -19,6 +26,7 @@ | |||
19 | <p>You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@<!--#echo var="host" --></p> | 26 | <p>You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@<!--#echo var="host" --></p> |
20 | <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p> | 27 | <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p> |
21 | <ul>Some other web based clients installed here that you could try (more to come) - | 28 | <ul>Some other web based clients installed here that you could try (more to come) - |
29 | <li><a href="/candy/index.html">Candy Chats are not dead yet.</a> Old and stupid, but simple.</li> | ||
22 | <li><a href="/converse.js/index.html">converse.js fullscreen</a></li> | 30 | <li><a href="/converse.js/index.html">converse.js fullscreen</a></li> |
23 | <li><a href="/converse.js/embedded.html">converse.js embedded</a></li> | 31 | <li><a href="/converse.js/embedded.html">converse.js embedded</a></li> |
24 | <li><a href="/converse.js/mobile.html">converse.js mobile</a></li> | 32 | <li><a href="/converse.js/mobile.html">converse.js mobile</a></li> |
@@ -26,7 +34,6 @@ | |||
26 | <p>P.S. Yes, I hate the default theme to. lol</p> | 34 | <p>P.S. Yes, I hate the default theme to. lol</p> |
27 | </div> | 35 | </div> |
28 | <div class='bottom-left'> | 36 | <div class='bottom-left'> |
29 | <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe> | ||
30 | </div> | 37 | </div> |
31 | <div class='bottom-right'> | 38 | <div class='bottom-right'> |
32 | </div> | 39 | </div> |