Layout and other changes
This commit is contained in:
parent
3f5ef1296a
commit
4632884065
41 changed files with 5563 additions and 544 deletions
|
@ -13,13 +13,15 @@
|
|||
<div id="content-wrap">
|
||||
<div class="row add-bottom">
|
||||
<div class="six columns add-bottom">
|
||||
<h3>Über {$user.username}</h3>
|
||||
<h3>Über {$user.username} <img src="images/{$user.gender}.png" style="float: right;"></h3>
|
||||
<p><img class="pull-left" src="/forum/{$user.np_picture}" alt="Ist das {$user.username}?">
|
||||
{$user.fid2}</p><div id="gender"><img src="/npimages/{$user.gender}.png" /></div>
|
||||
{$user.fid2}</p>
|
||||
</div>
|
||||
<div class="six columns add-bottom">
|
||||
<h3>Über mich:</h3>
|
||||
{if $user.birthdayprivacy != none}
|
||||
<p>Alter: {$user.age}<br />
|
||||
{/if}
|
||||
<ul>
|
||||
<li><a href="//{$domain}/forum/private.php?action=send&uid={$user.fuid}">PN an {$user.username}</a></li>
|
||||
<li>Forenposts: <a href="//{$domain}/forum/search.php?action=finduser&uid={$user.fuid}">{$forum.postnum}</a></li>
|
||||
|
@ -48,9 +50,10 @@
|
|||
</div>
|
||||
</div> <!-- Row End-->
|
||||
{/if}
|
||||
<hr>
|
||||
|
||||
<div class="row section-head">
|
||||
{if $gb!=""}
|
||||
<hr>
|
||||
{$pagination}
|
||||
{foreach from=$gb item=g}
|
||||
<div class="twelve columns">
|
||||
|
@ -73,13 +76,22 @@
|
|||
</nav>
|
||||
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
{else}
|
||||
<hr>
|
||||
<div class="twelve columns">
|
||||
<p>Keine Einträge. Schreib doch einfach einen. ;-)</p>
|
||||
</div>
|
||||
<hr>
|
||||
{/if}
|
||||
{if $loggedin==true}
|
||||
<h3>Gästebucheintrag schreiben:</h3>
|
||||
<form action="/np/{$user.username}/gbentry" method="post">
|
||||
<textarea name="gbeintrag" id="gb"></textarea>
|
||||
<input type="hidden" name="user" value="{$g.username}" />
|
||||
<input type="submit" class="button" name="submit" value="Absenden">
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
|
|
|
@ -38,7 +38,11 @@
|
|||
================================================== -->
|
||||
<script src="{$themepath}/js/modernizr.js"></script>
|
||||
<script defer src="{$themepath}/js/fontawesome/all.min.js"></script>
|
||||
<!--<script src="{$themepath}/js/jquery-3.2.1.min.js"></script>-->
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<script src="{$themepath}/js/wysibb/jquery.wysibb.min.js"></script>
|
||||
<link rel="stylesheet" href="{$themepath}/js/wysibb/theme/default/wbbtheme.css" />
|
||||
<!-- Favicons
|
||||
================================================== -->
|
||||
<link rel="shortcut icon" href="favicon.png" />
|
||||
|
@ -46,10 +50,17 @@
|
|||
|
||||
<!-- Java Script
|
||||
================================================== -->
|
||||
<script src="{$themepath}/js/jquery-3.2.1.min.js"></script>
|
||||
|
||||
<script src="{$themepath}/js/main.js"></script>
|
||||
<script src="/js/odo/odometer.min.js"></script>
|
||||
{$footer}
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var wbbOpt = {
|
||||
buttons: "bold,italic,underline,strike,sup,sub,|,img,link,|,code,quote"
|
||||
}
|
||||
$("#gb").wysibb(wbbOpt);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue