Скачать файлы - http://depositfiles.com/files/0b3764lv9
1.Заливаем папку images в корень сайта.
2.Активируем доп.поле №1 и переименовуем его в "Картинка".
3.CSS:
Code
.woteramka {border:1px solid #5d5d5d;background:#e0e0e;behavior:url('/images/border-radius.htc');}
.screenshot img {margin:6px; padding:5px;-moz-box-shadow:0px 0px 5px #5d5d5d; box-shadow:0px 0px 5px #5d5d5d;-webkit-box-shadow:0px 0px 5px #5d5d5d;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius: 6px;}
4.Вид материалов:
Code
<style type="text/css" media="all">
@import url(http://sync-cs.ru/highslide/hegh.js);
</style>
<script type='text/javascript' src='http://sync-cs.ru/highslide/highslide.js'></script>
<script type='text/javascript' src='http://sync-cs.ru/highslide/include_highslide.js'></script>
<script type="text/javascript">
hs.graphicsDir = 'http://sync-cs.ru/highslide/graphics/';
</script>
<div class="woteramka">
<table border="0" width="100%" cellspacing="2" cellpadding="3">
<tr>
<td width="96%" align="left" style="-moz-border-radius: 3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px;border-radius: 3px 0px 0px 3px;background:url('/images/Poloska.png');border: #5d5d5d solid 1px;">
<?if($MODER_PANEL$)?><div style="float:right">$MODER_PANEL$</div><?endif?>
<a href="$ENTRY_URL$" class="newshadow">$TITLE$</a>
</td>
<td width="4%" align="right" style="-moz-border-radius: 0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px;border-radius: 0px 3px 3px 0px;background:url('/images/Poloska.png');border: #5d5d5d solid 1px;">
<a style="font-weight:normal" href="javascript://" onclick="$('#news_$ID$').slideToggle('slow');"><center><img src="/images/news_strelki.png" border="0"></center></a>
</td>
</tr>
</table>
<div id="news_$ID$">
<table border="0" width="100%" cellspacing="2" cellpadding="3">
<tr>
<td style="height:150px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius: 3px;border:1px solid #5d5d5d;background:url('/images/b.gif');">
<table border="0" width="100%" cellspacing="2" cellpadding="3">
<tr>
<td align="left">
<font face="Tahoma">$MESSAGE$</font>
</td>
<td align="right">
<a class="screenshot" href="$OTHER1$" onclick="return hs.expand(this)"><img width="140" src="$OTHER1$" border="0"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="2" cellpadding="3"><tbody>
<tr>
<td width="20%" style="text-align:center;-moz-border-radius: 3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px;border-radius: 3px 0px 0px 3px;border: 1px solid #5d5d5d; background:#ebebeb;">
Просмотров: $READS$
</td>
<td width="30%" style="text-align:center;border: 1px solid #5d5d5d; background:#ebebeb;">
<a href="$CATEGORY_URL$">$CATEGORY_NAME$</a>
</td>
<td width="25%" style="text-align:center;border: 1px solid #5d5d5d; background:#ebebeb;">
Добавил: <a href="$PROFILE_URL$" target="_blank">$USERNAME$</a>
</td>
</td>
<td width="25%" style="text-align:center;-moz-border-radius: 0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px;border-radius: 0px 3px 3px 0px;border: 1px solid #5d5d5d; background:#ebebeb;">
<a href="$ENTRY_URL$">Подробнее: </a>$COMMENTS_NUM$
</td>
</tr>
</tbody></table></div></div><br>