Fixing Typo

This commit is contained in:
Izaac Mammadov 2024-05-27 14:28:34 +02:00
parent bd54d57506
commit 6ee44ccaf0
No known key found for this signature in database
GPG Key ID: E9BAF60F79CCE346

View File

@ -28,7 +28,7 @@
<option value="vps">server hosting (vps)</option>
</select>
</div>
<div class="flex flex-col">
<label class="font-bold" for="name">Service Name</label>
<input class="p-2 text-white border rounded-lg placeholder-white/30 bg-opacity-30 bg-zinc-900 border-white/30" placeholder="Awesome exchange" type="text" name="name" id="name" required>
@ -38,31 +38,31 @@
<label class="font-bold" for="description">Description</label>
<textarea class="p-2 font-mono text-white border rounded-lg placeholder-white/30 bg-opacity-30 bg-zinc-900 border-white/30" name="description" id="description" placeholder="concise description about what the service is. max 500 characters." cols="30" rows="5" required minlength="60" maxlength="500"></textarea>
</div>
<div class="flex flex-col">
<label class="font-bold" for="urls">Service URL(s)</label>
<small class="text-white/30">*If more than one, separate with commas.</small>
<input class="p-2 text-white border rounded-lg placeholder-white/30 bg-opacity-30 bg-zinc-900 border-white/30" type="text" name="urls" id="urls" required placeholder="https://example.com">
</div>
<div class="flex flex-col">
<label class="font-bold" for="logo_url">Logo URL</label>
<input class="p-2 text-white border rounded-lg placeholder-white/30 bg-opacity-30 bg-zinc-900 border-white/30" type="text" name="logo_url" id="logo_url" placeholder="https://i.imgur.com/wwwHfCN.jpeg" required>
</div>
<div class="flex flex-col">
<label class="font-bold" for="tos_urls">ToS URL(s)</label>
<small class="text-white/30">*If more than one, separate with commas.</small>
<input class="p-2 text-white border rounded-lg placeholder-white/30 bg-opacity-30 bg-zinc-900 border-white/30" type="text" name="tos_urls" id="tos_urls" required placeholder="https://example.com/terms">
</div>
<div class="flex flex-col">
<label class="font-bold" for="onion_urls">Tor Onion URL(s)</label>
<small class="text-white/30">*If more than one, separate with commas.</small>
<input class="p-2 text-white border rounded-lg placeholder-white/30 bg-opacity-30 bg-zinc-900 border-white/30" type="text" name="onion_urls" id="onion_urls" placeholder="http://zbiowkw...onion">
</div>
<div class="flex flex-col">
<label class="font-bold" for="tags">Keywords</label>
<small class="text-white/30">*If more than one, separate with commas.</small>
@ -75,50 +75,50 @@
<span class="flex flex-col items-center justify-center">
<label class="text-xs uppercase" for="btc">Bitcoin</label>
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
type="checkbox"
{{if eq "on" .Filters.Btc}}checked{{end}}
name="btc"
name="btc"
id="btc"
>
</span>
<span class="flex flex-col items-center justify-center">
<label class="text-xs uppercase" for="xmr">MONERO</label>
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
type="checkbox"
{{if eq "on" .Filters.Xmr}}checked{{end}}
name="xmr"
name="xmr"
id="xmr"
>
</span>
<span class="flex flex-col items-center justify-center">
<label class="text-xs uppercase" for="ln">LIGHTNING</label>
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
type="checkbox"
{{if eq "on" .Filters.Ln}}checked{{end}}
name="ln"
name="ln"
id="ln"
>
</span>
<span class="flex flex-col items-center justify-center">
<label class="text-xs uppercase" for="fiat">FIAT</label>
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
type="checkbox"
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
type="checkbox"
{{if eq "on" .Filters.Fiat}}checked{{end}}
name="fiat"
name="fiat"
id="fiat"
>
</span>
<span class="flex flex-col items-center justify-center">
<label class="text-xs uppercase" for="cash">CASH</label>
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
type="checkbox"
<input
class="rounded-full outline-none appearance-none bg-opacity-30 bg-zinc-900 focus:ring-0 border-lime-500 text-lime-500"
type="checkbox"
{{if eq "on" .Filters.Cash}}checked{{end}}
name="cash"
name="cash"
id="cash"
>
</span>
@ -138,21 +138,21 @@
</label>
<label class="flex flex-row items-center p-2 border rounded-lg border-white/10" for="kyclevel2">
<input type="radio" name="kyc_level" id="kyclevel2" value="2" checked>
<p class="ml-3"><b class="text-lime-400">Level 2</b>: KYC is not mandatory, but the service can require KYC from any user at any time, and it may block funds. This could occur, for example, if a transaccion is flagged suspicious.</p>
<p class="ml-3"><b class="text-lime-400">Level 2</b>: KYC is not mandatory, but the service can require KYC from any user at any time, and it may block funds. This could occur, for example, if a transaction is flagged suspicious.</p>
</label>
<label class="flex flex-row items-center p-2 border rounded-lg border-white/10" for="kyclevel3">
<input type="radio" name="kyc_level" id="kyclevel3" value="3">
<p class="ml-3"><b class="text-lime-400">Level 3</b>: KYC is mandatory to use certain features of the platform. Non-KYC users can be asked to verify their identity at any time, for any reason and may have their service restricted or revoked.</p>
</label>
</div>
<h3 class="font-bold">Attributes</h3>
<small class="text-white/50">* Scrollable. You must check at least 3</small>
<div class="max-w-lg p-4 mx-4 mb-4 space-y-2 overflow-scroll border rounded-lg h-52 border-white/10">
{{range .Attributes}}
<span class="block p-1 border-b border-white/10">
<input type="checkbox" id="{{.ID}}" name="attributes" value="{{.ID}}">
<label class="ml-1
<label class="ml-1
{{if eq .Rating "info"}}text-blue-400/80{{end}}
{{if eq .Rating "good"}}text-green-400/80{{end}}
{{if eq .Rating "warn"}}text-yellow-400/80{{end}}
@ -201,4 +201,4 @@
// Add change event listener to the type select element
typeSelect.addEventListener('change', toggleCategory);
});
</script>
</script>