Initial commit

This commit is contained in:
genuineparts 2025-06-02 10:01:12 +02:00
commit 43ad32700c
7085 changed files with 447606 additions and 0 deletions

View file

@ -0,0 +1,32 @@
<h2>Nickpageverwaltung</h2>
<span style="text-align : center; display : block;">
{$emsg}
<form class="registerform" action="{$path}index.php?task=nickpage&sub=edit" name="form" enctype="multipart/form-data" method="post">
<fieldset style="text-align : none; width: 45%; height: 250px; float:left;">
<legend>Bild</legend>
{if $np.np_picture!=""}
<strong>Aktuelles Bild:</strong><br />
<img src="{$path}np_images/{$np.np_picture}" /><br />
{/if}
<strong>Bild hochladen:</strong>
<input name="np_picture" id="np_picture" type="file" />
</fieldset>
<fieldset style="height: 250px;">
<legend>Links</legend>
<strong>Linkname:</strong> <input name="np_link1_name" id="np_link1_name" value="{$np.link1_text}" type="text" /><br />
<strong>Linkurl:</strong> <input style="margin-left:14px;" name="np_link1_link" id="np_link1_link" value="{$np.link1_value}" type="text" /><br /><br />
<strong>Linkname:</strong> <input name="np_link2_name" id="np_link2_name" value="{$np.link2_text}" type="text" /><br />
<strong>Linkurl:</strong> <input style="margin-left:14px;" name="np_link2_link" id="np_link2_link" value="{$np.link2_value}" type="text" /><br /><br />
<strong>Linkname:</strong> <input name="np_link3_name" id="np_link3_name" value="{$np.link3_text}" type="text" /><br />
<strong>Linkurl:</strong> <input style="margin-left:14px;" name="np_link3_link" id="np_link3_link" value="{$np.link3_value}" type="text" /><br /><br />
<strong>Linkname:</strong> <input name="np_link4_name" id="np_link4_name" value="{$np.link4_text}" type="text" /><br />
<strong>Linkurl:</strong> <input style="margin-left:14px;" name="np_link4_link" id="np_link4_link" value="{$np.link4_value}" type="text" /><br /><br />
</fieldset>
<fieldset style="text-align : justify; clear:both;">
<legend>&Uuml;ber dich</legend>
<textarea name="np_text" id="np_text" rows="15" style="width: 70%;" tabindex="2">{$np.np_text}</textarea>
</fieldset>
<fieldset>
<input type="submit" class="button" name="submit" value="Absenden" />
</form>
</span>

View file

