';
+ echo '
';
+ echo 'diff --git a/archive/index-old.php b/archive/index-old.php new file mode 100644 index 0000000..71d55bc --- /dev/null +++ b/archive/index-old.php @@ -0,0 +1,215 @@ +query("SELECT +books.id AS id, +books.title AS title, +authors.name AS author +FROM books +INNER JOIN books_authors_link ON books.id = books_authors_link.book +INNER JOIN authors on authors.id = books_authors_link.author +ORDER BY books.id DESC +LIMIT 4"); + +$types = $db->query("SELECT +value +FROM custom_column_1 +ORDER BY value ASC"); + +?> + + + + + + + +
+ + +
+ A bibliographic management and display system.
More info
A free, open source project from:
+ The L0WL1F3 Podcast
+ Neon Dystopia
+ Cyberpunk Librarian
+
+ GitLab +
+ +
';
+ echo '
Note: You may need to slightly edit citations for final use. Citations are based upon available data. Refer to your format guides for proper bibliographic citations.
+ + + + '.$row_author_sort.'. '.$row_title.'. '.$row_publocation.': '.$row_publisher.', '.$row_pubdate.'.A bibliographic management and display system.
More info
A bibliographic management and display system.
More info
A free, open source project from:
- The L0WL1F3 Podcast
- Neon Dystopia
+
A free, open source project from:
+ The L0WL1F3 Podcast
+ Neon Dystopia
Cyberpunk Librarian
';
- echo 'No items found.