2025-06-02 10:01:12 +02:00
|
|
|
|
2025-06-04 22:19:12 +02:00
|
|
|
<title>{$user.sitetitle} - FunCh.at - Die Österreichische Chatcommunity</title>
|
2025-06-02 10:01:12 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header id="top">
|
|
|
|
<div class="row">
|
|
|
|
<div class="header-content twelve columns">
|
|
|
|
<h1 id="logo-text">{$user.sitetitle}</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header> <!-- Header End -->
|
|
|
|
<div id="content-wrap">
|
|
|
|
<div class="row add-bottom">
|
|
|
|
<div class="six columns add-bottom">
|
|
|
|
<h3>Über {$user.username}</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>
|
|
|
|
</div>
|
|
|
|
<div class="six columns add-bottom">
|
|
|
|
<h3>Über mich:</h3>
|
|
|
|
<p>Alter: {$user.age}<br />
|
|
|
|
<ul>
|
2025-06-04 22:19:12 +02:00
|
|
|
<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>
|
2025-06-02 10:01:12 +02:00
|
|
|
<li>{if $user.chatright!=""}{$user.username} ist ein <strong>{$user.chatright}</strong></li>{/if}
|
|
|
|
{if $user.room!=""}{$user.username} befindet sich im Raum {$user.room}{$user.roomlock}</li>{/if}
|
|
|
|
<li>Chatzeit: {$user.chattime}</li>
|
|
|
|
{if $user.friendlink!=""}<li>{$user.friendlink}</li>{/if}
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
{if $user.favourits!=''}
|
|
|
|
<p>
|
|
|
|
<h3>Meine Links</h3>
|
|
|
|
<ul>
|
|
|
|
{$user.favourits}
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div><!-- Row End-->
|
|
|
|
{if $friends!=""}
|
|
|
|
<div class="row section-head">
|
|
|
|
<div class="twelve columns">
|
|
|
|
|
|
|
|
<h3>Freunde</h3>
|
|
|
|
{$friends}
|
|
|
|
</div>
|
|
|
|
</div> <!-- Row End-->
|
|
|
|
{/if}
|
|
|
|
<hr>
|
|
|
|
<div class="row section-head">
|
|
|
|
{if $gb!=""}
|
|
|
|
{$pagination}
|
|
|
|
{foreach from=$gb item=g}
|
|
|
|
<div class="twelve columns">
|
|
|
|
<a href="/np/{$g.username}">{$g.username}</a> schrieb am {$g.date}:
|
|
|
|
<p>{if $deltext==1}
|
|
|
|
<span style="float:right" style="font-size:xx-small;"><a href="/gb/del/{$guestbook.id}">[Eintrag löschen]</a>
|
|
|
|
</span>
|
|
|
|
{/if}
|
|
|
|
{$g.text}<br /></p>
|
|
|
|
</div>
|
|
|
|
{/foreach}
|
|
|
|
<div class="twelve columns add-bottom">
|
|
|
|
|
|
|
|
<h3 class="add-bottom">Pagination</h3>
|
|
|
|
|
|
|
|
<nav class="pagination add-bottom">
|
|
|
|
|
|
|
|
{$pagination}
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{else}
|
|
|
|
<div class="twelve columns">
|
|
|
|
<p>Keine Einträge. Schreib doch einfach einen. ;-)</p>
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="twelve columns">
|
|
|
|
Für den Inhalt ist ausschließlich der User selbst verantwortlich.<br />
|
2025-06-04 22:19:12 +02:00
|
|
|
Diese Nickpage ist Teil der <a href="//www.funch.at" target="_blank">FunCh.at Community</a>.
|
2025-06-02 10:01:12 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-chevron-up"></i></a></div>
|
|
|
|
|
|
|
|
</footer> <!-- End Footer-->
|