Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Новые возможности форумов » Создаем полноценный Портал на форумах MyBB!


Создаем полноценный Портал на форумах MyBB!

Сообщений 161 страница 180 из 1001

161

C3La-NS написал(а):

Я вот смотрю и думаю, может стоит центрировать изображения в портале?

Ну, можно к примеру так его отцентрировать:

Код:
.postimg {position: relative; display: block; margin: 0 auto; max-width: 400px;}

+1

162

C3La-NS написал(а):

Моих тоже.

Единственное, что я могу сделать - это загрузка всех 50 сообщений rss и разбитие этого дела на страницы пагинатором, но это повысит нагрузку на сервера, поэтому я не уверен, что это хорошая идея.. http://i053.radikal.ru/0806/7f/8b80a2497566.gif

0

163

kolobdur74
Это оно самое, что у меня не получалось сделать целых 30 минут! : :crazyfun:
Спасибо!

0

164

kolobdur74 написал(а):

Единственное, что я могу сделать - это загрузка всех 50 сообщений rss и разбитие этого дела на страницы пагинатором, но это повысит нагрузку на сервера, поэтому я не уверен, что это хорошая идея..

В принципе и этого сойдет. ))
Можно отвлечься от темы портала и спросить, често я не совсем понимаю как скрипт может вызвать большую нагрузку на сервер?

0

165

C3La-NS написал(а):

Можно отвлечься от темы портала и спросить, често я не совсем понимаю как скрипт может вызвать большую нагрузку на сервер?

Ну, он дает же запрос на сервер, то бишь заходит на /export.php ищет нужную инфу по фильтру и отправляет ее на страницу портала..Примерно таким же образом я сделал вывод статистики..Единственное я не знаю - зависит ли нагрузка от количества выведенных сообщений..Если вывод 10 сообщений равнозначно 50, то можно попробовать сделать разбитие на страницы, если нагрузка при этом увеличивается, то походу не стоит...http://i053.radikal.ru/0806/7f/8b80a2497566.gif Во всяком случае я так понимаю - может и не правильно..

0

166

kolobdur74
Может стоит попробовать?
Так как я не думаю. что нагрузка будет больше чем созданный форум.
Вещь тоже на самом деле нужная. Я просто не имею даже представления как это все прописать.

0

167

C3La-NS написал(а):

Может стоит попробовать?
Так как я не думаю. что нагрузка будет больше чем созданный форум.
Вещь тоже на самом деле нужная. Я просто не имею даже представления как это все прописать.

Я попробую..Пагинатор неплохой я нашел, правда не знаю выйдет ли совместить пофорумно его, но во всяком случае для общего вывода новостей он работает прекрасно..

Эт я погорячился..но попробую подумать над этим вопросом..

Отредактировано kolobdur74 (Вт, 14 Май 2013 04:13:48)

0

168

дайте пожалуйста вашие полные коды  порталом,а то я не знаю как сделать их в хорошем виде,а у вас есть уже готовенькое :3

0

169

[V1p] $word Master написал(а):

дайте пожалуйста вашие полные коды  порталом,а то я не знаю как сделать их в хорошем виде,а у вас есть уже готовенькое :3

Вот последняя версия моего варианта портала:

Портал с переключением пофорумно
Код:
<!--Убираем текущую разметку-->
</div></div></div></div></div></div>
<script type="text/javascript">
$(document).ready(function() {
$("html head, body div:not([id='Mypun)").replaceWith("");
$("body").prepend($("#Mypun").val())
});
</script>
<textarea id="Mypun" style="display:none">
<!--Начало Контента Вашей Body-->

