From 1935e05c9ca9eb71ddc66d599859ca90dd189054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 20 Jun 2012 22:23:23 +0200 Subject: [PATCH] Add new sort option --- index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index ce1b5bf..f1f1194 100644 --- a/index.php +++ b/index.php @@ -47,6 +47,7 @@ $('.book').sortElements(function(a, b){ return $(a).find ("." + $("#sortchoice").val()).text() > $(b).find ("." + $("#sortchoice").val()).text() ? 1 : -1; }); + $("#search").slideUp(); }); $(".fancycover").fancybox({ @@ -107,6 +108,8 @@ Sort @@ -157,14 +160,14 @@
-
title) ?>
+
title) ?> (book->pubdate) ?>)
book->getAuthorsName ()) ?>
book->getTagsName ()) ?>
book->getSerie (); if (!is_null ($serie)) { ?> -
name) . " (" . $entry->book->seriesIndex . ")" ?>
+
name) . " (" . $entry->book->seriesIndex . ")" ?>