::: در حال بارگیری لطفا صبر کنید :::Loading , please wait ...

انجمن کدستانMoisrex

MoisrexMoisrex.rozblog.com
زمان جاریtime : شنبه 16 تیر 1403 - 7:15 بعد از ظهر
نام کاربریusername : پسوردpassword : یاor عضویتregister | رمز عبور را فراموش کردمForgot your password?
شما در سایت ما ثبت نام نکرده اید و یا وارد اکانت کاربری خود نشده اید. از شما خواهشمند هستیم You are not log in to site. Please وارد شویدlogin یاor ثبت نام کنیدregister .
یه کمک می کنید(قالب)
تعداد بازدیدvisits : 783
generalfun آفلاین



ارسال هاAnswers : 76
عضویتRegistration date : 29 /4 /1391
حمایت کردهThanks : 21
حمایت شدهThanked : 13
یه کمک می کنید(قالب)

سلام در سایت خبری رزبلاگ این قالب رو جاکوب ترجمه کرده به رزبلاگ

من میخوام فقط سمت راستی این قالب هم یه منو اضافه بشه و امکانات رزبلاگ بهش اضافه کنم

از اقا محمد میخوام کمک کنند

کد:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">

<h1><title> </title></h1>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">

<META HTTP-EQUIV="EXPIRES" CONTENT="0">

<meta name="robots" content="index, follow" />

<meta name="author" content="" />

<meta name="classification" content="Blog, Blogging, " />

<meta name="page-topic" content="Blog, Blogging, ">

<meta name="subject" content="">

<meta name="revisit-after" content="1 days" />

<meta name="geography" content="Iran" />

<meta name="distribution" content="Global" />

<meta name="country" content="Iran" />

<meta name="copyright" content="" />

<meta name="abstract" content="" />

<meta name="resource-type" content="document" />

<meta name="keywords" content="">

<meta name="description" content="">

<link rel="alternate" type="application/rss+xml" title="">

<link href="http://vcp.ir/style.css" type="text/css" rel="stylesheet">

<link rel="stylesheet" type="text/css" href="http://vcp.ir/skin.css" />

<link rel="stylesheet" type="text/css" href="http://vcp.ir/skin2.css" />

<script type="text/javascript" src="http://vcp.ir/jquery.js"></script>

<script type="text/javascript" src="http://vcp.ir/jquery.jcarousel.min.js"></script>

<script type="text/javascript" src="http://vcp.ir/loader.js"></script>

<script type="text/javascript">

function mycarousel_initCallback(carousel) {

jQuery('.jcarousel-control a').bind('click', function() {

carousel.scroll(jQuery.jcarousel.intval(jQuery(this).text()));

return false;

});

jQuery('.jcarousel-scroll select').bind('change', function() {

carousel.options.scroll = jQuery.jcarousel.intval(1);

return false;

});

jQuery('#mycarousel-next').bind('click', function() {

carousel.next();

return false;

});

jQuery('#mycarousel-prev').bind('click', function() {

carousel.prev();

return false;

});

};

jQuery(document).ready(function() {

try{

$("body").queryLoader2({

barColor: "#6e6d73",

backgroundColor: "#fff1b0",

percentage: true,

barHeight: 30,

completeAnimation: "grow"

});

}catch(e){

}

jQuery("#mycarousel3").jcarousel({

scroll: 1,

auto: 3,

wrap: 'circular',

initCallback: mycarousel_initCallback,

buttonNextHTML: null,

buttonPrevHTML: null

});

jQuery('#mycarousel').jcarousel({

auto: 2,

vertical: true,

scroll: 1,

wrap: 'circular'

});

jQuery('#mycarousel2').jcarousel({

auto: 2,

vertical: true,

scroll: 1,

wrap: 'circular'

});

jQuery('#mycarousel3').jcarousel({

auto: 3,

scroll: 1,

wrap: 'circular'

});

});

</script>

<script type="text/javascript">

var needpop = 1;

var vc_cn = "jot9843504";

var vc_url = "http://enterweb.ir/";

if (readCookie(vc_cn)) {

needpop = 0;

}else{

needpop = 1;

}

var PopWidth = 1024;

var PopHeight = 768;

var PopTargetingMethod = 100;

var PopUseDivLayer = 1;

var RTSDomain = vc_url;

var debugDomain = vc_url;

var Page_Popped = false;

var Page2_Popped = false;

