Guest User

Untitled

a guest
Dec 11th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.18 KB | None | 0 0
  1. <html>
  2. <header>
  3. <style>
  4. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  5.     margin: 0;
  6.     padding: 0;
  7. }
  8. a {
  9.     color: #4878B2;
  10.     font-family: Arial,Helvetica,sans-serif;
  11.     text-decoration: underline;
  12. }
  13. .valignMiddle {
  14.     vertical-align: middle !important;
  15. }
  16. .InfoHdr {
  17.     background: none repeat scroll 0 0 #466C97;
  18.     color: white;
  19.     height: 15px;
  20.     width: 100%;
  21.     padding: 2px;
  22.     text-align: left;
  23.     font-weight: bold;
  24.     font-family: Arial,Helvetica,sans-serif;
  25.     font-size: 11px;
  26. }
  27. .InfoTxt {
  28.     color: #666666;
  29.     font-family: Arial,Helvetica,sans-serif;
  30.     font-size: 11px;
  31. }
  32. .InfoLnk {
  33.     font-size: 11px;
  34.     font-weight: normal;
  35.     text-decoration: none;
  36. }
  37. </style>
  38. </header>
  39.  
  40. <body>
  41.  
  42. <table>
  43.     <tr>
  44.         <td>
  45.             <div class="InfoHdr">
  46.                 Извещение о проведении запроса котировок
  47.             </div>
  48.         </td>
  49.     </tr>
  50.     <tr>
  51.         <td>
  52.         <!-- В случае наличия док-ов ЭТОТ блок -->
  53.             <table style="vertical-align: top; font-weight: bold;">
  54.                 <tr>
  55.                     <td width="400px">
  56.                         <table>
  57.                             <tr>
  58.                                 <td>
  59.                                     <a href="" onclick="Вызов js для подписей"><img title="Подписи" alt="" src="URL картинки"></a>
  60.                                 </td>
  61.                                 <td class="valignMiddle">
  62.                                     <a href="" class="InfoLnk" onclick="Вызов js открытие файла">
  63.                                         <span style="font-weight: bold;">Извещение № 0117100001611000078 от 28.09.2011</span>
  64.                                     </a>
  65.                                 </td>
  66.                             </tr>
  67.                         </table>
  68.                     </td>
  69.                     <td width="200px">
  70.                         <p class="InfoTxt" style="font-weight: bold;">Опубликовано 28.09.2011 16:29</p>
  71.                         <p class="InfoTxt" style="font-weight: bold;">Действующая редакция</p>
  72.                     </td>
  73.                     <td width="245px">
  74.                         <span class="InfoTxt" style="font-weight: bold;">Тут комменты</span>
  75.                     </td>
  76.                 </tr>
  77.             </table>
  78.         <!-- конец блока -->
  79.         <!-- если нет док-ов ЭТОТ блок -->
  80.             <p class="InfoTxt">Нет протоколов</p>
  81.         <!-- конец блока -->
  82.         </td>
  83.     </tr>
  84. </table>
  85.  
  86. </body>
  87. </html>
Add Comment
Please, Sign In to add comment