This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathabout.php
40 lines (40 loc) · 1.91 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<div style="text-align:center">
<div class="item-sticker ui-widget-content ui-corner-all" style="margin:auto;margin-top:100px;width:340px">
<div class="ui-dialog-titlebar ui-state-default ui-corner-top" style="border:0;font-size:1.25em">
I, Librarian
<?php
include_once 'data.php';
print $version;
?>
</div>
<div class="separator" style="margin:0"></div>
<div class="alternating_row ui-corner-bottom" style="padding:4px 12px;overflow:auto;">
<p>
Copyright · 2000 - <?php echo date('Y') ?> · Scilico, LLC
</p>
<p style="text-align:justify">
I, Librarian is licensed under GPLv3. The program is provided "as is"
without warranty of any kind. In no event can the author be liable to
you for damages arising out of the use or inability to use this software.
<a href="https://www.gnu.org/licenses/gpl.html" target="_blank">ENTIRE LICENSE</a>
</p>
</div>
<div class="separator" style="margin:0"></div>
<div class="alternating_row ui-corner-bottom" style="padding:4px 7px;overflow:auto;">
<h2>
<a href="https://i-librarian.net/compare.php" target="_blank">
<i class="fa fa-question-circle" style="font-size:1em"></i>
Buy Support
</a>
</h2>
</div>
<div class="separator" style="margin:0"></div>
<div class="alternating_row ui-corner-bottom" style="padding:4px 7px;overflow:auto;">
<p>
<b><a href="https://i-librarian.net" target="_blank">I, Librarian web site</a></b>
<br>
<a href="https://github.com/mkucej/i-librarian/issues" target="_blank">(issues and sugestions)</a>
</p>
</div>
</div>
</div>