Update web/patients.html
Browse files- web/patients.html +19 -11
web/patients.html
CHANGED
|
@@ -271,15 +271,17 @@
|
|
| 271 |
<i data-feather="sun"></i>
|
| 272 |
</a>
|
| 273 |
</li>
|
| 274 |
-
<li class="nav-item
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
</
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
|
|
|
|
|
|
| 283 |
</li>
|
| 284 |
</ul>
|
| 285 |
</nav>
|
|
@@ -763,8 +765,14 @@ function createPatientCard(patient) {
|
|
| 763 |
|
| 764 |
<div class="dropdown">
|
| 765 |
<button class="btn btn-sm btn-outline-secondary dropdown-toggle"
|
| 766 |
-
type="button" data-toggle="dropdown">
|
| 767 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 768 |
</button>
|
| 769 |
<div class="dropdown-menu dropdown-menu-right">
|
| 770 |
<a class="dropdown-item" href="#"
|
|
|
|
| 271 |
<i data-feather="sun"></i>
|
| 272 |
</a>
|
| 273 |
</li>
|
| 274 |
+
<li class="nav-item">
|
| 275 |
+
<a href="#" onclick="confirmLogout()" class="nav-link text-muted" title="Cerrar sesión" style="display: flex; align-items: center; gap: 6px;">
|
| 276 |
+
<span class="avatar avatar-sm mt-2">
|
| 277 |
+
<img src="./assets/images/persona.png" alt="..." class="avatar-img rounded-circle">
|
| 278 |
+
</span>
|
| 279 |
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" title="Cerrar sesión">
|
| 280 |
+
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/>
|
| 281 |
+
<polyline points="16 17 21 12 16 7"/>
|
| 282 |
+
<line x1="21" y1="12" x2="9" y2="12"/>
|
| 283 |
+
</svg>
|
| 284 |
+
</a>
|
| 285 |
</li>
|
| 286 |
</ul>
|
| 287 |
</nav>
|
|
|
|
| 765 |
|
| 766 |
<div class="dropdown">
|
| 767 |
<button class="btn btn-sm btn-outline-secondary dropdown-toggle"
|
| 768 |
+
type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
| 769 |
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
|
| 770 |
+
viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
| 771 |
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
| 772 |
+
<circle cx="5" cy="12" r="1.5"/>
|
| 773 |
+
<circle cx="12" cy="12" r="1.5"/>
|
| 774 |
+
<circle cx="19" cy="12" r="1.5"/>
|
| 775 |
+
</svg>
|
| 776 |
</button>
|
| 777 |
<div class="dropdown-menu dropdown-menu-right">
|
| 778 |
<a class="dropdown-item" href="#"
|