Added a better results page.
This commit is contained in:
10
index.php
10
index.php
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<h1 class="mg-md text-lg-center text-md-center text-sm-center text-center tc-black">
|
||||
<strong>Fathom - Deep Links for PowerPAC</strong>
|
||||
<a href="index.php"><strong>Fathom - Deep Links for PowerPAC</strong></a>
|
||||
</h1>
|
||||
<p class="text-lg-center text-md-center text-sm-center text-center">
|
||||
Create a persistent link to materials and results list in your Polaris PowerPAC.
|
||||
@ -57,11 +57,11 @@
|
||||
<div class="container bloc-lg bloc-md-lg">
|
||||
<div class="row l-bloc">
|
||||
<div class="col">
|
||||
<form id="form_1" data-form-type="blocs-form" novalidate data-success-msg="Success" data-fail-msg="Fail." action="testsubmit.php" method="post">
|
||||
<form id="form_1" data-form-type="blocs-form" novalidate data-success-msg="Success" data-fail-msg="Fail." action="yourlink.php" method="post">
|
||||
<div class="form-group">
|
||||
<label>
|
||||
Base URL
|
||||
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="The base URL of your PowerPAC"></span>
|
||||
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="The base URL of your PowerPAC. Do not use a forward slash (/) at the end."></span>
|
||||
<input id="url" name="url" class="form-control" required placeholder="https://catalog.mylibrary.org" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@ -86,13 +86,13 @@
|
||||
<label>
|
||||
Author<br>
|
||||
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="Search by author"></span>
|
||||
<input id="author" class="form-control" placeholder="Gail Simone" />
|
||||
<input id="author" name="author" class="form-control" placeholder="Gail Simone" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
Subject Heading<br>
|
||||
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="Search by subject heading"></span>
|
||||
<input id="email" class="form-control" placeholder="Graphic Novels" />
|
||||
<input id="subject" name="subject" class="form-control" placeholder="Graphic Novels" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
|
Reference in New Issue
Block a user