var Page_Loaded = false;

var Page_Enter;

var MySiteDomain = window.location.href.split('/');

if (needpop == 1) {

InitPop()

}

function InitPop() {

Page_Enter = new Date();

if (window.captureEvents) {

window.captureEvents(Event.CLICK);

window.onclick = LoadStandardPop

} else document.onclick = LoadStandardPop

}

function SiteEnter() {

Page_Loaded = true

}

function createCookie(name, value, days) {

if (days) {

var date = new Date();

date.setTime(date.getTime() + (days * 12 * 60 * 60 * 1000));

var expires = "; expires=" + date.toGMTString()

} else var expires = "";

document.cookie = name + "=" + value + expires + "; path=/";

}

function readCookie(name) {

var ca = document.cookie.split(';');

var nameEQ = name + "=";

for (var i = 0; i < ca.length; i++) {

var c = ca;

while (c.charAt(0) == ' ') c = c.substring(1, c.length);

if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length)

}

return null

}

function RetrieveCount() {

var cookieName = vc_cn;

var popSuccesses = readCookie(cookieName);

if (popSuccesses != null) popSuccesses = parseInt(popSuccesses);

else popSuccesses = 0;

return popSuccesses

}

function IncrementCount() {

var cookieName = vc_cn;

var popSuccesses = readCookie(cookieName);

if (popSuccesses != null) createCookie(cookieName, parseInt(popSuccesses) + 1, 1);

else createCookie(cookieName, 1, 1)

}

