diff --git a/about.xml b/about.xml new file mode 100644 index 0000000..0fbf205 --- /dev/null +++ b/about.xml @@ -0,0 +1,20 @@ +
Authors
+
+

COPS is developped and maintained by Sébastien Lucas.

+ +

See full history on Github to check all authors.

+ +

COPS use some external librairies, check README for the details.

+
+
Copyright
+
+

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

+ +

The complete content of license is provided in file COPYING within distribution and also available online.

+
+
Contact
+
+

For more info please visit COPS Home Page

+ +

You can also check COPS's topic on MobileRead forum.

+
\ No newline at end of file diff --git a/images/info.png b/images/info.png new file mode 100644 index 0000000..38d9e76 Binary files /dev/null and b/images/info.png differ diff --git a/index.php b/index.php index 0e396bb..7176a70 100644 --- a/index.php +++ b/index.php @@ -83,6 +83,14 @@ }); + $(".fancyabout").fancybox({ + 'type' : 'ajax', + title : 'COPS ', + prevEffect : 'none', + nextEffect : 'none' + + }); + $("#searchImage").click(function(){ if ($("#search").is(":hidden")) { $("#search").slideDown("slow"); @@ -238,10 +246,14 @@ } ?> +
+
+ " alt="Home" /> +
isPaginated ()) { ?> -
+
-
+
diff --git a/style.css b/style.css index 7198773..3e70581 100644 --- a/style.css +++ b/style.css @@ -50,6 +50,13 @@ float:right; height:64px; } +.footright +{ +float:right; +height:32px; +} + + .headcenter { margin:auto;