Navigacija

Vartotojų tinkle

Prisijungusių svečių: 508
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,955
Naujausias narys: Johny

Naujausi straipsniai

Paskutiniai nariai

Johny22:16:52
Reikalas 3 savaitės
Jaunelis10 savaitės
lanis10 savaitės
And2s11 savaitės
Memento Mori16 savaitės
ozzWANTED16 savaitės
Quwqkibor18 savaitės
asirija22 savaitės
tomeem24 savaitės
weberiz27 savaitės
mRokass30 savaitės
kartoonas31 savaitės
iaescortsmap31 savaitės
grunskiz34 savaitės
Bruksnys34 savaitės
illusion34 savaitės
ordo35 savaitės
Jurgaila36 savaitės
originalcs1636 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.119.235.79
Naujienų: 529
Straipsnių: 235
Temų: 52,588
Postų: 522,531
Postų pask. parą: 1
Shout'ų pask. parą: 0
P.S.C. pask. parą: 1
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

Jaunelis
2024 Lie. 25 11:07:43
Oho vis dar veikia svetainė akinanti šypsen Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas šypsosi

And2s
2024 Lie. 17 19:07:04
2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija akinanti šypsen ačiū Ozz kad saugoji šitą kultūrinį reliktą šypsosi

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
turiu beda :D
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: EHF Peržiūrų: 386      Spausdinti temą
2008 Gru. 26 18:12:46          1 žinutė iš 1
Spausdinti pranešimą
Tai va foto:
http://img528.imageshack.us/img5...749tr2.png

Ir as noriu ten kur geltonaj apibraukta butu normalei kajp kitame sone
O kur apibraukta prie navigacijos noriu kad ju nebebutu va theme.php ir style.css:
Theme.php
<?php



//Keletas pagrindiniø nustatymø//

if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";


//Nustaymai//
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "807";
$theme_width_l = "180";
$theme_width_r = "180";

//Headeris//

function render_header($header_content) {

global $theme_width;

//Puslapio vir&#240;us//
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr><td>";
//Banerio kodas//
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='807' height='282' background='".THEME."/images/logo.png' usemap='#Map'>
<map name='Map' id='Map'><area shape='rect' coords='36,223,79,244' href='/index.php'/>
<area shape='rect' coords='95,225,139,243' href='/forum/'/>
<area shape='rect' coords='155,225,210,243' href='/register.php'/>
<area shape='rect' coords='221,225,299,244' href='/viewpage.php?page_id=1'/>
</map>
<tr>
<td class='header'> <img src='http://mu-info.gan.lt/themes/SimpleMusics/images/logo.png' width='807' height='282' border='0' usemap='#Map'>

<map name='Map' id='Map'><area shape='rect' coords='36,223,79,244' href='/index.php'/>
<area shape='rect' coords='95,225,139,243' href='/forum/'/>
<area shape='rect' coords='155,225,210,243' href='/register.php'/>
<area shape='rect' coords='221,225,299,244' href='/viewpage.php?page_id=1'/>
</map>

</td>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";

//Pradedamas temos kodas//

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";

}

//Footeris//

function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='left' class='footer'><br><br><br><br><br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

//Naujienos//

function render_news($subject, $news, $info) {

echo "<table height='10' cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td height='20' class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info,"<br>").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";

}

//Straipsniai, informacija, prid&#235;tiniai puslapiai//

function render_article($subject, $article, $info) {

echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td height='20' class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info,"<br>").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";

}

//Centrin&#235;s panel&#235;s//

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td height='20' class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
</table>\n";

}

//&#208;onin&#235;s panel&#235;s//

function openside($title) {

echo "<table width='0%' cellpadding='00' cellspacing='0' class='border'>
<tr>
<td height='10' class='scapmain'>$title</td>
<table width='0%' cellpadding='0' cellspacing='00'>
</tr>
<tr>
<td class='side-body'>\n";
}

function closeside() {

echo "</td>
</tr>
</table>\n";
tablebreak();

}

//Atsidaran&#232;ios &#240;onin&#235;s panel&#235;s//

function opensidex($title,$state="on") {

$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";

}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}

//TableBreak'as//

function tablebreak() {

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";

}

?>



Style.css
/*Nuorodos*/

a {
color : #5491a1;
text-decoration : none;
}

a:hover {
color : #256373;
text-decoration : none;
}

/*&#208;onin&#235;s nuorodos*/

a.side {
color : #5491a1;
text-decoration : none;
}

a:hover.side {
color : #256373;
text-decoration : none;
}

/*Vir&#240;utin&#235;s nuorodos*/

a.white {
color : #5491a1;
text-decoration : none;
}

a:hover.white {
color : #256373;
text-decoration : none;
}

/*Bendra puslapio i&#240;vaizda*/

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-image: url(http://java.xz.lt/bg.gif);
}

/*Horizontalios linijos*/

hr {
height : 0px;
border : 0px solid #eee;
}

hr.side-hr {
height : 0px;
border : 0px solid #eee;
}