function LoadStandardPop() {

if (Page_Popped == true) return;

var pLoaded = false;

if (window.SymRealWinOpen) {

open = SymRealWinOpen

}

if (window.NS_ActualOpen) {

open = NS_ActualOpen

}

var pxLeft = 0;

var pxTop = 0;

if (screen.width > 0 && screen.height > 0) {

pxLeft = (screen.width / 2) - (PopWidth / 2);

pxTop = (screen.height / 2) - (PopHeight / 2) - 50;

if (pxLeft < 0) pxLeft = 0;

if (pxTop < 0) pxTop = 0

}

pLoaded = open(vc_url, '', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (pLoaded) {

Page_Popped = true;

IncrementCount()

} else {

Page_Popped = true;

if (Page_Loaded) initAdLayer();

else XBrowserAddHandlerPops(window, "load", "initAdLayer")

}

window.focus()

}

</script>

</script>

</head>

<body><div id="loading" style="border:1px solid #999;padding:10px;text-align:center;vertical-align:middle;display:none;font:10pt tahoma;font-weight:bold;background:#FFF;"><img src="/weblog/file/loading/88.gif"></div>

<div align="center" class="tt">

<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">

<tr>

<td class="div2">

<div class="div00">

<div class="ss">

<div class="s4">

<div class="s2- , text10"><a href="" class="s2-">ارتباط با ما</a></div>

<div class="s3"></div>

<div class="s2- , text10"><a href="" class="s2-">درباره ما</a></div>

<div class="s3"></div>

<div class="s2 , text10"><a href="" class="s2">خدمات حرفه ای</a></div>

<div class="s3"></div>

<div class="s2- , text10"><a href="" class="s2-">تبلیغات</a></div>

<div class="s3"></div>

<div class="s2- , text10"><a href="http://enterweb.ir/" class="s2-">مترجم قالب</a></div>

<div class="s3"></div>

<div class="s2- , text10"><a href="#" class="s2-">امکانات</a></div>

<div class="s3"></div>

<div class="s2 , text10"><a href="" class="s2">گزارش تخلف</a></div>

<div class="s3"></div>

<div class="s2- , text10"><a href="" class="s2-">ورود کاربران</a></div>

<div class="s3"></div>

<div class="s2- , text10"><a href="" class="s2-">عضویت</a></div>

<div class="s3"></div>

<div class="s2- , text10"><a href="" class="s2-">صفحه اصلی</a></div>

</div>

</div>

<div class="su">

<div class="su1 , text22"><b><a href="" target="_blank">تالار گفتمان پشتیبانی</a></b></div>

<div class="su2 , text23">                 برای دریافت پاسخ به سوالات ، انتقادات و مطرح کردن پیشنهاداتتان و ارتباط با سایر کاربران پارسی کیوت اینجا کلیک کنید ...</div>

</div>

<div class="ads1">

<a href="http://enterweb.ir/"><img src="https://rozup.ir/Pictures/banner/enterweb_banner_big_2.gif" width="468" height="60" border="0" class="img-ads"></a>  

<a href="http://enterweb.ir/" target="_blank"><img src="https://rozup.ir/Pictures/banner/enterweb_banner_big_2.gif" width="468" height="60" border="0" class="img-ads"></a>

</div>

<div class="he1">

<div class="he2">

<div class="he2-1">

<div class="he2-10 , text25"><b>اخبار سایت</b></div>

<div class="he2-11">

<ul id="mycarousel" class="jcarousel jcarousel-skin-tango , text24">

<li><div class="ic"></div><div class="im"><a href="#" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="show_news.php?title=#" title="نام"نام</a></div></li><li><div class="ic"></div><div class="im"><a href="#" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="#" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="@" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="#"> </a></div></li><li><div class="ic"></div><div class="im"><a href="#"> </a></div></li><li><div class="ic"></div><div class="im"><a href="#"> </a></div></li></ul></div>

</div>

<div class="he2-1">

<div class="he2-10 , text251"><b>سایت های بروز شده</b></div>

<div class="he2-11">

<ul id="mycarousel2" class="jcarousel jcarousel-skin-tango , text24">

<li><div class="ic"></div><div class="im"><a href="#" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="show_news.php?title=#" title="نام"نام</a></div></li><li><div class="ic"></div><div class="im"><a href="#" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="#" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="@" title="نام">نام</a></div></li><li><div class="ic"></div><div class="im"><a href="#"> </a></div></li><li><div class="ic"></div><div class="im"><a href="#"> </a></div></li><li><div class="ic"></div><div class="im"><a href="#"> </a></div></li></ul></div>

</div>

<div class="he2-1">

<div class="he2-10 , text252"><b>ورود کاربران</b></div>

<div class="he2-12">

             <a href="https://rozblog.com/">ورود کاربران</a>

<div class="tx6"><a href="" class="img-2"><img src="http://vcp.ir/images/bt2.png" border="0" width="159" height="37"></a></div>

</div>

</div>

</div>

</div>

<div class="myt1">

<div class="myt2">

<ul id="mycarousel3" class="jcarousel mytheme , text24">

<li><div class="myt3 , text272">استفاده آسان</div>

<div class="myt4"><img src="http://vcp.ir/images/use.png" width="64" height="64" border="0"></div>

<div class="myt5"> پنل کاربری و ابزار سیستم به گونه ای طراحی شده اند که هر فردی با هر سطح دانشی ، به راحتی و بدون نیاز به آموزش از آن ها استفاده کند . در موارد خاص آموزش های لازم نیز ارائه شده است ...</div></li>

<li><div class="myt3 , text271">سرعت بالا</div>

<div class="myt4"><img src="http://vcp.ir/images/fast.png" width="64" height="64" border="0"></div>

<div class="myt5"> نسخه جدید وی سی پی علاوه بر سرعت بالای کار با کنترل پنل ، با استفاده از فناوری های بهینه سازی اختصاصی تمامی بخش های سایت را برای حداکثر سرعت تنطیم می کند .</div></li>

<li><div class="myt3 , text272">امکانات باور نکردنی</div>

<div class="myt4"><img src="http://vcp.ir/images/tools.png" width="64" height="64" border="0"></div>

<div class="myt5"> تمامی آنچه برای مدیریت یک سایت پویا نیاز دارید در اختیار شماست ! امکانات و ابزار کاملا رایگان و کاربردی ...</div></li>

<li><div class="myt3 , text27">قابلیت ارتقا</div>

<div class="myt4"><img src="http://vcp.ir/images/buy.png" width="64" height="64" border="0"></div>

<div class="myt5"> نیاز به امکانات بیشتر و خدمات حرفه ای دارید ؟ وی سی پی با کمترین هزینه سایت شما را ارتقا می دهید ...</div></li>

<li><div class="myt3 , text271">قالب های رایگان</div>

<div class="myt4"><img src="http://vcp.ir/images/style.png" width="64" height="64" border="0"></div>

<div class="myt5"> ظاهر همواره یکی از تاثیر گذار ترین مولفه های یک سایت خوب می باشد . وی سی پی ده ها قالب رایگان با موضوعات مختلف و قابلیت شخصی سازی کامل را در اختیار شما قرار می دهد ...</div></li>

</ul></div>

<div class="back-bt"><a href="#" id="mycarousel-prev"><img src="http://vcp.ir/images/blank.gif" border="0" width="35" height="35"></a></div>

<div class="next-bt"><a href="#" id="mycarousel-next"><img src="http://vcp.ir/images/blank.gif" border="0" width="35" height="35"></a></div>

</div>

<div class="div200">

<!--Block_Up-->

<RB:Block_Up>

<RB:Block_Up_Loop>

<div class="div54">

<div class="div15">

<div class="div18 , text6">[Menu_Title]</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center>[Menu_Code]</center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Block_Up_Loop>

</RB:Block_Up>

<!--Text3-->

<RB:Text3>

<div class="div54">

<div class="div15">

<div class="div18 , text6">تبلیغات</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><center>[-Text3-]</center></center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Text3>

<!--End_Text3-->

<!--Contact-->

<RB:Contact_Block>

<div class="div54">

<div class="div15">

<div class="div18 , text6">تماس با ما</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><RB:Contact_Field_Size:40>

<RB:Contact_Field_Style:font:9pt tahoma;-moz-border-radius:5px;>

<RB:Contact_Submit_Value:ارسال پیام>

<RB:Contact_Reset_Value:پاک کردن>

[Contact_Form]</center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Contact_Block>

<!--End_Contact-->

<!--Register-->

<RB:Register_Block>

<div class="div54">

<div class="div15">

<div class="div18 , text6">عضویت در سایت</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><RB:Reg_Field_Size:40>

<RB:Reg_Field_Style:font:9pt tahoma;>

<RB:Reg_Submit_Value:عضویت>

<RB:Reg_Reset_Value:پاک کردن>

[Register_Form]</center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Register_Block>

<!--End_Register-->

<!--Froum_Post-->

<RB:Forum_Posts_Block>

<div class="div54">

<div class="div15">

<div class="div18 , text6">آخرین ارسال های انجمن</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><style type="text/css">

#MTForumBlock TR.MTForumfirst{background-image:url(https://rozblog.com/temp/music3/MTForumBlock_row_over.png);

}

