ممكن مساعدة
3 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
رد: ممكن مساعدة
مرحبا صديقي
الأمر سهل جداً ولا يحتاج الى تعليم هتلاقي في الستايل اسم القالب نفس اسم القالب تروح تدخل عليه تنسخه وتدخل لوحة الاداره >> مظهر المنتدى >> التومبلايت >> أدارة عامة : ابحث على نفس اسم القالب واستبدلة بالقالب الذي لديك
الأمر سهل جداً ولا يحتاج الى تعليم هتلاقي في الستايل اسم القالب نفس اسم القالب تروح تدخل عليه تنسخه وتدخل لوحة الاداره >> مظهر المنتدى >> التومبلايت >> أدارة عامة : ابحث على نفس اسم القالب واستبدلة بالقالب الذي لديك
رد: ممكن مساعدة
- الكود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url-->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
<script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam )
{
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0)
{
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max)
{
height_max = $(this).height();
}
} );
/* Redimensionnement des elements et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item)
{
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert)
{
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
}
else
{
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(document).ready(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" style="z-index: 10000 !important;">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
<style type="text/css">
.nav {
background-image:url('http://im54.gulfup.com/Q9nX78.png');
background-repeat:repeat-x;
height:58px;
}
.fa {
background-image:url('http://im54.gulfup.com/Q9nX78.png');
background-repeat:no-repeat;
height:58px;
width:31px;
float:left;
}
.si1 {
background-image:url('http://im54.gulfup.com/TmklJk.png');
background-repeat:no-repeat;
height:58px;
width:95px;
float:left;
}
.si2 {
background-image:url('http://im54.gulfup.com/TmklJk.png');
background-repeat:no-repeat;
height:58px;
width:95px;
float:left;
}
.si3 {
background-image:url('http://im54.gulfup.com/TmklJk.png');
background-repeat:no-repeat;
height:58px;
width:95px;
float:left;
}
.si4 {
background-image:url('http://im54.gulfup.com/TmklJk.png');
background-repeat:no-repeat;
height:58px;
width:95px;
float:left;
}
.nav2 {
background-image:url('http://im54.gulfup.com/SrvuRM.png');
background-repeat:repeat-x;
height:116px;
}
.nav2r {
background-image:url('http://im54.gulfup.com/td2VT1.png');
background-repeat:no-repeat;
height:116px;
width:208px;
float:right;
}
.nav2f {
background-image:url('http://im54.gulfup.com/pJAnVd.png');
background-repeat:no-repeat;
height:116px;
width:156px;
float:left;
}
.fa1 {
background-image:url('http://im54.gulfup.com/JWHWv3.png');
background-repeat:no-repeat;
height:44px;
width:42px;
float:right;
margin-top:28px;
}
.si5 {
background-image:url('http://im54.gulfup.com/OYWeAa.png');
background-repeat:no-repeat;
height:44px;
width:110px;
float:right;
margin-top:28px;
margin-right:-120px;
}
.si6 {
background-image:url('http://im54.gulfup.com/OYWeAa.png');
background-repeat:no-repeat;
height:44px;
width:110px;
float:right;
margin-top:28px;
}
.si7 {
background-image:url('http://im54.gulfup.com/OYWeAa.png');
background-repeat:no-repeat;
height:44px;
width:110px;
float:right;
margin-top:28px;
}
.sof {
background-image:url('http://im73.gulfup.com/ElorFt.png');
background-repeat:no-repeat;
height:44px;
width:232px;
float:left;
margin-top:75px;
}
p#social {
float:left;
height: 27px;
width: 241px;
margin-top:-0px;
margin-left:-23px;
}
.lo-gin {
width: 449px;
height: 58px;
background-image:url('http://im89.gulfup.com/HYqeiM.png');
float:right;
}
.usr-name1, .pas-swd1 {
position: absolute;
background-color:transparent;
border: 0px;
font-family:Tahoma;
color: rgb(75, 74, 74);
outline: none;
font-size: 11px !important;
font-weight: normal;
color:#1A8FBA;
}
.usr-name1 {
margin-top: 6px;
left:283px;
cursor: pointer;
width: 157px;
height:44px;
text-align:center;
}
.pas-swd1 {
margin-top: 6px;
cursor: pointer;
left:103px;
width: 157px;
height:44px;
text-align:center;
}
.but-tonx2 {
border: 0px;
width: 64px;
height: 35px;
position: absolute;
margin-top:13px;
right: 373px;
cursor: pointer;
background:transparent;
font-size: 14px !important;
text-align:center;
}
.chkbox2 {
position: absolute;
right: px;
color: #fff;
font-size: 11px;
margin-top: 8px;
}
.search {
background-image:url('http://im69.gulfup.com/woC2uq.png');
background-repeat:no-repeat;
height:44px;
width:330px;
float:left;
margin-top:-47px;
margin-left:-60px;
}
.Box {
width: 232px;
height: 40px;
margin-top:1px;
margin-right:14px;
line-height: 0px;
border: none 0px;
background: none;
color: #000;
text-shadow: 0px 1px #a5a2ab;
float: right;
text-indent: 8px;
direction: rtl;
}
.Go {
width: 63px;
height: 42px;
margin-left:6px;
float: left;
margin-top:1px;
position: absolute;
background:transparent;
}
.h1 {
background-image:url('http://im43.gulfup.com/NyqZsC.gif');
background-repeat:repeat-x;
height:254px;
}
.h2 {
background-image:url('http://im43.gulfup.com/bQAOzm.gif');
background-repeat:no-repeat;
height:254px;
width:390px;
float:right;
}
.h3 {
background-image:url('http://im43.gulfup.com/W8zqBV.png');
background-repeat:no-repeat;
height:254px;
width:494px;
float:left;
margin-top:-3px;
}
.ban1 {
background-image:url('http://im43.gulfup.com/9heJ8Y.gif');
background-repeat:no-repeat;
height:60px;
width:467px;
float:left;
margin-top:20px;
margin-left:40px;
}
.ban2 {
background-image:url('http://im43.gulfup.com/9heJ8Y.gif');
background-repeat:no-repeat;
height:60px;
width:467px;
float:left;
margin-left:40px;
margin-top:5px;
}
.p1{
background-image:url('http://im72.gulfup.com/3MUYvA.gif');
background-repeat:repeat-x;
height:59px;
}
.p2{
background-image:url('http://im72.gulfup.com/etlBWz.gif');
background-repeat:no-repeat;
float:right;
height:59px;
width:293px;
}
.p3{
background-image:url('http://im52.gulfup.com/vBijmT.gif');
background-repeat:no-repeat;
float:left;
height:59px;
width:299px;
}
.c1{
background-image:url('http://im72.gulfup.com/y0Rn3M.gif');
background-repeat:repeat-y;
background-position:right;
padding-right: 28px;
}
.c2{
background-image:url('http://im72.gulfup.com/HLZ6rb.gif');
background-repeat:repeat-y;
background-position:left;
padding-left: 30px;
}
.c3{
background-color:##e7d8db;
}
.bf1{
background-image:url('http://im44.gulfup.com/jFWQvf.gif');
background-repeat:repeat-x;
height:77px;
}
.bf2{
background-image:url('http://im45.gulfup.com/3eC6B8.png');
background-repeat:no-repeat;
float:right;
height:77px;
width:293px;
}
.bf3{
background-image:url('http://im85.gulfup.com/WFzyaX.png');
background-repeat:no-repeat;
float:left;
height:77px;
width:299px;
}
.f1 {
background-image:url('http://im65.gulfup.com/HbwgHK.gif');
background-repeat:repeat-x;
height:161px;
}
.f2 {
background-image:url('http://im65.gulfup.com/IAC8T4.gif');
background-repeat:no-repeat;
height:161px;
width:344px;
float:right;
}
.f3 {
background-image:url('http://im65.gulfup.com/FnM7rM.gif');
background-repeat:no-repeat;
height:161px;
width:370px;
float:left;
}
.link1 {
float: right;
width: 60px;
height:20px;
margin-top: 63px;
margin-right: -10px;
}
.link1 ul {
padding: 0px;
margin: 0px;
}
.link1 ul li {
display: inline;
float: right;
height: 20px;
width: 60px;
margin-right: 15px;
text-align: center;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
background-position: 0px 20px;
line-height: 20px;
}
.link1 ul li:hover {
padding-right:7px;
}
.link1 ul li a {
color:#FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: tahoma;
font-weight: bold;
margin-top:0px;
display: block;
overflow: hidden;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
}
.link1 ul li a:hover {
color:#232D46;
text-shadow: 1px 0px #fff;
}
.link1 ul li ul {
display: none;
}
.link1 ul li:hover ul {
display: block;
margin: 0px;
width: 125px;
float: left;
position: relative;
z-index: 999999999;
margin-left: 5px;
}
.link1 ul li ul li {
margin-top: 5px;
background-position: 0px 37px;
}
.link2 {
float: right;
width: 60px;
height:20px;
margin-top: 25px;
margin-right: 40px;
margin-top: 63px;
margin-right: -10px;
}
.link2 ul {
padding: 0px;
margin: 0px;
}
.link2 ul li {
display: inline;
float: right;
height: 20px;
width: 60px;
margin-right: 15px;
text-align: center;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
background-position: 0px 20px;
line-height: 20px;
}
.link2 ul li:hover {
padding-right:7px;
}
.link2 ul li a {
color:#FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: tahoma;
font-weight: bold;
margin-top:0px;
display: block;
overflow: hidden;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
}
.link2 ul li a:hover {
color:#232D46;
text-shadow: 1px 0px #fff;
}
.link2 ul li ul {
display: none;
}
.link2 ul li:hover ul {
display: block;
margin: 0px;
width: 125px;
float: left;
position: relative;
z-index: 999999999;
margin-left: 5px;
}
.link2 ul li ul li {
margin-top: 5px;
background-position: 0px 37px;
}
.link3 {
float: right;
width: 60px;
height:20px;
margin-top: 25px;
margin-right: 40px;
margin-top: 63px;
margin-right: -10px;
}
.link3 ul {
padding: 0px;
margin: 0px;
}
.link3 ul li {
display: inline;
float: right;
height: 20px;
width: 60px;
margin-right: 15px;
text-align: center;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
background-position: 0px 20px;
line-height: 20px;
}
.link3 ul li:hover {
padding-right:7px;
}
.link3 ul li a {
color:#FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: tahoma;
font-weight: bold;
margin-top:0px;
display: block;
overflow: hidden;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
}
.link3 ul li a:hover {
color:#232D46;
text-shadow: 1px 0px #fff;
}
.link3 ul li ul {
display: none;
}
.link3 ul li:hover ul {
display: block;
margin: 0px;
width: 125px;
float: left;
position: relative;
z-index: 999999999;
margin-left: 5px;
}
.link3 ul li ul li {
margin-top: 5px;
background-position: 0px 37px;
}
.no9 {
background-image:url('http://im65.gulfup.com/stPjmb.png');
background-repeat:no-repeat;
height:73px;
width:17px;
float:right;
margin-right:30px;
margin-top:70px;
}
.no91 {
background-image:url('http://im65.gulfup.com/stPjmb.png');
background-repeat:no-repeat;
height:73px;
width:17px;
float:right;
margin-right:30px;
margin-top:70px;
}
.no92 {
background-image:url('http://im65.gulfup.com/stPjmb.png');
background-repeat:no-repeat;
height:73px;
width:17px;
float:right;
margin-right:30px;
margin-top:70px;
}
.navfo {
background-image:url('http://im65.gulfup.com/AVCCJd.gif');
background-repeat:repeat-x;
height:41px;
}
.navfo2 {
background-image:url('http://im65.gulfup.com/NbJxsN.gif');
background-repeat:no-repeat;
height:41px;
width:302px;
float:right;
}
.navfo3 {
background-image:url('http://im65.gulfup.com/r0fNzQ.gif');
background-repeat:no-repeat;
height:41px;
width:179px;
float:left;
}
.no1 {
background-image:url('http://im65.gulfup.com/HqScjM.png');
background-repeat:no-repeat;
height:17px;
width:302px;
float:right;
margin-top:24px;
}
.link4 {
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:black;
float:right;
margin-top:-17px;
margin-right:40px;
}
.link5 {
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:black;
float:right;
margin-top:-17px;
margin-right:110px;
}
.link6 {
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:black;
float:right;
margin-top:-17px;
margin-right:180px;
}
.link7 {
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:black;
float:right;
margin-top:-17px;
margin-right:249px;
}
</style>
</head>
<body>
<div class="nav">
<div class="fa"></div>
<a href="#" title="رابط نصي"><div class="si1"></div></a>
<div class="fa"></div>
<a href="#" title="رابط نصي"><div class="si2"></div></a>
<div class="fa"></div>
<a href="#" title="رابط نصي"><div class="si3"></div></a>
<div class="fa"></div>
<a href="#" title="رابط نصي"><div class="si4"></div></a>
<!-- BEGIN switch_user_logged_out -->
<div class="lo-gin">
<!-- login form -->
<div style="position:relative">
<form style="margin:0px;padding:0px" action="login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=387"></script>
<input type="text" class="usr-name1" style="font-size: 13px" name="username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="" onblur="if(this.value=='')this.value='اسم العضو' " onfocus="if (this.value == 'اسم العضو') this.value = '';">
<input type="password" class="pas-swd1" style="font-size: 13px" name="password" id="navbar_password" size="10" tabindex="102" onblur="if(this.value=='')this.value='password ' " onfocus="if(this.value=='password ')this.value=''" value="">
<input type="submit" class="but-tonx2" name="login" value="" tabindex="104" />
<input type="hidden" name="s" value="">
<input type="hidden" name="securitytoken" value="guest">
<input type="hidden" name="do" value="login">
<input type="hidden" name="md5password">
<input type="hidden" name="md5password_utf">
</form>
<!-- END switch_user_logged_out -->
<!-- / login form -->
</div></div>
</div>
<div class="nav2">
<div class="nav2r"></div>
<div class="nav2f"></div>
<a href="#" title="رابط نصي"><div class="si5"></div></a>
<div class="fa1"></div>
<a href="#" title="رابط نصي"><div class="si6"></div></a>
<div class="fa1"></div>
<a href="#" title="رابط نصي"><div class="si7"></div></a>
<div class="sof">
<div class="search">
<form action="/search" method="get" id="header_search"><input type="hidden" name="mode" value="searchbox">
<input class="Box" onblur="if(this.value=='')this.value='ضع كلمة البحث هنا ..' " title="ضع كلمة تعبر بها عما تبحث" onfocus="if(this.value=='ضع كلمة البحث هنا ..')this.value=''" input type="text" name="search_keywords" size="24" value="ضع كلمة البحث هنا ..">
<input class="Go" data-method="get" src="http://demo.baianat.com/vbulletin/shbkat-chataluae/shbkat/Co1/images//spacer.gif" type="image">
<input class="Govb" data-method="post" src="http://demo.baianat.com/vbulletin/shbkat-chataluae/shbkat/Co1/images/spacer.gif" type="image">
<input type="submit" style="display:none;">
</form>
</div>
<p id="social">
<a href="#"title="تآبعنا على فيسبوك">
<img border="0" src="http://im54.gulfup.com/gISLCj.png" /></a>
<img border="0" src="http://im69.gulfup.com/fqy8vX.png" />
<a href="#" title="تآبعنا على تويتر">
<img border="0" src="http://im54.gulfup.com/isocEI.png" /></a>
<img border="0" src="http://im69.gulfup.com/vl81JY.png" />
<a href="#" title="تآبعنا على اليوتيوب">
<img border="0" src="http://im54.gulfup.com/EeFgtd.png" /></a>
</p>
</div>
</div>
<div class="h1">
<div class="h2"></div>
<div class="h3">
<a href="#"><div class="ban1"></div></a>
<a href="#"><div class="ban2"></div></a>
</div>
</div>
</body>
</html>
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- BEGIN switch_logo_left -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_left -->
<td align="center" width="100%" valign="middle">
<!-- BEGIN switch_logo_center -->
<a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
<br />
<!-- END switch_logo_center -->
<div class="maintitle">{MAIN_SITENAME}</div>
<br />
<span class="gen">{SITE_DESCRIPTION}<br /> </span>
</td>
<!-- BEGIN switch_logo_right -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_right -->
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى