File tree Expand file tree Collapse file tree
bioMedical/src/main/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments