CODE
<div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></div>
<div><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}></div>
<div><head></div>
<div><title>{SITENAME_TITLE}{PAGE_TITLE}</title></div>
<div><meta http-**="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /></div>
<div><meta http-**="content-script-type" content="text/javascript" /></div>
<div><meta http-**="content-style-type" content="text/css" /></div>
<div><!-- BEGIN switch_compat_meta --></div>
<div><meta http-**="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /></div>
<div><!-- END switch_compat_meta --></div>
<div><!-- BEGIN switch_canonical_url --></div>
<div><link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /></div>
<div><!-- END switch_canonical_url --></div>
<div>{META_FAVICO}</div>
<div>{META}</div>
<div>{META_FB_LIKE}</div>
<div><meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /></div>
<div>{T_HEAD_STYLESHEET}</div>
<div>{CSS}</div>
<div><link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /></div>
<div><link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /></div>
<div><script src="{JQUERY_PATH}" type="text/javascript"></script></div>
<div><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script></div>
<div> {RICH_SNIPPET_GOOGLE}</div>
<div> </div>
<div><!-- BEGIN switch_fb_login --></div>
<div><script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script></div>
<div><script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script></div>
<div><!-- END switch_fb_login --></div>
<div> </div>
<div><!-- BEGIN switch_ticker --></div>
<div><link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /></div>
<div><script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script></div>
<div><!-- END switch_ticker --></div>
<div> </div>
<div><!-- BEGIN switch_ticker_new --></div>
<div><script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script></div>
<div><script type="text/javascript">//<![CDATA[</div>
<div>/* Definir le sens de direction en fonction du panneau admin */</div>
<div>var tickerDirParam = "{switch_ticker.DIRECTION}";</div>
<div>var slid_vert = false;</div>
<div>var auto_dir = 'next';</div>
<div>var h_perso = parseInt({switch_ticker.HEIGHT});</div>
<div> </div>
<div>switch( tickerDirParam )</div>
<div>{</div>
<div>case 'top' :</div>
<div>slid_vert = true;</div>
<div>break;</div>
<div> </div>
<div>case 'left':</div>
<div>break;</div>
<div> </div>
<div>case 'bottom':</div>
<div>slid_vert = true;</div>
<div>auto_dir = 'prev';</div>
<div>break;</div>
<div> </div>
<div>case 'right':</div>
<div>auto_dir = 'prev';</div>
<div>break;</div>
<div> </div>
<div>default:</div>
<div>slid_vert = true;</div>
<div>}</div>
<div> </div>
<div>$(document).ready(function() {</div>
<div>var w_cont = $('#fa_ticker_container').width();</div>
<div> </div>
<div>if (w_cont > 0)</div>
<div>{</div>
<div>$('#fa_ticker_container').width(w_cont);</div>
<div> </div>
<div>/* Affichage de la liste */</div>
<div>$('#fa_ticker_content').css('display','block');</div>
<div> </div>
<div>/* Calcul des dimensions du conteneur et des elements */</div>
<div>var width_max = $('ul#fa_ticker_content').width();</div>
<div>var width_item = Math.floor(width_max / {switch_ticker.SIZE});</div>
<div>var height_max = h_perso;</div>
<div> </div>
<div>/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */</div>
<div>$('ul#fa_ticker_content li').each( function () {</div>
<div>if ($(this).height() > height_max)</div>
<div>{</div>
<div>height_max = $(this).height();</div>
<div>}</div>
<div>} );</div>
<div> </div>
<div>/* Redimensionnement des elements et des images trop larges */</div>
<div>$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {</div>
<div>if ($(this).width() > width_item)</div>
<div>{</div>
<div>var ratio<span style="white-space:pre"> </span>= $(this).width() / width_item;</div>
<div>var new_height = Math.round($(this).height() / ratio);</div>
<div>$(this).height(new_height).width(width_item);</div>
<div>}</div>
<div>});</div>
<div> </div>
<div>/* Redimensionnement et centrage du conteneur en mode vertical */</div>
<div>if (slid_vert)</div>
<div>{</div>
<div>$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');</div>
<div>}</div>
<div> </div>
<div>/* Initialisation du caroussel */</div>
<div>$('#fa_ticker_content').jcarousel({</div>
<div>vertical: slid_vert,</div>
<div>wrap: 'circular',</div>
<div>auto: {switch_ticker.STOP_TIME},</div>
<div>auto_direction: auto_dir,</div>
<div>scroll: 1,</div>
<div>size: {switch_ticker.SIZE},</div>
<div>height_max: height_max,</div>
<div>animation: {switch_ticker.SPEED}</div>
<div>});</div>
<div>}</div>
<div>else</div>
<div>{</div>
<div>$('ul#fa_ticker_content li:not(:first)').css('display','none');</div>
<div>$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');</div>
<div>}</div>
<div>});</div>
<div>//]]></div>
<div></script></div>
<div><!-- END switch_ticker_new --></div>
<div> </div>
<div><script type="text/javascript">//<![CDATA[</div>
<div>$(document).ready(function(){</div>
<div><!-- BEGIN switch_enable_pm_popup --></div>
<div>pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');</div>
<div>if(pm != null) { pm.focus(); }</div>
<div><!-- END switch_enable_pm_popup --></div>
<div><!-- BEGIN switch_report_popup --></div>
<div>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}');</div>
<div>if(report != null) { report.focus(); }</div>
<div><!-- END switch_report_popup --></div>
<div><!-- BEGIN switch_ticker --></div>
<div>$(document).ready(function() {<span style="white-space:pre"> </span></div>
<div>Ticker.start({</div>
<div>height : {switch_ticker.HEIGHT},</div>
<div>spacing : {switch_ticker.SPACING},</div>
<div>speed : {switch_ticker.SPEED},</div>
<div>direction : '{switch_ticker.DIRECTION}',</div>
<div>pause : {switch_ticker.STOP_TIME} </div>
<div>});</div>
<div>});</div>
<div><!-- END switch_ticker --></div>
<div>});</div>
<div> </div>
<div><!-- BEGIN switch_login_popup --></div>
<div>var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;</div>
<div><!-- END switch_login_popup --></div>
<div> </div>
<div><!-- BEGIN switch_login_popup --></div>
<div>$(document).ready( function() {</div>
<div>$(window).resize(function() {</div>
<div>var windowWidth = document.documentElement.clientWidth;</div>
<div>var popupWidth = $("#login_popup").width();</div>
<div>var mypopup = $("#login_popup");</div>
<div> </div>
<div>$("#login_popup").css({</div>
<div>"left": windowWidth/2 - popupWidth/2</div>
<div>});</div>
<div>});</div>
<div>});</div>
<div><!-- END switch_login_popup --></div>
<div>//]]></div>
<div></script></div>
<div>{GREETING_POPUP}</div>
<div><!-- BEGIN switch_ticker_new --></div>
<div><style></div>
<div>.jcarousel-skin-tango .jcarousel-item {</div>
<div>text-align:center;</div>
<div>width: 10px;</div>
<div>}</div>
<div> </div>
<div>.jcarousel-skin-tango .jcarousel-item-horizontal {</div>
<div>margin-right: {switch_ticker.SPACING}px;</div>
<div>}</div>
<div> </div>
<div>.jcarousel-skin-tango .jcarousel-item-vertical {</div>
<div>margin-bottom: {switch_ticker.SPACING}px;</div>
<div>}</div>
<div></style></div>
<div><!-- END switch_ticker_new --></div>
<div>{HOSTING_JS}</div>
<div><!-- BEGIN google_analytics_code --></div>
<div><script type="text/javascript"></div>
<div>//<![CDATA[</div>
<div> <span style="white-space:pre"> </span>var _gaq = _gaq || [];</div>
<div> <span style="white-space:pre"> </span>_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);</div>
<div> <span style="white-space:pre"> </span>_gaq.push(['_trackPageview']);</div>
<div>_gaq.push(['_trackPageLoadTime']);</div>
<div> </div>
<div><!-- BEGIN google_analytics_code_bis --></div>
<div>_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);</div>
<div>_gaq.push(['b._trackPageview']);</div>
<div><!-- END google_analytics_code_bis --></div>
<div> </div>
<div> <span style="white-space:pre"> </span>(function() {</div>
<div>var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;</div>
<div>ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';</div>
<div>var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);</div>
<div> <span style="white-space:pre"> </span>})();</div>
<div>//]]></div>
<div></script></div>
<div> </div>
<div><!-- END google_analytics_code --></div>
<div></head></div>
<div><body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"></div>
<div><!-- BEGIN hitskin_preview --></div>
<div><div id="hitskin_preview" style="display: block;"></div>
<div><h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1></div>
<div><div class="content"></div>
<div><p></div>
<div>{hitskin_preview.L_THEME_SITE_PREVIEW}</div>
<div></div>
<div><span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span></div>
<div></p></div>
<div></div></div>
<div></div></div>
<div><!-- END hitskin_preview --></div>
<div><!-- BEGIN switch_login_popup --></div>
<div><div id="login_popup" style="z-index: 10000 !important;"></div>
<div><table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0"></div>
<div><tr height="25"></div>
<div><td class="catLeft"></div>
<div><span class="genmed module-title">{SITENAME}</span></div>
<div></td></div>
<div></tr></div>
<div><tr height="{LOGIN_POPUP_MSG_HEIGHT}"></div>
<div><td class="row1" align="left" valign="top"></div>
<div><div id="login_popup_buttons"></div>
<div><form action="{S_LOGIN_ACTION}" method="get"></div>
<div><input type="submit" class="mainoption" value="{L_LOGIN}" /></div>
<div><input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /></div>
<div><input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" /></div>
<div></form></div>
<div></div></div>
<div><span class="genmed">{LOGIN_POPUP_MSG}</span></div>
<div></td></div>
<div></tr></div>
<div></table></div>
<div></div></div>
<div><!-- END switch_login_popup --></div>
<div> </div>
<div><a name="top"></a></div>
<div>{JAVASCRIPT}</div>
<div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></div>
<div><html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar"><head></div>
<div><meta http-**="Content-Type" content="text/html; charset=UTF-8" /></div>
<div><!-- CSS Stylesheet --></div>
<div><style type="text/css" id="vbulletin_css"></div>
<div>body{background:url("https://qlopmasria.com/vb/qlop39/images/hex.gif")#000;color:#d6cb69;font:12pt 'Droid Arabic Kufi';margin:20 20 20 20px;padding:20}</div>
<div>a:link,body_alink{color:#d6cb69;text-decoration:none}</div>
<div>a:visited,body_avisited{color:#d6cb69;text-decoration:none}</div>
<div>a:hover,a:active,body_ahover{color:#F40;text-decoration:none}</div>
<div>.page{background:url("https://qlopmasria.com/vb/qlop39/images/hex.gif")#000;color:#d6cb69;font-family:'Droid Arabic Kufi'} </div>
<div>.l1{position:absolute;width:170px;height:145px;top:300px;left:550px}</div>
<div>.t1{background-image:url(https://qlopmasria.com/vb/qlop39/images/topex.jpg);height:170px;background-repeat:repeat-x}</div>
<div>.t2{background-image:url(https://i.servimg.com/u/f78/19/84/95/60/ee10.png);height:170px;width:305px;background-repeat:no-repeat;float:right}</div>
<div>.t3{background-image:url(https://qlopmasria.com/vb/qlop39/images/topl.jpg);height:170px;width:197px;background-repeat:no-repeat;float:left}</div>
<div>.body-bg{color:#FFF;text-align:justify}</div>
<div>.t4{background-image:url();background-repeat:repeat-y;background-position:left;padding-left:20px}</div>
<div>.t5{background-image:url();background-repeat:repeat-y;background-position:right;padding-right:20px}</div>
<div>.t6{background-image:url(https://qlopmasria.com/vb/qlop39/images/downex.jpg);height:230px;background-repeat:repeat-x}</div>
<div>.t7{background-image:url(https://qlopmasria.com/vb/qlop39/images/downr.jpg);height:230px;width:305px;background-repeat:no-repeat;float:right}</div>
<div>.t8{background-image:url(https://qlopmasria.com/vb/qlop39/images/downl.jpg);height:230px;width:230px;background-repeat:no-repeat;float:left}</div>
<div></style></div>
<div><!-- / CSS Stylesheet --></div>
<div><head></div>
<div><style type="text/css"></div>
<div> @import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);</div>
<div> @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');</div>
<div> </div>
<div>* vBulletin 3.8.8 CSS</div>
<div>* Style: 'helperntv1'; Style ID: 13</div>
<div>*/</div>
<div>.wysiwyg</div>
<div>{</div>
<div>color: #333333;</div>
<div>}</div>
<div>/* ***** styling for 'big' usernames on postbit etc. ***** */</div>
<div>.bigusername { font-size: 14pt; }</div>
<div> </div>
<div>/* ***** small padding on 'thead' elements ***** */</div>
<div>td.thead, th.thead, div.thead { padding: 4px; }</div>
<div> </div>
<div>/* ***** basic styles for multi-page nav elements */</div>
<div>.pagenav a { text-decoration: none; }</div>
<div>.pagenav td { padding: 2px 4px 2px 4px; }</div>
<div> </div>
<div>/* ***** de-emphasized text */</div>
<div>.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }</div>
<div>a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }</div>
<div>.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }</div>
<div> </div>
<div>/* ***** define margin and font-size for elements inside panels ***** */</div>
<div>.fieldset { margin-bottom: 6px; }</div>
<div>.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px;</div>
<div> }</div>
<div>.PostUserName {</div>
<div> font-family: "Droid Arabic Kufi","Open Sans",sans-serif;</div>
<div> font-size: 13px;</div>
<div> font-weight: lighter;</div>
<div> line-height: 7px;</div>
<div> margin-right: 55px;</div>
<div> margin-top: 5px;</div>
<div>}</div>
<div>.mesfont {</div>
<div> font-size: 13px;</div>
<div> font-family: "Droid Arabic Kufi","Open Sans",sans-serif;</div>
<div> color: #292929;</div>
<div> font-weight: bold;</div>
<div>}</div>
<div>.badge {</div>
<div> font-size: 28px;</div>
<div> padding: 5px;</div>
<div>}</div>
<div>.ToolsThread {</div>
<div> float: right;</div>
<div> font-family: "Droid Arabic Kufi","Open Sans",sans-serif !important;</div>
<div> font-weight: bold;</div>
<div> margin-left: 5px;</div>
<div> margin-right: 7px;</div>
<div> line-height: 23px;</div>
<div> margin-top: -1px !important;</div>
<div> margin-bottom: -3px;</div>
<div>}</div>
<div> </div>
<div> </div>
<div>.up-navbar{</div>
<div>width: 100%;</div>
<div>min-height: 10px;</div>
<div>}</div>
<div>.right-navbar-1{</div>
<div>float: right;</div>
<div> text-align: center;</div>
<div> padding: 0px 10px 5px 0px;</div>
<div> font-size: 26px;</div>
<div> background: none repeat scroll 0px 0px #FFFFF4;</div>
<div> border: 1px solid #CCC;</div>
<div> border-radius: 5px;</div>
<div> box-shadow: 0px 0px 3px #CCC;</div>
<div> float: right;</div>
<div> font-size: 1.8em;</div>
<div> height: 30px;</div>
<div> margin: 1px 0px 5px 10px;</div>
<div> text-align: center;</div>
<div> text-shadow: 0px 1px 0px #FFF;</div>
<div> width: 32px;</div>
<div> </div>
<div> }</div>
<div>.navba-nav{</div>
<div>background: url('img/bg-nav.jpg') repeat !important;</div>
<div>}</div>
<div>.navba-nav-1-span{</div>
<div> display: block;</div>
<div> position: absolute;left: 15px;bottom: 0px;width: 131px;height: 46px;z-index: 9;</div>
<div>}</div>
<div>.navba-nav-1 .alt1 {</div>
<div> background: none repeat scroll 0% 0% transparent;</div>
<div> direction: rtl;</div>
<div> text-align: right;</div>
<div> color: #B98C0B;</div>
<div>}</div>
<div>.navba-nav-9 {</div>
<div> color: #18537A;</div>
<div>}</div>
<div>.alt3, .alt1Active {</div>
<div> background: none repeat scroll 0px 0px #FFF;</div>
<div> font-family: "Droid Arabic Kufi";</div>
<div> color: #6D74C2;</div>
<div> font-size: 14px;</div>
<div> text-align: right;</div>
<div>}</div>
<div>/* ***** H1 و H2 تاجات ***** */</div>
<div> </div>
<div>#tags {</div>
<div> </div>
<div>text-align: center;</div>
<div> </div>
<div>font-family: Arial, Tahoma, Verdana;</div>
<div> </div>
<div>}</div>
<div> </div>
<div> </div>
<div>#tags h1 {</div>
<div> </div>
<div>font-size: 19px;</div>
<div> </div>
<div>color: black;</div>
<div> </div>
<div>font-weight: bold;</div>
<div> </div>
<div> </div>
<div>}</div>
<div> </div>
<div> </div>
<div>#tags h2 {</div>
<div> </div>
<div>font-size: 17px;</div>
<div> </div>
<div>color: black;</div>
<div> </div>
<div>font-weight: bold;</div>
<div> </div>
<div>} </div>
<div> </div>
<div> </div>
<div>h1 {</div>
<div> font-size: 25px;</div>
<div> font-weight: bold;</div>
<div>}</div>
<div> </div>
<div>.Message {</div>
<div> margin: 2px;</div>
<div>}</div>
<div>.Message a:link {</div>
<div> color: #00BEBC;</div>
<div> border-radius: 4px;</div>
<div> padding: 1px 4px;</div>
<div>}</div>
<div> </div>
<div>.Message a:hover{</div>
<div>text-decoration:none;</div>
<div>box-shadow:0 3px 3px #ccc;</div>
<div>background:#fff2c5;</div>
<div>color:#be650f;</div>
<div>}</div>
<div> </div>
<div>.Digital-Bar {</div>
<div> font-size: 11px;</div>
<div> font-family: "Droid Arabic Kufi","Open Sans",sans-serif;</div>
<div> background: none repeat scroll 0% 0% #253545;</div>
<div> border-top: 1px solid #708190;</div>
<div>}</div>
<div>.Digital-Bar a:link {</div>
<div> text-decoration: none;</div>
<div> color: #969696;</div>
<div> font-weight: bold;</div>
<div> </div>
<div>}</div>
<div> </div>
<div> </div>
<div>@media screen and (max-width:1800px) {</div>
<div>.post {</div>
<div> </div>
<div>}</div>
<div> </div>
<div>.contenttopic img {</div>
<div> </div>
<div> max-width: 900px;</div>
<div> </div>
<div>}</div>
<div>@media screen and (max-width:1300px) {</div>
<div>.post {</div>
<div> </div>
<div>}</div>
<div> </div>
<div>.contenttopic img {</div>
<div> </div>
<div> max-width: 700px;</div>
<div> </div>
<div>}</div>
<div>@media screen and (max-width:1000px) {</div>
<div>.post {</div>
<div> </div>
<div>}</div>
<div> </div>
<div>.contenttopic img {</div>
<div> </div>
<div> max-width: 500px;</div>
<div> </div>
<div>}</div>
<div>@media screen and (max-width:800px) {</div>
<div>.post {</div>
<div> </div>
<div>}</div>
<div> </div>
<div>.contenttopic img {</div>
<div> </div>
<div> max-width: 400px;</div>
<div> </div>
<div>}</div>
<div>.auto-style1 {</div>
<div>border-width: 0px;</div>
<div>}</div>
<div>.alert_icons {</div>
<div> padding: 0px;</div>
<div> margin: 0px;</div>
<div> list-style: none;</div>
<div> width: 200px;</div>
<div> overflow: hidden;</div>
<div> display: block;</div>
<div> margin: auto;</div>
<div> padding-top: 3px;</div>
<div> padding-right:15px;</div>
<div>}</div>
<div>.alert_icons li {</div>
<div> float: right;</div>
<div> list-style: none;</div>
<div> padding-right: 15px;</div>
<div>}</div>
<div>.notifications {</div>
<div>position: relative;</div>
<div>background-color: #F33;</div>
<div>-moz-border-radius: 7px;</div>
<div>border-radius: 7px;</div>
<div>color: white;</div>
<div>width: 14px;</div>
<div>height: 14px;</div>
<div>font-size: 10px;</div>
<div>text-align: center;</div>
<div>line-height: 14px;</div>
<div>bottom: 25px;</div>
<div>right: 17px;</div>
<div>padding-right: 1px;</div>
<div>padding-left: 1px;</div>
<div>}</div>
<div> </div>
<div></style> <link rel="stylesheet" type="text/css" href="http://www.helpernt.com/vb/clientscript/vbulletin_important.css?v=388" /> <script type="text/javascript" src="http://www.helpernt.com/vb/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=388"></script> <script type="text/javascript" src="http://www.helpernt.com/vb/clientscript/yui/connection/connection-min.js?v=388"></script> <script type="text/javascript"> <!--</div>
<div>var SESSIONURL = "";</div>
<div>var SECURITYTOKEN = "guest";</div>
<div>var IMGDIR_MISC = "Design/misc";</div>
<div>var vb_disable_ajax = parseInt("0", 10);</div>
<div>// --> </script> <script type="text/javascript" src="clientscript/vbulletin_global.js?v=388"></script> <script type="text/javascript" src="clientscript/vbulletin_menu.js?v=388"></script> <link rel="alternate" type="application/rss+xml" title="هيلبرنت RSS Feed" href="http://www.helpernt.com/vb/external.php?type=RSS2" /> <link rel="stylesheet" type="text/css" media="all" href="Design/bulid.css" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.helpernt.com/vb/Design/tooltip.css" /> <link rel="stylesheet" type="text/css" href="http://www.helpernt.com/vb/Design/simptip/simptip.css" media="screen" /> <link rel="stylesheet" type="text/css" href="http://www.helpernt.com/vb/Design/css/pe-icon-7-stroke.css" /> </div>
<div><link href="http://www.helpernt.com/vb/Design/bulid.css" rel="stylesheet" type="text/css"></div>
<div></head></div>
<div> </div>
<div><body> <div id="Header"> <div class="top-header"> <div class="cont"> <div class="client-area"> </div> <div class="bottom"> </div>
<div> <!-- BEGIN switch_user_logged_out --></div>
<div><a onclick="document.getElementById('loginshade').style.display = 'block'" class="register"> <span class="fa fa-user" style="color:#58C5C4"></span> تسجيل الدخول</div>
<div></a></div>
<div> <!-- END switch_user_logged_out --></div>
<div> <a href="register" class="register_new" style="color:#B2BCC5"><span class="fa fa-users" style="color:#58C5C4"></span> تسجيل عضوية </a> <a href="http://www.helpernt.com/vb/search.php?do=getdaily" class="forget" style="color:#B2BCC5"><span class="fa fa-th" style="color:#58C5C4"></span> مشاركات اليوم </a> </div> <div id="loginshade"> <center> <div id="loginbox"> <div dir="rtl" id="logincontent"><span onclick="document.getElementById('loginshade').style.display = 'none'" class="closelogin" style="float:right;color:#FFF">×</span> <div id="loginhead"> <br><img src="http://www.helpernt.com/vb/Design/img/logo.png"></div><br><h2>هيلبرنت حسابٌ واحد لجميع خدماتنا !</h2> <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=388"></script> <input id="navbar_username" accesskey="u" class="logininp" style="font-size: 11px" name="username" onfocus="if (this.value == 'أسم العضو ..') this.value = '';" size="10" tabindex="101" type="text" value="أسم العضو .."> <br> <input id="navbar_password" accesskey="u" class="logininp" style="font-size: 11px" name="password" onfocus="if (this.value == 'xxxxxxxxx') this.value = '';" size="10" tabindex="102" type="password" value="xxxxxxxxx"> <br> <div class="LoginButton"> <input type="submit" name="login" class="loginbutt" value="تسجيل الدخول" tabindex="104" title="تسجيل الدخول" accesskey="s"><br><label for="cb_cookieuser_navbar"></div> <input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked">حفظ المعلومات ؟</label> <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> <span id="createaccountlogin"><i class="fa fa-lock"></i><a rel="nofollow" href="http://www.helpernt.com/vb/login.php?do=lostpw"> إستعادة كلمة المرور</a> <div class="cclogin"> هيلبـــرنت - <span>www.helpernt.com</span></div> </div></div></div> <div class="top-number"> <p><i class="fa fa-calendar"></i> <script language="JavaScript">var fixd;function isGregLeapYear(year){return year%4 == 0 && year%100 != 0 || year%400 == 0;}function gregToFixed(year, month, day){var a = Math.floor((year - 1) / 4);var b = Math.floor((year - 1) / 100);var c = Math.floor((year - 1) / 400);var d = Math.floor((367 * month - 362) / 12);if (month <= 12)e = -2;else if (month > 2 && isGregLeapYear(year))e = 1;elsee = -1;return 1 - 1 + 365 * (year - 1) + a - b + c + d + e + day;}function Hijri(year, month, day){this.year = year;this.month = month;this.day = day;this.toFixed = hijriToFixed;this.toString = hijriToString;}function hijriToFixed(){return this.day + Math.ceil(29.5 * (this.month - 1)) + (this.year - 1) * 354 +Math.floor((3 + 11 * this.year) / 30) + 227015 - 0;}function hijriToString(){var months = new Array("محرم","صفر","ربيع أول","ربيع ثانى","جمادى الأولى","جمادى الثانية","رجب","شعبان","رمضان","شوال","ذو القعدة","ذو الحجة");return this.day + " " + months[this.month - 1]+ " " + this.year;}function fixedToHijri(f){var i=new Hijri(1100, 1, 1);i.year = Math.floor((30 * (f - 227015) + 10646) / 10631);var i2=new Hijri(i.year, 1, 1);var m = Math.ceil((f - 29 - i2.toFixed()) / 29.5) +1;i.month = Math.min(m, 12);i2.year = i.year;i2.month = i.month;i2.day = 1;i.day = f - i2.toFixed() + 1;return i;}var tod=new Date();var weekday=new Array("الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت");var monthname=new Array("يناير","فبراير","مارس","إبريل","مايو","يونيو","يوليو","اغسطس","سبتمبر","أكتوبر","نونبر","دديسمبر");var y = tod.getFullYear();var m = tod.getMonth();var d = tod.getDate();var dow = tod.getDay();document.write(weekday[dow] + " " + d + " " + monthname[m] + " " + y);m++;fixd=gregToFixed(y, m, d);var h=new Hijri(1421, 11, 28);h = fixedToHijri(fixd);document.write(" م - " + h.toString() + "هـ");</script></p> </div> </div></div> <div class="bgheader"> <div class="cont"> <div class="logo"></div>
<div><a class="simptip-position-left simptip-smooth" data-tooltip="معهد هيلبرنت" href="{U_INDEX}"></div>
<div><img src="http://www.helpernt.com/vb/Design/img/logo.png" class="auto-style1"></a></div> <div class="link-search"> <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="" /> <input type="hidden" name="securitytoken" value="guest" /> <input class="Input-Search" name="query" tabindex="1001" onblur="if(this.value=='')this.value='اكتب هنا ماتريد البحث عنه ! " onfocus="if(this.value=='اكتب هنا ماتريد البحث عنه ! ')this.value=''" value="اكتب هنا ماتريد البحث عنه ! " /> <input class="Box-Search" value="" tabindex="1004" original-title="" type="submit"> </form> </div> <div class="LinkRigth"> <ul> <a rel="nofollow" title="القرآن الكريم" target="_blank" href="http://www.tvquran.com/"><span class="fa fa-book"></span>القرآن الكريم </a> <a rel="nofollow" title="مركز رفع الملفات" target="_blank" href="http://up.dev-point.com/"><span class="fa fa-cloud-upload"></span>مركز التحميل </a> <a title="خصوصية هيلبرنت" target="_blank" href="http://www.helpernt.com/vb/helperntpoints.php" rel="nofollow"><span class="fa fa-certificate"></span>بوينتات معهد هيلبرنت </a> </ul> </div></div></div> <div align="center"> <div class="page" style="width:100%; text-align:right"> <div style="padding:0px 60px 0px 60px" align="right"> <div id="helper-Offers" style="margin-top: 10px" align="center"></div>
<div><a href="{U_INDEX}" target="_blank"></div>
<div><img title="ااعلانات المنتدى" src="https://i.servimg.com/u/f30/20/18/18/38/811.gif" alt="اعلانات المنتدى" class="auto-style1"></a></div> <div class="topnavbar"> </div>
<div> <!-- BEGIN switch_user_logged_out --></div>
<div><div class="wel-msg" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <div class="wel-msg1"> <div>أهلا وسهلا بكم فى هيلبرنت - Helpernt.</div> </div> <div class="wel-msg2"> <div></div>
<div> </div>
<div>أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بزيارة صفحة التعليمـــات،<a href="http://www.helpernt.com/vb/faq.php"><strong> بالضغط هنا</strong></a>.</div>
<div>كما يشرفنا أن تقوم <a href="http://www.helpernt.com/vb/register.php" rel="nofollow"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.</div>
<div> </div>
<div></div> </div> </div></div>
<div> <!-- END switch_user_logged_out --></div>
<div> <div class="up-navbar"> <div class="right-navbar-1"> <a href="{U_INDEX}" accesskey="1"><i class="fa fa-home" style="color: rgb(0, 128, 174);"></i></a> </div> <div class="tborder navigation" cellpadding="6" cellspacing="1" border="0" align="center"> <div class="navba-nav-1"> <span class="navba-nav-1-span"></span> <div class="alt3 navba-nav-2" width="100%"> <div class="navbar navba-nav-9">{MAIN_SITENAME}</div> </div> </div> </div> <table class="tbordernotes" align="center" border="0" cellpadding="6" cellspacing="1" width="100%"> <tbody> <tr> </div>
<div> </div>
<div><table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"></div>
<div><tr></div>
<div><td class="bodyline"></div>
<div><table width="100%" cellspacing="0" cellpadding="0" border="0"></div>
<div><tr></div>
<div><!-- BEGIN switch_logo_left --></div>
<div><td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td></div>
<div><!-- END switch_logo_left --></div>
<div><td align="center" width="100%" valign="middle"></div>
<div><!-- BEGIN switch_logo_center --></div>
<div><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></div>
<div></div>
<div><!-- END switch_logo_center --></div>
<div><div class="maintitle">{MAIN_SITENAME}</div></div>
<div></div>
<div><span class="gen">{SITE_DESCRIPTION} </span></div>
<div></td></div>
<div><!-- BEGIN switch_logo_right --></div>
<div><td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td></div>
<div><!-- END switch_logo_right --></div>
<div></tr></div>
<div></table></div>
<div> </div>
<div><table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"></div>
<div><tr></div>
<div><td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td></div>
<div></tr></div>
<div></table></div>
<div> </div>
<div><div style="clear: both;"></div></div>
<div> </div>
<div><!-- BEGIN switch_ticker_new --></div>
<div><div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"></div>
<div><table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"></div>
<div><tr></div>
<div><td align="left" class="row1"></div>
<div><div id="fa_ticker_container"></div>
<div><ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;"></div>
<div><!-- BEGIN ticker_row --></div>
<div><li>{switch_ticker.ticker_row.ELEMENT}</li></div>
<div><!-- END ticker_row --></div>
<div></ul></div>
<div></div></div>
<div></td></div>
<div></tr></div>
<div></table></div>
<div></div></div>
<div><!-- END switch_ticker_new --></div>
<div> </div>
<div><!-- BEGIN switch_ticker --></div>
<div><div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"></div>
<div><table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"></div>
<div><tr></div>
<div><td align="left" class="row1"></div>
<div><div id="fa_ticker_container"></div>
<div><div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;"></div>
<div><div class="fa_ticker_content"></div>
<div><!-- BEGIN ticker_row --></div>
<div><div>{switch_ticker.ticker_row.ELEMENT}</div></div>
<div><!-- END ticker_row --></div>
<div></div></div>
<div></div></div>
<div></div></div>
<div></td></div>
<div></tr></div>
<div></table></div>
<div></div></div>
<div><!-- END switch_ticker --></div>
<div> </div>
<div><div id="page-body"></div>
<div><div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}></div>
<div><table cellpadding="0" cellspacing="0" width="100%" class="three-col"></div>
<div><tbody></div>
<div><tr></div>
<div><td valign="top" width="{C1SIZE}"></div>
<div><div id="{ID_LEFT}"></div>
<div><!-- BEGIN giefmod_index1 --></div>
<div>{giefmod_index1.MODVAR}</div>
<div><!-- BEGIN saut --></div>
<div><div style="height:{SPACE_ROW}px"></div></div>
<div><!-- END saut --></div>
<div><!-- END giefmod_index1 --></div>
<div></div></div>
<div></td></div>
<div><td valign="top" width="100%"></div>
<div><!-- BEGIN html_validation --></div>
<div></td></div>
<div></tr></div>
<div></tbody></div>
<div></table></div>
<div></div></div>
<div></div></div>
<div></td></div>
<div></tr></div>
<div></table></div>
<div></body></div>
<div></html></div>
<div><!-- END html_validation --></div>