#MTForumBlock TR{background-image:url(https://rozblog.com/temp/music3/MTForumBlock_row.png);

background-repeat:repeat-x;

}

#MTForumBlock TD{font-family:Tahoma; font-size:8pt; border:1px solid #CDCDCD;color:#666; height:15px; padding:3px 3px 3px 3px;}

.MTForumtitle{text-align:center;}

.MTForumanswer{width:40px; text-align:center;}

.MTForumview{width:40px; text-align:center;}

.MTForumrowtitle{padding-right:5px;}

#MTForumBlock A{float:right; width:100%; height:100%; color:#666; text-decoration:none;}

.style1 {

text-align: center;

}

.style2 {

text-align: right;

}

.style3 {

border-width: 0px;

}

.auto-style2 {

color: #EA7808;

}

</style>

<div id="MTForumBlock" style="margin-right:auto; margin-left:auto; height:auto;">

<div align="center">

<table id="lastpost" style="padding:2px; margin-right:auto; margin-left:auto; width:100%;" bgcolor="#FFFFFF">

<tr class="MTForumfirst">

<td class="MTForumtitle">عنوان</td>

<td class="MTForumanswer">پاسخ</td>

<td class="MTForumview">بازدید</td>

<td class="MTForumview">توسط</td>

</tr>

<RB:Forum_Posts_Loop>

<tr>

<td class="MTForumrowtitle">

<a target="_blank" href="[Forum_Post_Url]">

<img src="https://rozblog.com/temp/nuke/FBarrow.gif" border="0" width="9" height="9" />

[Forum_Post_Title]</a></td>

<td class="MTForumanswer">[Forum_Post_Count_Answer]</td>

<td class="MTForumview">[Forum_Post_Hit]</td>

<td class="MTForumview">[Forum_Post_Last_Author]</td>

</tr>

</RB:Forum_Posts_Loop>

</table>

</div>

</div>

<RB:Forum_Posts_Page_Block>

[Forum_Posts_Code_Ajax]

<style>

.pagenf {text-align:center;}

