|
7 | 7 | <body id="page-top" class="page-2" style="padding-top:50px; padding-bottom:200px;"> |
8 | 8 | <header th:include="layout :: tw-header" > |
9 | 9 | </header> |
10 | | -<section> |
| 10 | +<main class="page-content"> |
11 | 11 | <div class="container"> |
12 | 12 | <div th:fragment="tw-data-view-above"> |
13 | 13 | <div class="row"> |
14 | 14 | <div class="col-md-12"> |
15 | 15 | <div th:if="${page.historyBack}"> |
16 | | - <a href="javascript:history.back()"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i> zurück</a> |
| 16 | + <a href="javascript:history.back()"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i>zurück</a> |
17 | 17 | </div> |
18 | 18 | </div> |
19 | 19 | </div> |
|
29 | 29 | </div> |
30 | 30 | </div> |
31 | 31 | </div> |
32 | | - <div class="row"> |
33 | | - <div class="col-md-12"> |
34 | | - <table class="table table-striped"> |
35 | | - <thead th:fragment="tw-data-view-thead"> |
36 | | - <tr> |
37 | | - <th><span th:text="${nameObject}">nameObject</span> ID</th> |
38 | | - <th><span th:text="${nameEntity}">nameEntity</span> ID</th> |
39 | | - </tr> |
40 | | - </thead> |
41 | | - <tbody> |
42 | | - <tr th:each="object2Entity : ${listObject2EntityContent}"> |
43 | | - <td> |
44 | | - <span class="tw-vector"> |
45 | | - <i class="fa fa-database" aria-hidden="true"></i> |
46 | | - <a href="/tweet/id" th:href="@{|/${nameObject}/id/${object2Entity.objectId}|}"> |
47 | | - <span th:text="${object2Entity.objectId}">objectId</span> |
48 | | - <span th:text="${object2Entity.objectInfo}" class="tw-left-space">objectInfo</span> |
49 | | - </a> |
50 | | - </span> |
51 | | - </td> |
52 | | - <td> |
53 | | - <span class="tw-vector"> |
54 | | - <i class="fa fa-database" aria-hidden="true"></i> |
55 | | - <span th:text="${object2Entity.entityId}">entityId</span> |
56 | | - <span th:text="${object2Entity.entityInfo}" class="tw-left-space">entityInfo</span> |
57 | | - </span> |
58 | | - </td> |
59 | | - </tr> |
60 | | - </tbody> |
61 | | - <tfoot th:fragment="tw-data-view-tfoot"> |
62 | | - <tr> |
63 | | - <th><span th:text="${nameObject}">nameObject</span> ID</th> |
64 | | - <th><span th:text="${nameEntity}">nameEntity</span> ID</th> |
65 | | - </tr> |
66 | | - </tfoot> |
67 | | - </table> |
| 32 | + <div class="tw-count-entities-data-view"> |
| 33 | + <div class="row"> |
| 34 | + <div class="col-md-12"> |
| 35 | + <table class="table table-striped"> |
| 36 | + <thead th:fragment="tw-data-view-thead"> |
| 37 | + <tr> |
| 38 | + <th><span th:text="${nameObject}">nameObject</span> ID</th> |
| 39 | + <th><span th:text="${nameEntity}">nameEntity</span> ID</th> |
| 40 | + </tr> |
| 41 | + </thead> |
| 42 | + <tbody> |
| 43 | + <tr th:each="object2Entity : ${listObject2EntityContent}"> |
| 44 | + <td> |
| 45 | + <span class="tw-vector"> |
| 46 | + <i class="fa fa-database" aria-hidden="true"></i> |
| 47 | + <a href="/tweet/id" th:href="@{|/${nameObject}/id/${object2Entity.objectId}|}"> |
| 48 | + <span th:text="${object2Entity.objectId}">objectId</span> |
| 49 | + <span th:text="${object2Entity.objectInfo}" class="tw-left-space">objectInfo</span> |
| 50 | + </a> |
| 51 | + </span> |
| 52 | + </td> |
| 53 | + <td> |
| 54 | + <span class="tw-vector"> |
| 55 | + <i class="fa fa-database" aria-hidden="true"></i> |
| 56 | + <span th:text="${object2Entity.entityId}">entityId</span> |
| 57 | + <span th:text="${object2Entity.entityInfo}" class="tw-left-space">entityInfo</span> |
| 58 | + </span> |
| 59 | + </td> |
| 60 | + </tr> |
| 61 | + </tbody> |
| 62 | + <tfoot th:fragment="tw-data-view-tfoot"> |
| 63 | + <tr> |
| 64 | + <th><span th:text="${nameObject}">nameObject</span> ID</th> |
| 65 | + <th><span th:text="${nameEntity}">nameEntity</span> ID</th> |
| 66 | + </tr> |
| 67 | + </tfoot> |
| 68 | + </table> |
| 69 | + </div> |
68 | 70 | </div> |
69 | 71 | </div> |
70 | 72 | <div th:fragment="tw-data-view-below"> |
|
82 | 84 | <div class="row"> |
83 | 85 | <div class="col-md-12"> |
84 | 86 | <div th:if="${page.historyBack}"> |
85 | | - <a href="javascript:history.back()"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i> zurück</a> |
| 87 | + <a href="javascript:history.back()"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i>zurück</a> |
86 | 88 | </div> |
87 | 89 | </div> |
88 | 90 | </div> |
89 | 91 | </div> |
90 | 92 | </div> |
91 | | -</section> |
| 93 | +</main> |
92 | 94 | <footer th:include="layout :: footer" > |
93 | 95 |
|
94 | 96 | </footer> |
|
0 commit comments