سلام دوستان امروز یک قالب دیگه و بسیار زیبا برای انجمن رزبلاگ ترجمه کردم.
دوستان این قالب فعلا برای صفحه اصلی هست بقیه قسمت ها هم بزودی قرار میدم.
<!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="fa" xml:lang="fa">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title><-ForumTitle-></title>
<meta http-equiv="content-language" content="fa" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://www.tarikhema.ir/forum/rss/news/rss.xml" />
<link rel="alternate" type="application/rss+xml" title="Channel list" href="http://www.tarikhema.ir/forum/rss/news/" />
<link rel="alternate" type="application/atom+xml" title="Feed - انجمن برهان » سالن اجتماعات تاریخی و مذهبی تاریخ ما" href="http://www.tarikhema.ir/forum/feed.php" /><link rel="alternate" type="application/atom+xml" title="Feed - همه انجمن ها" href="http://www.tarikhema.ir/forum/feed.php?mode=forums" /><link rel="alternate" type="application/atom+xml" title="Feed - مباحث جدید" href="http://www.tarikhema.ir/forum/feed.php?mode=topics" /><link rel="alternate" type="application/atom+xml" title="Feed - مباحث فعال" href="http://www.tarikhema.ir/forum/feed.php?mode=topics_active" />
<link rel="stylesheet" href="http://www.tarikhema.ir/forum/styles/subsilver2/theme/stylesheet.css" type="text/css" />
<script type="text/javascript">
// <![CDATA[
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
function jumpto() {
var page = prompt('شما صفحه مورد نظر خود را وارد نماييد:', '');
var perpage = '';
var base_url = '';
var seo_delim_start = '-';
var seo_static_pagination = 'page';
var seo_ext_pagination = '.html';
if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) {
var seo_page = (page - 1) * perpage;
var anchor = '';
var anchor_parts = base_url.split('#');
if ( anchor_parts[1] ) {
base_url = anchor_parts[0];
anchor = '#' + anchor_parts[1];
}
if ( seo_page > 0 ) {
var phpEXtest = false;
if ( base_url.indexOf('?') >= 0 || ( phpEXtest = base_url.match(/\.php$/i))) {
document.location.href = base_url.replace(/&/g, '&') + (phpEXtest ? '?' : '&') + 'start=' + seo_page + anchor;
} else {
var ext = base_url.match(/\.[a-z0-9]+$/i);
if (ext) {
// location.ext => location-xx.ext
document.location.href = base_url.replace(/\.[a-z0-9]+$/i, '') + seo_delim_start + seo_page + ext + anchor;
} else {
// location and location/ to location/pagexx.html
var slash = base_url.match(/\/$/) ? '' : '/';
document.location.href = base_url + slash + seo_static_pagination + seo_page + seo_ext_pagination + anchor;
}
}
} else {
document.location.href = base_url + anchor;
}
}
}
var seo_external = true;
var seo_external_sub = false;
var seo_ext_classes = false;
var seo_hashfix = false;
/**
* phpbb_seo_href()
* Fixes href="#something" links with virtual directories
* Optionally open external or marked with a css class links in a new window
* in a XHTML 1.x compliant way.
*/
function phpbb_seo_href() {
var current_domain = document.domain.toLowerCase();
if (!current_domain || !document.getElementsByTagName) return;
if (seo_external_sub && current_domain.indexOf('.') >= 0) {
current_domain = current_domain.replace(new RegExp(/^[a-z0-9_-]+\.([a-z0-9_-]+\.([a-z]{2,6}|[a-z]{2,3}\.[a-z]{2,3}))$/i), '$1');
}
if (seo_ext_classes) {
var extclass = new RegExp("(^|\s)(" + seo_ext_classes + ")(\s|$)");
}
if (seo_hashfix) {
var basehref = document.getElementsByTagName('base')[0];
if (basehref) {
basehref = basehref.href;
var hashtest = new RegExp("^(" + basehref + "|)#[a-z0-9_-]+$");
var current_href = document.location.href.replace(/#[a-z0-9_-]+$/i, "");
} else {
seo_hashfix = false;
}
}
var hrefels = document.getElementsByTagName("a");
var hrefelslen = hrefels.length;
for (var i = 0; i < hrefelslen; i++) {
var el = hrefels;
var hrefinner = el.innerHTML.toLowerCase();
if (el.onclick || (el.href == '') || (el.href.indexOf('javascript') >=0 ) || (el.href.indexOf('mailto') >=0 ) || (hrefinner.indexOf('<a') >= 0) ) {
continue;
}
if (seo_hashfix && el.hash && hashtest.test(el.href)) {
el.href = current_href + el.hash;
}
if (seo_external) {
if ((el.href.indexOf(current_domain) >= 0) && !(seo_ext_classes && extclass.test(el.className))) {
continue;
}
el.onclick = function () { window.open(this.href); return false; };
}
}
}
window.onload = function() {
if (seo_external || seo_hashfix) {
phpbb_seo_href();
}
// here you can add other window.onload events
}
// www.phpBB-SEO.com SEO TOOLKIT END
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
// ]]>
</script>
<script type="text/javascript">
function display(action, id)
{
if (action == 'show')
{
document.getElementById("explanation"+id).style.display = "block";
document.getElementById("link"+id).href= "javascript:display('hide', "+id+")";
}
if (action == 'hide')
{
document.getElementById("explanation"+id).style.display = "none";
document.getElementById("link"+id).href= "javascript:display('show', "+id+")";
}
}
</script>
<script type="text/javascript">
function countAdClick(id)
{
loadXMLDoc('?a=' + id);
}
function countAdView(id)
{
loadXMLDoc('?a=' + id);
}
function loadXMLDoc(url) {
req = false;
if(window.XMLHttpRequest) {
try {
req = new XMLHttpRequest();
} catch(e) {
req = false;
}
} else if(window.ActiveXObject) {
try {
req = new ActiveXObject("Msxml2.XMLHTTP");
} catch(e) {
try {
req = new ActiveXObject("Microsoft.XMLHTTP");
} catch(e) {
req = false;
}
}
}
if(req) {
req.open("GET", url, true);
req.send(null);
}
}
</script>
</head>
<body class="rtl">
<div id="info"><div id="infobar">
<a href="/Forum/Register"><img style="width: 50px; height: 50px; padding-right: 100px; vertical-align:middle;" alt="" src="http://www.tarikhema.ir/forum/styles/subsilver2/theme/images/reg.png" />به انجمن ما خوش آمدید. برای عضویت اینجا را کلیک کنید<img style="width: 50px; height: 50px; padding-left:100px; vertical-align:middle;" alt="" src="http://www.tarikhema.ir/forum/styles/subsilver2/theme/images/reg.png" /></a>
</div></div>
<a name="top"></a>
<div id="wrapheader">
<div align="center"><a href="http://www.tarikhema.ir/forum/"><img src="http://tarikhema.ir/forum/styles/nazanin/imageset/sitelogo_small.png" ></a></div>
<br><br>
<div id="menubar">
<div class="kadr" >
<table width="100%" cellspacing="0">
<tr>
<td class="genmed">
<br style="clear: both;" />
<a href="/Forum/Register"><img src="http://www.tarikhema.ir/forum/styles/subsilver2/theme/images/icon_mini_register.gif" width="12" height="13" alt="*" /> عضويت</a>
<a href="/Forum/Login"><img src="http://www.tarikhema.ir/forum/styles/subsilver2/theme/images/icon_mini_login.gif" width="12" height="13" alt="*" /> ورود</a>
</td>
<td class="genmed" align="left">
<a href="http://www.tarikhema.ir/forum/faq.php?sid=30a1efa507c256e89ae1171d8c90c071"><img src="http://www.tarikhema.ir/forum/styles/subsilver2/theme/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> پرسش و پاسخ</a>
<a href="http://www.tarikhema.ir/forum/search.php"><img src="http://www.tarikhema.ir/forum/styles/subsilver2/theme/images/icon_mini_search.gif" width="12" height="13" alt="*" /> جستجو</a> <a href="http://www.tarikhema.ir/forum/memberlist.php"><img src="http://www.tarikhema.ir/forum/styles/subsilver2/theme/images/icon_mini_members.gif" width="12" height="13" alt="*" /> کاربران</a>
</td>
</tr>
</div>
<p class="searchbar">
<span style="float: right;"><a href="/Forum">انجمن</a> | <a href="/Forum/Register">عضویت</a></span>
<span style="float: left;"><a href="http://www.tarikhema.ir/forum/unreadposts.html">مشاهده پست های خوانده نشده</a></span>
</p>
<div id="datebar">
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall"></td>
<td class="gensmall" align="left">امروز 14 مهر 1391, 16:35<br /></td>
</tr>
</table>
</div>
</div>
</table>
</div>
<script src="/weblog/file/forum/js/jquery.js"></script>
<script type="text/javascript" src="/weblog/file/forum/js/prototype.js?ver=1400"></script>
<script type="text/javascript" src="/weblog/file/forum/js/general.js?ver=1401"></script>
<script type="t ext/javascript" src="/weblog/file/forum/js/popup_menu.js?ver=1400"></script>
<link type="text/css" rel="stylesheet" href="http://www.p30up.ir/up/o63shjvwlfhs6m9e0mv.css" />
<script type="text/javascript" src="jscripts/thx.js"></script>
<!-- end: headerinclude -->
</head>
<body><div id="loading" style="border:1px solid #999;padding:10px;text-align:center;vertical-align:middle;display:none;width:200px;font:10pt tahoma;font-weight:bold;background:#FFF">صفحه در حال بارگزاری <br>
لطفا صبر کنید ...<br>
<br><img src="/weblog/file/forum/images/spinner_big.gif"></div>
<!-- start: header -->
<a name="top" id="top"></a>
<div id="header">
<style>
.amad-na {
list-style : none;
font-size : 8pt;
line-height : normal;
margin : 0px;
text-align : right;
float : left;
height : 30px;
width : 945px;
padding-top : 5px;
padding-right : -5px;
padding-bottom : 4px;
padding-left : 0px;
text-shadow : 1px 1px 0px #fff;
background-image: url(https://rozblog.com/temp/noise/nav.png);
background-position: center top;
}
#nav ul {
list-style : none;
font-size : 8pt;
line-height : normal;
margin : 0;
text-align : right;
padding : 0;
}
#nav ul li {
display : inline;
margin : 0;
padding : 0;
}
#nav ul a {
background : url('https://rozblog.com/temp/noise/nav-left.png') no-repeat left top;
float : right;
margin : 0;
padding : 0 0 0 7px;
text-decoration : none;
cursor : pointer;
}
#nav ul a span {
float : left;
display : block;
background : url('https://rozblog.com/temp/noise/nav-right.png') no-repeat right top;
color : #1a1a1a;
margin: 0px;
padding-top: 4px;
padding-right: 14px;
padding-bottom: 7px;
padding-left: 5px;
}
#nav ul a:hover span {
color : #FFF;
background-position : 100% -43px;
}
#nav ul a:hover {
background-position : 0% -43px;
}
#nav ul a:hover span {
background-position : 100% -43px;
}
</style>
<div id="container">
<div id="nav">
<ul>
</ul>
</div>
<br>
<br>
<div class="undermenu">
<hr class="hidden" />
<div id="panel">
<RB:Forum_If_Login>
<RB:Forum_If_Message>
<SCRIPT LANGUAGE="Javascript">
function decision(message, url){
if(confirm(message)) location.href = url;
}
decision('شما <-ForumCountNewMessage-> پيام خصوصي جديد داريد در صورت خواندن پيام ها کليک کنيد', '/Forum/Display/Message');
</SCRIPT>
</RB:Forum_If_Message> <strong>خوش آمدید, <a href="<-ForumUserUrl->"><-ForumUserTitle-></a></strong> ( <a href="/Forum/Panel">پنل کاربری</a> - <a href="/Forum/Logout">خروج</a> )
<-ForumUsernameOnline-> <br />
آخرین ورود شما : <-ForumUserDateLast-> <br />
<a href="/Forum/Display/Message">پیام های خصوصی</a> (خوانده نشده <-ForumUserCountMessage-> ) </RB:Forum_If_Login>
<RB:Forum_Form_Login>
<ForumFormLogin> نام کاربری : <-ForumLoginUsername-> پسورد : <-ForumLoginPassword-> <-ForumLoginSubmit-> یا <a href='/Forum/Register'><b> عضویت </b></a> | <a href='/Forum/Forget'><b> رمز عبور را فراموش کردم</b></a>
<script>function closeBox(toClose) {document.getElementById(toClose).style.display = "none";}</script>
<style>div.guestwarn {background:black;color:white;max-width:280px;min-height:18px;padding:0 5px 3px;position:fixed;right: 2%; top: 80%;padding: 10px 15px;position: fixed;z-index: 10;font-size:12px;-moz-border-radius: 8px; -webkit-border-radius: 8px; :alpha(opacity=80); -moz-opacity:.80; opacity:.80; -moz-box-shadow:5px 5px 5px #191919; -webkit-box-shadow:5px 5px 5px #191919; box-shadow:5px 5px 5px #191919;} .close {float: right;background: transparent url(http://www.fileiran.com/images/x.png);width: 22px;height: 22px;}</style>
<div id="message-1" class="msgbox" style="display: block;">
<div class="guestwarn">
<a href="#" class="close" onclick="closeBox('message-1'); return false;" title=""></a><p align="center"><font face="Tahoma"> <br/> سلام مهمان گرامي؛ <br>مهمان گرامي، براي مشاهده تالار با امکانات کامل ميبايست از طريق <a href="/Forum/Register"><span style="text-decoration: none"><font color="#FFFF00">ايــن ليـــنک</font></span></a> ثبت نام کنيد</font> <br/><br/></div></div>
</ForumFormLogin>
</RB:Forum_Form_Login>
</div>
<table border="0" cellspacing="0" cellpadding="0" width="100%" id="thx173566" style=";margin-top:5px;">
<tr>
<td><table border="0" cellspacing="1" cellpadding="4" class="tborder thxdsp_outline">
<tr class="trow1 tnx_style">
<td valign="top" width="1%" nowrap="nowrap"><span class="smalltext"><B>مختصر قوانین تالارها<B></span></td>
<td class="trow2 tnx_style" id="thx_list173566"><RB:Forum_Catgory_Online>
<!----Www.tntweb.rozblog.com--->
<marquee
scrollamount="1"
scrolldelay="20"
style="font-family: Tahoma;
font-size: 8pt;
color: #FF4AEE"
direction="right">
<B>از ارسال پست کوتاه و اسپم بپرهیزید * سوالات خود را از طریق پیام خصوصی با یکدیگر مطرح کنید و در تاپیک برای اینگونه موارد باز نکنید * برای تایید پست دیگران از کلید تشکر استفاده کنید تا نظم تالار ها نیز حفظ شود * از اینکه همیشه به قوانین احترام میگذارید کمال تشکر را داریم
</marquee>
<!----Www.tntweb.rozblog.com---></a></td>
</tr>
</table></td>
</tr>
</table>
<br />
</div>
<RB:Forum_Pro_Stat>
<div id="prostats_table">
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="tborder">
<thead>
<tr><td colspan="4">
<table border="0" cellspacing="0" cellpadding="4" width="100%">
<tr class="thead">
<td><strong>Forum Statistics</strong></td>
<td style="text-align:left;"><a style="cursor:pointer" onclick="return loadXMLDoc();">تازه سازي <img src="/weblog/file/forum/images/ps_reload.gif" style="vertical-align:middle;" /></a></td>
</tr>
</table>
</td>
</tr>
</thead>
<tbody>
<tr valign="top">
<!-- start: prostats_tworowextra -->
<td class="trow2"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><!-- start: prostats_mostthanks -->
<td><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="tcat smalltext">
<td colspan="2">بیشترین سپاس شده ها</td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<RB:Forum_List_More_Thanks_Block>
<!-- start: prostats_mostthanks_row -->
<!-- end: prostats_mostthanks_row --><!-- start: prostats_mostthanks_row -->
<RB:Forum_List_More_Thanks>
<tr class="smalltext">
<td><a target="_blank" href="<-ForumMoreThanksUrl->"><-ForumMoreThanksTitle-></a></td>
<td align="right"><-ForumMoreThanksCount-></td>
</tr>
</RB:Forum_List_More_Thanks>
</table></td></tr>
</table></td>
</RB:Forum_List_More_Thanks_Block>
<!-- end: prostats_mostthanks --></tr><tr>
<RB:Forum_List_New_User_Block>
<!-- start: prostats_newmembers -->
<td><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="tcat smalltext">
<td colspan="2">کاربر های جدید</td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<RB:Forum_List_New_User>
<!-- start: prostats_newmembers_row -->
<tr class="smalltext">
<td><a target="_blank" href="<-ForumNewUserUrl->"><-ForumNewUserTitle-></a></td>
<td align="right"><-ForumNewUserCountPost-></td>
</tr>
<!-- end: prostats_newmembers_row -->
</RB:Forum_List_New_User>
</table></td></tr>
</table></td>
<!-- end: prostats_newmembers -->
</RB:Forum_List_New_User_Block>
</tr></table></td>
<!-- end: prostats_tworowextra --><!-- start: prostats_tworowextra -->
<td class="trow1"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><!-- start: prostats_mostreplies -->
<td><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="tcat smalltext">
<td colspan="2">بیشترین پاسخ ها</td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- start: prostats_mostreplies_row -->
<RB:Forum_List_More_Answer_Block>
<RB:Forum_List_More_Answer>
<tr class="smalltext">
<td><img src="/weblog/file/forum/temp06/img/ps_minion.gif" style="vertical-align:middle;" alt="" /> <a href="<-ForumMoreAnswerUrl->"><-ForumMoreAnswerTitle-></a></td>
<td align="right"><-ForumMoreAnswerCount-></td>
</tr>
</RB:Forum_List_More_Answer>
</RB:Forum_List_More_Answer_Block>
<!-- end: prostats_mostreplies_row -->
</table></td></tr>
</table></td>
<!-- end: prostats_mostreplies --></tr><tr>
<!-- start: prostats_topposters -->
<td><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="tcat smalltext">
<td colspan="2">برترین ارسال کننده ها</td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- start: prostats_topposters_row -->
<RB:Forum_List_Most_Active_Block>
<RB:Forum_List_Most_Active>
<tr class="smalltext">
<td><img src="https://rozblog.com/weblog/file/forum/temp10/ps_minioff.gif" style="vertical-align:middle;" alt="" /> <a href="<-ForumMostActiveUrl->"><-ForumMostActiveTitle-></a></td>
<td align="right"><-ForumMostActiveCount-></td>
</tr>
</RB:Forum_List_Most_Active>
</RB:Forum_List_Most_Active_Block>
<!-- end: prostats_topposters_row -->
</table></td></tr>
</table></td>
<!-- end: prostats_topposters --></tr></table></td>
<!-- end: prostats_tworowextra -->
<!-- start: prostats_tworowextra -->
<td class="trow2"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><!-- start: prostats_mostviews -->
<td><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="tcat smalltext">
<td colspan="2">بیشترین بازدید ها</td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- start: prostats_mostviews_row -->
<RB:Forum_List_More_Visit_Block>
<RB:Forum_List_More_Visit>
<tr class="smalltext">
<td><img src="https://rozblog.com/weblog/file/forum/temp10/ps_minioff.gif" style="vertical-align:middle;" alt="" /> <a href="<-ForumMoreVisitUrl->"><-ForumMoreVisitTitle-></a></td>
<td align="right"><-ForumMoreVisitCount-></td>
</tr>
</RB:Forum_List_More_Visit>
</RB:Forum_List_More_Visit_Block>
</table></td></tr>
</table></td>
<!------------------------------------------------>
<tr><!-- start: prostats_topreferrers -->
<td><table cellspacing="0" cellpadding="4" border="0" width="100%">
<tbody><tr class="tcat smalltext">
<td colspan="2">پر موضوع ترین ها</td>
</tr>
<tr>
<td colspan="2"><table cellspacing="0" cellpadding="0" border="0" width="100%">
<!-- start: prostats_topreferrers_row -->
<tbody>
<RB:Forum_Cat_More_Post_Block>
<RB:Forum_Cat_More_Post>
<tr class="smalltext">
<td><img src="https://rozblog.com/weblog/file/forum/temp10/ps_minioff.gif" style="vertical-align:middle;" alt="" /> <a href="<-Url->"><-Title-></a></td>
<td align="right"><-Count-></td>
</tr>
</RB:Forum_Cat_More_Post>
</RB:Forum_Cat_More_Post_Block>
<!-- end: prostats_topreferrers_row --><!-- start: prostats_topreferrers_row -->
<!-- end: prostats_topreferrers_row -->
</tbody></table></td></tr>
</tbody></table></td>
<!-- end: prostats_topreferrers --></tr>
<!------------------------------------------------>
<!-- end: prostats_topreferrers --></tr></table></td>
<!-- end: prostats_tworowextra -->
<!-- start: prostats_newthreads -->
<td class="trow1"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="tcat smalltext">
<td colspan="4"></td>
</tr>
<tr>
<td colspan="4">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr class="trow1 smalltext">
<td>موضوع</td><td>تاریخ، زمان </td><td>آخرین ارسال</td><td>انجمن</td>
</tr>
<!-- start: prostats_newthreads_row -->
<RB:Forum_Last_Post_Block>
<RB:Forum_Last_Post>
<!-- start: prostats_newthreads_row -->
<tr class="trow1 smalltext">
<td><img src="https://rozblog.com/weblog/file/forum/temp10/ps_minioff.gif" style="vertical-align:middle;" alt="" /> <a href="<-ForumPostUrl->" title="<-ForumPostTitle->"><-ForumPostTitle-></a></td>
<td><-ForumPostDate-></td>
<td><a target="_blank" href="<-ForumPostAuthorUrl->"><-ForumPostAuthorTitle-></a></td>
<td><a target="_blank" href="<-ForumLastPostAuthorUrl->"><-ForumLastPostAuthorTitle-></a></td>
</tr>
<!-- end: prostats_newthreads_row -->
</RB:Forum_Last_Post>
</RB:Forum_Last_Post_Block>
</table></td>
</tr>
</table></td>
<!-- end: prostats_newthreads -->
</tr>
</tbody>
</table>
</div>
<!-- You can hide the copyright link by changing settings of the plugin. -->
</RB:Forum_Pro_Stat>
<!-- end: prostats -->
<!-- start: forumbit_depth1_cat -->
<br />
<RB:Forum_Section_Block>
<RB:Forum_Section>
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<div class="expcolimage"><img src="images/monline/collapse.gif" id="cat_<-ForumSectionTitle->_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><-ForumSectionTitle-></strong><br /><div class="smalltext"></div></div>
</td>
</tr>
</thead>
<RB:Forum_Catgory_Block>
<tbody style="" id="cat_8_e">
<tr>
<td class="tcat" colspan="3"><span class="smalltext"><strong>انجمن</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>موضوع ها</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>ارسال ها</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>آخرین ارسال</strong></span></td>
</tr>
<!-- start: forumbit_depth2_forum -->
<RB:Forum_Catgory>
<tr>
<td class="trow1" align="center" valign="top" width="1">
<RB:Forum_Catgory_Image_No_Topic><img src="https://rozblog.com/weblog/file/forum/temp10/off.gif" alt="انجمن دارای ارسال (های) تازه نمی باشد" title="انجمن دارای ارسال (های) تازه نمی باشد" class="ajax_mark_read" id="mark_read_9" /></RB:Forum_Catgory_Image_No_Topic>
<RB:Forum_Catgory_Image_New><img id="mark_read_6" class="ajax_mark_read" title="انجمن دارای ارسال (های) تازه می باشد." alt="انجمن دارای ارسال (های) تازه می باشد" src="https://rozblog.com/weblog/file/forum/temp10/on.gif"></RB:Forum_Catgory_Image_New>
<RB:Forum_Catgory_Image_Block><img id="mark_read_6" class="ajax_mark_read" title="انجمن قفل است" alt="انجمن قفل شده است" src="https://rozblog.com/weblog/file/forum/temp10/offlock.gif"></RB:Forum_Catgory_Image_Block>
</td>
<td class="trow1" align="center" width="1"><-ForumCatgoryImage-></td>
<td class="trow1" valign="top">
<strong><a href="<-ForumCatgoryUrl->"><-ForumCatgoryTitle-></a></strong><span class="smalltext">
<RB:Forum_Catgory_Count_Online><-ForumCatgoryOnline-> کاربر در حال مشاهده</RB:Forum_Catgory_Count_Online>
</span>
<div class="smalltext"><-ForumCatgoryDec-> </div>
<RB:Forum_Catgory_Sub_Cat_Block>
<div class='smalltext'>زیر انجمن ها :
<ul class="alt_forumlar">
<RB:Forum_Catgory_Sub_Cat>
<li><img src="/weblog/file/forum/temp06/img/minioff.gif" class="subforumicon ajax_mark_read" /><a href="<-ForumCatgorySubUrl->"><-ForumCatgorySubTitle-></a></li>
</RB:Forum_Catgory_Sub_Cat>
</ul>
</div>
</RB:Forum_Catgory_Sub_Cat_Block>
<RB:Forum_Catgory_Admin_Block>
<div> مدیریت شده توسط :
<RB:Forum_Catgory_Admin> <a href="<-CatgoryManagerUrl->"><-CatgoryManagerTitle-></a> , </RB:Forum_Catgory_Admin>
</div>
</RB:Forum_Catgory_Admin_Block>
</td>
<td class="trow1" valign="middle" align="center" style="white-space: nowrap"><-ForumCatgoryPosts-></td>
<td class="trow1" valign="middle" align="center" style="white-space: nowrap"><-ForumCatgoryAllPosts-></td>
<td class="trow1" valign="middle" align="center" style="white-space: nowrap">
<!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext">
<RB:Forum_Catgory_Last> <a href="<-ForumCatgoryLastPostUrl->" title="<-ForumCatgoryLastPostTitle->"><strong><-ForumCatgoryLastPostTitle-></strong></a> <br />
<-ForumCatgoryLastPostDate-><br />
توسط <-ForumCatgoryLastPostAuthor-> </RB:Forum_Catgory_Last>
<!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
</RB:Forum_Catgory>
</RB:Forum_Catgory_Block>
</tbody>
</table>
<br />
</RB:Forum_Section>
</RB:Forum_Section_Block>
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<!-- start: index_boardstats -->
<RB:Forum_Stat>
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="images/monline/collapse.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>آمار انجمن</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="boardstats_e">
<!-- start: index_whosonline -->
<tr>
<td class="tcat"><span class="smalltext"><strong>افراد آنلاین</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext"> <RB:Forum_Online> <a href='<-ForumOnlineUrl->' target='_blank'><-ForumOnlineTitle-></a> | </RB:Forum_Online></td>
</tr>
<!-- end: index_whosonline -->
<!-- start: index_stats -->
<tr><td class="tcat"><span class="smalltext"><strong>آمار انجمن</strong></span></td></tr>
<tr>
<td class="trow1"><span class="smalltext"> پست در مجموع <-ForumCountPost-> که دارای <-ForumCountAnswer-> پاسخ هستند.<br />
تعداد اعضای تالار <-ForumCountUser-> نفر میباشد.<br />
به جدیدترین عضو تالار، <b><a href="<-ForumLastUserUrl->"><-ForumLastUserTitle-></a></b> ، خوشامد میگوییم.<br />
</span>
</td>
</tr>
<RB:Forum_Login_Today_Block>
<tr><td class="tcat"><span class="smalltext"><strong>چه کسانی امروزو وارد انجمن شده اند</strong></span></td></tr>
<tr>
<td class="trow1"><span class="smalltext">
<-ForumCountLoginToday-> نفر <span class="smalltext">
<RB:Forum_Login_Today> <a href='<-LoginTodayUrl->' target='_blank'><-LoginTodayTitle-></a> , </RB:Forum_Login_Today>
</span>
</td>
</tr>
</RB:Forum_Login_Today_Block>
</RB:Forum_Stat>
<!-- end: index_stats -->
<tr>
<td class="tfoot" style="text-align: left">
<span class="smalltext">
<a href="/Forum/Contact">ارتباط با ما</a> |
<a href="#top">بازگشت به بالا</a>
</span>
</td>
</tr>
</tbody>
</table>
<center><-ForumAdsDown-><br /></center>
<br style="clear: both">
<div class="bottommenu">
<div>
<span class="smalltext"><a href="/Forum/Contact">تماس با ما</a> | <a href="/Forum"><-ForumTitle-></a> | <a href="#top">بازگشت به بالا</a> | <a href="#content">بازگشت به محتوا </a> | <a href="/Forum/Rss">پیوند سایتی RSS</a></span>
</div></div>
<hr class="hidden" />
<div id="copyright">
<div id="debug"></div>
<br>
Powered by <a href="https://rozblog.com/" target="_blank">RozBlog.Com</a>, © 2012 <br />
Theme Translation to MyBB by B.Rahmani<br />
Translation to Rozblog : <a href="http://Sunforum.tk/" target="_blank">Sunforum.tk</a> <br />
Theme design by <a href="http://www.Sunforum.tk/" target="_blank">SunForum.tk</a>
<!-- End powered by -->
<br />
<br class="clear" />
</div>
</div>
</div>
<!-- end: footer -->
</body>
</html>
<!-- end: forumdisplay -->
امیدوارم لذت ببرید.
موفق باشید