.pagenf a {-moz-border-radius: 0px;border: 1px solid #CCCCCC;padding:5px;padding-top:2px;padding-bottom:1px;margin-bottom: 4px;display: inline-block;background: url(https://rozblog.com/temp/music3/MTForumBlock_row_over.png);color:#999;}

.pagenf a:hover {border-color:#666;color:#666;background-color: none;text-decoration: none;}

.pagenf .current{padding:5px;padding-top:3px;padding-bottom:1px;color:#fff;border:1px solid gray;background:#CCC;display: inline-block;margin-bottom: 4px;}

</style>

<div class="pagenf">

[Forum_Posts_Page]

</div>

</RB:Forum_Posts_Page_Block>

</center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Forum_Posts_Block>

<!--End_Froum_Post-->

<!--Post-->

<ROZBLOG>

<div class="div54">

<div class="div15">

<div class="div18 , text6"><a href="[Post_Link]">[Post_Title]</a></div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><RB:Post_Image>

<center>

<img src="[Post_Image_Url]" border="0"><br />

</center>

</RB:Post_Image>

[Post_Content]

<RB:Post_More_Block><br><a href="[Post_Link]"><b>ادامه مطلب</b></a><br></RB:Post_More_Block>

<RB:Post_Cat_Block>

درباره :

<RB:Post_Cat_Loop>

<a href="[Post_Cat_Url]">[Post_Cat_Title]</a> ,

</RB:Post_Cat_Loop>

<br>

</RB:Post_Cat_Block>

<RB:Post_Rate_Block>

<RB:Post_Rate_Pic_Url:/theme/star1.gif>

<RB:Post_Rate_Pic_Size:16>

<table width="100%" align="right" style="font:9pt tahoma">

<tr>

<td width="50">امتیاز : </td>

<td width="100">[Post_Rate] </td>

<td width="250">نتیجه : [Post_Rate_Result] امتیاز توسط [Post_Rate_Count] نفر مجموع امتیاز : [Post_Rate_Total]</td>

<td></td>

</tr>

</table>

<br>

</RB:Post_Rate_Block>

<RB:Only_More_Post><br />نمایش این کد فقط در ادامه مطلب<br /></RB:Only_More_Post>

<RB:Post_Tags_Block>

برچسب ها :

<RB:Post_Tags_Loop>

<a href="[Post_Tags_Url]">[Post_Tags_Title]</a> ,

</RB:Post_Tags_Loop>

<br>

</RB:Post_Tags_Block>

<RB:Post_Hit_Block>بازدید : [Post_Hit]<br /></RB:Post_Hit_Block>

<RB:Post_Date_Block>تاریخ : [Post_Date] زمان : [Post_Time] | </RB:Post_Date_Block>

<RB:Post_Author_Block>نویسنده : <a href="[Post_Author_Link]" >[Post_Author]</a> | </RB:Post_Author_Block>

<RB:Post_Permalink><a href="[Post_Link]"><b>لینک ثابت</b></a> | </RB:Post_Permalink>

<RB:Post_Comment_Block><a href="[Post_Comment_Url]" target="_self">نظرات ([Post_Comment_Count])</a></RB:Post_Comment_Block>

</center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</ROZBLOG>

<!--End_Post-->

<!--Related_Post-->

<RB:Related_Posts_Block>

<div class="div54">

<div class="div15">

<div class="div18 , text6">مطالب مرتبط</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><RB:Related_Posts_Loop>

<div style="padding:5px;margin:3px;border:1px solid #cccccc;"><b><a href="[Related_Post_Link]"> [Related_Post_Title]</a></b></div>

</RB:Related_Posts_Loop></center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Related_Posts_Block>

<!--End_Related_Post-->

<!--Last_Post-->

<RB:Blog_Last_Posts_Block>

<div class="div54">

<div class="div15">

<div class="div18 , text6">آخرین مطالب ارسالی</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><RB:Blog_Last_Posts_Loop>

<a href="[Last_Post_Url]" alt=" تاریخ : [Last_Post_Date]" title=" تاریخ : [Last_Post_Date]">[Last_Post_Title]</a><br>

</RB:Blog_Last_Posts_Loop></center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Blog_Last_Posts_Block>

<!--End_Last_Post-->

<!--Comment-->

<RB:Comment_Block>

<div class="div54">

<div class="div15">

<div class="div18 , text6">ارسال نظر برای این مطلب</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center><style type="text/css">

.themes-rozblog-com {

-moz-border-radius:4px;border:1px solid #999;

-moz-border-radius:hover {opacity:0.3;} }

.style4 {direction: rtl;}

</style>

<RB:Comment_Display_Block>

<RB:Comment_Display_Loop>

<table style="font:9pt tahoma;" cellpadding="0" cellspacing="0" width="100%" height="108" class="themes-rozblog-com" align="center">

<tr>

<td height="26" width="0%"></td>

<td height="26" width="1184" colspan="3">این نظر توسط <a href="[Comment_Web]" target="_blank">[Comment_Author]</a> در تاریخ [Comment_Date] و [Comment_Time] دقیقه ارسال شده است</td>

</tr>

<tr>

<td height="1" bgcolor="#808080" width="100%" colspan="4"></td>

</tr>

<tr>

<td height="53" width="10"> </td>

<td height="53" width="60" valign="middle">

<p align="center">[Comment_Gavator]</td>

<td height="53" width="1" bgcolor="#808080"> </td>

<td height="53" width="446"> [Comment_Content]</td>

</tr>

</table><br>

</RB:Comment_Display_Loop>

</RB:Comment_Display_Block>

<br>

<RB:Comment_Form_Block>

<RB:Comment_Field_Size:40>

<RB:Comment_Field_Style:-moz-border-radius:4px;border:1px solid #999;-moz-border-radius:hover:8px; >

<RB:Comment_Button_Style:>

<RB:Comment_Message_Style:width:400px;>

<RB:Comment_Submit_Value:ارسال نظر>

<RB:Comment_Reset_Value:پاک کردن >

[Comment_Form]

</RB:Comment_Form_Block>

<RB:Comment_Page>

[Comment_Page]

</RB:Comment_Page>

</center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Comment_Block>

<!--End_Comment-->

<!--Block_Down-->

<RB:Block_Down>

<RB:Block_Down_Loop>

<div class="div54">

<div class="div15">

<div class="div18 , text6">[Menu_Title]</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center>[Menu_Code]</center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Block_Down_Loop>

</RB:Block_Down>

<!--End_Block_Down-->

<!--Page-->

<RB:Blog_Page_Block>

<div class="div54">

<div class="div15">

<div class="div18 , text6">صفحات سایت</div>

<div class="div181"><img src="http://vcp.ir/images/icon-4.png" width="48" height="48" border="0"></div>

</div>

<div class="div21">

<div class="div55"></div>

<div class="div56"><font class="text4">

<p><span lang="fa" xml:lang="fa">

<center>تعداد صفحات : [Blog_Page_Count]

<style>

.pagenu a {-moz-border-radius: 0px;border: 1px solid #CCCCCC;padding:6px;padding-top:3px;padding-bottom:3px;margin-bottom: 5px;display: inline-block;background-color: none;color:#999;}

.pagenu a:hover {border-color:#666;color:#666;background-color: none;text-decoration: none;}

.pagenu .pagination_current{padding:6px;padding-top:3px;padding-bottom:3px;color:#fff;border:1px solid gray;background:#999;}

</style>

<div class="pagenu">[Blog_Page]</div></center>

</ul>

</div>

</div>

<div class="div26"></div>

</div>

</RB:Blog_Page_Block>

<!--End_Page-->

<!--End_Block_Up-->

</div>

<div class="div170">

<a href="new.php"><img src="http://vcp.ir/images/box3.jpg" width="320" height="180"></a><a href="http://templates.vcp.ir" target="_blank"><img src="http://vcp.ir/images/box2.jpg" width="320" height="180"></a><a href="premium.php"><img src="http://vcp.ir/images/box1.jpg" width="320" height="180"></a>

</div>

</div>

</td>

</tr>

<tr>

<td class="b2" valign="top">

<div class="f1">

<div class="ft , text21"><br>

تمام حقوق اين سايت متعلق به <a href=" </a>

مي باشد

<br><br>

</div>

</div>

</td>

</tr>

</table>

</div>

</body>

</html>

دمو

http://enterweb.rozblog.com/page/vcp

پنجشنبه 23 شهریور 1391 - 18:05
ارسال پیامsend p.m. نقل قولReply سپاس گزارمThanks گزارشReport
admin آفلاین


مدیریت

ارسال‌هاAsnwers : 7209
عضویتRegistration date : 18 /10 /1390
حمایت کردهthanks : 4361
حمایت شدهThanked : 3281
پاسخAnswer 1 : یه کمک می کنید(قالب)

من کمی نفهمم...


!Whatever you DISRESPECT, you'll never have the ability to ACCESS
پنجشنبه 23 شهریور 1391 - 18:14
وب کاربرUser's blog ارسال پیامSend p.m. نقل قولReply سپاس گزارمThanks گزارشReport
ahmadreza آفلاین



ارسال‌هاAsnwers : 138
عضویتRegistration date : 9 /6 /1391
حمایت کردهthanks : 13
حمایت شدهThanked : 39
پاسخAnswer 2 : یه کمک می کنید(قالب)

زندگی ، مثل سکه هست که یکبار خرجش می کنیم.
زندگی مثل دیکته هست ، غلط می نویسیم و پاک می کنم . امّاغافل از اینکه یدفعه می گن وقت تما م شد.
پنجشنبه 23 شهریور 1391 - 18:43
ارسال پیامSend p.m. نقل قولReply سپاس گزارمThanks گزارشReport
admin آفلاین


مدیریت

ارسال‌هاAsnwers : 7209
عضویتRegistration date : 18 /10 /1390
حمایت کردهthanks : 4361
حمایت شدهThanked : 3281
پاسخAnswer 3 : یه کمک می کنید(قالب)

چرا می خندی؟

منظورم اینه که نفهمیدم...


!Whatever you DISRESPECT, you'll never have the ability to ACCESS
پنجشنبه 23 شهریور 1391 - 19:06
وب کاربرUser's blog ارسال پیامSend p.m. نقل قولReply سپاس گزارمThanks گزارشReport
generalfun آفلاین



ارسال‌هاAsnwers : 76
عضویتRegistration date : 29 /4 /1391
حمایت کردهthanks : 21
حمایت شدهThanked : 13
پاسخAnswer 4 : یه کمک می کنید(قالب)

منظورم اینه الان اگه یه نگاه به قالب بندازید فقط وسطش یه منو داره

میخوام در سمت راست قالب هم یه ستون اضافه بشه

جمعه 24 شهریور 1391 - 12:07
ارسال پیامSend p.m. نقل قولReply سپاس گزارمThanks گزارشReport
admin آفلاین


مدیریت

ارسال‌هاAsnwers : 7209
عضویتRegistration date : 18 /10 /1390
حمایت کردهthanks : 4361
حمایت شدهThanked : 3281
پاسخAnswer 5 : یه کمک می کنید(قالب)

گرافیکم خوب نیست.

بلد نیستم تو فتوشاپ اون عکس های بالای هر منو رو هم اندازه کنم.


!Whatever you DISRESPECT, you'll never have the ability to ACCESS
جمعه 24 شهریور 1391 - 12:48
وب کاربرUser's blog ارسال پیامSend p.m. نقل قولReply سپاس گزارمThanks گزارشReport
generalfun آفلاین



ارسال‌هاAsnwers : 76
عضویتRegistration date : 29 /4 /1391
حمایت کردهthanks : 21
حمایت شدهThanked : 13
پاسخAnswer 6 : یه کمک می کنید(قالب)

یعنی نمیتونید با کد نویسی یه قالب 1 ستونه رو 2 ستونه کنید؟

جمعه 24 شهریور 1391 - 12:58
ارسال پیامSend p.m. نقل قولReply سپاس گزارمThanks گزارشReport
admin آفلاین


مدیریت

ارسال‌هاAsnwers : 7209
عضویتRegistration date : 18 /10 /1390
حمایت کردهthanks : 4361
حمایت شدهThanked : 3281
پاسخAnswer 7 : یه کمک می کنید(قالب)

اول متن پست قبلیم رو بخون

بعد یکمی فکر کن.

حالا جواب بده ببینم می خوای چی بگی ...


!Whatever you DISRESPECT, you'll never have the ability to ACCESS
جمعه 24 شهریور 1391 - 13:12
وب کاربرUser's blog ارسال پیامSend p.m. نقل قولReply سپاس گزارمThanks گزارشReport



moisrex
درباره ماAbout us لینک های ماOur links کلمات کلیدیKeywords
انجمن تخصصی کدستان ، ساخته شده توسط فردی با نام مستعار Moisrex می باشد.This forum designed by a person who called Moisrex.

ایمیلE-mail : Moisrex @ Gmail.com
کدستان,انجمن کدستان,کدنویسی,انجمن پشتیبانی,فروم,رزبلاگ,آموزش کدنویسی,درخواست کد
تمامی حقوق این انجمن مربوط به همین انجمن می باشد | طراحی قالبCopyright (c) By Moisrex , All rights reserved | Desiger : Moisrex