{% include 'header.html' %} <div class="container mx-auto"> <section class="p-5 mt-5"> <div class="flex flex-wrap items-center -m-2"> <div class="w-full md:w-1/2 p-2"> <ul class="flex flex-wrap items-center gap-x-3 mb-2"> <li> <a class="flex font-medium text-xs text-coolGray-500 dark:text-gray-300 hover:text-coolGray-700" href="/"> <p>Home</p> </a> </li> <li> <svg width="6" height="15" viewBox="0 0 6 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.34 0.671999L2.076 14.1H0.732L3.984 0.671999H5.34Z" fill="#BBC3CF"></path> </svg> </li> <li> <a class="flex font-medium text-xs text-coolGray-500 dark:text-gray-300 hover:text-coolGray-700" href="/watched">Watched Outputs</a> </li> <li> <svg width="6" height="15" viewBox="0 0 6 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.34 0.671999L2.076 14.1H0.732L3.984 0.671999H5.34Z" fill="#BBC3CF"></path> </svg> </li> </ul> </div> </div> </section> <section class="py-4"> <div class="container px-4 mx-auto"> <div class="relative py-11 px-16 bg-coolGray-900 dark:bg-blue-500 rounded-md overflow-hidden"> <img class="absolute z-10 left-4 top-4" src="/static/images/elements/dots-red.svg" alt=""> <img class="absolute z-10 right-4 bottom-4" src="/static/images/elements/dots-red.svg" alt=""> <img class="absolute h-64 left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 object-cover" src="/static/images/elements/wave.svg" alt=""> <div class="relative z-20 flex flex-wrap items-center -m-3"> <div class="w-full md:w-1/2 p-3"> <h2 class="mb-6 text-4xl font-bold text-white tracking-tighter">Watched Outputs</h2> <p class="font-normal text-coolGray-200 dark:text-white">Watch when your outputs involved in a swap get spent on the blockchain.</p> </div> <div class="w-full md:w-1/2 p-3 p-6 container flex flex-wrap items-center justify-end items-center mx-auto"> {% if refresh %} <a id="refresh" href="/watched" class="flex flex-wrap justify-center px-5 py-4 bg-blue-500 hover:bg-blue-600 font-medium text-sm text-white border dark:text-white dark:hover:text-white dark:bg-gray-600 dark:hover:bg-gray-700 dark:border-gray-600 dark:hover:border-gray-600 rounded-md shadow-button focus:ring-0 focus:outline-none"> <svg class="text-gray-500 w-5 h-5 mr-2" xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"> <g fill="#ffffff"> <path fill="#ffffff" d="M12,3c1.989,0,3.873,0.65,5.43,1.833l-3.604,3.393l9.167,0.983L22.562,0l-3.655,3.442 C16.957,1.862,14.545,1,12,1C5.935,1,1,5.935,1,12h2C3,7.037,7.037,3,12,3z"></path> <path data-color="color-2" d="M12,21c-1.989,0-3.873-0.65-5.43-1.833l3.604-3.393l-9.167-0.983L1.438,24l3.655-3.442 C7.043,22.138,9.455,23,12,23c6.065,0,11-4.935,11-11h-2C21,16.963,16.963,21,12,21z"></path> </g> </svg> <span>Refresh {{ refresh }} seconds</span> </a> {% else %} <a id="refresh" href="/watched" class="flex flex-wrap justify-center px-5 py-4 bg-blue-500 hover:bg-blue-600 font-medium text-sm text-white borderdark:text-white dark:hover:text-white dark:bg-gray-600 dark:hover:bg-gray-700 dark:border-gray-600 dark:hover:border-gray-600 border-blue-500 rounded-md shadow-button focus:ring-0 focus:outline-none"> <svg class="text-gray-500 w-5 h-5 mr-2" xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"> <g fill="#ffffff"> <path fill="#ffffff" d="M12,3c1.989,0,3.873,0.65,5.43,1.833l-3.604,3.393l9.167,0.983L22.562,0l-3.655,3.442 C16.957,1.862,14.545,1,12,1C5.935,1,1,5.935,1,12h2C3,7.037,7.037,3,12,3z"></path> <path data-color="color-2" d="M12,21c-1.989,0-3.873-0.65-5.43-1.833l3.604-3.393l-9.167-0.983L1.438,24l3.655-3.442 C7.043,22.138,9.455,23,12,23c6.065,0,11-4.935,11-11h-2C21,16.963,16.963,21,12,21z"></path> </g> </svg> <span>Refresh</span> </a> {% endif %} </div> </div> </div> </div> </section> <section class="p-6"> <div class="flex flex-wrap items-center"> <div class="w-full"> <h4 class="font-semibold text-black dark:text-white text-2xl">Last Scanned</h4> </div> </div> </section> <section> <div class="pl-6 pr-6 pt-0 pb-0 h-full overflow-hidden"> <div class="pb-6 border-coolGray-100"> <div class="flex flex-wrap items-center justify-between -m-2"> <div class="w-full pt-2"> <div class="container mt-5 mx-auto"> <div class="pt-6 pb-8 bg-coolGray-100 dark:bg-gray-500 rounded-xl"> <div class="px-6"> <div class="w-full mt-6 pb-6 overflow-x-auto"> <table class="w-full min-w-max text-sm"> <thead class="uppercase"> <tr class="text-left"> <th class="p-0"> <div class="py-3 px-6 rounded-tl-xl bg-coolGray-200 dark:bg-gray-600"> <span class="text-xs text-gray-600 dark:text-gray-300 font-semibold">Coin</span> </div> </th> <th class="p-0"> <div class="py-3 px-6 rounded-tr-xl bg-coolGray-200 dark:bg-gray-600"> <span class="text-xs text-gray-600 dark:text-gray-300 font-semibold">Height</span> </div> </th> </tr> </thead> {% for ls in last_scanned %} <tr class="opacity-100 text-gray-500 dark:text-gray-100 hover:bg-coolGray-200 dark:hover:bg-gray-600"> <td class="py-3 px-6 bold">{{ ls[0] }}</td> <td class="py-3 px-6">{{ ls[1] }}</td> </tr> {% endfor %} </table> </div> </div> </div> </div> </div> </div> </div> </div> </section> <div class="pl-6 pr-6 pt-0 pb-0 mt-5 h-full overflow-hidden"> <div class="pb-6 border-coolGray-100"> <div class="flex flex-wrap items-center justify-between -m-2"> <div class="w-full pt-2"> <div class="container mt-5 mx-auto"> <div class="pt-6 pb-8 bg-coolGray-100 dark:bg-gray-500 rounded-xl"> <div class="px-6"> <div class="w-full mt-6 pb-6 overflow-x-auto"> <table class="w-full min-w-max text-sm"> <thead class="uppercase"> <tr class="text-left"> <th class="p-0"> <div class="py-3 px-6 rounded-tl-xl bg-coolGray-200 dark:bg-gray-600"> <span class="text-xs text-gray-600 dark:text-gray-300 font-semibold">Bid ID</span> </div> </th> <th class="p-0"> <div class="py-3 px-6 bg-coolGray-200 dark:bg-gray-600"> <span class="text-xs text-gray-600 dark:text-gray-300 font-semibold">Chain</span> </div> </th> <th class="p-0"> <div class="py-3 px-6 bg-coolGray-200 dark:bg-gray-600"> <span class="text-xs text-gray-600 dark:text-gray-300 font-semibold">Txid</span> </div> </th> <th class="p-0"> <div class="py-3 px-6 bg-coolGray-200 dark:bg-gray-600"> <span class="text-xs text-gray-600 dark:text-gray-300 font-semibold">Index</span> </div> </th> <th class="p-0"> <div class="py-3 px-6 rounded-tr-xl bg-coolGray-200 dark:bg-gray-600"> <span class="text-xs text-gray-600 dark:text-gray-300 font-semibold">Type</span> </div> </th> </tr> </thead> {% for wo in watched_outputs %} <tr class="opacity-100 text-gray-500 dark:text-gray-100 hover:bg-coolGray-200 dark:hover:bg-gray-600"> <td class="py-3 px-6 bold"> <a href=/bid/{{ wo[0] }}>{{ wo[0] }}</a> </td> <td class="py-3 px-6">{{ wo[1] }}</td> <td class="py-3 px-6">{{ wo[2] }}</td> <td class="py-3 px-6">{{ wo[3] }}</td> <td class="py-3 px-6">{{ wo[4] }}</td> </tr> {% endfor %} </table> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> {% include 'footer.html' %} </div> </body> </html>