وهدا المتواجد في الهيدر
<!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="rtl" lang="ar">
<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="https://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');
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}');
report.focus();
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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']);
(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="https://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}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'ÑãÖÜÜÜ2012 ÜÜÜÜÇä ßÑíã ÃÍáì ÍßÇíÉ'; Style ID: 56
*/
body
{
background: #d6d6d6;
color: #000000;
font: bold 12pt Arial;
margin: 0px 0px 0px 0px;
padding: 0px;
text-shadow:0px 1px 1px #FFFFFF;
}
a:link, body_alink
{
color: #3f1875;
text-decoration: none;
}
a:visited, body_avisited
{
color: #3f1875;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #FF4400;
text-decoration: none;
}
.page
{
background: #FFFFFF;
color: #000000;
font: 12pt tahoma;
}
.page a:link, .page_alink
{
text-decoration: none;
}
.page a:visited, .page_avisited
{
text-decoration: none;
}
.page a:hover, .page a:active, .page_ahover
{
text-decoration: none;
}
td, th, p, li
{
font: bold 12pt tahoma;
}
.tborder
{
background: transparent;
color: #000000;
font: 12pt Tahoma;
border: 1px solid #501f95;
}
.tcat
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg11.jpg) repeat;
color: #FFFFFF;
font: bold 10pt tahoma;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
text-shadow:0px 0px 1px #000000;
}
.tcat a:link, .tcat_alink
{
color: #ffffff;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #ffffff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FFFF66;
text-decoration: none;
}
.thead
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg22.jpg) repeat;
color: #FFFFFF;
font: bold 11px Tahoma;Arial;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
text-shadow:1px 1px 0px #000000;
}
.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;
text-decoration: none;
}
.tfoot
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg11.jpg) repeat;
color: #FFFFFF;
font-family: Tahoma;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
text-shadow:0px 0px 1px #000000;
}
.tfoot a:link, .tfoot_alink
{
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #FFFF66;
text-decoration: none;
}
.alt1, .alt1Active
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg33.jpg) repeat;
color: #000000;
font: bold 12pt Arial;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
box-shadow:inset 0px 0px 5px #d5d5d5;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
text-decoration: none;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
text-decoration: none;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
text-decoration: none;
}
.alt2, .alt2Active
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg44.jpg) repeat;
color: #000000;
font: bold 12px Tahoma;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
box-shadow:inset 0px 0px 5px #d5d5d5;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
text-decoration: none;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
text-decoration: none;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
text-decoration: none;
}
.inlinemod
{
background: #FFFFCC;
color: #000000;
font-family: Tahoma;
}
.inlinemod a:link, .inlinemod_alink
{
text-decoration: none;
}
.inlinemod a:visited, .inlinemod_avisited
{
text-decoration: none;
}
.inlinemod a:hover, .inlinemod a:active, .inlinemod_ahover
{
text-decoration: none;
}
.wysiwyg
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg44.jpg) repeat;
color: #000000;
font: bold 12pt Tahoma;Arial;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #22229C;
text-decoration: none;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #22229C;
text-decoration: none;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #FF4400;
text-decoration: none;
}
textarea, .bginput
{
font: 10pt Tahoma;Arial;
}
.bginput option, .bginput optgroup
{
font-size: 10pt;
font-family: Tahoma;Arial;
}
.button
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
font: 11px Tahoma;
}
option, optgroup
{
font-size: 11px;
font-family: Tahoma;
}
.smallfont
{
font: 11px Tahoma;Arial;
}
.time
{
color: #FF0000;
font-family: Tahoma;
font-weight: bold;
}
.navbar
{
font: 11px Tahoma;ArialArial;
}
.navbar a:link, .navbar_alink
{
text-decoration: none;
}
.navbar a:visited, .navbar_avisited
{
text-decoration: none;
}
.navbar a:hover, .navbar a:active, .navbar_ahover
{
text-decoration: none;
}
.highlight
{
color: #FF0000;
font-family: Tahoma;
font-weight: bold;
}
.fjsel
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg33.jpg) repeat;
color: #333333;
}
.fjdpth0
{
background: #F7F7F7;
color: #000000;
}
.panel
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg33.jpg) repeat;
color: #000000;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
box-shadow:inset 0px 0px 5px #d5d5d5;
}
.panel a:link, .panel_alink
{
text-decoration: none;
}
.panel a:visited, .panel_avisited
{
text-decoration: none;
}
.panel a:hover, .panel a:active, .panel_ahover
{
text-decoration: none;
}
.panelsurround
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg44.jpg) repeat;
color: #000000;
font-family: Tahoma;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
box-shadow:inset 0px 0px 5px #d5d5d5;
}
legend
{
color: #22229C;
font: bold 11pt Arial;
}
.vbmenu_control
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg11.jpg) repeat;
color: #FFFFFF;
font: bold 11px Tahoma;Arial;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
text-shadow:0px 0px 1px #000000;
}
.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: none;
}
.vbmenu_popup
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg44.jpg) repeat;
color: #000000;
font: bold 11px Tahoma;Arial;
}
.vbmenu_option
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg33.jpg) repeat;
color: #000000;
font: 11px Tahoma;Arial;
white-space: nowrap;
cursor: pointer;
border-color: #FFFFFF #000000 #000000 #FFFFFF;
border-style: solid;
border-width: 1px;
color: #291805;
text-shadow:1px 1px 0px #000000;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #333333;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #333333;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #999999;
text-decoration: none;
}
.vbmenu_hilite
{
background: url(http://www.volen-web.com/vb/ramdaan2012/images/bg44.jpg) repeat;
color: #FFFFFF;
font: 11px Tahoma;Arial;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #333333;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #333333;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #999999;
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; }
.home-all{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_23-11.png');
height:105px;
background-repeat:repeat-x;
}
.home-left{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_23.png');
width:142px;
height:105px;
float:left;
background-repeat:no-repeat;
}
.home-right{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_24.png');
width:129px;
float:right;
height:105px;
background-repeat:repeat-x;
}
.home-center{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_22.png');
width:544px;
background-repeat:no-repeat;
height:105px;
margin:auto;
}
.home-volenweb{
background:#FFFFFF;
text-align:justify;
}
.home-volenweb-left{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_26.png');
padding-left:24px;
background-position:left;
background-repeat:repeat-y;
}
.home-volenweb-right{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_30.png');
padding-right:20px;
background-repeat:repeat-y;
background-position:right;
}
.home-footer{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_32.png');
height:104px;
background-repeat:repeat-x;
}
.home-footer-left{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_31.png');
width:91px;
height:104px;
float:left;
background-repeat:no-repeat;
}
.home-footer-right{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_33-18.png');
width:115px;
height:104px;
float:right;
background-repeat:no-repeat;
}
.home-footer-center{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_33.png');
width:562px;
height:104px;
margin:auto;
background-repeat:no-repeat;
}
.header{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_01.png');
height:340px;
background-repeat:repeat-x;
}
.header-volenweb{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_02.png');
width:884px;
height:340px;
margin:auto;
background-repeat:no-repeat;
}
.link{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_08.png');
height:99px;
background-repeat:repeat-x;
}
.link-left{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_06.png');
width:61px;
height:99px;
float:left;
background-repeat:no-repeat;
}
.link-right{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_10.png');
width:64px;
height:99px;
background-repeat:no-repeat;
float:right;
}
.all-menu{
background:#ffffff;
text-align:justify;
}
.menu-left{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_12.png');
padding-left:11px;
background-position:left;
background-repeat:repeat-y;
}
.menu-right{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_16.png');
padding-right:11px;
background-position:right;
background-repeat:repeat-y;
display:block;
}
.menu-down{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_39.png');
height:96px;
background-repeat:repeat-x;
}
.menu-down-left{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_37.png');
width:291px;
background-repeat:no-repeat;
height:96px;
float:left;
}
.menu-down-right{
background-image:url('https://i.servimg.com/u/f42/17/02/19/25/u23.gif');
width:356px;
height:96px;
float:right;
background-repeat:no-repeat;
}
.footer{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ramdan2012_49.png');
height:193px;
background-repeat:repeat-x;
}
.footer-logo{
background-image:url('https://i.servimg.com/u/f42/17/02/19/25/ramdan10.gif');
width:675px;
height:193px;
margin:auto;
}
.contener-search{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/search.png');
width:271px;
height:55px;
float:left;
background-repeat:no-repeat;
margin-top:9px;
}
.volen-go-blue{
width:39px;
height:47px;
float:left;
border:0px;
}
.volen-gobg-blue{
height:47px;
width:149px;
float:left;
text-align:center;
line-height:47px;
margin-left: 50px;
margin-top: 18px;
}
.link-volenweb{
width:167px;
height:73px;
float:left;
margin-top:15px;
margin-left:30px;
}
.links{
width:433px;
height:39px;
float:right;
margin-top:15px;
}
.links a{
height:39px;
width:103px;
float:right;
text-align:center;
text-decoration:none;
font-weight:bold;
color:#fff;
font-family:Tahoma;
font-size:12px;
line-height:30px;
}
.links a:active, .links a:hover{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/bt.png');
color:#f4e200;
}
.contener{
display:table;
background:#FFFFFF;
height: 100%;
width: 100%;
}
.logos{
background-image:url('http://www.volen-web.com/vb/somcolor/blue/images/logo.png');
float:right;
height:156px;
width:480px;
background-repeat:no-repeat;
margin-top:25px;
}
.login{
height:156px;
width:262px;
float:left;
margin-top: -34px;
}
.content_user {
background: none repeat scroll 0 0;
direction: rtl;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
height: 98px;
margin: 57px auto 0;
padding: 10px;
text-align: right;
width: 77%;
color:white;
}
.login_box_in {
height:171px;
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/log-out.png');
background-repeat:no-repeat;
overflow:hidden;
margin-top: 20px;
}
.ads{
width:481px;
height:132px;
float:right;
margin-right: 25px;
}
.adsw{
background-image:url('http://www.volen-web.com/vb/ramdaan2012/images/ads.png');
width:472px;
height:62px;
float:right;
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.volen-web.com/vb/clientscript/vbulletin_important.css?v=387" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="http://www.volen-web.com/vb/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="http://www.volen-web.com/vb/clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "s=e6530e6df9decbb1d79998a6eb97178f&";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "images/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="http://www.volen-web.com/vb/clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="http://www.volen-web.com/vb/clientscript/vbulletin_menu.js?v=387"></script>
<title>:: ÇáÊÞäíÉ ÇáãÊãíÒÉ áÎÏãÇÊ ÇáÇäÊÑäÊ ÇáãÊßÇãáÉ ::</title>
</head>
<body>
<!-- logo -->
<div class="header">
<div class="header-volenweb"><div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="884" height="340" id="http://www.volen-web.com/vb/ramdaan2012/images/volen-web.swf" align="middle">
<param name="movie" value="http://www.volen-web.com/vb/ramdaan2012/images/volen-web.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="transparent" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="http://www.volen-web.com/vb/ramdaan2012/images/volen-web.swf" width="884" height="340">
<param name="movie" value="http://www.volen-web.com/vb/ramdaan2012/images/volen-web.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="transparent" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div></div>
</div>
<div class="link">
<div class="link-left"></div>
<div class="link-right"></div>
<div class="contener-link">
<div class="links">
<!-- BEGIN switch_user_logged_out -->
<a href="/">ÇáÑÆíÓíÉ</a>
<a href="register">ÇáÊÓÌíá</a>
<a href="calendar">ÇáÊÞæíã</a>
<a href="/search?search_id=newposts">ãÔÇÑßÇÊ Çáíæã</a>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="/profile?mode=editprofile">áæÍÉ ÇáÊÍßã</a>
<a href="/privmsg?folder=inbox">ÇáÑÓÇÆá ÇáÎÇÕÉ</a>
<a href="/search?search_id=newposts">ãÔÇÑßÇÊ Çáíæã</a>
<a href="/login?logout">ÎÑæÌ</a>
<!-- END switch_user_logged_in -->
</div>
<div class="contener-search">
<div class="serch">
<form action="search" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="e6530e6df9decbb1d79998a6eb97178f" />
<input type="hidden" name="securitytoken" value="guest" />
<div class="volen-go-blue" style="width: 39px">
<input type="submit" name="submit" value="" title="ÃÈÍË" style=" border:0px; background:transparent; float:left; margin-left:5px; margin-top:5px; width: 83px; height: 40px" class="style1" />
</div>
<div class="volen-gobg-blue">
<input type="text" style=' background:transparent; border:0px;' name="query" value="ÃßÊÈ ãÇ ÊÈÍË Úäå" onfocus="if(this.value=='ÃßÊÈ ãÇ ÊÈÍË Úäå')this.value=''" onblur="if(this.value=='')this.value='ÃßÊÈ ãÇ ÊÈÍË Úäå'" />
</div>
</form>
</div>
</div>
</div>
</div>
<div class="all-menu">
<div class="menu-left">
<div class="menu-right">
<div class="contener">
<div class="claer"></div>
<div class="ads">
<a class="adsw" title="ÊÍæíá ÝÑíÞ ÇÍáì ÍßÇíÉ - KhALiD-Net" href="http://www.a7la-7ekaya.com/forum"></a>
<a class="adsw" title="ãÓÇÍÉ ÇÚáÇäíÉ" href="#"></a>
</div>
</div>
<div class="claer"></div>
</div>
<div class="claer"></div>
<div class="momiz">
<div class="momiz1"></div>
<div class="momiz2"></div>
<div class="momiz3"></div>
<div class="momiz4"></div>
</div>
<div class="claer"></div>
<!-- /logo -->
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<!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 5</title>
</head>
<body>
<br />
<div class="home-all">
<div class="home-left"></div>
<div class="home-right"></div>
<div class="home-center"></div>
</div>
<div class="home-volenweb">
<div class="home-volenweb-left">
<div class="home-volenweb-right">
<!-- BEGIN switch_user_logged_out -->
<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"><a href="index.php" accesskey="1"><img class="inlineimg" src="https://2img.net/i/fa/empty.gif" alt="" border="0" /></a> <strong>
<a class="nav" href="{U_INDEX}">
<div class="nav"><img src="http://www.volen-web.com/vb/images/misc/navbits_start.gif" class="inlineimg" alt="" border="0" height="" width="" /> {L_INDEX} </a>{NAV_CAT_DESC}</div>
<font face="Tahoma"><span style="font-size: 10pt"<font-weight="bold"><img src="http://www.volen-web.com/vb/images/misc/navbits_finallink_rtl.gif" height="" width="" /> {PAGE_TITLE}</span></font>
</strong></div>
</strong>
</td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form 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=386"></script>
<table cellpadding="0" cellspacing="1" border="0">
<tbody>
<tr>
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><input id="Post" type="text"
name="username" size="10" value="ÇÓã ÇáÚÖæ" onclick="if (this.value ==
'ÇÓã ÇáÚÖæ') this.value = '';" onblur="if (this.value == '') this.value =
'ÇÓã ÇáÚÖæ';"> </td>
<td>
<input type="checkbox" name="autologin" checked="true">
<span span lang="ar-sa">ÍÝÙ ÇáÈíÇäÇÊ¿</span>
</td>
</tr>
<tr>
<td><input id="Post" type="password"
name="password" size="10" value="" onclick="if (this.value == '')
this.value = '';" onblur="if (this.value == '') this.value = '';">
</td>
<td><input type="submit" class="mainoption" name="login" value="ÊÓÌíá ÇáÏÎæá" tabindex="104" title="ÇÏÎá ÇÓã ÇáÚÖæ æßáãÉ ÇáãÑæÑ ÇáÎÇÕÉ Èß Ýí ÇáÍÞæá ÇáãÌÇæÑÉ áÊÓÌíá ÇáÏÎæá, Ãæ ÇÖÛØ Úáì ÑÇÈØ 'ÇáÊÓÌíá' áÅäÔÇÁ ÍÓÇÈ ÎÇÕ Èß." accesskey="s" /></td>
</tr>
</tbody></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>
<!-- / login form -->
</td>
</tr>
</tbody></table>
<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="register" rel="nofollow">ÇáÊÓÌíá</a></td>
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">ãÔÇÑßÇÊ Çáíæã</a></td>
<td class="vbmenu_control"><a href="/search" accesskey="2">ÇáÈÍË</a></td>
</tr>
</table>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<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"><a href="index.php" accesskey="1"><img class="inlineimg" src="https://2img.net/i/fa/empty.gif" alt="" border="0" /></a> <strong>
<a class="nav" href="{U_INDEX}">
<div class="nav"><img src="http://www.volen-web.com/vb/images/misc/navbits_start.gif" class="inlineimg" alt="" border="0" height="" width="" /> {L_INDEX} </a>{NAV_CAT_DESC}</div>
<font face="Tahoma"><span style="font-size: 10pt"<font-weight="bold"><img src="http://www.volen-web.com/vb/images/misc/navbits_finallink_rtl.gif" height="" width="" /> {PAGE_TITLE}</span></font>
</strong></div>
</strong>
</td>
<td class="alt2" nowrap="nowrap" style="padding:0px">
{LOGGED_AS}
<div>{LAST_VISIT_DATE}</div>
<div><div style="text-align: justify;"><a href="/privmsg?folder=inbox">ÇáÑÓÇÆá ÇáÎÇÕÉ</a><br></div></div>
</td>
</tr>
</tbody></table>
<div class="tborder" style="padding:1px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="/profile?mode=editprofile&tt=1" rel="nofollow">áæÍÉ ÇáÊÍßã</a></td>
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">ÇáãÔÇÑßÇÊ ÇáÌÏíÏÉ</a></td>
<td class="vbmenu_control"><a href="/search" accesskey="3">ÇáÈÍË</a></td>
<td class="vbmenu_control"><a href="/login?logout" accesskey="4">ÊÓÌíá ÇáÎÑæÌ</a></td>
</tr>
</table>
</div>
<!-- END switch_user_logged_in -->
</div>
</div>
</div>
<div class="home-footer">
<div class="home-footer-left"></div>
<div class="home-footer-right"></div>
<div class="home-footer-center"></div>
</div>
</body>
</html>
<!-- BEGIN switch_user_logged_out -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat">ÃåáÇ æÓåáÇ Èß Çáì {L_INDEX}</td>
</tr>
<tr>
<td class="alt1">
ÃåáÇ æÓåáÇ Èß ÒÇÆÑäÇ ÇáßÑíã¡ ÅÐÇ ßÇäÊ åÐå ÒíÇÑÊß ÇáÃæáì ááãäÊÏì¡ ÝíÑÌì ÇáÊßÑã ÈÒíÇÑÉ ÕÝÍÉ ÇáÊÚáíãÜÜÜÇÊ¡<a href="faq"><strong> ÈÇáÖÛØ åäÇ</strong></a>.
ßãÇ íÔÑÝäÇ Ãä ÊÞæã <a href="register"><strong>ÈÇáÊÓÌíá ÈÇáÖÛØ åäÇ</strong></a> ÅÐÇ ÑÛÈÊ ÈÇáãÔÇÑßÉ Ýí ÇáãäÊÏì¡ ÃãÇ ÅÐÇ ÑÛÈÊ ÈÞÑÇÁÉ ÇáãæÇÖíÚ æÇáÅØáÇÚ ÝÊÝÖá ÈÒíÇÑÉ ÇáÞÓã ÇáÐí ÊÑÛÈ ÃÏäÇå.
</td>
</tr>
</table>
<!-- END switch_user_logged_out -->
<br />