<!--Стиль-->
<style type="text/css">
#menu {position:relative;vertical-align:bottom;top:5px;}
div.bib iframe {max-width: 100%;}
.postimg {max-width: 400px;}
#tableportal{
width: 100%;
}
.colonkaleft {
	width: 20%;
	margin-left: auto;
	margin-right: 5px;
	height: 100%;
    vertical-align :top;
	padding-right: 5px;
}
.colonkamain {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
    vertical-align :top;
}
.colonkaright {
	width: 20%;
	margin-left: 5px;
	margin-right: auto;
	height: 100%;
    vertical-align :top;
	padding-left: 5px;
}
#header {
	background-image : url(http://s2.uploads.ru/TL1HA.png);
	background-repeat: repeat-x;
	border-bottom: #000 1px solid;
	height: 80px;
}
.captiontopleft{ width: 24px; background-image: url(http://s2.uploads.ru/nRj9x.png); }
.captiontopmiddle{ width: 100%; background-repeat: repeat-x; background-image: url(http://s3.uploads.ru/UuvbZ.png); }
.captiontopright{ width: 11px; background-image: url(http://s3.uploads.ru/KAgDn.png); }
.captionleft{ width: 24px; background-image: url(http://s2.uploads.ru/t2UBe.png); }
.captionbar{ background-repeat: repeat-x; padding-right:10px; font-size: 10px; color: #fff; font-family: verdana, tahoma, arial, sans-serif; background-image: url(http://s3.uploads.ru/GxUiC.png);}
.captionend{ width: 12px; background-image: url(http://s2.uploads.ru/WaMHn.png); }
.captionmain{ width: 100%; background-repeat: repeat-x; background-image: url(http://s2.uploads.ru/4REO9.png); }
.captionright{ width: 11px; background-image: url(http://s2.uploads.ru/tN2ba.png); }
.bodyleft{ width: 3px; background-repeat: repeat-y; background-image: url(http://s3.uploads.ru/KMQHY.png); }
.bodymain{ width: 100%; background: #DAE7F3; padding: 4px 5px 5px 4px; font-size: 10px; color: #000; font-family: verdana, tahoma, arial, sans-serif; vertical-align:top; }
.bodyright{ width: 3px; background-repeat: repeat-y; background-image: url(http://s3.uploads.ru/kUXVi.png); }
.bottomleft{ width: 10px; background-image: url(http://s2.uploads.ru/ydz4J.png); }
.bottommain{ width: 100%; background-repeat: repeat-x; background-image: url(http://s2.uploads.ru/jCMai.png);}
.bottomright{ width: 10px; background-image: url(http://s2.uploads.ru/xIvR0.png); }
.spacer{padding: 2px 0px 2px 0px;}
#statis {width: 100%;}
#nov {
font-size: 24px; 
color: #4682B4; 
font-family: verdana, tahoma, arial, sans-serif;
text-align: center;
font-weight: 800;
}
#clock{
position:relative;
width:352px;
left:5px;
text-shadow:#fff -1px -1px 0, #333 1px 1px 0;
font-size:12pt;
color:#4682B4;
font-weight:600;
font-family:Verdana;
}
#sp-searchtext {
width: 100px;
height: 16px;
border: 0 none;
padding: 2px 20px;
color: #fff;
background: url(http://s2.uploads.ru/yM8qf.png) 0 0 no-repeat;
-webkit-appearance: none;}
#sp-searchtext:focus { color:#000; background-position:0 100%; outline:none; }
#sp-searchtext::-ms-clear { display:none; }
#g-search label { display:block; margin-top:-2px; }
#g-search .sp-label { margin-bottom:-2px; }
#g-search .sp-label label { display:none; margin:0; }
#logo{
font-size: 24px; 
color: #104E8B; 
font-family: verdana, tahoma, arial, sans-serif;
text-align: center;
font-weight: 800;
}
/*------------------------------- Меню ------------------------------------*/
#nav {border-top-right-radius: 20px; width: 100%; left:-3px; vertical-align:bottom; padding:0; margin:0 auto; list-style:none; height:33px; background:transparent url(http://s2.uploads.ru/YZCA2.gif) repeat-x; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:inline; text-align: center; height:33px;}
#nav li a.top_link {display:inline; text-align: center; height:33px; line-height:33px; color:#D1EEEE; text-decoration:none; font-size:14px; font-weight:normal; padding: 0; cursor:pointer; background: url(http://s2.uploads.ru/YZCA2.gif)}
#nav li a.top_link span {display:inline; text-align: center; padding:5px 12px 6px 6px; height:33px; background: url(http://s2.uploads.ru/YZCA2.gif) right repeat-x;}
#nav li a.top_link span.down {display:inline; text-align: center; padding:5px 12px 6px 6px; height:33px; background: url(http://s3.uploads.ru/gT1Xz.gif) no-repeat right top;}

#nav li:hover a.top_link,
#nav li.iehover a.top_link {color:#fff; background: url(http://s3.uploads.ru/bv4DI.gif) no-repeat left top, url(http://s2.uploads.ru/tu0pW.gif) no-repeat right; cursor:pointer;}
#nav li:hover a.top_link span,
#nav li.iehover a.top_link span {color:#fff; background: url(http://s3.uploads.ru/bv4DI.gif) no-repeat left top, url(http://s2.uploads.ru/tu0pW.gif) no-repeat right top; cursor:pointer;}
#nav li:hover a.top_link span.down,
#nav li.iehover a.top_link span.down {background: url(http://s3.uploads.ru/bv4DI.gif) no-repeat left top, url(http://s3.uploads.ru/kn60E.gif) no-repeat right top; cursor:pointer;}
 
/* Моделирование списка по умолчанию */
 
#nav li:hover {position:relative; z-index:200; cursor:pointer;}
 
#nav li:hover ul.sub
{text-align: left; left:1px; top:24px; background: #DAE7F3; padding:3px; border:1px solid #4682B4; white-space:nowrap; width:245px; height:auto; z-index:300; cursor:pointer;}
#nav li:hover ul.sub li
{text-align: left; display:block; height:20px; position:relative; float:left; width:245px; font-weight:normal; cursor:pointer;}
#nav li:hover ul.sub li a
{text-align: left; display:block; font-size:12px; height:18px; width:242px; line-height:18px; text-indent:5px; color:#4682B4; text-decoration:none; border:1px solid #F8F8FF; cursor:pointer;}
#nav li ul.sub li a.fly
{background:#4682B4 url(http://s2.uploads.ru/LdWqb.png) 229px 6px no-repeat; cursor:pointer; color:#F8F8FF;}
#nav li:hover ul.sub li a:hover
{background:#104E8B; color:#F8F8FF; border-color:#fff; cursor:pointer;}
#nav li:hover ul.sub li a.fly:hover
{background:#4169E1 url(http://s2.uploads.ru/TzsVt.png) 229px 6px no-repeat; color:#fff; cursor:pointer; left:1px;}
 
 
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:245px; top:-4px; background: #DAE7F3; padding:3px; border:1px solid #4682B4; white-space:nowrap; width:245px; z-index:400; height:auto;}
 
#nav ul,
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#00BFFF url(http://s2.uploads.ru/TzsVt.png) 229px 6px no-repeat; color:#000; border-color:#fff;}
 
#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#1F242B url(http://s2.uploads.ru/LdWqb.png) 229px 6px no-repeat; color:#ccc; border-color:#fff; border:1px;}
</style>
<!--Конец Стиля-->

<!--Блок часы и поиск-->
<table style='width:100%; background-color:#E4E0E0' cellspacing='3' class='topborder'>
<tr>
<td style='text-align:left; vertical-align:middle;'>

<!--Скрипт Цифровые часы-->
<script type="text/javascript">
function showTime()
{
  var dat = new Date();
  var H = '' + dat.getHours();
  H = H.length<2 ? '0' + H:H;
  var M = '' + dat.getMinutes();
  M = M.length<2 ? '0' + M:M;
  var S = '' + dat.getSeconds();
  S =S.length<2 ? '0' + S:S;
  var clock = H + ':' + M + ':' + S;
  document
    .getElementById('time_div')
      .innerHTML=clock;
  setTimeout(showTime,1000); // перерисовать 1 раз в сек.
}
</script>
<span id="time_div" style="position:relative;width:82px;left:5px;text-shadow:#fff -1px -1px 0, #333 1px 1px 0;font-size:12pt;color:#4682B4;font-weight:600;font-family:Verdana;"></span>
<script type="text/javascript">
showTime();
</script> &nbsp;
<!--Конец Скрипта Цифровые часы-->

<!--Скрипт Дата-->
<span id="clock">
<script language=JavaScript>
var dayarray=new Array("Воскресение","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота") 
var montharray=new Array("Января","Февраля","Марта","Апреля","Мая","Июня","Июля","Августа","Сентября","Октября","Ноября","Декабря") 
function getthedate() {
var mydate=new Date()
var year=mydate.getFullYear()
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym < 10) {
daym="0"+daym
}
var cdate= " "+daym+" "+montharray[month]+" "+" "+year+" "+"года "+"|"+" "+dayarray[day]+" "+" "
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit() {
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}
window.onload=goforit
</SCRIPT>
</span>
<!--Конец Скрипта Дата-->

</td>
<td style='text-align:right'>

<!--Блок Поиск-->
<div id="globalsearch">
<div><form action="/search.php" class="search" id="g-search"><div class="sp-label">
<label for="sp-searchtext"></label>
<input type="hidden" name="action" value="search">
<input type="text" name="keywords" id="sp-searchtext" maxlength="100" accesskey="s"></div> 
</form></div></div>
<!--Конец Блока Поиск-->

</td>
</tr>
</table>
<!--Конец Блока часы и поиск-->

<!--Шапка-->
<table style='width:100%;' cellspacing='3' id='header'>
<tr>
<td colspan='2' style='text-align: center;vertical-align:bottom;'>

<div id='logo'>
<img src='".THEME_ABS."images/logo.png' alt='' />&nbsp;&nbsp;&nbsp;Название Форума
</div>

<!--Меню-->
<div id='menu'>
<div class='nav'>
 <ul id='nav'>
   <li class='top'><a href='/pages/portal' id='' class='top_link'><span><strong>Портал</strong></span></a></li>
   <li class='top'><a href='/' id='' class='top_link'><span class='down'><strong>Форум</strong></span></a>
      <ul class='sub'>
	     <li><a href='ссылка' class='fly'><strong>Подменю</strong></a>
           <ul>
	          <li><a href='ссылка'><strong>Подменю 2</strong></a></li>
      <li><a href='ссылка'><strong>Подменю 2</strong></a></li>
	  <li><a href='ссылка'><strong>Подменю 2</strong></a></li>	  
   </ul>
 </li>
         <li><a href='ссылка'><strong>Подменю</strong></a></li>
         <li><a href='ссылка'><strong>Подменю</strong></a></li>
         <li><a href='ссылка'><strong>Подменю</strong></a></li>
      </ul>
   </li>
   <li class='top'><a href='/userlist.php' id='' class='top_link'><span><strong>Участники</strong></span></a></li>
   <li class='top'><a href='/search.php' id='' class='top_link'><span><strong>Поиск</strong></span></a></li>
   <li class='top'><a href='/profile.php' id='' class='top_link'><span><strong>Профиль</strong></span></a></li>
   <li class='top'><a href='/messages.php' id='' class='top_link'><span><strong>Сообщения</strong></span></a></li>    
 </ul>
</div>
</div>
<!--Конец Меню-->

</td>
<td style='text-align:right'>

<!--Верхняя Реклама-->
<iframe id="bs-top-iframe" src="http://bs.mybb.ru/i/741.html#host=digitalferrum.bbmy.ru&amp;vk=l2gbK38mQszsrChgirvkj6AF2a0VI4khjCjDZwg0g413" width="468" height="60" frameborder="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="true" style="opacity: 1 !important;"></iframe><!--Конец Верхней Рекламы-->
</td>
</tr>
</table>
<br>
<!--Конец Шапки-->

<!--Колонки-->
<table id='tableportal' cellpadding='0' cellspacing='0'>
<tr>

<!--Левая колонка-->
<td class='colonkaleft'>

<!--Левый Блок №1-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Статистика
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
<div id="statis"><div id="statis1" class=category><div class=container></div></div></div>
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №1-->

<!--Левый Блок №2-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №2
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №2-->

<!--Левый Блок №3-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №3
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №3-->

<!--Левый Блок №4-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №4
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №4-->

<!--Левый Блок №5-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Левый Блок №5
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
<div class='alttd' style='text-align:left'>
Текст слева
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Левого Блока №5-->
</td>
<!--Конец Левой колонки-->

<!--Центральная колонка/Новости-->
<td class='colonkamain'>

<!--Название/Новости-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>

</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div id="nov">
Новости Форума
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Название/Новости-->

<!--Сами Новости-->
<div id='paging_container' class='container'>
<form>  
        <input class="btn1" type="button" value="Общие форумные новости">   
        <input class="btn2" type="button" value="Персональные компьютеры">
        <input class="btn3" type="button" value="Платформы">
        <input class="btn4" type="button" value="Видеокарты">
<input class="btn5" type="button" value="Мониторы">
<input class="btn6" type="button" value="Периферия и комплектующие">
        <input class="btn7" type="button" value="Windows и системное ПО">
</form> 
<div class='content'>
<div class='spacer1'></div>
<div class='spacer2'></div>
<div class='spacer3'></div>
<div class='spacer4'></div>
<div class='spacer5'></div>
<div class='spacer6'></div>
<div class='spacer7'></div>
</div>
<form>  
        <input class="btn1" type="button" value="Общие форумные новости">   
        <input class="btn2" type="button" value="Персональные компьютеры">
        <input class="btn3" type="button" value="Платформы">
        <input class="btn4" type="button" value="Видеокарты">
<input class="btn5" type="button" value="Мониторы">
<input class="btn6" type="button" value="Периферия и комплектующие">
        <input class="btn7" type="button" value="Windows и системное ПО">
</form> 
</div>
<!--Конец Новостей-->
</td>
<!--Конец Центральной колонки/Новости-->

<!--Правая колонка-->
<td class='colonkaright'>

<!--Правый Блок №1-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Правый блок №1
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Правого Блока №1-->

<!--Правый Блок №2-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Правый блок №2
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Правого Блока №2-->

<!--Правый Блок №3-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Правый блок №3
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Правого Блока №3-->

<!--Правый Блок №4-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Правый блок №4
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Правого Блока №4-->

<!--Правый Блок №5-->
<div class='spacer'>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captiontopleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='3' alt='' style='display: block;' /></td>
<td class='captiontopmiddle'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='3' alt='' style='display: block;' /></td>
<td class='captiontopright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='3' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='captionleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='24' height='18' alt='' style='display: block;' /></td>
<td class='captionbar' style='white-space:nowrap'>
Название Правый блок №5
</td>
<td class='captionend'><img src='http://s2.uploads.ru/MhPaE.gif' width='12' height='18' alt='' style='display: block;' /></td>
<td class='captionmain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='18' alt='' style='display: block;' /></td>
<td class='captionright'><img src='http://s2.uploads.ru/MhPaE.gif' width='11' height='18' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bodyleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
<td class='bodymain'>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
<div class='alttd' style='text-align:left'>
Текст справа
</div>
</td>
<td class='bodyright'><img src='http://s2.uploads.ru/MhPaE.gif' width='3' height='1' alt='' style='display: block;' /></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0'>
<tr>
<td class='bottomleft'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
<td class='bottommain'><img src='http://s2.uploads.ru/MhPaE.gif' width='1' height='9' alt='' style='display: block;' /></td>
<td class='bottomright'><img src='http://s2.uploads.ru/MhPaE.gif' width='10' height='9' alt='' style='display: block;' /></td>
</tr>
</table>
</div>
<!--Конец Правого Блока №5-->
</td>
<!--Конец Правой колонки-->
</tr>
</table>
<!--Конец Колонок-->

<!--Низ-->
<br>
<table style='width:100%;' cellspacing='3' id='header'>
<tr>
<td colspan='2' style='text-align:left; vertical-align: middle;'>
Здесь чего нить можно разместить...
</td>
<td style='text-align:right'>

<!--Нижняя Реклама-->
<iframe id="bs-bottom-iframe" src="http://bs.mybb.ru/i/742.html#host=digitalferrum.bbmy.ru&amp;vk=h60bH3djBtxEbSlgjff5njMYnegEF55g6PmOVA405l4v" width="728" height="90" frameborder="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="true" style="left: 0px !important; top: 0px !important;"></iframe><!--Конец Нижней Рекламе-->
</td>
</tr>
</table>
<br>
<!--Конец низа-->

<!--Скрипты-->

<!--Скрипт Новостей-->
<script type="text/javascript">
$(function(){
$('div.spacer1').append('<div id="bib"></div>');
$.get('/export.php','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
} });
$(document).ready(function(){
$('.btn1').click(function () {
$(".spacer1").css({"display":"block"});
$(".spacer2").css({"display":"none"});
$(".spacer3").css({"display":"none"});
$(".spacer4").css({"display":"none"});
$(".spacer5").css({"display":"none"});
$(".spacer6").css({"display":"none"});
$(".spacer7").css({"display":"none"});
})
$('.btn2').click(function () {
$(".spacer1").css({"display":"none"});
$(".spacer2").css({"display":"block"});
$(".spacer3").css({"display":"none"});
$(".spacer4").css({"display":"none"});
$(".spacer5").css({"display":"none"});
$(".spacer6").css({"display":"none"});
$(".spacer7").css({"display":"none"});
})
$('.btn3').click(function () {
$(".spacer1").css({"display":"none"});
$(".spacer2").css({"display":"none"});
$(".spacer3").css({"display":"block"});
$(".spacer4").css({"display":"none"});
$(".spacer5").css({"display":"none"});
$(".spacer6").css({"display":"none"});
$(".spacer7").css({"display":"none"});
})
$('.btn4').click(function () {
$(".spacer1").css({"display":"none"});
$(".spacer2").css({"display":"none"});
$(".spacer3").css({"display":"none"});
$(".spacer4").css({"display":"block"});
$(".spacer5").css({"display":"none"});
$(".spacer6").css({"display":"none"});
$(".spacer7").css({"display":"none"});
})
$('.btn5').click(function () {
$(".spacer1").css({"display":"none"});
$(".spacer2").css({"display":"none"});
$(".spacer3").css({"display":"none"});
$(".spacer4").css({"display":"none"});
$(".spacer5").css({"display":"block"});
$(".spacer6").css({"display":"none"});
$(".spacer7").css({"display":"none"});
})
$('.btn6').click(function () {
$(".spacer1").css({"display":"none"});
$(".spacer2").css({"display":"none"});
$(".spacer3").css({"display":"none"});
$(".spacer4").css({"display":"none"});
$(".spacer5").css({"display":"none"});
$(".spacer6").css({"display":"block"});
$(".spacer7").css({"display":"none"});
})
$('.btn7').click(function () {
$(".spacer1").css({"display":"none"});
$(".spacer2").css({"display":"none"});
$(".spacer3").css({"display":"none"});
$(".spacer4").css({"display":"none"});
$(".spacer5").css({"display":"none"});
$(".spacer6").css({"display":"none"});
$(".spacer7").css({"display":"block"});
})
$('.btn2').one('click',function () {
$('div.spacer2').append('<div id="bib1"></div>');
$.get('/export.php?type=rss&fid=22','',processXML).one();
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib1').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
return false;
}})
$('.btn3').one('click',function () {
$('div.spacer3').append('<div id="bib2"></div>');
$.get('/export.php?type=rss&fid=23','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib2').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'"  target="_blank">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
return false;
}})
$('.btn4').one('click',function () {
$('div.spacer4').append('<div id="bib3"></div>');
$.get('/export.php?type=rss&fid=2','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib3').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'"  target="_blank">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
return false;
}})
$('.btn5').one('click',function () {
$('div.spacer5').append('<div id="bib4"></div>');
$.get('/export.php?type=rss&fid=24','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib4').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'"  target="_blank">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
return false;
}})
$('.btn6').one('click',function () {
$('div.spacer6').append('<div id="bib5"></div>');
$.get('/export.php?type=rss&fid=25','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib5').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'"  target="_blank">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
return false;
}})
$('.btn7').one('click',function () {
$('div.spacer7').append('<div id="bib6"></div>');
$.get('/export.php?type=rss&fid=3','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib6').append('<div class="spacer"><table cellpadding="0" cellspacing="0"><tr><td class="captiontopleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="3" alt="" style="display: block;" /></td><td class="captiontopmiddle"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="3" alt="" style="display: block;" /></td><td class="captiontopright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="3" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="captionleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="24" height="18" alt="" style="display: block;" /></td><td class="captionbar" style="white-space:nowrap"><strong>'+JTitle+'</strong></td><td class="captionend"><img src="http://s2.uploads.ru/MhPaE.gif" width="12" height="18" alt="" style="display: block;" /></td><td class="captionmain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="18" alt="" style="display: block;" /></td><td class="captionright"><img src="http://s2.uploads.ru/MhPaE.gif" width="11" height="18" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bodyleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td><td class="bodymain"><div class="alttd"><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'"  target="_blank">Читать далее »</a></div></td><td class="bodyright"><img src="http://s2.uploads.ru/MhPaE.gif" width="3" height="1" alt="" style="display: block;" /></td></tr></table><table cellpadding="0" cellspacing="0"><tr><td class="bottomleft"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td><td class="bottommain"><img src="http://s2.uploads.ru/MhPaE.gif" width="1" height="9" alt="" style="display: block;" /></td><td class="bottomright"><img src="http://s2.uploads.ru/MhPaE.gif" width="10" height="9" alt="" style="display: block;" /></td></tr></table></div>'); });
return false;
}})
});
</script>
<!--Конец Скрипта Новостей-->

<!--Скрипт Статистики-->
<script type="text/javascript">
var str=$("#statis").load("/ div.statscon").find("ul.container('')").parent().html()
  $("#statis1 .container").prepend(str);
</script>
<!--Конец Скрипта Статистики-->

<!--Конец Контента Вашей Body-->
</textarea>
<!--Конец Обрамления-->
<div><div><div><div><div><div>

Заменяем значения на свои - как я описывал раньше: посты 96 и 157..

0

170

kolobdur74 написал(а):

Вот последняя версия моего варианта портала:

Заменяем значения на свои - как я описывал раньше: посты 96 и 157..

Не плохо,но дизайн я изменить не смогу,знаний не хватит.

Как можно сделать все в стандартном стиле,который стоить на форуме ?
(2 колонки по бокам,как в меня с лева на форуме) и без  разных ссылок " зарегать новый форум " а только со строчками управления на форуме " Форум Участники НаградыПравила Поиск Профиль Сообщения Администрирование Выход "  " Новые сообщения Активные темы Темы без ответов Мои сообщения Подписка Все прочитано"

0

171

[V1p] $word Master написал(а):

Как можно сделать все в стандартном стиле,который стоить на форуме ?

Пост 72.

0

172

kolobdur74 написал(а):

Пост 72.

Там с  элементами дизайна,окружности разные  :(

0

173

[V1p] $word Master написал(а):

Там с  элементами дизайна,окружности разные

.box {
margin-bottom: 5px;
width: auto;
height: auto;
background-color: #ffffff;
border: 2px solid #D4D4D4;
border-radius: 0 0 8px 8px;
-moz-border-radius:0 0 8px 8px;
-khtml-border-radius: 0 0 8px 8px
;
box-shadow: 0 0 15px #A9A9A9;
padding: 20px 15px;
}
.boxrss {
margin-bottom: 5px;
width: auto;
height: auto;
background-color: #ffffff;
border: 2px solid #D4D4D4;
border-radius: 0 0 8px 8px;
-moz-border-radius:0 0 8px 8px;
-khtml-border-radius: 0 0 8px 8px;

box-shadow: 0 0 15px #A9A9A9;
padding: 20px 5px;
}

Зеленым отметил - отвечает за бордюры толщина, вид и цвет..
Красным отметил - закругленность бордюра..
Синим - тень..
Фиолетовым - цвет фона..
Не нужное убираем или изменяем..

0

174

kolobdur74 написал(а):

Зеленым отметил - отвечает за бордюры толщина, вид и цвет..
Красным отметил - закругленность бордюра..
Синим - тень..
Фиолетовым - цвет фона..
Не нужное убираем или изменяем..

Пасиба помогло,радиусы удалил,вот такой вопрос,немного изменил скрипт  путем удаления и удалил , пол рамки которая должна быть вокруг новостей.
скрин http://clip2net.com/s/53P0Oe
ссылка http://winlock.ru/pages/portal

Как ее вернуть (Удалял в коде парсинга тем форума)

мой код портала :

Код:
<style type="text/css">

div.structure {
width: auto;
}
#bib iframe {max-width: 100%;}
#bib img {max-width: 100%;}
#bib {overflow: hidden;}
.box {
margin-bottom: 5px;
width: auto;
height: auto;
background-color: #ffffff;
-khtml-border-radius: 0 0 8px 8px;
box-shadow: 0 0 15px #A9A9A9;
padding: 20px 15px;
}
.boxrss {
margin-bottom: 5px;
width: auto;
height: auto;
background-color: #ffffff;
border: 2px solid #D4D4D4;
box-shadow: 0 0 15px #A9A9A9;
padding: 20px 5px;
}
.post_title {
margin-bottom: 5px;
width: auto;
height: auto;
background-color: smoke;
border: 2px solid lightsteelblue;
padding: 3px 3px 4px;
}
.punbb .quote-box, .punbb code-box {
background-color: #DCDCDC;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
padding: 20px 15px 20px 10px;}
.noscriptmod {
box-shadow: 0 0 8px rgb(184, 235, 255);
border-radius: 20px;
height: 220px;
}
</style>
<table style="height: auto; width: 100%;" frame="void" rules="none">
<tbody>
<tr>
<td class="center" valign="top" width="60%"><div class="structure"><h1><center>Новостная лента</center></h1>
<div class="boxrss" style="height: auto;">

<script type="text/javascript">
$(function(){
$('div.boxrss').append('<div id="lenta" style="width: 100%; background: white;"><table id="bib" cellspacing="0" width=100% align="center"></div>');
$.get('/export.php','',processXML);
function processXML(data){
$(data).find('item:lt(10)').each(function(){  
var JAuthor=$(this).find('author').text().slice(14,-1);var JTitle=$(this).find('title').text();
var JLink=$(this).find('link').text();var JCont=$(this).find('description').text().split('\n',1);
var JPosted=$(this).find('pubDate').text().slice(4,-9);
$('#bib').append('<tr><td><div class="post_title"><p><strong><span style="font-size: small;">'+JTitle+'</span></strong></p><div><span style="float: right;">'+JPosted+' | Написал: '+ JAuthor +'</span><br></div></div></br></br>'+JCont+'</br><a href="'+ JLink +'" title="'+JTitle+'">Читать далее »</a></td></tr>'); });
} });
</script>

<noscript><div class="noscriptmod"><center><img src="http://s3.uploads.ru/BPXfo.png"></center></div></noscript>
</div></div>
</td>
<td class="right" valign="top" width="20%"><div class="structure"><h1><center>Правый заголовок</center></h1>
<div class="box">Текст</div></div>
<br>
<div class="structure"><h1><center>Правый заголовок</center></h1>
<div class="box">Текст</div></div>
</td>
</tr>
</tbody>
</table>

Отредактировано [V1p] $word Master (Вт, 14 Май 2013 15:59:11)

0

175

Если удалять то полностью радиус:

[V1p] $word Master написал(а):

.box {
margin-bottom: 5px;
width: auto;
height: auto;
background-color: #ffffff;
-khtml-border-radius: 0 0 8px 8px;
box-shadow: 0 0 15px #A9A9A9;
padding: 20px 15px;
}

[V1p] $word Master написал(а):

пол рамки которая должна быть вокруг новостей

Насколько я помню - это вы не удалили, а это прикол такой..Добавьте в стиль:

Код:
.punbb .main td{
border: 2px solid #A9A9A9;
}

Толщину и цвет измените под себя

0

176

Админ наш появился. Ну что, будем просить его сделать наш портал на уровне сервиса?

И еще думаю попросить: модернизировать RSS ленту, чтобы в ней отображались только темы. Без ответов. Нужно?

0

177

C3La-NS написал(а):

модернизировать RSS ленту, чтобы в ней отображались только темы. Без ответов.

Нее, зачем урезать? Можно итак отфильтровать если есть необходимость...Лучше больше, чем меньше..

C3La-NS написал(а):

Ну что, будем просить его сделать наш портал на уровне сервиса?

В принципе мы уже почти все сами реализовали, хотя кое что как мне кажется необходимо добавить для страниц, я в посту 111: Создаем полноценный Портал на форумах MyBB! сформулировал что было бы неплохо добавить - может стоит подумать над списком: чтобы облегчило бы создание портала еще..?

А, да, вот: Предемо страниц

Отредактировано kolobdur74 (Ср, 15 Май 2013 00:56:36)

0

178

kolobdur74 написал(а):

Нее, зачем урезать? Можно итак отфильтровать если есть необходимость...Лучше больше, чем меньше..

Ну, значит не надо.

kolobdur74 написал(а):

В принципе мы уже почти все сами реализовали, хотя кое что как мне кажется необходимо добавить для страниц, я в посту 111: Создаем полноценный Портал на форумах MyBB! сформулировал что было бы неплохо добавить - может стоит подумать над списком: чтобы облегчило бы создание портала еще..?
Отредактировано kolobdur74 (Сегодня 00:56:36)

Надо бы Макса потерроризировать маленькими группами по 100 миллионов. ))

А, да, вот: Предемо страниц

Хочу! Хочу! Поделитесь кодом?
И еще вопрос, получится ли пагинатор вниз убрать?

0

179

C3La-NS написал(а):

Надо бы Макса потерроризировать маленькими группами по 100 миллионов. ))

Я чего про список и говорю - реализовать портал на уровне сервиса - дело долгое и трудоемкое, а вот что-то добавить на Страницы, чтобы легче жить было -  может быть реально сделать..

C3La-NS написал(а):

Хочу! Хочу! Поделитесь кодом?

Да, конечно! Зачем же делаю))) Только доведу до ума.. Еще с CSS не игрался - даже не пробовал стандартное поставить..)) Может завтра выложу..Как и думал - все скопом грузится.. Можно фильтровать сколько на страницу будет постов.. А вот совместить на пофорумно походу не выйдет..Максимум разве что только на Общие новости..

C3La-NS написал(а):

И еще вопрос, получится ли пагинатор вниз убрать?

А зачем, если не секрет? http://i053.radikal.ru/0806/7f/8b80a2497566.gif

C3La-NS, вспомнил, что хотел вас попросить: вы же можете редактировать свое первое сообщение? Прикрепите его и поставьте ссылки на все, что мы тут делали, если вам не сложно это сделать - типа шапка будет..Оно и людям будет проще, да и нам проще ориентироваться, а то я уже забываю что на какой странице находится..(Вспомнил 4PDA - очень удобно у них в этом отношении..)

Отредактировано kolobdur74 (Ср, 15 Май 2013 01:38:51)

0

180

kolobdur74

Да, конечно! Зачем же делаю))) Только доведу до ума.. Еще с CSS не игрался - даже не пробовал стандартное поставить..)) Может завтра выложу..Как и думал - все скопом грузится.. Можно фильтровать сколько на страницу будет постов.. А вот совместить на пофорумно походу не выйдет..Максимум разве что только на Общие новости..

Ждем-с. Честно :)

А зачем, если не секрет?

Вообще на многих сайтах страницы находятся внизу. Поэтому я и предложил положить их вниз.

C3La-NS, вспомнил, что хотел вас попросить: вы же можете редактировать свое первое сообщение? Прикрепите его и поставьте ссылки на все, что мы тут делали, если вам не сложно это сделать - типа шапка будет..Оно и людям будет проще, да и нам проще ориентироваться, а то я уже забываю что на какой странице находится..(Вспомнил 4PDA - очень удобно у них в этом отношении..)

Хорошо, сейчас все добавлю. :)

0


Вы здесь » Единый форум поддержки » Новые возможности форумов » Создаем полноценный Портал на форумах MyBB!