@ -0,0 +1,141 @@
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="de"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>{$user.sitetitle} - AustriaChat.net - Die &Ouml;sterreichische Chatcommunity</title>
<meta name="description" content="" />
<meta content="AustriaChat.net - Die &Ouml;sterreichische Chatcommunity" property="og:title" />
<meta name="keywords" content="oe3 ö3 chat sms.at uboot.com chatcommunity webchat austria oesterreich forum" />
<meta name="author" content="AustriaChat.net" />
<meta name="description" content="Die kostenlose und werbefreie ?sterreichische Chatcommunity. Endlich wieder Chatten wie im Uboot, sms.at, Orf Chat, usw. Wir sehen uns!" />
<link href="https://austriachat.net/chat" rel="Chat"/>
<link href="https://austriachat.net/forum" rel="Forum"/>
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href="{$themepath}/css/default.css" />
<link rel="stylesheet" href="{$themepath}/css/layout.css" />
<link rel="stylesheet" href="{$themepath}/css/media-queries.css" />
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" />
</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>&Uuml;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>&Uuml;ber mich:</h3>
<p>Alter: {$user.age}<br />
<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>
<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&ouml;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&auml;ge. Schreib doch einfach einen. ;-)</p>
</div>
{/if}
</div>
</div>
<footer>
<div class="row">
<div class="twelve columns">
F&uuml;r den Inhalt ist ausschlie&szlig;lich der User selbst verantwortlich.<br />
Diese Nickpage ist Teil der <a href="//www.austriachat.net" target="_blank">AustriaChat.net Community</a>.
</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-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,106 @@
{literal}
<script language="javascript" type="text/javascript">
$(function() {
$( "#shelf" ).accessNews({
headline : "Medienregal von {/literal}{$user.username}{literal}",
speed : "slow",
slideBy : 3
});
});
</script>
{/literal}
<div id="container">
<div id="header"><h1><span style="display: none;">{$user.sitetitle}</span></h1></div>
<div id="gender"><img src="/npimages/{$user.gender}.png" /></div>
<div class="dropnav">
</div>
<div id="wrapper">
<div id="content">
<span class="image"><img src="{$path}np_images/{$user.np_picture}" alt="So will {$user.username} gesehen werden" /></span>
<span class="details"><p><strong>Chat:</strong></p>{if $user.chatright!=""}{$user.username} ist ein <strong>{$user.chatright}</strong><br /><br />{/if}{if $user.room!=""}{$user.username} befindet sich im Raum {$user.room}{$user.roomlock}<br /><br />{/if}Chatzeit: <br />{$user.chattime}<br /></span>
{if $friends!=""}
<div class="friends">
<h4>Freunde:</h4>
{$friends}
</div>
{/if}
<div style="clear:both;">
Alter:
<p>{$user.age}</p>
&Uuml;ber mich:
<div class="text">
<p>{$user.text}</p>
</div>
</div>
<hr />
{if $shelf!=""}
<div class="accessible_news_slider business_as_usual" id="shelf">
<p class="javascript_css">
<strong>Achtung:</strong> Du scheinst Javascript und/oder CSS abgeschaltet zu haben. Das Medienregal wird funktionieren, aber optimale Leistung wird nur mit aktiviertem Javascript und CSS erreicht.
</p>
<p class="skip_to_news"><a href="#skip_to_news">Skip to News</a></p>
<p class="back"><a href="#" title="Zur&uuml;ck">&laquo; Zur&uuml;ck</a></p>
<p class="next"><a href="#" title="Weiter">Weiter &raquo;</a></p>
<a name="skip_to_news"></a>
<ul>
{foreach from=$shelf item=s}
<li>
<a href="{$s.link}"><img src="{$s.img}" width="75" height="105" alt="{$s.title}" /></a>
<p>
<a href="{$s.link}">{$s.title}</a><br />
{$s.short}
</p>
</li>
{/foreach}
</ul>
</div>
{/if}
{if $gb!=""}
<div style="margin:5px; width:695px; text-align:center;" id="pagination">
{$pagination}
</div>
{foreach from=$gb item=g}
<div style="border: 1px solid #DFE8F7;" class='np-column1-unit'>
<a href="http://{$g.username}.recensio.org/">{$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&ouml;schen]</a>
</span>
{/if}
{$g.text}<br /></p>
</div>
<br />
{/foreach}
<div style="margin:5px; width:695px; text-align:center;" id="pagination">
{$pagination}
</div>
{else}
<p>Keine Eintr&auml;ge. Schreib doch einfach einen. ;-)</p><br />
{/if}
</div>
</div>
<div id="navigation">
<p><strong>Men&uuml;</strong></p>
<ul>
<li><a href="http://forum.recensio.org/private.php?action=send&uid={$user.fuid}">PN an {$user.username}</a></li>
<li><a href="http://forum.recensio.orgmember.php?action=emailuser&amp;uid={$user.fuid}">E-Mail schreiben</a></li>
<li>Forenposts: <a href="http://forum.recensio.org/search.php?action=finduser&uid={$user.fuid}">{$forum.postnum}</a></li>
<li>Reviews: <a href="http://search.recensio.org/websearch/{$user.username}">{$user.reviewnum}</a></li>
{if $user.friendlink!=""}<li>{$user.friendlink}</li>{/if}
</ul>
</div>
{if $user.favourits!=''}
<div id="links">
<p><strong>Meine Links</strong></p>
<ul>
{$user.favourits}
</ul>
</div>
{/if}
<div id="footer">
<p>F&uuml;r den Inhalt ist ausschlie&szlig;lich der User selbst verantwortlich.<br />
Diese Nickpage ist Teil der <a href="http://www.recensio.org" target="_blank">recensio.org Community</a>.</p>
</div>
</div>

View file

@ -0,0 +1,88 @@
html,body{margin:0;padding:0}
body{
font: 76% arial,sans-serif;text-align:center;
background:#FFFFFF url(/npimages/body_background.gif) repeat-x scroll 0 135px;
}
p{margin:0 10px 10px}
a{
text-decoration:none;
color:#000000;
}
div#header{
background:transparent url(/npimages/nickpage.jpg) no-repeat scroll 4px 0;
height:125px;
margin:0 auto 11px;
overflow:hidden;
text-align:left;
background-color:#FFFFFF;
float:left;
width: 659px;
}
#wrapper {
clear:both;
display:block;
margin:0 auto;
text-align:justify;
width:700px;
}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#F6F0E0;}
div#navigation ul{
padding:5px;
margin:15px 0;
list-style-type:none;
}
div#links ul{
padding:5px;
margin:15px 0;
list-style-type:none;
}
.dropnav {
border:medium none;
clear:both;
color:#FFFFFF;
float:none;
font-size:125%;
font-weight:bold;
height:34px;
margin:0 auto;
text-align:center;
white-space:nowrap;
width:700px;
}
style.css (Zeile 988)
div#navigation li{margin-bottom:5px;}
div#links{background:#CCC8B3;}
div#footer{background:#BFBD93;}
div#footer p{margin:0;padding:5px 10px}
div#container{width:700px;margin:0 auto}
div#content{float:left;width:500px}
div#navigation{float:right;width:200px}
div#links{float:right;clear:right;width:200px}
div#footer{clear:both;width:100%}
.image{
float:left;
margin: 5px;
}
.details{
float:left;
margin-left:5px;
}
.friends{
background:#C0C0C0 none repeat scroll 0 0;
clear:both;
margin:5px;
padding:3px;
}
.text{
clear:both
}
div#gender{
background-color:#FFFFFF;
float:right;
}