-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
29 lines (27 loc) · 1.21 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
<div style="text-align:center">
<div class="item-sticker ui-widget-content ui-corner-all" style="margin:auto;margin-top:100px;width:300px">
<div class="ui-widget-header ui-dialog-titlebar ui-corner-top titles file-title" style="border:0">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 7px;overflow:auto;">
<p>
Copyright 2012 Martin Kucej
</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.
</p>
<p>
<a href="http://www.gnu.org/licenses/gpl.html" target="_blank">Read the full license.</a>
</p>
</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="http://www.bioinformatics.org/librarian/" target="_blank">I, Librarian home page</a></b>
<br>
<a href="http://code.google.com/p/i-librarian/issues/list" target="_blank">(issues and sugestions)</a>
</p>
</div>
</div>
</div>