أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

استفساراضافة كود الى المحرر / مثل PHP


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif [مجابه] استفسار .. اضافة كود الى المحرر / مثل PHP
  30-04-2014 11:23 مساءً  
Soliman
معلومات الكاتب
تفضل

CODE
<!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="{$_CONF['info_row']['content_dir']}" xml:lang="{$_CONF['info_row']['content_language']}" lang="{$_CONF['info_row']['content_language']}">
<head>
<!-- no cache headers -->
<meta http-**="Pragma" content="no-cache" />
<meta http-**="Expires" content="-1" />
<meta http-**="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<meta http-**="Content-Type" content="text/html; charset={$_CONF['info_row']['charset']}" />
<meta http-**="Content-Language" content="{$_CONF['info_row']['content_language']}" />
{if {$index}}
<meta name="keywords" content="{$keywords}" />
{else}
<meta name="keywords" content="{Des::while}{tags}{$tags['tag']},{/Des::while}keyword" />
{/if}
<meta name="description" content=" {$description}" />
<!--[if gte IE 7]><meta http-**="X-UA-Compatible" content="IE=EmulateIE7" /><![endif]-->
<!--[if gte IE 9]><meta http-**="X-UA-Compatible" content="IE=9" /><![endif]-->
<link rel="shortcut icon" href="{$ForumAdress}favicon.ico" />
<link rel="stylesheet" href="{$ForumAdress}
{$style_path}" />
<link rel="alternate" type="application/rss+xml" title="{$lang['rss_subject']}" href="
{$ForumAdress}rss.xml" />                                                                                        
{template}pbboardCode.js{/template}
{template}pbboard_global.js{/template}
<?php
if ($PowerBB->_GET['page']== 'register'
or $PowerBB->_GET['page']== 'new_topic'
or $PowerBB->_GET['page']== 'profile'){ ?>
{template}jquery.js{/template}
<?php }else{
    if ($PowerBB->_CONF['member_permission']){ ?>
    {template}jquery.js{/template}
    <?php
    }
}
if ($PowerBB->_GET['page']== 'topic'
or $PowerBB->_GET['page']== 'print'
or $PowerBB->_GET['page']== 'post'
or $PowerBB->_GET['page']== 'new_topic'
or $PowerBB->_GET['page']== 'new_reply'
or $PowerBB->_GET['page']== 'management'
or $PowerBB->_GET['page']== 'profile'){ ?>
<link type="text/css" rel="stylesheet" href="{$ForumAdress}syntaxhighlighter/styles/shCoreMDUltra.css"/>
<script type="text/javascript" src="{$ForumAdress}syntaxhighlighter/scripts/shCore.js"></script>
<script type="text/javascript" src="{$ForumAdress}syntaxhighlighter/scripts/shBrushPhp.js"></script>
<script type="text/javascript" src="{$ForumAdress}syntaxhighlighter/scripts/shBrushLua.js"></script>   
<script type="text/javascript">
SyntaxHighlighter.config.clipboardSwf = '{$ForumAdress}syntaxhighlighter/scripts/clipboard.swf';
SyntaxHighlighter.all();
</script>

{if {$_CONF['info_row']['resize_imagesAllow']} == 1}
{template}imgs_resize{/template}
{/if}
<style type="text/css">.shakeimage{position:relative}</style>
{template}effects.js{/template}
<?php } ?>
<script type="text/javascript">
$(document).ready(function(){
$(".socials").hover(
function() {
$(this).children().children(".down").stop().fadeTo("fast", 1.0);
},
function() {
$(this).children().children(".down").stop().fadeTo("fast", 0.0);
}
)
})
        </script>
<title>{$title}
{if {$_CONF['info_row']['allowed_powered']} == 1}
- {$lang['powered']}
{/if}</title>
</head>
<body>
{template}header{/template}   


الساعة الآن 01:29 AM