Actually start working on the templates.

This commit is contained in:
flash 2015-03-08 09:15:23 +01:00
parent d4b821691d
commit 542886f118

View file

@ -7,16 +7,14 @@
<a class="button loginbutton" href="/login">Login</a>
<div class="head">Stats</div>
We have <b>109 users</b>,
<b><a href="/u/374" class="default">fayopatra</a></b> is the newest user,
it has been <b>3 days</b> since the last user registered and
there are <b>6 users</b> in chat right now.
<b><a href="/u/{{ frontpage.stats.latestid }}" class="default">{{ frontpage.stats.latestname }}</a></b> is the newest user,
it has been <b>{{ frontpage.stats.lastsignup }}</b> since the last user registered and
there are <b>{{ frontpage.stats.usersinchat }}</b> in chat right now.
</div>
<div class="content-left content-column">
<div class="head">News <a href="/news.xml" class="fa fa-rss news-rss default"></a></div>
<a href="/news/24" class="news-head" id="24">2 YEARS OF THIS SHIT!!!</a><div class="news-body"><a href="/u/2"><div class="news-poster"><img src="http://cdn.flashii.net/img/avatars/2_1420829816.png" alt="Flashwave" class="default-avatar-setting" /><h1 style="color: #A00 !important;text-shadow:0px 0px 7px #888;padding:0px 0px 10px;">Flashwave</h1></div></a><div class="markdown"><p><a href="https://www.youtube.com/embed/X2WH8mHJnhM">https://www.youtube.com/embed/X2WH8mHJnhM</a></p>
<p>Lets go for another one!</p></div></div><div class="clear"></div><div class="news-post-time">Posted on Tue 2015-01-27 22:10:54 UTC <a class="default" href="/news/24#disqus_thread">View comments</a></div><a href="/news/23" class="news-head" id="23">Problems with logging in to Chat in Internet Explorer</a><div class="news-body"><a href="/u/2"><div class="news-poster"><img src="http://cdn.flashii.net/img/avatars/2_1420829816.png" alt="Flashwave" class="default-avatar-setting" /><h1 style="color: #A00 !important;text-shadow:0px 0px 7px #888;padding:0px 0px 10px;">Flashwave</h1></div></a><div class="markdown"><p>So I've gotten multiple reports of people having issues whilst logging into the chat with Internet Explorer where it just rejects them and throws them back to the login screen. While I'm not 100% certain about what the cause of this could be logging into the site first and <strong>then</strong> logging into chat seems to fix the issue.</p></div></div><div class="clear"></div><div class="news-post-time">Posted on Sat 2015-01-17 15:52:58 UTC <a class="default" href="/news/23#disqus_thread">View comments</a></div><a href="/news/22" class="news-head" id="22">Merry Christmas!</a><div class="news-body"><a href="/u/1"><div class="news-poster"><img src="http://cdn.flashii.net/img/avatars/1_1401994352.jpeg" alt="Koishi" class="default-avatar-setting" /><h1 style="color: #9E8DA7 !important;text-shadow:0px 0px 7px #888;padding:0px 0px 10px;">Koishi</h1></div></a><div class="markdown"><p>The Flashii Staff wishes all of you a Merry Christmas and a Happy New Year!</p></div></div><div class="clear"></div><div class="news-post-time">Posted on Thu 2014-12-25 18:30:57 UTC <a class="default" href="/news/22#disqus_thread">View comments</a></div>
</div>
<div class="clear"></div>
</div>
<script type="text/javascript" src="//cdn.flashii.net/js/ybabstat.js"></script>
<script type="text/javascript" src="//{{ sakura.urls.content }}/js/ybabstat.js"></script>
{% include 'global/footer.tpl' %}