nickpage work

This commit is contained in:
genuineparts 2025-06-25 22:17:29 +02:00
parent 45ca500cc3
commit 0637c14b23
5 changed files with 76 additions and 82 deletions

View file

@ -1,8 +1,5 @@
<title>FunCh.at - Nickpage von {$user.sitetitle}</title>
</head>
<body>
</head>
<body id="top-nickpage">
<div class="wrapper col1">
<div id="header">
@ -21,13 +18,14 @@
<br class="clear" />
</div>
</div>
<div class="wrapper col4">
<div class="wrapper col4" style="border-bottom: none;">
<div id="container">
<div id="content" style="width:60vw;">
<h3>&Uuml;ber {$user.username} <img src="images/{$user.gender}.png"></h3>
<div style="float:left; width: 300px;">{$user.fid2}</div><img style="float:right;" src="/forum/{$user.np_picture}" alt="Ist das {$user.username}?">
<br class="clear">
<div id="comments">
<hr>
{if $gb!=""}
{$pagination}
<ul class="commentlist">
@ -79,7 +77,9 @@
{/if}
<br class="clear">
</div><!-- Row End-->
<div class="wrapper col4">
</div>
</div>
<div class="wrapper col5" style="color:#FEAC49;">
<div id="container">
<div id="content">
{if $loggedin==true}
@ -95,11 +95,6 @@
<br class="clear">
</div>
<div class="wrapper col6">
<div id="footer">
<br class="clear">
</div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper col7">
<p>F&uuml;r den Inhalt ist ausschlie&szlig;lich der User selbst verantwortlich. Diese Nickpage ist Teil der <a href="//www.funch.at" target="_blank">FunCh.at Community</a>.</p>

View file

@ -0,0 +1,38 @@
<title>FunCh.at - Nickpage von {$user.sitetitle}</title>
</head>
<body id="top-nickpage">
<div class="wrapper col1">
<div id="header">
<div class="fl_left">
<img src="{$themepath}/images/logo_small.png">
</div>
<!--<div class="fl_right"><a href="#"><img src="" alt="" /></a></div>-->
<br class="clear">
</div>
</div>
<div class="wrapper col2">
<div id="topbar">
<div id="topnav">
<h1 style="font-size:X-large">{$user.sitetitle}</h1>
</div>
<br class="clear" />
</div>
</div>
<div class="wrapper col4" style="border-bottom: none;">
<div id="container">
<div style="background-color:#FEAC49; color:#F4535A; width:50%; padding:10px; margin:auto;">
Diesen User scheint es nicht zu geben.
</diV>
</div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper col7">
<p>F&uuml;r den Inhalt ist ausschlie&szlig;lich der User selbst verantwortlich. Diese Nickpage ist Teil der <a href="//www.funch.at" target="_blank">FunCh.at Community</a>.</p>
<div id="copyright">
<p class="fl_left">&copy; Copyright 2025 FunCh.at</p> <p class="fl_left">|</p> <p class="fl_left"><a href="/t/nutzungsbedingungen.html">Nutzungsbedingungen</a></p> <p class="fl_left">|</p> <p class="fl_left"><a href="/t/datenschutzerklaerung.html">Datenschutzerkl&auml;rung</a></p>
<br class="clear">
</div>
</div>
</body>
</html>