/*Teksto spalvos, forume, vartotojo informacijoje, registracojoje...*/

td {
font-family : Verdana, Arial, Helvetica, sans-serif;
background-image: url(http://java.xz.lt/l2/paneles.png);
width : 0px;
}

.tbl-border {
color : #000;
background-image: url(http://java.xz.lt/l2/paneles.png);

}

.tbl {
font-size : 11px;
color : #000;
background-image: url(http://java.xz.lt/l2/paneles.png);
padding : 0px;
}

.tbl1 {
font-size : 10px;
color : #000;
background-image: url(http://java.xz.lt/l2/paneles.png);
padding : 0px;
}

.tbl2 {
font-size : 10px;
color : #0000;
background-image: url(http://java.xz.lt/l2/paneles.png);
padding : 0px;
}

pre {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}

.alt {
color : #000;
}

/*Header'iai*/

.white-header {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000;
border-bottom : 0px solid #ccc;
padding : 0px;
}

/*Banerio dalis*/

.full-header {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000;
border-bottom : 0px dashed #ccc;
padding : 0px;
}

.header {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #ededed;
background-color : #fff;
padding : 0px 0px 0px 0px;
}

/*Footer'is*/

.footer {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #b9b3a3;
background-image: url(http://java.xz.lt/l2/apacia.png);
border-top : 0px dashed #ccc;
padding : 0px;
}

/*Mygtukai, teksto fonas*/

.button {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000;
background-color: #fff;
height : 20px;
border : 1px solid #ccc;
margin-top : 2px;
}

.textbox {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000;
background-color : #fff;
border : 1px dashed #ccc;
}

form {
margin : 0px;
}

/*Paneliø i&#240;vaizda*/naujienu vidaus fonas

.main-body {
font-size : 10px;
color : #64afc2;
padding : 4px 4px 5px 4px;
}

.side-body {
font-size : 10px;
padding : 3px;
}

/*Paneliø pavadinimai*/fonas foterio

.capmain {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #ededed;
border-bottom : 0px dotted #ccc;
padding : 2px 4px 4px 4px;
}

.scapmain {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #5491a1;
padding : 0px;
}

/*Temos kampai, fonai*/

.main-bg {
color : #000;
background-image: url(http://java.xz.lt/l2/centras.png);
padding : 40px;
}

.outer-border {
border : 0px solid #49a5bf;
}

//sonines paneles fono spalva navigacijos
.side-border-left {
background-image: url(http://java.xz.lt/l2/paneles.png);
padding : 0px;

}
.side-border-left {
border-left : 0px dashed #ccc;
background-color : #fff;
padding : 40px;
padding-right: 10px;
padding-top: 12px;
background-image: url(http://java.xz.lt/l2/panele.png);


}
.side-border-right {
border-left : 0px dashed #ccc;
background-color : #fff;
padding : 0px;
padding-left: 54px;
padding-top: 12px;
background-image: url(http://java.xz.lt/l2/paneleright.png);







}

/*Naujienø footer'is*/

.news-footer {
font-size : 10px;
color : #000;
background-image: url(http://java.xz.lt/l2/paneles.png);
border-top : 1px dotted #000;
padding : 30px 4px 4px 4px;
}

/*Balsavimo blokas*/
 
.poll {
height : 12px;
border : 1px solid #000;
}

/*Forumai, &#240;aukyklos...*/

.forum-caption {
font-size : 11px;
font-weight : bold;
color : #b9b3a3;
background-color: #fff;
padding : 2px 4px 4px 4px;
}

/*Quote langas*/
.quote {
font-size : 11px;
color : #555;
background-color : #f8f8f8;
padding : 4px;
margin : 0px 20px 0px 20px;
border : 1px solid #bbb;
}

.comment-name {
font-weight : bold;
color : #005599;
}

/*&#208;aukyklos prane&#240;imo autorius*/
.shoutboxname {
font-weight : bold;
color : #005599;
background-color : #fff;
}

/*&#208;aukyklos prane&#240;imo tekstas*/
.shoutbox {
color : #777;
background-color : #fff;
}

/*&#208;aukyklos data*/
.shoutboxdate {
font-size : 10px;
color : #888;
background-color : #fff;
}

/*
Ma&#254;i tekstai*/
.small {
font-size : 10px;
font-weight : normal;
}

/*Ma&#254;iausias tekstas*/
.small2 {
font-size : 10px;
font-weight : normal;
color : #555;
}

/*Ma&#254;as tekstas panel&#235;se*/
.side-small {
font-size : 10px;
font-weight : normal;
color : #555;
background-color : #fff;
}

/*Navigacijos panel&#235;s teksto skyrius*/
.side-label {
color : #000;
background-color : #fff;
padding : 2px 2px 3px 2px;
}

/*Galerija*/

.gallery {
padding : 16px 0px 8px 0px;
}

.gallery img {
border : 1px solid #ccc;
}

img.activegallery {
border : 1px solid green;
}




Gal kas pades kad nebutu tu nesamoniu :?
Peršokti į forumą: