ui: GUI update (#14)
parent
c0c2c8b9bb
commit
e525878aef
35 changed files with 23472 additions and 4199 deletions
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 5.0 KiB |
File diff suppressed because one or more lines are too long
@ -1,57 +1,50 @@ |
||||
{% include 'header.html' %} |
||||
<div class="container mx-auto"> |
||||
|
||||
<section class="bg-white 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 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 hover:text-coolGray-700" href="/404">404</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> |
||||
|
||||
{% include 'inc_messages.html' %} |
||||
|
||||
<section class="relative py-24 md:py-40 bg-white"> |
||||
<div class="relative z-10 container px-4 mx-auto"> |
||||
<div class="flex flex-wrap items-center -mx-4"> |
||||
<div class="w-full md:w-1/2 px-4 mb-16 md:mb-0"> |
||||
<div class="md:max-w-xl md:mx-auto text-center md:text-left"> |
||||
<span class="inline-block mb-6 px-3 py-1 font-semibold bg-blue-100 rounded-full text-sm">Error 404</span> |
||||
<h2 class="mb-4 text-4xl md:text-5xl leading-tight font-bold tracking-tighter">Oh no! Error 404</h2> |
||||
<p class="mb-6 text-lg md:text-xl text-coolGray-500">Something went wrong, so this page is broken.</p> |
||||
<div class="flex flex-wrap"> |
||||
<div class="w-full lg:w-auto py-1 lg:py-0 lg:mr-6"><a class="inline-block py-5 px-7 w-full text-base md:text-lg leading-4 text-blue-50 font-medium text-center bg-blue-500 hover:bg-blue-600 border border-blue-500 rounded-md shadow-sm focus:ring-0 focus:outline-none" href="/">Go back to Homepage</a></div> |
||||
<div class="w-full lg:w-auto py-1 lg:py-0"><a class="inline-block py-5 px-7 w-full text-base md:text-lg leading-4 text-coolGray-800 font-medium text-center bg-white hover:bg-coolGray-100 border border-coolGray-200 rounded-md shadow-sm focus:ring-0 focus:outline-none" href="/refresh">Try Again</a></div> <!-- todo add last URL page visit --> |
||||
<section class="bg-white 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 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 hover:text-coolGray-700" href="/404">404</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> |
||||
{% include 'inc_messages.html' %} |
||||
<section class="relative py-24 md:py-40 bg-white"> |
||||
<div class="relative z-10 container px-4 mx-auto"> |
||||
<div class="flex flex-wrap items-center -mx-4"> |
||||
<div class="w-full md:w-1/2 px-4 mb-16 md:mb-0"> |
||||
<div class="md:max-w-xl md:mx-auto text-center md:text-left"> <span class="inline-block mb-6 px-3 py-1 font-semibold bg-blue-100 rounded-full text-sm">Error 404</span> |
||||
<h2 class="mb-4 text-4xl md:text-5xl leading-tight font-bold tracking-tighter">Oh no! Error 404</h2> |
||||
<p class="mb-6 text-lg md:text-xl text-coolGray-500">Something went wrong, so this page is broken.</p> |
||||
<div class="flex flex-wrap"> |
||||
<div class="w-full lg:w-auto py-1 lg:py-0 lg:mr-6"><a class="inline-block py-5 px-7 w-full text-base md:text-lg leading-4 text-blue-50 font-medium text-center bg-blue-500 hover:bg-blue-600 border border-blue-500 rounded-md shadow-sm focus:ring-0 focus:outline-none" href="/">Go back to Homepage</a></div> |
||||
<div class="w-full lg:w-auto py-1 lg:py-0"><a class="inline-block py-5 px-7 w-full text-base md:text-lg leading-4 text-coolGray-800 font-medium text-center bg-white hover:bg-coolGray-100 border border-coolGray-200 rounded-md shadow-sm focus:ring-0 focus:outline-none" href="/refresh">Try Again</a></div> |
||||
<!-- todo add last URL page visit --> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="w-full md:w-1/3 px-4"> |
||||
<img class="mx-auto" src="/static/images/other/what-why.gif" alt=""> |
||||
<div class="w-full md:w-1/3 px-4"> <img class="mx-auto" src="/static/images/other/what-why.gif" alt=""> </div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
{% include 'footer.html' %} |
||||
</section> |
||||
</div> |
||||
{% include 'footer.html' %} |
||||
</div> |
||||
</body> |
||||
|
||||
</html> |
||||
</html> |
@ -1,122 +1,97 @@ |
||||
{% include 'header.html' %} |
||||
<div class="container mx-auto"> |
||||
<section class="bg-white 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 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 hover:text-coolGray-700" href="/automation">Automation Strategies</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 hover:text-coolGray-700" href="/automation">ID: {{ strategy_id }}</a></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 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">Automation Strategy {{ strategy_id }}</h2> |
||||
</div> |
||||
<section class="bg-white 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 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 hover:text-coolGray-700" href="/automation">Automation Strategies</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 hover:text-coolGray-700" href="/automation">ID: {{ strategy_id }}</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
{% include 'inc_messages.html' %} |
||||
|
||||
<section class="bg-white"> |
||||
<div class="pl-6 pr-6 pt-0 pb-0 mt-5 h-full overflow-hidden bg-white "> |
||||
<div class="pb-6 border-coolGray-100"> |
||||
<div class="flex flex-wrap items-center justify-between -m-2"> |
||||
<div class="w-full pt-2 text-center "> |
||||
|
||||
<div class="container px-0 mx-auto mt-5"> |
||||
<div class="overflow-x-auto relative border sm:rounded-lg"> |
||||
|
||||
<table class="w-full text-sm text-left text-gray-500 outline-none border-gray-300"> |
||||
|
||||
<thead class="text-xs text-gray-700 border-b uppercase bg-gray-50 outline-none border-gray-300"> |
||||
<tr> |
||||
<th scope="col" class="py-3 px-6">Option</th> |
||||
<th scope="col" class="py-3">Type</th> |
||||
<th scope="col"></th> |
||||
</tr> |
||||
</thead> |
||||
|
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Label</td> |
||||
<td>{{ strategy.label }}</td> |
||||
</tr> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Type</td> |
||||
<td>{{ strategy.type }}</td> |
||||
</tr> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Only known identities</td> |
||||
<td>{{ strategy.only_known_identities }}</td> |
||||
</tr> |
||||
|
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Data</td> |
||||
<td class="py-4 pr-5"> |
||||
<textarea class="outline-none block p-2.5 text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 w-full monospace" rows="5" readonly> |
||||
{{ strategy.data }} |
||||
</textarea> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Notes</td> |
||||
<td class="py-4 pr-5"> |
||||
<textarea class="outline-none block p-2.5 text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 w-full monospace" rows="5" readonly> |
||||
{{ strategy.note }} |
||||
</textarea> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
|
||||
</div> |
||||
</section> |
||||
<section class="py-4"> |
||||
<div class="container px-4 mx-auto"> |
||||
<div class="relative py-11 px-16 bg-coolGray-900 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">Automation Strategy {{ strategy_id }}</h2> </div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="p-6 pt-10 bg-white bg-opacity-60 rounded-b-md"> |
||||
<div class="w-full md:w-0/12"> |
||||
<div class="flex flex-wrap justify-end -m-1.5"> |
||||
|
||||
<div class="w-full md:w-auto p-1.5 ml-2"> |
||||
<a href="/automation" type="submit" 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"> |
||||
<span>Back</span> </a> |
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
||||
{% include 'inc_messages.html' %} |
||||
<section class="bg-white"> |
||||
<div class="pl-6 pr-6 pt-0 pb-0 mt-5 h-full overflow-hidden bg-white "> |
||||
<div class="pb-6 border-coolGray-100"> |
||||
<div class="flex flex-wrap items-center justify-between -m-2"> |
||||
<div class="w-full pt-2 text-center "> |
||||
<div class="container px-0 mx-auto mt-5"> |
||||
<div class="overflow-x-auto relative border sm:rounded-lg"> |
||||
<table class="w-full text-sm text-left text-gray-500 outline-none border-gray-300"> |
||||
<thead class="text-xs text-gray-700 border-b uppercase bg-gray-50 outline-none border-gray-300"> |
||||
<tr> |
||||
<th scope="col" class="py-3 px-6">Option</th> |
||||
<th scope="col" class="py-3">Type</th> |
||||
<th scope="col"></th> |
||||
</tr> |
||||
</thead> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Label</td> |
||||
<td>{{ strategy.label }}</td> |
||||
</tr> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Type</td> |
||||
<td>{{ strategy.type }}</td> |
||||
</tr> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Only known identities</td> |
||||
<td>{{ strategy.only_known_identities }}</td> |
||||
</tr> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Data</td> |
||||
<td class="py-4 pr-5"> |
||||
<textarea class="outline-none block p-2.5 text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 w-full monospace" rows="5" readonly>{{ strategy.data }}</textarea> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 px-6 bold w-96">Notes</td> |
||||
<td class="py-4 pr-5"> |
||||
<textarea class="outline-none block p-2.5 text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 w-full monospace" rows="5" readonly>{{ strategy.note }}</textarea> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</div> |
||||
</div> |
||||
<div class="p-6 pt-10 bg-white bg-opacity-60 rounded-b-md"> |
||||
<div class="w-full md:w-0/12"> |
||||
<div class="flex flex-wrap justify-end -m-1.5"> |
||||
<div class="w-full md:w-auto p-1.5 ml-2"> |
||||
<a href="/automation" type="submit" class="flex flex-wrap justify-center w-full px-4 py-2.5 font-medium text-sm text-coolGray-500 hover:text-coolGray-600 border border-coolGray-200 hover:border-coolGray-300 bg-white rounded-md shadow-button focus:ring-0 focus:outline-non"><svg class="text-gray-500 w-5 h-5 mr-2" height="24" width="24" viewBox="0 0 24 24"><g stroke-linecap="square" stroke-width="2" fill="none" stroke="#556987" stroke-linejoin="miter" class="nc-icon-wrapper" stroke-miterlimit="10"><line data-cap="butt" x1="18" y1="12" x2="7" y2="12" stroke-linecap="butt" stroke="#556987"></line> <polyline points=" 11,16 7,12 11,8 " stroke="#5569878"></polyline> <circle cx="12" cy="12" r="11"></circle></g></svg> <span>Back</span> </a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</section> |
||||
|
||||
</div> |
||||
</section> |
||||
</div> |
||||
{% include 'footer.html' %} |
||||
</div> |
||||
</body> |
||||
|
||||
</html> |
||||
</html> |
@ -1,95 +1,81 @@ |
||||
{% include 'header.html' %} |
||||
<div class="container mx-auto"> |
||||
|
||||
<section class="bg-white 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 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 hover:text-coolGray-700" href="/debug">Debug</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 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-tighte r">Debug</h2> |
||||
<p class="font-semibold text-coolGray-200"></p> |
||||
</div> |
||||
<section class="bg-white 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 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 hover:text-coolGray-700" href="/debug">Debug</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> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
{% include 'inc_messages.html' %} |
||||
|
||||
<section class="bg-white"> |
||||
<div class="pl-6 pr-6 pt-0 pb-0 mt-5 h-full overflow-hidden bg-white "> |
||||
<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 px-0 mx-auto mt-5"> |
||||
<div class="overflow-x-auto relative border sm:rounded-lg"> |
||||
|
||||
<table class="w-full text-sm text-left text-gray-500 outline-none border-gray-300"> |
||||
|
||||
<thead class="text-xs text-gray-700 border-b uppercase bg-gray-50 outline-none border-gray-300"> |
||||
<tr> |
||||
<th scope="col" class="py-3 px-6 w-80">Name</th> |
||||
<th scope="col" class="py-3">Input</th> |
||||
</tr> |
||||
</thead> |
||||
|
||||
<form method="post"> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 pl-5 pr-5 bold">Reinitialise XMR wallet</td> |
||||
<td td class="py-4"><input name="reinit_xmr" type="submit" value="Yes" class="inline-block w-20 py-1 px-2 font-medium text-center text-sm rounded-md shadow-button bg-blue-500 text-white border border-coolGray-200 hover:border-coolGray-300"></td> |
||||
<input type="hidden" name="formid" value="{{ form_id }}"> |
||||
</tr> |
||||
</form> |
||||
</table> |
||||
</div> |
||||
</div |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
</section> |
||||
|
||||
<!-- todo |
||||
</section> |
||||
<section class="py-4"> |
||||
<div class="container px-4 mx-auto"> |
||||
<div class="relative py-11 px-16 bg-coolGray-900 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-tighte r">Debug</h2> |
||||
<p class="font-semibold text-coolGray-200"></p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
{% include 'inc_messages.html' %} |
||||
<section class="bg-white"> |
||||
<div class="pl-6 pr-6 pt-0 pb-0 mt-5 h-full overflow-hidden bg-white "> |
||||
<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 px-0 mx-auto mt-5"> |
||||
<div class="overflow-x-auto relative border sm:rounded-lg"> |
||||
<table class="w-full text-sm text-left text-gray-500 outline-none border-gray-300"> |
||||
<thead class="text-xs text-gray-700 border-b uppercase bg-gray-50 outline-none border-gray-300"> |
||||
<tr> |
||||
<th scope="col" class="py-3 px-6 w-80">Option</th> |
||||
<th scope="col" class="py-3"></th> |
||||
</tr> |
||||
</thead> |
||||
<form method="post"> |
||||
<tr class="bg-white border-t hover:bg-gray-50"> |
||||
<td class="py-4 pl-5 pr-5 bold">Reinitialise XMR wallet</td> |
||||
<td td class="py-4"> |
||||
<button name="reinit_xmr" type="submit" value="Yes" class="flex flex-wrap justify-center py-2 px-4 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"> |
||||
<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 stroke-linecap="square" stroke-width="2" fill="none" stroke="#ffffff" stroke-linejoin="miter" class="nc-icon-wrapper" stroke-miterlimit="10"><polyline points="2.966 1.13 2.237 6.927 7.929 5.341"></polyline><path d="M2.921,18.2a11.006,11.006,0,0,1-1.041-1.9" stroke="#ffffff"></path><path d="M8.461,22.412a11.07,11.07,0,0,1-1.529-.654q-.2-.1-.392-.214" stroke="#ffffff"></path><path d="M15.539,22.41a11.062,11.062,0,0,1-2.06.486" stroke="#ffffff"></path><path d="M21.08,18.206a10.984,10.984,0,0,1-1.438,1.705" stroke="#ffffff"></path><path d="M2.759,6.027A11,11,0,0,1,22.9,13.464"></path></g></svg> Yes </button> |
||||
</td> |
||||
<input type="hidden" name="formid" value="{{ form_id }}"> </tr> |
||||
</form> |
||||
</table> |
||||
</div> |
||||
</div </div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<!-- todo |
||||
{% if result %} |
||||
<textarea class="monospace" rows="40" cols="160"> |
||||
{{ result }} |
||||
</textarea> |
||||
{% endif %} |
||||
--> |
||||
|
||||
</div> |
||||
</div> |
||||
{% include 'footer.html' %} |
||||
</div> |
||||
</body> |
||||
|
||||
</html> |
||||
</html> |
@ -1,11 +1,16 @@ |
||||
<!DOCTYPE html><html lang="en"><head> |
||||
<meta charset="UTF-8"> |
||||
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png"> |
||||
<title>{{ title }}</title> |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png"> |
||||
<title>{{ title }}</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<h2>{{ title_str }}</h2> |
||||
<p>Info: {{ message_str }}</p> |
||||
<p><a href="/">home</a></p> |
||||
<h2>{{ title_str }}</h2> |
||||
<p>Info: {{ message_str }}</p> |
||||
<p><a href="/">home</a></p> |
||||
</body> |
||||
</html> |
||||
|
||||
</html> |
@ -1,40 +1,35 @@ |
||||
{% include 'header.html' %} |
||||
<div class="container mx-auto"> |
||||
<section class="py-24 bg-white"> |
||||
<div class="container px-4 mx-auto"> |
||||
<div class="text-center"> |
||||
<div class="inline-block mb-6 px-3 py-1 font-semibold bg-blue-100 rounded-full"> |
||||
<div class="flex flex-wrap items-center-m-1"> |
||||
<div class="w-auto p-1"><a class="text-sm" href="">BasicSwap version: {{ version }}</a></div> |
||||
</div> |
||||
</div> |
||||
<h3 class="mb-10 mx-auto text-3xl md:text-4xl leading-tight text-coolGray-900 font-bold tracking-tighter max-w-5xl">Welcome to BasicSwap DEX</h3> |
||||
<div class="relative mb-10 mx-auto max-w-max"> |
||||
<img class="absolute top-1/2 transform -translate-y-1/2 w-1/2 md:w-auto text-yellow-400" src="/static/images/elements/circle-violet.svg" alt=""> |
||||
<img class="absolute top-1/2 right-0 transform -translate-y-1/2 w-1/4 md:w-auto text-blue-500" src="/static/images/elements/dots-blue.svg" alt=""> |
||||
<img class="absolute p-7 -mt-1 left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 w-10/12 z-20" src="/static/images/gfx/dashboard.png" alt=""> |
||||
<img class="relative z-10" src="/static/images/gfx/macbook.png" alt=""> |
||||
</div> |
||||
<p class="mb-6 mx-auto text-lg md:text-xl text-coolGray-500 font-medium max-w-4xl">Swap cryptocurrencies in a distributed trading environment with <b>no restrictions</b> and <b>no fees.</b></p> |
||||
<div class="p-6 pt-10 bg-white bg-opacity-60 rounded-b-md"> |
||||
<div class="w-full md:w-0/12"> |
||||
<div class="flex flex-wrap justify-center -m-1.5"> |
||||
<div class="w-full md:w-auto py-1 md:py-0 md:mr-6"> |
||||
<button name="" value="Apply" type="submit" class="text-center justify-center md:text-lg w-full md:text-lg flex flex-wrap py-3 px-4 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"> <span><a href="/wallets">Your Wallets</a></span> </button> |
||||
</div> |
||||
<div class="w-full md:w-auto py-1 md:py-0 md:mr-6"> |
||||
<button name="" value="Apply" type="submit" class="text-center justify-center md:text-lg w-full md:text-lg flex flex-wrap py-3 px-4 text-coolGray-800 font-medium text-sm bg-white hover:bg-coolGray-100 border border-coolGray-200 rounded-md shadow-button focus:ring-0 focus:outline-none"> <span><a href="/offers">Start Trading</a></span> </button> |
||||
</div> |
||||
<div class="w-full md:w-auto py-1 md:py-0 md:mr-6"> |
||||
<button name="" value="Apply" type="submit" class="text-center justify-center md:text-lg w-full md:text-lg flex flex-wrap py-3 px-4 text-coolGray-800 font-medium text-sm bg-white hover:bg-coolGray-100 border border-coolGray-200 rounded-md shadow-button focus:ring-0 focus:outline-none"> <span><a href="https://academy.particl.io/en/latest/faq/get_support.html" target="_blank">Help (Academy)</a></span> </button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<section class="py-24 bg-white"> |
||||
<div class="container px-4 mx-auto"> |
||||
<div class="text-center"> |
||||
<div class="inline-block mb-6 px-3 py-1 font-semibold bg-blue-100 rounded-full"> |
||||
<div class="flex flex-wrap items-center-m-1"> |
||||
<div class="w-auto p-1"><a class="text-sm" href="">BasicSwap version: {{ version }}</a></div> |
||||
</div> |
||||
</div> |
||||
<h3 class="mb-10 mx-auto text-3xl md:text-4xl leading-tight text-coolGray-900 font-bold tracking-tighter max-w-5xl">Welcome to BasicSwap DEX</h3> |
||||
<div class="relative mb-10 mx-auto max-w-max"> <img class="absolute top-1/2 transform -translate-y-1/2 w-1/2 md:w-auto text-yellow-400" src="/static/images/elements/circle-violet.svg" alt=""> <img class="absolute top-1/2 right-0 transform -translate-y-1/2 w-1/4 md:w-auto text-blue-500" src="/static/images/elements/dots-blue.svg" alt=""> <img class="absolute p-7 -mt-1 left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 w-10/12 z-20" src="/static/images/gfx/dashboard.png" alt=""> <img class="relative z-10" src="/static/images/gfx/macbook.png" alt=""> </div> |
||||
<p class="mb-6 mx-auto text-lg md:text-xl text-coolGray-500 font-medium max-w-4xl">Swap cryptocurrencies in a distributed trading environment with <b>no restrictions</b> and <b>no fees.</b></p> |
||||
<div class="p-6 pt-10 bg-white bg-opacity-60 rounded-b-md"> |
||||
<div class="w-full md:w-0/12"> |
||||
<div class="flex flex-wrap justify-center -m-1.5"> |
||||
<div class="w-full md:w-auto py-1 md:py-0 md:mr-6"> |
||||
<button name="" value="Apply" type="submit" class="text-center justify-center md:text-lg w-full md:text-lg flex flex-wrap py-3 px-4 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"> <span><a href="/wallets">Your Wallets</a></span> </button> |
||||
</div> |
||||
<div class="w-full md:w-auto py-1 md:py-0 md:mr-6"> |
||||
<button name="" value="Apply" type="submit" class="text-center justify-center md:text-lg w-full md:text-lg flex flex-wrap py-3 px-4 text-coolGray-800 font-medium text-sm bg-white hover:bg-coolGray-100 border border-coolGray-200 rounded-md shadow-button focus:ring-0 focus:outline-none"> <span><a href="/offers">Start Trading</a></span> </button> |
||||
</div> |
||||
<div class="w-full md:w-auto py-1 md:py-0 md:mr-6"> |
||||
<button name="" value="Apply" type="submit" class="text-center justify-center md:text-lg w-full md:text-lg flex flex-wrap py-3 px-4 text-coolGray-800 font-medium text-sm bg-white hover:bg-coolGray-100 border border-coolGray-200 rounded-md shadow-button focus:ring-0 focus:outline-none"> <span><a href="https://academy.particl.io/en/latest/faq/get_support.html" target="_blank">Help (Academy)</a></span> </button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
{% include 'footer.html' %} |
||||
</body> |
||||
</html> |
||||
</html> |
@ -1,11 +1,16 @@ |
||||
<!DOCTYPE html><html lang="en"><head> |
||||
<meta charset="UTF-8"> |
||||
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png"> |
||||
<title>{{ title }}</title> |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png"> |
||||
<title>{{ title }}</title> |
||||
</head> |
||||
|
||||
<body> |
||||
<h2>{{ title_str }}</h2> |
||||
<p>Info: {{ message_str }}</p> |
||||
<p><a href="/">home</a></p> |
||||
<h2>{{ title_str }}</h2> |
||||
<p>Info: {{ message_str }}</p> |
||||
<p><a href="/">home</a></p> |
||||
</body> |
||||
</html> |
||||
|
||||
</html> |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue