| Line 27... |
Line 27... |
| 27 |
</div>
|
27 |
</div>
|
| 28 |
|
28 |
|
| 29 |
<div class="shadow p-4 mb-4 bg-light">
|
29 |
<div class="shadow p-4 mb-4 bg-light">
|
| 30 |
<h2 id="homescreen" class="bg-primary px-2 py-2">Main / Home Screen</h2>
|
30 |
<h2 id="homescreen" class="bg-primary px-2 py-2">Main / Home Screen</h2>
|
| 31 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/search_bar.png"); ?>" alt="Search Bar">
|
31 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/search_bar.png"); ?>" alt="Search Bar">
|
| 32 |
<p class="mt-3">The search bar consists of a popup button with search tips and the search term input box.</p>
|
32 |
<p class="mt-3">The search bar consists of a popup button with search tips, a link to the barcoder checker and the search term input box.</p>
|
| 33 |
|
33 |
|
| 34 |
<div class="modal-body bg-light text-dark">
|
34 |
<div class="modal-body bg-light text-dark">
|
| 35 |
<div class="shadow p-4 mb-4 bg-light">
|
35 |
<div class="shadow p-4 mb-4 bg-light">
|
| 36 |
<h3><i class="fas fa-search"></i> Search Terms</h3>
|
36 |
<h3><i class="fas fa-search"></i> Search Terms</h3>
|
| 37 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/search_term.png"); ?>" alt="Search Term">
|
37 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/search_term.png"); ?>" alt="Search Term">
|
| Line 48... |
Line 48... |
| 48 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/progress_bar.png"); ?>" alt="Progress Bar">
|
48 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/progress_bar.png"); ?>" alt="Progress Bar">
|
| 49 |
</div>
|
49 |
</div>
|
| 50 |
<div class="shadow p-4 mb-4 bg-light">
|
50 |
<div class="shadow p-4 mb-4 bg-light">
|
| 51 |
<p>The last 30 search terms are saved for convenience. The list is filtered as soon as you start typing; to see the full list, empty the search field by hitting the <i class="fas fa-window-close"></i> at the end. The search results are cached for about 1 hour to accelerate switching back and forth between your searches.</p>
|
51 |
<p>The last 30 search terms are saved for convenience. The list is filtered as soon as you start typing; to see the full list, empty the search field by hitting the <i class="fas fa-window-close"></i> at the end. The search results are cached for about 1 hour to accelerate switching back and forth between your searches.</p>
|
| 52 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/search_history.png"); ?>" alt="Search History List">
|
52 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/search_history.png"); ?>" alt="Search History List">
|
| - |
|
53 |
</div>
|
| - |
|
54 |
<div class="shadow p-4 mb-4 bg-light">
|
| - |
|
55 |
<p>Music CD barcodes can be verified with the barcode checker before being used for searches. Online stores will not be able to find any results for wrong barcodes. Often the check digit (the last digit in the number) is missing. The tool can calculate this important number as well. See our <a href="https://blog.findcheapmusic.com/2020/03/music-cd-barcodes-and-identifiers.html" target="_blank" rel="noopener noreferrer">blog post</a> for more information about music barcodes.</p>
|
| - |
|
56 |
<p>Verifying a barcode:</p>
|
| - |
|
57 |
<img class="img-fluid mb-3 lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/barcode_verify.png"); ?>" alt="Search History List">
|
| - |
|
58 |
<p class="mt-3">Calculating the check digit for a barcode:</p>
|
| - |
|
59 |
<img class="img-fluid lazyload" src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="<?php echo timeStampUrl("images/help/barcode_calc.png"); ?>" alt="Search History List">
|
| 53 |
</div>
|
60 |
</div>
|
| 54 |
</div>
|
61 |
</div>
|
| 55 |
<div class="pt-3"><a href="#contents" class="btn bg-white border" title="Back to Table of Contents" data-toggle2="tooltip" aria-label="Go to table of contents"><i class="fas fa-arrow-up"></i></a></div>
|
62 |
<div class="pt-3"><a href="#contents" class="btn bg-white border" title="Back to Table of Contents" data-toggle2="tooltip" aria-label="Go to table of contents"><i class="fas fa-arrow-up"></i></a></div>
|
| 56 |
</div>
|
63 |
</div>
|
| 57 |
|
64 |
|