Compare commits
2 Commits
3cb97935eb
...
v0.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
| b19af6d421 | |||
| 5014c7ea0a |
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html data-theme="dark">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|||||||
@@ -54,7 +54,15 @@
|
|||||||
|
|
||||||
<div x-cloak x-transition:enter x-show="activeTab == 'pkg'" class="columns">
|
<div x-cloak x-transition:enter x-show="activeTab == 'pkg'" class="columns">
|
||||||
<form x-data="{'suggestions': []}" class="column is-half is-offset-one-quarter has-text-centered" action="/search/pkg">
|
<form x-data="{'suggestions': []}" class="column is-half is-offset-one-quarter has-text-centered" action="/search/pkg">
|
||||||
<label class="label" for="from">Search For:</label>
|
<label class="label mb-0" for="from">Search For:</label>
|
||||||
|
<div class="icon-text has-text-grey">
|
||||||
|
<span class="icon is-aligned">#icon("material-symbols/info-outline")</span>
|
||||||
|
<p class="is-size-7 has-text-grey">
|
||||||
|
Try searching for archlinux
|
||||||
|
<a href="/search/pkg?from=archlinux&pkg=firefox&in=debian-bookworm"><code>firefox</code></a>
|
||||||
|
in debian-bookworm.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div class="field has-addons is-align-self-stretch" id="from">
|
<div class="field has-addons is-align-self-stretch" id="from">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<span class="select">
|
<span class="select">
|
||||||
@@ -80,12 +88,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label class="label" for="in">In:</label>
|
|
||||||
<div class="field is-align-self-stretch" id="in">
|
<div class="field is-align-self-stretch" id="in">
|
||||||
<p class="control">
|
<p class="control">
|
||||||
<span class="select is-fullwidth">
|
<span class="select is-fullwidth">
|
||||||
<select name="in" autocomplete="off" required>
|
<select name="in" autocomplete="off" required>
|
||||||
<option selected disabled value="">Select Repo...</option>
|
<option selected disabled value="">Search In...</option>
|
||||||
#for(repo in cfg.Repos):
|
#for(repo in cfg.Repos):
|
||||||
<option>#(repo.Name)</option>
|
<option>#(repo.Name)</option>
|
||||||
#!for
|
#!for
|
||||||
|
|||||||
Reference in New Issue
Block a user