szurubooru/client/html/home.tpl
2016-07-08 00:08:44 +02:00

16 lines
569 B
Smarty

<div class='content-wrapper transparent' id='home'>
<div class='messages'></div>
<header>
<h1><%- ctx.name %></h1>
</header>
<% if (ctx.canListPosts) { %>
<form class='horizontal'>
<%= ctx.makeTextInput({name: 'search-text', placeholder: 'enter some tags'}) %>
<input type='submit' value='Search'/>
<span class=sep>or</span>
<a href='/posts'>browse all posts</a>
</form>
<% } %>
<div class='post-info-container'></div>
<footer class='footer-container'></footer>
</div>