مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
2 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
جرب مسح الجافا و العاناصر والcss والتومبيلات ..... ثم وجدة أنه المشكل منه ،
عندما أضعه تختفي الأدواة وعندما احذفه ترجع الادواة المرجو التعديل ... وشكرا
هذا هو :
جزاك الله خيرا !
عندما أضعه تختفي الأدواة وعندما احذفه ترجع الادواة المرجو التعديل ... وشكرا
هذا هو :
- الكود:
<!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 name="keywords" content="رمضان,مميز,2014,حصلريا,حصري,جديد,تطوير,دعم,حيوانات,إشراف,اشراف,أخبار,اخبار,ثقافة,علم,علوم,بحوث,العاب,ألعاب,إسلاميات,برامج,حلول,انترنت,ضحك,ترفيه,تصميم,منتديات,العرب,تحفة" />
<meta name="description" content="منتديات تحفة العرب http://www.curarab.com/ ." />
<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>
<script type="text/javascript" src="http://mzayat.com/vb/mzayat-ramadan2/js/qTip.js"></script>
<script src="http://mzayat.com/vb/mzayat-ramadan2/js/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
<script src="http://mzayat.com/vb/mzayat-ramadan2/js/mootools-1.2-more.js" type="text/javascript"></script>
<script src="http://mzayat.com/vb/mzayat-ramadan2/js/jd.gallery.js" type="text/javascript"></script>
<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true
});
}
window.addEvent('domready',startGallery);
</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}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'منتديات تحفة العرب'; Style ID: 133
*/
body
{
background: #e1e1e1;
color: #363636;
font: 10pt tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
a:link, body_alink
{
color: #363636;
text-decoration: none;
}
a:visited, body_avisited
{
color: #363636;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #FF4400;
}
.page
{
background: #e1e1e1;
color: #363636;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.page a:link, .page_alink
{
color: #363636;
text-decoration: none;
}
.page a:visited, .page_avisited
{
color: #363636;
text-decoration: none;
}
td, th, p, li
{
font: 9pt tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #cecdcd;
color: #000000;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat
{
background: #210c5b url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg1.png) repeat-x;
color: #fff;
font: bold 10pt tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
color: #fff;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #fff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #e7a7c6;
text-decoration: none;
}
.thead
{
background: #3c3c3c url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg2.png) repeat-x;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-shadow: 0px 1px 0px #000;
}
.thead a:link, .thead_alink
{
color: #FFFFFF;
text-decoration: none;
}
.thead a:visited, .thead_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #FFFF00;
}
.tfoot
{
background: #210c5b url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg1.png) repeat-x;
color: #E0E0F6;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tfoot a:link, .tfoot_alink
{
color: #E0E0F6;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
color: #E0E0F6;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #FFFF66;
}
.alt1, .alt1Active
{
background: #f7f4fc url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg3.png) repeat-x;
color: #5a5b5e;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-shadow: 0px 1px 0px #fff;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #09183a;
text-decoration: none;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #09183a;
text-decoration: none;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #FF4400;
}
.alt2, .alt2Active
{
background: #f7f4fc url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg3.png) repeat-x;
color: #5a5b5e;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-shadow: 0px 1px 0px #fff;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #09183a;
text-decoration: none;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #09183a;
text-decoration: none;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #FF4400;
}
.inlinemod
{
background: #FFFFCC;
color: #000000;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.wysiwyg
{
background: #F5F5FF;
color: #000000;
font: 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #22229C;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #22229C;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #FF4400;
}
textarea, .bginput
{
font: 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput option, .bginput optgroup
{
font-size: 10pt;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #666686;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.navbar
{
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
color: #FF0000;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-weight: bold;
}
.fjsel
{
background: #3E5C92;
color: #E0E0F6;
}
.fjdpth0
{
background: #F7F7F7;
color: #000000;
}
.panel
{
background: #fff;
color: #000000;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 10px;
border: 2px outset;
}
.panelsurround
{
background: #fff;
color: #000000;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
legend
{
color: #22229C;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: #210c5b url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg1.png) repeat-x;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #FFFFFF;
text-decoration: underline;
}
.vbmenu_popup
{
background: #FFFFFF;
color: #000000;
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #0B198C;
}
.vbmenu_option
{
background: #210c5b url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg1.png) repeat-x;
color: #fff;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #fff;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #fff;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite
{
background: #3c3c3c url(http://www.mzayat.com/vb/mzayat-ramadan2/images/bg2.png) repeat-x;
color: #FFFFFF;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #FFFFFF;
text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
.Header-BG{ background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/header-bg.png');height:335px;background-repeat:repeat-x;}
.Header-Right{ background-image:url('http://i39.servimg.com/u/f39/17/80/83/35/header10.png'); width:470px; height:335px;float:right; background-repeat:no-repeat;}
.Header-Left{ background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/header-l.png'); width:47px; height:335px; float:left; background-repeat:no-repeat;}
.Footer-BG{ background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/footer-bg.png'); height:240px; background-repeat:repeat-x;}
.Footer-Right{ background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/footer-r.png'); width:524px; height:240px; float:right; background-repeat:no-repeat;}
.Footer-Left{ background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/footer-l.png'); width:296px; height:240px; float:left; background-repeat:no-repeat;}
.block1{background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/block-top-bg.png');background-repeat:repeat-x; height:102px;}
.block2{background-image:url('http://i39.servimg.com/u/f39/17/80/83/35/zobofg10.png'); background-repeat:no-repeat;float:right;height:102px;width:335px;}
.block3{background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/block-top-l.png');background-repeat:no-repeat;float:left;height:102px;width:285px;}
.block7{background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/block-bu-bg.png'); background-repeat:repeat-x; height:32px;}
.block8{background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/block-bu-r.png');background-repeat:no-repeat;float:right;height:32px;width:31px;}
.block9{background-image:url('http://i39.servimg.com/u/f39/17/80/83/35/block-11.png');background-repeat:no-repeat;float:left;height:32px;width:297px;}
.block4{background-image:url('http://www.mzayat.com/vb/mzayat-ramadan2/images/block-r.png'); background-repeat:repeat-y;background-position:right;padding-right: 10px;}
.block5 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/block-l.png');
background-position: left center;
background-repeat: repeat-y;
padding-left: 23px;
padding-right: 15px;
}
.body1 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/body-r.png');
background-repeat: repeat-y;
background-position: right;
margin-right: 0px;
}
.body2 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/body-l.png');
background-repeat: repeat-y;
background-position: left;
margin-left: 0px;
}
.button4 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/but.png');
background-position: -2px 0px;
background-repeat: no-repeat;
float: right;
height: 35px;
width: 110px;
margin-right: 372px;
margin-top: -36px;
}
.button4:hover {
background-position: -2px -36px;
}
.button3 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/but.png');
background-position: -112px -1px;
background-repeat: no-repeat;
float: right;
height: 35px;
width: 110px;
margin-right: 3px;
}
.button3:hover {
background-position: -112px -37px;
}
.button2 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/but.png');
background-position: -222px -1px;
background-repeat: no-repeat;
float: right;
height: 35px;
width: 110px;
margin-right: 2px;
}
.button2:hover {
background-position: -222px -37px;
}
.button1 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/but.png');
background-position: -331px -1px;
background-repeat: no-repeat;
float: right;
height: 35px;
width: 110px;
margin-right: 33px;
}
.button1:hover {
background-position: -331px -37px;
}
.buttons {
margin-right: -26px;
margin-top: 1px;
}
div#qTip {
background-position: left -6px;
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/t.png');
background-repeat: repeat-x;
padding: 6px 8px 6px 8px;
display: none;
background-color: #32C2E6;
color: #fff;
font: 10pt tahoma;
position: absolute;
z-index: 1000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: normal;
}
.srchbox {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/ser.png');
background-repeat: no-repeat;
float: right;
height: 35px;
margin-right: -176px;
margin-top: 0px;
position: relative;
width: 217px;
}
.srchbox .button {
background-color: transparent;
background-image: none;
border: 0 none;
cursor: pointer;
height: 31px;
margin-right: 163px;
width: 51px;
margin-top: -29px;
}
.srchbox .bginput {
background-color: transparent;
border: 0 none;
color: white;
cursor: pointer;
font-family: tahoma;
font-size: 9pt;
font-weight: normal;
line-height: 16px;
margin-right: 11px;
margin-top: 2px;
padding: 7px 0 4px;
text-shadow: 0 1px 0 black;
width: 119px;
outline: none;
}
.infobox2 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/login2.png');
background-position: left bottom;
width: 254px;
height: 98px;
position: absolute;
top: 222px;
left: 54px;
background-repeat: no-repeat;
padding: 35px 10px 0px 10px;
text-align: center;
text-shadow: 0px 1px 0px white;
}
.infobox2 .smallfont, .infobox2 .time {
color: black;
text-shadow: 0px 1px 0px white;
margin-top: 47px;
margin-left: -24px;
}
.infobox2 a, .infobox2 a:visited {
color: #690054;
}
.infobox2 a:hover {
color: black;
}
.usrname1, .passwd1 {
position: absolute;
background-color: transparent;
border: 0px;
font-family: tahoma;
font-size: 10pt;
color: #303030;
width: 103px;
right: 40px;
top: 7px;
outline: none;
}
.usrname1 {
top: 10px;
cursor: pointer;
right: 38px;
}
.passwd1 {
top: 12px;
cursor: pointer;
right: 207px;
}
.chkbox2 {
width: 75px;
position: absolute;
top: 11px;
right: 310px;
color: white;
}
.buttonx2 {
border: 0px;
width: 74px;
height: 30px;
position: absolute;
top: 6px;
right: 338px;
background-color: transparent;
}
.usr-lnkks {
position: absolute;
top: 41px;
right: 208px;
width: 185px;
margin: 0px;
padding: 2px;
list-style-type: none;
}
.usr-lnkks li {
display: inline;
padding: 0px 0px;
color: white;
}
.usr-lnkks li a, .usr-lnkks li a:visited {
color: #380653;
}
.usr-lnkks li a:hover {
color: black;
}
.loginbox {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/login.png');
width: 410px;
height: 39px;
position: absolute;
top: 297px;
left: 44px;
background-repeat: no-repeat;
}
.lst010 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/ehdaa-bg.png');
background-repeat: repeat-x;
}
.lst01022 {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/ehdaa-l.png');
background-repeat: no-repeat;
}
.lst01033 {
background-repeat: no-repeat;
background-position: right top;
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/ehdaa-r.png');
height: 66px;
width: 100%;
}
.lst01044 {
text-align: center;
padding-right: 154px;
padding-left: 11px;
padding-top: 12px;
}
.lst {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/last-bg.png');
background-repeat: repeat-x;
}
.lsta {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/last-l.png');
background-repeat: no-repeat;
line-height: 34px;
}
.lstb {
background-repeat: no-repeat;
background-position: right top;
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/last-r.png');
height: 61px;
width: 100%;
}
.lstc {
text-align: center;
padding-right: 163px;
padding-left: 29px;
padding-top: 14px;
}
.mzayat {
background-repeat: no-repeat;
float: left;
height: 31px;
margin-left: 22px;
margin-top: 138px;
width: 71px;
}
.lst01044 marquee {
border-width: 0px 0px 0px 0px !important;
line-height: 10px;
padding-top: -8px;
margin-top: -7px;
}
.a5er {
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
line-height: 9px;
color: white;
}
.tex-header2 {
float: right;
font-family: tahoma;
margin-right: -10px;
margin-top: 44px;
color: white;
text-shadow: 0px 1px 0px black;
font-size: 10pt;
}
.tex-header3 {
float: left;
font-family: tahoma;
margin-left: 127px;
margin-top: 137px;
color: white;
text-shadow: 0px 1px 0px black;
font-size: 10pt;
}
.tex-header1 {
float: right;
font-family: tahoma;
margin-right: 4px;
margin-top: 44px;
color: #f48a1d;
text-shadow: 0px 1px 0px black;
font-size: 10pt;
}
.lil101 {
float: right;
list-style-type: none;
margin: 78px 100px 0 5px;
padding: 0;
width: 150px;
}
.lil10 {
float: right;
list-style-type: none;
margin: 78px 43px 0 5px;
padding: 0;
width: 150px;
}
.Footer-Right .link {
background-repeat: no-repeat;
color: white;
float: right;
font-family: tahoma;
font-size: 10pt;
height: 26px;
margin-right: 0;
margin-top: -7px;
padding-top: 11px;
text-align: center;
text-decoration: none;
width: 105px;
text-shadow: 0 1px 0 black;
}
.link:hover {
color: #B75F77;
}
.slid_box {
width: 392px;
height: 174px;
float: right;
margin-right: 56px;
margin-top: 9px;
}
#myGallery, #myGallerySet, #flickrGallery {
width: 392px;
height: 174px;
z-index: 5;
direction: ltr;
}.jdGallery a
{
outline:0;
}
#flickrGallery
{
width: 416px;
height: 224px;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
display: none;
}
.jdGallery
{
overflow: hidden;
position: relative;
}
.jdGallery img
{
border: 0;
margin: 0;
}
.jdGallery .slideElement
{
width: 100%;
height: 100%;
/*background-color: #eef6ff;*/
background-repeat: no-repeat;
background-position: center center;
background-image: url('http://www.mzayat.com/vb/images/loading-bar-black.gif');
}
.jdGallery .loadingElement
{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #000;
background-repeat: no-repeat;
background-position: center center;
background-image: url('http://www.mzayat.com/vb/images/loading-bar-black.gif');
}
* html .jdGallery .slideInfoZone
{
bottom: -1px;
}
.jdGallery .slideInfoZone h2
{
padding: 0;
font-size: 20%;
margin: 0;
font-weight: bold;
color: inherit; padding-right:4px;font:9pt tahoma ;font-weight:bold
}
.jdGallery .slideInfoZone p
{
padding: 0;
color: #eee;
font:8pt Tahoma;font-weight:bold;margin:0px;padding-right:4px
}
.jdGallery div.carouselContainer
{
position: absolute;
height: 135px;
width: 100%;
z-index: 10;
margin: 0px;
left: 0;
top: 0;
}
.jdGallery .carousel
{
position: absolute;
width: 100%;
margin: 0px;
left: 0;
top: 0;
height: 115px;
background: #333;
color: #fff;
text-indent: 0;
overflow: hidden;
}
.jdExtCarousel
{
overflow: hidden;
position: relative;
}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
position: absolute;
width: 100%;
height: 78px;
top: 10px;
left: 0;
overflow: hidden;
}
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
position: relative;
}
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
cursor: pointer;
background: #000;
background-position: center center;
float: right;
border: solid 1px #fff;
}
.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
margin-bottom: 10px;
}
.jdGallery .carousel .label, .jdExtCarousel .label
{
font-size: 8pt;
position: absolute;
bottom: 5px;
left: 10px;
padding: 0;
margin: 0;
font-family: tahoma;
}
.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
font-size: 10px;
position: absolute;
bottom: 5px;
right: 10px;
padding: 1px 2px;
margin: 0;
background: #222;
border: 1px solid #923D66;
cursor: pointer;
}
.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
color: #b5b5b5;
}
.jdGallery a
{
font-size: 100%;
text-decoration: none;
color: inherit;
}
.jdGallery a.right, .jdGallery a.left
{
position: absolute;
height: 99%;
width: 25%;
cursor: pointer;
z-index:10;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}
* html .jdGallery a.right, * html .jdGallery a.left
{
filter:alpha(opacity=50);
}
.jdGallery a.right:hover, .jdGallery a.left:hover
{
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.jdGallery a.left
{
left: 0;
top: 0;
background: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/fleche1.png') no-repeat center left;
}
* html .jdGallery a.left { background: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/fleche1.gif') no-repeat center left; }
.jdGallery a.right
{
right: 0;
top: 0;
background: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/fleche2.png') no-repeat center right;
}
* html .jdGallery a.right { background: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/fleche2.gif') no-repeat center right; }
.jdGallery a.open
{
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.withArrows a.open
{
position: absolute;
top: 0;
left: 25%;
height: 99%;
width: 50%;
cursor: pointer;
z-index: 10;
background: none;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.withArrows a.open:hover { background: url('images/open.png') no-repeat center center; }
* html .withArrows a.open:hover { background: url('http://www.mzayat.com/vb/images/open.gif') no-repeat center center;
filter:alpha(opacity=80); }
/* Gallery Sets */
.jdGallery a.gallerySelectorBtn
{
z-index: 15;
position: absolute;
top: 0;
left: 30px;
height: 20px;
/*width: 100px; background: url('http://www.mzayat.com/vb/images/carousel_btn.gif') no-repeat;*/
text-align: center;
padding: 0 10px;
font-size: 13px;
background: #333;
color: #fff;
cursor: pointer;
opacity: .4;
-moz-opacity: .4;
-khtml-opacity: 0.4;
filter:alpha(opacity=40);
}
.jdGallery .gallerySelector
{
z-index: 20;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000;
}
.jdGallery .gallerySelector h2
{
margin: 0;
padding: 10px 20px 10px 20px;
font-size: 20px;
line-height: 30px;
color: #fff;
}
.jdGallery .gallerySelector .gallerySelectorWrapper
{
overflow: hidden;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
margin-left: 10px;
margin-top: 10px;
border: 1px solid #923D66;
padding: 5px;
height: 40px;
color: #fff;
cursor: pointer;
float: left;
}
.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
background: #333;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
background: #000;
background-position: center center;
float: left;
border: none;
width: 40px;
height: 40px;
margin-right: 5px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
color: #aaa;
}
.slidee {
background-image: url('http://www.mzayat.com/vb/mzayat-ramadan2/images/slide.png');
height: 192px;
width: 457px;
float: right;
background-repeat: no-repeat;
margin-right: -442px;
margin-top: 22px;
}
</style>
<!-- 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="" /> Hit<em>skin</em>.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">
<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}
<div class="Header-BG">
<div class="Header-Right">
<div class="buttons">
<div class="button1">
<a title="الرئيسية" style="margin-top: 0px; float: left; height: 35px; width: 107px; margin-left: 0px;" href="/"></a>
</div>
<div class="button2">
<a title="التسجيل" style="margin-top: 0px; float: left; height: 35px; width: 107px; margin-left: 0px;" href="/register"></a>
</div>
<div class="button3">
<a title="التحكم" style="margin-top: 0px; float: left; height: 35px; width: 107px; margin-left: 0px;" href="/profile?mode=editprofile" rel="nofollow"></a>
</div>
<div class="button4">
<a title="الخروج" style="margin-top: 0px; float: left; height: 35px; width: 107px; margin-left: 0px;" href="{U_LOGIN_LOGOUT}"></a>
</div>
</div>
</div>
<div class="Header-Left">
<div class="srchbox">
<form style="margin:0px;padding:0px" action="/search.forum" method="post">
<input type="hidden" name="hl" value="ar"/>
<input type="text" name="search_keywords" class="bginput" onblur="if(this.value==''){this.value='ضع كلمة البحث هنا ...'};" onfocus="if(this.value=='ضع كلمة البحث هنا ...'){this.value=''};" value="ضع كلمة البحث هنا ..."/>
<input type="submit" name="sub" value="" class="button"/>
</form>
</div>
<div class="slidee">
<a class="left"></a>
<div class="slid_box">
<div id="myGallery" style="display:none">
<div class="imageElement">
<h3></h3>
<p></p>
<a href="#" title="الصوره الاولى" class="open"></a>
<img alt="" src="http://mzayat.com/vb/mzayat-ramadan2/images/slide1.png" class="full" />
<img alt="" src="" class="thumbnail" />
</div>
<div class="imageElement">
<h3></h3>
<p></p>
<a href="#" title="الصوره الثانيه" class="open"></a>
<img alt="" src="http://mzayat.com/vb/mzayat-ramadan2/images/slide2.png" class="full" />
<img alt="" src="" class="thumbnail" />
</div>
<div class="imageElement">
<h3></h3>
<p></p>
<a href="#" title="الصوره الثالثه" class="open"></a>
<img alt="" src="http://mzayat.com/vb/mzayat-ramadan2/images/slide3.png" class="full" />
<img alt="" src="" class="thumbnail" />
</div>
</div>
</div>
</div>
<!-- BEGIN switch_user_logged_out -->
<div class="loginbox">
<div style="position:relative">
<!-- login form -->
<form style="margin:0px;padding:0px" action="/login.forum?redirect=/" method="post" name="form_login">
<input type="text" class="usrname1" style="font-size: 11px" name="username" id="post" size="10" accesskey="u" tabindex="101" value="اسم العضو" onblur="if(this.value=='')this.value='اسم العضو' " onfocus="if (this.value == 'اسم العضو') this.value = '';" />
<div class="chkbox2">
<input type="checkbox" name="autologin" value="1" tabindex="103" id="post" accesskey="c" /> </div>
<input type="password" class="passwd1" style="font-size: 11px" name="password" id="post" size="10" tabindex="102" onblur="if(this.value=='')this.value='password ' " onfocus="if(this.value=='password ')this.value=''" value="password " />
<input type="submit" class="buttonx2" value="" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<ul class="usr-lnkks">
<li><a href="register.php">عضوية جديدة</a> | </li>
<li><a href="login.php?do=lostpw">نسيت كلمة المرور ؟</a></li>
</ul>
<!-- / login form -->
</div></div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div class="infobox2">
<div style="position:relative">
<div align="center" class="smallfont">
{LOGGED_AS}
<br/>
{LAST_VISIT_DATE}
</div>
</div>
</div>
<!-- END switch_user_logged_in -->
</div>
</div>
<div class="body1">
<div class="body2">
<!-- content table -->
<br />
<br />
<br />
<center>
<table style="width: 78%">
<tr>
<td style="width: 69px">
<a href="#">
<img alt="" src="http://mzayat.com/vb/mzayat-ramadan2/images/banner.png" width="482" height="77" title="ضع اعلانك هنا"/></a></td>
<td style="width: 54px">
<a href="#">
<img alt="" src="http://mzayat.com/vb/mzayat-ramadan2/images/banner2.png" width="196" height="77" title="ضع اعلانك هنا"/></a></td>
<td>
<a href="#">
<img alt="" src="http://mzayat.com/vb/mzayat-ramadan2/images/banner2.png" width="196" height="77" title="ضع اعلانك هنا" /></a></td>
</tr>
</table>
</center>
<div style="margin: 0 auto; width: 94%;">
<br />
<div id="center">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
<br />
<div class="block1">
<div class="block2"></div>
<div class="block3"></div>
</div>
<div class="block4">
<div class="block5">
<div class="block6">
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<div class="navbar" style="font-size:10pt">
<div class="nav">
<img src="http://i56.servimg.com/u/f56/14/71/20/17/navbit10.gif" class="inlineimg" alt="" border="0" height="15" width="15" /><a class="nav" href="{U_INDEX}"> {L_INDEX}</a>{NAV_CAT_DESC}</div> <strong>
<font face="Tahoma"><span style="font-size: 10pt" font-weight="bold"><img src="http://i56.servimg.com/u/f56/14/71/20/17/navbit11.gif" height="15" width="30" /> {PAGE_TITLE}
</span></font>
</strong></div>
</td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<!-- BEGIN switch_user_logged_in -->
<br />
<div align="center" class="smallfont">
<div>
<strong><span style="color: Red;">{LOGGED_AS}</span></strong>
</div>
<div>{LAST_VISIT_DATE}</div>
<div>
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
//
<a href="{U_LOGIN_LOGOUT}" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')">{L_LOGIN_LOGOUT}</a>.
</div>
</div>
<br />
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<form action="/login.forum?redirect=h23-page" method="post" name="form_login">
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
<td><input id="post" type="text" class="bginput" style="font-size: 11px" name="username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label></td>
</tr>
<tr>
<td class="smallfont"><label name="autologin" for="navbar_password">كلمة المرور</label></td>
<td><input id="post" type="password" class="bginput" style="font-size: 11px" name="password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input name="login" type="submit" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- END switch_user_logged_out -->
<!-- / login form -->
</td>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<!-- BEGIN switch_user_logged_out -->
<td class="vbmenu_control"><a href="/register" rel="nofollow">التسجيل</a></td>
<td class="vbmenu_control"><a rel="help" href="/faq" accesskey="5">التعليمـــات</a></td>
<td class="vbmenu_control"><a href="/search?search_id=unanswered">موآضـــيع لم يتم آلرد عليهآ</a></td>
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مشاركات اليوم</a></td>
<td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">محرك البحث</a> </td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="vbmenu_control"><a href="/forum">الرئيسية</a></td>
<td class="vbmenu_control"><a href="/profile?mode=editprofile">لوحة التحكم</a></td>
<td class="vbmenu_control"><a href="/memberlist" accesskey="5">الاعضاء</a></td>
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">المشاركات الجديدة</a></td>
<td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">محرك البحث</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
<td class="vbmenu_control"><a href="/privmsg" rel="nofollow" accesskey="9">التنبيهات</a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
<td class="vbmenu_control"><a href="/login?logout" onclick="return log_out('هل تود بالفعل مغادرة المنتدى ؟')">تسجيل الخروج</a></td>
<!-- END switch_user_logged_in -->
</tr>
</table>
</div>
<!-- / nav buttons bar -->
</div>
</div>
</div>
<div class="block7">
<div class="block8"></div>
<div class="block9"></div>
</div>
<br />
<!-- 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}">
</td>
</tr>
<tr>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>
<!-- END html_validation -->
جزاك الله خيرا !
رد: مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
فقط احدف هادا من قالب وراح تشتغل
- الكود:
<script src="http://mzayat.com/vb/mzayat-ramadan2/js/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
رد: مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
هل من حل عندما أحذفها ترجع لكنها تحذف معاه السلايد شو الي جنب الهيدر ؟؟
رد: مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
اه ما انتبهت لسلايدر هلي لما كان مركب الكود اسلايدر يشتغل ؟؟؟
رد: مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
نعم لما كان هذا السكريبت مركب كان يشتغل السلايد شو
رد: مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
هل متاكد انو السلايدر عم يشتغل عادي حتي ولو ما تحدف كود جرب رجع كود وشوفو ادا شغال بصفحة رئيسية ام لا
رد: مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
انا جربت ركبت قالب هيدر الان بموقعي بدون حدف كود السلايدر لا يشتغل في صفحة رئيسية يشتغل فقط في صفحة مواضيع
رد: مشكلة في overall_header تخفي لي أدواة صندوق الإرسال !!
طيب عيد ركم قالب من جديد لشوف ادا شغال ام لا
مواضيع مماثلة
» هل من كود لجعل صندوق الإرسال مثل في بي ؟
» الحد الأقصى للمساهمة .. وخيارات صندوق الإرسال
» مشكلة في صندوق رد
» مشكلة في صندوق الجديد
» مشكلة فى صندوق الرد
» الحد الأقصى للمساهمة .. وخيارات صندوق الإرسال
» مشكلة في صندوق رد
» مشكلة في صندوق الجديد
» مشكلة فى صندوق الرد
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى