| <style> | 
| #shortstory {  | 
| background : #2a2a2a;  | 
| padding : 1em 1em 2em;  | 
| border : 1px solid #373737;  | 
| color : #d9f7ff;  | 
| }  | 
| .title_h a {  | 
| color : #d9f7ff;  | 
| }  | 
| #shortstory .keywords {  | 
| font-size : 18px;  | 
| font-weight : bold;  | 
| color : #818181;  | 
| margin-bottom : 15px;  | 
| }  | 
| </style> | 
|   | 
| <div style="position: relative;"> <img src="{THEME}/images/icon-v.gif" class="Icon"/> | 
|                 <div class="title"> <strong>{title} смотреть онлайн</strong> </div> | 
|   | 
|   | 
| <div id="shortstory">   | 
| <iframe src="http://vkontakte.ru/video_ext.php?oid=-16298270&id=140953918&hash=4f342453e6fed2b2" width="855" height="525" frameborder="0"></iframe></div>   | 
|   | 
|   | 
|   | 
|   | 
|   | 
|                 <div class="ItemInfo" id="ItemInfo" onMouseOver="ToggleTextDescription(1)"  onmouseout="ToggleTextDescription(0)"> | 
|                   <div class="Container"> | 
|                     <div class="Line1"> | 
|                       <div class="Description"> | 
|                         <table width="100px"> | 
|                           <tr> | 
|                             <td><strong>Автор</strong></td> | 
|                             <td><strong>Категория</strong></td> | 
|                             <td><strong title="Голосуйте за ролик !">Голосуйте за ролик !</strong></td> | 
|                           </tr> | 
|                           <tr> | 
|                             <td>{author}</td> | 
|                             <td>{category-link}</td> | 
|                             <td>{rating}</td> | 
|                           </tr> | 
|                           <tr> | 
|                             <td><strong>Дата</strong></td> | 
|                             <td><strong>Комментариев</strong></td> | 
|                             <td><strong>Просмотров</strong></td> | 
|                           </tr> | 
|                           <tr> | 
|                             <td>{date}</td> | 
|                             <td>{comments-num}</td> | 
|                             <td>{views}</td> | 
|                           </tr> | 
|                         </table> | 
|                       </div> | 
|                     </div> | 
|                     <p> {descr-short}</p> | 
|                     <div class="func"> | 
|                       <script type="text/javascript"> | 
|         var a = 1; | 
|       </script> | 
|                       <a id="paramlink" onClick="return viewExport()" title="Экспорт"><img src="{THEME}/images/console-06.gif" width="23" height="23" alt="Экспорт" /></a> </div> | 
|                   </div> | 
|                 </div> | 
|               </div> | 
|         <div id="TextDescription" onMouseOver="ToggleTextDescription(1)" onMouseOut="ToggleTextDescription(0)"> | 
|           <p>Адрес видеоролика: {video-link}</p> | 
|         </div> |