This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/yuuno/main/index.tpl
2015-03-29 22:54:30 +02:00

24 lines
1.4 KiB
Smarty

{% include 'global/header.tpl' %}
<div class="content homepage">
<div class="content-right content-column">
<div class="head">Welcome!</div>
Welcome to Flashii! This is a site for a bunch of friends to hang out, nothing special. Anyone is pretty much welcome to register so why not have a go?
<a class="button registerbutton" href="/register">Register!</a>
<a class="button loginbutton" href="/login">Login</a>
<div class="head">Stats</div>
We have <b>{{ frontpage.stats.usercount }}</b>,
<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>
{% for newsPost in newsPosts %}
{% include 'elements/newsPost.tpl' %}
{% endfor %}
</div>
<div class="clear"></div>
</div>
<script type="text/javascript" src="//{{ sakura.urls.content }}/js/ybabstat.js"></script>
{% include 'global/footer.tpl' %}