Basic logic work.

This commit is contained in:
2022-04-28 12:43:33 -05:00
parent 4ace0b8324
commit 8db2ab19f2
3 changed files with 477 additions and 11 deletions

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="style.css?7286">
<link rel="stylesheet" type="text/css" href="./css/all.min.css">
<title>Home</title>
<title>Fathom - Deep Links for PowerPAC</title>
@ -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>Polaris Deep Linker</strong>
<strong>Fathom - Deep Links for PowerPAC</strong>
</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,30 +57,30 @@
<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="Your message has been sent." data-fail-msg="Sorry it seems that our mail server is not responding, Sorry for the inconvenience!">
<form id="form_1" data-form-type="blocs-form" novalidate data-success-msg="Success" data-fail-msg="Fail." action="testsubmit.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>
<input id="url" class="form-control" required placeholder="https://catalog.mylibrary.org" />
<input id="url" name="url" class="form-control" required placeholder="https://catalog.mylibrary.org" />
</div>
<div class="form-group">
<label>
CTX<br>
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="The CTX number designates a branch and display langauge for your PAC."></span>
<input id="ctx" class="form-control" required placeholder="3.1033.0.0.6" />
<input id="ctx" name="ctx" class="form-control" required placeholder="3.1033.0.0.6" />
</div>
<div class="form-group">
<label>
Keyword(s)<br>
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="Search by one or more keywords"></span>
<input id="keywords" class="form-control" placeholder="Batgirl comics" />
<input id="keywords" name="keywords" class="form-control" placeholder="Batgirl comics" />
</div>
<div class="form-group">
<label>
Title<br>
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="Search by title"></span>
<input id="title" class="form-control" placeholder="The Oracle Code" />
<input id="title" name="title" class="form-control" placeholder="The Oracle Code" />
</div>
<div class="form-group">
<label>
@ -98,11 +98,11 @@
<label>
Language<br>
</label><span class="far fa-question-circle icon-sm" data-placement="right" data-toggle="tooltip" title="Select the language for your materials"></span>
<select class="form-control" id="language">
<option value="0">
<select class="form-control" id="language" name="language">
<option value="ENG">
English
</option>
<option value="1">
<option value="SPA">
Spanish
</option>
</select>
@ -131,7 +131,9 @@
<div class="col-md-3 col-sm-6">
<h4 class="mg-md text-sm-left text-center tc-white">
About
</h4><a href="index.php" class="a-btn a-block footer-link">Created by Daniel Messer</a><a href="index.php" class="a-btn a-block">Changelog</a><a href="index.php" class="a-btn a-block footer-link">Email Dan</a>
</h4><a href="index.php" class="a-btn a-block footer-link">Created by Daniel Messer</a><br />
<a href="index.php" class="a-btn a-block">Changelog</a><br />
<a href="index.php" class="a-btn a-block footer-link">Email Dan</a>
</div>
<div class="col-md-3 col-sm-6">
<h4 class="mg-md text-sm-left text-center tc-white">