From 83b48f3e8833c2f693df04ef58ca57afa76dc2fa Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 16 Oct 2022 16:46:48 -0600 Subject: new ui --- templates/search_results.html | 73 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 templates/search_results.html (limited to 'templates/search_results.html') diff --git a/templates/search_results.html b/templates/search_results.html new file mode 100644 index 0000000..d6b65e4 --- /dev/null +++ b/templates/search_results.html @@ -0,0 +1,73 @@ + + + + + + {{.OriginalQuery.Query}} - DogeKnows + + + + +
+
+

+ DogeKnows +

+

+ Full-text search FDA 510(k) database +

+
+
+
+
+
+
+
+
+ + + + +
+
+ +
+
+
+
+

Showing {{.NumResults}} of {{.TotalResults}} (Estimated)

+
+
+
+
+ + + + + + + + + + {{ range .SearchResults }} + + + + + + + + + {{ end }} +
510(k) NumberTitleApplicantHit DetailsSubmission DatePredicates
{{ .id }}{{ .title }}{{ .applicant }}{{unescapeHTML ._formatted.full_text}}{{ .submission_date }}{{ range .predicates}} + {{ . }}, + {{ end }} +
+
+
+ {{ if .MoreResults }} +

Previous Page

+

Next Page

+ {{ end }} + + \ No newline at end of file -- cgit v1.2.3