Skip to content

Commit cb96363

Browse files
committed
Footer fixed
1 parent 355e390 commit cb96363

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

bioMedical/src/main/resources/templates/admin/appointment.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@
178178
<th>Description</th>
179179
<th>Reg. Time</th>
180180

181-
181+
182182

183183
</tr>
184+
</tfoot>
184185
<tbody>
185186
<tr th:each="temp : ${app}">
186187

bioMedical/src/main/resources/templates/doctor/index.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,21 @@
133133
</div>
134134
<div class="content">
135135
<h5 class="name">
136-
john doe
136+
${param.user}
137137
</h5>
138138
<span class="email">johndoe@example.com</span>
139139
</div>
140140
</div>
141-
<div class="account-dropdown__body">
142-
143-
</div>
141+
144142
<div class="account-dropdown__footer">
145-
<a href="#">
146-
<i class="zmdi zmdi-power"></i>Logout</a>
147-
</div>
143+
144+
145+
<form th:action="@{/logout}" method="POST">
146+
<button type="submit" class="btn btn-successbtn btn-lg btn-success">Logout</button>
147+
</form>
148+
</div>
148149
</div>
150+
149151
</div>
150152
</div>
151153
</div>
@@ -193,6 +195,7 @@ <h5 class="name">
193195
</tr>
194196

195197
</thead>
198+
196199
<tbody>
197200
<tr th:each="temp : ${app}">
198201

@@ -214,7 +217,7 @@ <h5 class="name">
214217
<div class="row">
215218
<div class="col-md-12">
216219
<div class="copyright">
217-
<p>Copyright © 2018 Colorlib. All rights reserved. Template by <a href="https://colorlib.com">Colorlib</a>.</p>
220+
<p>Copyright © Doctor+ Application. All rights reserved. </p>
218221
</div>
219222
</div>
220223
</div>

0 commit comments

Comments
 (0)