HTML |
---|
<table class="aui">
<thead>
<tr>
<td id="original"><b>Переход с</b></td>
<td id="50"><b>на 50</b></td>
<td id="100"><b>на 100</b></td>
<td id="500"><b>на 500</b></td>
<td id="500ent"><b>на 500 Ent</b></td>
<td id="2000"><b>на 2,000</b></td>
<td id="10000"><b>на 10,000</b></td>
<td id="10000+"><b>на 10,000+</b></td>
</tr>
</thead>
<tbody>
<tr>
<td>25</td>
<td>$ 500</td>
<td id="tad-topic">Регистрация, кофе-брейк.</td>
<td id="tad-reporter"></td>
</tr>
<tr>
<td colspan="4"><b>Часть 1 - Новости, презентации продуктов и бизнес кейсы.</b><td>
</tr>
<tr>
<td id="tad-speech-number">1</td>
<td id="tad-speech-time">12:00-12:15</td>
<td id="tad-topic">Приветственное слово организатора.</td>
<td id="tad-reporter">Антон Колин (Teamlead)</td>
</tr>
<tr>
<td id="tad-speech-number">2</td>
<td id="tad-speech-time">12:15-12:45</td>
<td id="tad-topic">Новости Atlassian.</td>
<td id="tad-reporter">Шерали Каримов (Atlassian) </td>
</tr>
<tr>
<td id="tad-speech-number">3</td>
<td id="tad-speech-time">12:45-13:15</td>
<td id="tad-topic">Как мы JIRA в Озоне внедряли.</td>
<td id="tad-reporter">Виталий Онегов (Ozon.ru)</td>
</tr>
<tr>
<td id="tad-speech-number">4</td>
<td id="tad-speech-time">13:15-13:45</td>
<td id="tad-topic">ServiceDesk for JIRA.</td>
<td id="tad-reporter">Шерали Каримов (Atlassian)</td>
</tr>
<tr>
<td id="tad-speech-number"></td>
<td id="tad-speech-time">13:45-14:45</td>
<td id="tad-topic">Кофе-брейк, свободное общение.</td>
<td id="tad-reporter"></td>
</tr>
<tr>
<td colspan="4"><b>Часть 2 - Мастер-классы для технических специалистов.</b><td>
</tr>
<tr>
<td id="tad-speech-number">5</td>
<td id="tad-speech-time">16:15-16:45</td>
<td id="tad-topic">CRM в JIRA. Начало.</td>
<td id="tad-reporter">Антон Колин (Teamlead)</td>
</tr>
<tr>
<td id="tad-speech-number">6</td>
<td id="tad-speech-time">15:45-16:15</td>
<td id="tad-topic">Применение JIRA для управления процессом тестирования ПО.</td>
<td id="tad-reporter">Оксана Набока (Return on Intelligence (ex Exigen Services)) </td>
</tr>
<tr>
<td id="tad-speech-number">7</td>
<td id="tad-speech-time">15:15-15:45</td>
<td id="tad-topic">Двухфакторная аутентификация в Atlassian.</td>
<td id="tad-reporter">Алексей Герасименко (КаргоСофт)
</td>
</tr>
<tr>
<td id="tad-speech-number">8</td>
<td id="tad-speech-time">14:45-15:15</td>
<td id="tad-topic">Изменяем внешний вид Confluence "под себя".</td>
<td id="tad-reporter">Максим Кузьмич (StiltSoft)</td>
</tr>
<tr>
<td id="tad-speech-number">9</td>
<td id="tad-speech-time">16:45-17:15</td>
<td id="tad-topic">Standup Time.</td>
<td id="tad-reporter">Любой желающий.</td>
</tr>
<tr>
<td colspan="4"><b>Часть 3 - Отдых и свободное общение.</b><td>
</tr>
<tr>
<td id="tad-speech-number"></td>
<td id="tad-speech-time">17:15-18:00</td>
<td id="tad-topic">Пиво, музыка и песни.</td>
<td id="tad-reporter"></td>
</tr>
</tbody>
</table> |
HTML |
<style> .CSSTableGenerator { margin:0px;padding:0px; width:100%; border:0px solid #000000; }.CSSTableGenerator table{ width:100%; height:100%; margin:0px;padding:0px; }.CSSTableGenerator tr:last-child td:last-child { -moz-border-radius-bottomright:0px; -webkit-border-bottom-right-radius:0px; border-bottom-right-radius:0px; } .CSSTableGenerator table tr:first-child td:first-child { -moz-border-radius-topleft:0px; -webkit-border-top-left-radius:0px; border-top-left-radius:0px; } .CSSTableGenerator table tr:first-child td:last-child { -moz-border-radius-topright:0px; -webkit-border-top-right-radius:0px; border-top-right-radius:0px; }.CSSTableGenerator tr:last-child td:first-child{ -moz-border-radius-bottomleft:0px; -webkit-border-bottom-left-radius:0px; border-bottom-left-radius:0px; }.CSSTableGenerator tr:hover td{ } .CSSTableGenerator tr:nth-child(odd){ background-color:#e8eff7; } .CSSTableGenerator tr:nth-child(even) { background-color:#ffffff; }.CSSTableGenerator td{ vertical-align:middle; border:0px solid #000000; border-width:0px 0px 0px 0px; text-align:center; padding:6px; font-size:14px; font-family:Arial; color:#205081; }.CSSTableGenerator tr:last-child td{ border-width:0px 0px 0px 0px; }.CSSTableGenerator tr td:last-child{ border-width:0px 0px 0px 0px; }.CSSTableGenerator tr:last-child td:last-child{ border-width:0px 0px 0px 0px; } .CSSTableGenerator tr:first-child td{ background:-o-linear-gradient(bottom, #205081 5%, #205081 100%); background-color:#205081; border:0px solid #000000; text-align:center; border-width:0px 0px 0px 0px; font-size:14px; font-family:Arial; color:#ffffff; } </style> |
...