summaryrefslogtreecommitdiff
path: root/templates/document_details.html
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-10-17 14:31:24 -0600
committernavanchauhan <navanchauhan@gmail.com>2022-10-17 14:31:24 -0600
commit01a24fd6b1208626e70d2f79b3d81579b6eb1603 (patch)
treefe4948ac8bde2f78cded7782b869b3c61167af41 /templates/document_details.html
parent696c8204f33e724562c6e22350112d41424d0854 (diff)
update to new index
Diffstat (limited to 'templates/document_details.html')
-rw-r--r--templates/document_details.html38
1 files changed, 37 insertions, 1 deletions
diff --git a/templates/document_details.html b/templates/document_details.html
index 7726d13..ea83539 100644
--- a/templates/document_details.html
+++ b/templates/document_details.html
@@ -63,6 +63,15 @@
<td>{{.SearchResults.applicant}}</td>
</tr>
<tr>
+ <th>Contact</th>
+ <td>
+ {{.SearchResults.contact}}<br>
+ {{.SearchResults.STREET1}} {{.SearchResults.STREET2}}<br>
+ {{.SearchResults.CITY}}, {{.SearchResults.STATE}} {{.SearchResults.ZIP}}<br>
+ {{.SearchResults.COUNTRY_CODE}}
+ </td>
+ </tr>
+ <tr>
<th>Decision</th>
<td>{{.SearchResults.decision}}</td>
</tr>
@@ -77,13 +86,40 @@
<tr>
<th>Predicates</th>
<td>{{ range .SearchResults.predicates}}
- <a href="https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfPMN/pmn.cfm?ID={{.}}">{{ . }}</a>&#32;
+ <a href="/dbentry?id={{.}}">{{ . }}</a>&#32;
{{ end }}</td>
</tr>
+ <tr>
+ <th>Decision</th>
+ <td>{{.SearchResults.decision}}</td>
+ </tr>
+ <tr>
+ <th>Product Code</th>
+ <td>{{.SearchResults.PRODUCTCODE}}</td>
+ </tr>
+ <tr>
+ <th>SSP Indicator</th>
+ <td>{{.SearchResults.SSPINDICATOR}}</td>
+ </tr>
+ <tr>
+ <th>Type</th>
+ <td>{{.SearchResults.TYPE}}</td>
+ </tr>
+ <tr>
+ <th>Reviewed by Third Party</th>
+ <td>{{.SearchResults.THIRDPARTY}}</td>
+ </tr>
+ <tr>
+ <th>Full Text (OCR)</th>
+ <td>
+ {{.SearchResults.full_text}}
+ </td>
+ </tr>
</tbody>
</table>
</div>
</div>
</section>
+
</body>
</html> \ No newline at end of file