Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 16f7c98b

Přidáno uživatelem Michal Linha před více než 4 roky(ů)

  • ID 16f7c98b8c0c539df387fe9b2e1acb3660d32fea
  • Rodič c20f287b

re #8113 re #7885 changed header column generation and row indentations; re #8154 nothing; no comments

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/assembly.html
210 210
                <table class="tg table">
211 211
                    <tr th:each="contingencyTableRow : ${contingencyTableRows}">
212 212
                        <div class="tg-align" th:if="${contingencyTableRow.isHeader()}">
213
                            <th class="tg-align" th:each="contingencyTableRowCell : ${contingencyTableRow.getCells()}" th:colspan="${contingencyTableRowCell.getColSpan()}">
213
                            <th class="tg-align-center" th:each="contingencyTableRowCell : ${contingencyTableRow.getCells()}" th:colspan="${contingencyTableRowCell.getColSpan()}">
214 214
                                <span th:text="${contingencyTableRowCell.getValue()}"></span>
215 215
                            </th>
216 216
                        </div>
217 217
                        <div th:unless="${contingencyTableRow.isHeader()}">
218
                            <td class="tg-align" th:each="contingencyTableRowCell : ${contingencyTableRow.getCells()}">
219
                                <span th:text="${contingencyTableRowCell.getValue()}"></span>
220
                            </td>
218
                            <optional th:each="contingencyTableRowCell, iterStat : ${contingencyTableRow.getCells()}">
219
                                <td th:if="${iterStat.index == 0}" class="tg-align-left">
220
                                    <span class="tg-left-span" th:text="${contingencyTableRowCell?.getValue()}"></span>
221
                                </td>
222
                                <td th:unless="${iterStat.index == 0}" class="tg-align-center">
223
                                    <span th:text="${contingencyTableRowCell?.getValue()}"></span>
224
                                </td>
225
                            </optional>
221 226
                        </div>
222 227
                    </tr>
223 228
                </table>

Také k dispozici: Unified diff