diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:21:00 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-12 07:21:00 +0100 |
commit | a0d1bd22835089d33f31f02ccd440baf733b500a (patch) | |
tree | ee6b5e5aae8ce952f8afff923965300d65bd01f9 /d1pkgweb-query.go | |
parent | b28dc76e1e1d4ae8db1d70eb75a76ca485455e2b (diff) |
amended header -- patch by golinux
Diffstat (limited to 'd1pkgweb-query.go')
-rw-r--r-- | d1pkgweb-query.go | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/d1pkgweb-query.go b/d1pkgweb-query.go index 307fe10..7be557c 100644 --- a/d1pkgweb-query.go +++ b/d1pkgweb-query.go @@ -27,21 +27,20 @@ type ResultPage struct { Results []Result } -var resTempl = ` -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +var resTempl = `<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> +<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> +<title>Devuan Package information</title> <link rel="stylesheet" type="text/css" href="/search.css" /> <style type="text/css"> code {font-weight: normal; - margin: 0 0px; - padding: 0px 0px; - border: 1px solid #ffffff; - font-size: 95%; } </style> + margin: 0 0px; + padding: 0px 0px; + border: 1px solid #ffffff; + font-size: 95%; } +</style> - -<title>Devuan Package Information</title> <body> <div class="nav"> @@ -78,6 +77,9 @@ code {font-weight: normal; <div class="wrap"> +<h1>Devuan Package information</h1> + + <form method="GET" action="/cgi-bin/d1pkgweb-query"> Search Devuan Packages for: <input type="text" name="search"/> in release <select name="release"> |