19 rader
460 B
Plaintext
19 rader
460 B
Plaintext
|
<footer>
|
||
|
<ul id="footer">
|
||
|
<li><span style="padding-left: 10px"><a href="{wikiqs:config:linklogin}">{wikiqs:var:loginstatus}</a></span></li>
|
||
|
<li style="font-size: 10pt">Powered by wikiQS</li>
|
||
|
</ul>
|
||
|
</footer>
|
||
|
<script>
|
||
|
function refreshSession()
|
||
|
{
|
||
|
var req = new XMLHttpRequest();
|
||
|
req.open("GET", "{wikiqs:config:refreshsessionurl}");
|
||
|
req.send();
|
||
|
setTimeout(refreshSession, 60*2*1000);
|
||
|
}
|
||
|
setTimeout(refreshSession, 60*2*1000);
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|