@ -1,6 +1,5 @@
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
{% if refresh %}
@ -14,7 +13,6 @@
< link rel = icon sizes = "32x32" type = "image/png" href = "/static/images/favicon/favicon-32.png" >
< title > {{ title }}< / title >
< / head >
< body >
< section >
< nav class = "relative bg-gray-800" >
@ -30,7 +28,7 @@
< path d = "M23,7H3 C1.895,7,1,6.105,1,5v15c0,1.657,1.343,3,3,3h19V7z" > < / path >
< circle cx = "17" cy = "15" r = "2" > < / circle >
< / g >
< / svg > < span > Wallets< / span > < / a >
< / svg > < span > Wallets< / span > < / a >
< / li >
< li >
< a class = "flex mr-10 items-center py-2.5 text-gray-50 hover:text-gray-100 text-sm" href = "/offers" >
@ -41,7 +39,7 @@
< line x1 = "8" y1 = "14" x2 = "8" y2 = "16" stroke = "#6b7280" > < / line >
< line x1 = "16" y1 = "11" x2 = "16" y2 = "16" stroke = "#6b7280" > < / line >
< / g >
< / svg > < span > Show Order Book< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_network_offers }}< / span > < / a >
< / svg > < span > Show Order Book< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_network_offers }}< / span > < / a >
< / li >
< li >
< a class = "flex flex-wrap justify-center w-full px-4 py-2.5 bg-blue-500 hover:bg-blue-600 font-medium text-sm text-white border border-blue-500 rounded-md shadow-button focus:ring-0 focus:outline-none" href = "/newoffer" >
@ -54,7 +52,7 @@
< polyline points = " 16,2 13,5 16,8 " stroke = "#ffffff" > < / polyline >
< polyline points = " 8,16 11,19 8,22 " stroke = "#ffffff" > < / polyline >
< / g >
< / svg > < span > New Offer< / span > < / a >
< / svg > < span > New Offer< / span > < / a >
< / li >
< / ul >
< ul class = "mr-10 hidden xl:flex lg:justify-end lg:items-center lg:space-x-6 ml-auto" >
@ -81,7 +79,7 @@
< circle cx = "12" cy = "12" r = "3" stroke = "#6b7280" > < / circle >
< path d = "M20,12a8.049,8.049,0,0,0-.188-1.713l2.714-2.055-2-3.464L17.383,6.094a7.987,7.987,0,0,0-2.961-1.719L14,1H10L9.578,4.375A7.987,7.987,0,0,0,6.617,6.094L3.474,4.768l-2,3.464,2.714,2.055a7.9,7.9,0,0,0,0,3.426L1.474,15.768l2,3.464,3.143-1.326a7.987,7.987,0,0,0,2.961,1.719L10,23h4l.422-3.375a7.987,7.987,0,0,0,2.961-1.719l3.143,1.326,2-3.464-2.714-2.055A8.049,8.049,0,0,0,20,12Z" > < / path >
< / g >
< / svg > Settings < / a >
< / svg > Settings< / a >
< / li >
{% if debug_mode == true %}
< li >
@ -111,9 +109,9 @@
< line x1 = "19" y1 = "14" x2 = "23" y2 = "14" stroke = "#6b7280" > < / line >
< path d = "M19,16A7,7,0,0,1,5,16V12a7,7,0,0,1,14,0Z" > < / path >
< / g >
< / svg > Debug < / a >
< / svg > Debug< / a >
< / li >
{% endif %}
{% endif %}
{% if debug_mode == true %}
< li >
< a href = "/explorers" class = "flex items-center block py-4 px-4 hover:bg-gray-100" > < span class = "sr-only" > Explorers< / span >
@ -137,7 +135,7 @@
< / svg >
< / svg > Tor < / a >
< / li >
{% endif %}
{% endif %}
< li >
< a href = "/smsgaddresses" class = "flex items-center block py-4 px-4 hover:bg-gray-100" > < span class = "sr-only" > Settings< / span >
< svg class = "text-gray-500 w-5 h-5 mr-3" xmlns = "http://www.w3.org/2000/svg" height = "20" width = "20" viewBox = "0 0 24 24" >
@ -147,8 +145,8 @@
< path d = "M2,1H18a2,2,0,0,1,2,2V21a2,2,0,0,1-2,2H2Z" > < / path >
< line x1 = "23" y1 = "5" x2 = "23" y2 = "9" stroke = "#6b7280" > < / line >
< / g >
< / svg > SMSG Addresses < / a >
< / li >
< / svg > SMSG Addresses< / a >
< / li >
< li >
< a href = "/watched" class = "flex items-center block py-4 px-4 hover:bg-gray-100" > < span class = "sr-only" > Automation Strategies< / span >
< svg class = "text-gray-500 w-5 h-5 mr-3" xmlns = "http://www.w3.org/2000/svg" height = "20" width = "20" viewBox = "0 0 24 24" >
@ -176,7 +174,7 @@
< / g >
< / svg > Automation Strategies< / a >
< / li >
{% endif %}
{% endif %}
< / ul >
< div class = "text-sm text-gray-700" >
< a href = "/shutdown/{{ shutdown_token }}" class = "flex items-center block py-4 px-4 hover:bg-gray-100" > < span class = "sr-only" > Shutdown< / span >
@ -267,11 +265,9 @@
< / a > -->
< / div >
<!-- notifications -->
<!-- todo - fix line -->
< div class = "flex mr-2 items-center text-gray-50 hover:text-gray-100 text-sm ml-5" >
< div class = "flex-shrink-0 w-px h-10 bg-gray-600 ml-4 mr-5" > < / div >
{% if debug_mode == true %}
<!-- dev mode icons on/off -->
< ul class = "xl:flex" >
@ -291,23 +287,21 @@
< p > Debug mode: Active < / p > {% if debug_ui_mode == true %}
< p > Debug UI mode: Active < / p > {% endif %} < / div >
< / li >
< / ul >
<!-- dev mode icons on/off -->
{% endif %}
{% if debug_mode == true %}
<!-- if wallets locked -->
< ul class = "xl:flex" >
< li >
< div data-tooltip-target = "tooltip-locked-wallets" class = "ml-5 flex items-center text-gray-50 hover:text-gray-100 text-sm" >
< svg class = "text-gray-500 w-5 h-5 mr-3" xmlns = "http://www.w3.org/2000/svg" height = "24" width = "24" viewBox = "0 0 24 24" > < g stroke-linecap = "round" stroke-width = "2" fill = "none" stroke = "#2ad167" stroke-linejoin = "round" > < rect x = "3" y = "11" width = "18" height = "12" rx = "2" > < / rect > < circle cx = "12" cy = "17" r = "2" stroke = "#2ad167" > < / circle > < path d = "M17,7V6a4.951,4.951,0,0,0-4.9-5H12A4.951,4.951,0,0,0,7,5.9V7" stroke = "#2ad167" > < / path > < / g > < / svg >
< svg class = "text-gray-500 w-5 h-5 mr-3" xmlns = "http://www.w3.org/2000/svg" height = "24" width = "24" viewBox = "0 0 24 24" > < g stroke-linecap = "round" stroke-width = "2" fill = "none" stroke = "#2ad167" stroke-linejoin = "round" > < rect x = "3" y = "11" width = "18" height = "12" rx = "2" > < / rect > < circle cx = "12" cy = "17" r = "2" stroke = "#2ad167" > < / circle > < path d = "M17,7V6a4.951,4.951,0,0,0-4.9-5H12A4.951,4.951,0,0,0,7,5.9V7" stroke = "#2ad167" > < / path > < / g > < / svg >
< span data-tooltip-target = "tooltip-locked-wallets" > < / span > < / div >
< div class = "tooltip-arrow" data-popper-arrow > < / div >
< div id = "tooltip-locked-wallets" role = "tooltip" class = "inline-block absolute invisible z-10 py-2 px-3 text-sm font-medium text-white bg-blue-500 rounded-lg shadow-sm opacity-0 transition-opacity duration-300 tooltip" >
< p > Wallets locked < / p >
< p > < / p > < / div >
< / li >
< / li >
< / ul >
<!-- else wallets unlocked
< ul class = "xl:flex" >
@ -319,7 +313,7 @@
< div id = "tooltip-unlocked-wallets" role = "tooltip" class = "inline-block absolute invisible z-10 py-2 px-3 text-sm font-medium text-white bg-blue-500 rounded-lg shadow-sm opacity-0 transition-opacity duration-300 tooltip" >
< p > Wallets unlocked < / p >
< p > < / p > < / div >
< / li >
< / li >
< / ul > -->
<!-- end wallets locked/unlock -->
{% endif %}
@ -336,16 +330,16 @@
< path d = "M14,2.256V1H10V2.256A3.949,3.949,0,0,1,7.658,5.891,8.979,8.979,0,0,0,2,14c0,4.971,4.477,9,10,9s10-4.029,10-9a8.978,8.978,0,0,0-5.658-8.109A3.95,3.95,0,0,1,14,2.256Z" > < / path >
< / g >
< / svg >
< / a > < span data-tooltip-target = "tooltip-TOR" > < / span > < / div >
< / a > < span data-tooltip-target = "tooltip-TOR" > < / span > < / div >
< div class = "tooltip-arrow" data-popper-arrow > < / div >
< div id = "tooltip-TOR" role = "tooltip" class = "inline-block absolute invisible z-10 py-2 px-3 text-sm font-medium text-white bg-blue-500 rounded-lg shadow-sm opacity-0 transition-opacity duration-300 tooltip" > Tor mode: Active {% if tor_established == true %}
< br > Tor: Connected{% endif %} < / div >
< br > Tor: Connected{% endif %}< / div >
< / li >
< / ul >
<!-- tor -->
{% endif %}
< / div >
< div class = "hidden xl:block" > < / div >
< div class = "hidden xl:block" > < / div >
<!-- mobile menu -->
< div class = "ml-auto flex xl:hidden" >
< button class = "navbar-burger flex items-center rounded focus:outline-none" >
@ -370,7 +364,7 @@
< polyline points = "7.929 18.659 2.237 17.073 2.966 22.87" > < / polyline >
< path data-cap = "butt" d = "M23,12A11,11,0,0,1,2.237,17.073" > < / path >
< / g >
< / svg > < span > Swaps in Progress < / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_swapping }}< / span > < / a >
< / svg > < span > Swaps in Progress < / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_swapping }}< / span > < / a >
< / li >
< div class = "flex-shrink-0 w-px h-10 bg-gray-300 mr-10" > < / div >
< li >
@ -384,7 +378,7 @@
< polyline points = " 16,2 13,5 16,8 " stroke = "#6b7280" > < / polyline >
< polyline points = " 8,16 11,19 8,22 " stroke = "#6b7280" > < / polyline >
< / g >
< / svg > < span > Your Offers< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_offers }}< / span > < / a >
< / svg > < span > Your Offers< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_offers }}< / span > < / a >
< / li >
< div class = "flex-shrink-0 w-px h-10 bg-gray-300 ml-4 mr-10" > < / div >
< li >
@ -394,7 +388,7 @@
< circle cx = "12" cy = "12" r = "11" > < / circle >
< polyline points = " 12,6 12,12 18,12 " stroke = "#6b7280" > < / polyline >
< / g >
< / svg > < span > Available Bids< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_available_bids }}< / span > < / a >
< / svg > < span > Available Bids< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_available_bids }}< / span > < / a >
< / li >
< li >
< a class = "flex mr-10 items-center text-sm text-gray-500 hover:text-gray-600" href = "/receivedbids" >
@ -404,7 +398,7 @@
< line data-cap = "butt" x1 = "12" y1 = "1" x2 = "12" y2 = "16" stroke = "#6b7280" > < / line >
< polyline points = "7 11 12 16 17 11" stroke = "#6b7280" > < / polyline >
< / g >
< / svg > < span > Bids Received< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_recv_bids }}< / span > < / a >
< / svg > < span > Bids Received< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_recv_bids }}< / span > < / a >
< / li >
< li >
< a class = "flex mr-10 items-center text-sm text-gray-500 hover:text-gray-600" href = "/sentbids" >
@ -414,7 +408,7 @@
< line data-cap = "butt" x1 = "12" y1 = "17" x2 = "12" y2 = "2" stroke = "#6b7280" > < / line >
< polyline points = "17 7 12 2 7 7" stroke = "#6b7280" > < / polyline >
< / g >
< / svg > < span > Bids Sent< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_bids }}< / span > < / a >
< / svg > < span > Bids Sent< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_bids }}< / span > < / a >
< / li >
< / ul >
< / div >
@ -440,8 +434,8 @@
< circle cx = "17" cy = "15" r = "2" > < / circle >
< / g >
< / svg >
< / span > < span > Wallets< / span > < span class = "inline-block ml-auto" >
< / span > < / a >
< / span > < span > Wallets< / span > < span class = "inline-block ml-auto" >
< / span > < / a >
< / li >
< / ul >
< h3 class = "mb-2 text-xs uppercase text-gray-500 font-medium" > Exchange< / h3 >
@ -458,7 +452,7 @@
< polyline points = " 8,16 11,19 8,22 " stroke = "#6b7280" > < / polyline >
< / g >
< / svg >
< / span > < span > New Offer< / span > < / a >
< / span > < span > New Offer< / span > < / a >
< / li >
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "/active" > < span class = "inline-block mr-3" >
@ -471,7 +465,7 @@
< path data-cap = "butt" d = "M23,12A11,11,0,0,1,2.237,17.073" > < / path >
< / g >
< / svg >
< / span > < span > Swaps in Progress< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_swapping }}< / span > < / a >
< / span > < span > Swaps in Progress< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_swapping }}< / span > < / a >
< / li >
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "/offers" > < span class = "inline-block mr-3" >
@ -483,7 +477,7 @@
< line x1 = "16" y1 = "11" x2 = "16" y2 = "16" stroke = "#6b7280" > < / line >
< / g >
< / svg >
< / span > < span > Show Order Book< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_network_offers }}< / span > < / a >
< / span > < span > Show Order Book< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_network_offers }}< / span > < / a >
< / li >
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "sentoffers" > < span class = "inline-block mr-3" >
@ -497,7 +491,7 @@
< polyline points = " 8,16 11,19 8,22 " stroke = "#6b7280" > < / polyline >
< / g >
< / svg >
< / span > < span > Your Offers< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_offers }}< / span > < / a >
< / span > < span > Your Offers< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_offers }}< / span > < / a >
< / li >
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "/availablebids" > < span class = "inline-block mr-3" >
@ -507,7 +501,7 @@
< polyline points = " 12,6 12,12 18,12 " stroke = "#6b7280" > < / polyline >
< / g >
< / svg >
< / span > < span > Available Bids< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_available_bids }}< / span > < / a >
< / span > < span > Available Bids< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_available_bids }}< / span > < / a >
< / li >
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "/receivedbids" > < span class = "inline-block mr-3" >
@ -518,7 +512,7 @@
< polyline points = "7 11 12 16 17 11" stroke = "#6b7280" > < / polyline >
< / g >
< / svg >
< / span > < span > Bids Received< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_recv_bids }}< / span > < / a >
< / span > < span > Bids Received< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_recv_bids }}< / span > < / a >
< / li >
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "/sentbids" > < span class = "inline-block mr-3" >
@ -529,7 +523,7 @@
< polyline points = "17 7 12 2 7 7" stroke = "#6b7280" > < / polyline >
< / g >
< / svg >
< / span > < span > Bids Sent< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_bids }}< / span > < / a >
< / span > < span > Bids Sent< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_sent_bids }}< / span > < / a >
< / li >
< / ul >
< h3 class = "mb-2 text-xs uppercase text-gray-500 font-medium mt-5" > Settings< / h3 >
@ -542,7 +536,7 @@
< path d = "M20,12a8.049,8.049,0,0,0-.188-1.713l2.714-2.055-2-3.464L17.383,6.094a7.987,7.987,0,0,0-2.961-1.719L14,1H10L9.578,4.375A7.987,7.987,0,0,0,6.617,6.094L3.474,4.768l-2,3.464,2.714,2.055a7.9,7.9,0,0,0,0,3.426L1.474,15.768l2,3.464,3.143-1.326a7.987,7.987,0,0,0,2.961,1.719L10,23h4l.422-3.375a7.987,7.987,0,0,0,2.961-1.719l3.143,1.326,2-3.464-2.714-2.055A8.049,8.049,0,0,0,20,12Z" > < / path >
< / g >
< / svg >
< / span > < span > Settings< / span > < / a >
< / span > < span > Settings< / span > < / a >
< / li >
{% if debug_mode == true %}
< li >
@ -556,7 +550,7 @@
< line x1 = "6" y1 = "2" x2 = "6" y2 = "6" > < / line >
< / g >
< / svg >
< / span > < span > RPC Console< / span > < / a >
< / span > < span > RPC Console< / span > < / a >
< / li >
{% endif %}
{% if debug_mode == true %}
@ -572,7 +566,7 @@
< path d = "M19,16A7,7,0,0,1,5,16V12a7,7,0,0,1,14,0Z" > < / path > < / g > < / svg >
< / span > < span > Debug< / span > < / a >
< / li >
{% endif %}
{% endif %}
{% if debug_mode == true %}
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "/explorers" > < span class = "inline-block mr-3" >
@ -582,7 +576,7 @@
< circle cx = "10" cy = "10" r = "8" > < / circle >
< / g >
< / svg >
< / span > < span > Explorers< / span > < / a >
< / span > < span > Explorers< / span > < / a >
< / li >
{% endif %}
< li >
@ -595,7 +589,7 @@
< line x1 = "23" y1 = "5" x2 = "23" y2 = "9" stroke = "#6b7280" > < / line >
< / g >
< / svg >
< / span > < span > SMSG Addresses< / span > < / a >
< / span > < span > SMSG Addresses< / span > < / a >
< / li >
< li >
< a class = "flex items-center pl-3 py-3 pr-4 text-gray-50 hover:bg-gray-900 rounded" href = "/watched" > < span class = "inline-block mr-3" >
@ -605,7 +599,7 @@
< circle cx = "12" cy = "12" r = "4" stroke = "#6b7280" > < / circle >
< / g >
< / svg >
< / span > < span > Wached Outputs< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_watched_outputs }}< / span > < / a >
< / span > < span > Wached Outputs< / span > < span class = "inline-flex justify-center items-center text-xs font-semibold ml-3 mr-2 px-2.5 py-1 font-small text-white bg-blue-500 rounded-full" > {{ summary.num_watched_outputs }}< / span > < / a >
< / li >
{% if debug_mode == true %}
< li >
@ -624,7 +618,7 @@
< polygon points = "23 6 5 6 1 6 1 23 23 23 23 6" > < / polygon >
< / g >
< / svg >
< / span > < span > Automation Strategies< / span > < / a >
< / span > < span > Automation Strategies< / span > < / a >
< / li >
{% endif %}
{% if use_tor_proxy == true %}
@ -637,7 +631,7 @@
< path d = "M14,2.256V1H10V2.256A3.949,3.949,0,0,1,7.658,5.891,8.979,8.979,0,0,0,2,14c0,4.971,4.477,9,10,9s10-4.029,10-9a8.978,8.978,0,0,0-5.658-8.109A3.95,3.95,0,0,1,14,2.256Z" > < / path >
< / g >
< / svg >
< / span > < span > Tor< / span > < / a >
< / span > < span > Tor< / span > < / a >
< / li >
{% endif %}
< / ul >
@ -651,7 +645,7 @@
< polyline data-cap = "butt" points = "1 2 8 7.016 8 22 1 17 1 2 13 2 13 7" > < / polyline >
< / g >
< / svg >
< / span > < span > Shutdown< / span > < / a >
< / span > < span > Shutdown< / span > < / a >
< / div >
< / div >
< / nav >