Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display book comments at xhtml #491

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4acfa80
Sort by books_authors_link.id
SenorSmartyPants Nov 23, 2020
ad64750
Just convert book comment to xhtml
SenorSmartyPants Nov 24, 2020
2b015cd
Copy bootstrap dir to bootstrap2
SenorSmartyPants Nov 30, 2020
0e2436e
Add missing typeahead style
SenorSmartyPants Nov 30, 2020
52a47fa
Change search text and button to input-group
SenorSmartyPants Nov 18, 2020
97fb245
Move search bar outside of the collapsible section
SenorSmartyPants Nov 18, 2020
af2664c
Navbar style updates
SenorSmartyPants Nov 20, 2020
aeac550
Don't set focus to query input
SenorSmartyPants Nov 21, 2020
ce3987a
Change non-book (author,series,etc) layout
SenorSmartyPants Nov 21, 2020
65b974a
Make whole panel clickable
SenorSmartyPants Nov 21, 2020
036467a
Clearfix to align grid with different height books
SenorSmartyPants Nov 22, 2020
61b09f9
Books list:Remove view button, convert download links to dropdown button
SenorSmartyPants Nov 23, 2020
ef35dc8
Remove tag display from book list
SenorSmartyPants Nov 23, 2020
b713742
Change to flexbox style alignment of grid
SenorSmartyPants Nov 23, 2020
2f9c595
4 columns at tablet size instead of 3
SenorSmartyPants Nov 23, 2020
60f1bba
Major change to book list layout
SenorSmartyPants Nov 23, 2020
4364a01
Book detail block layout changes
SenorSmartyPants Nov 24, 2020
0ac6aa1
Book Detail: remove line breaks publisher, lang, cust cols
SenorSmartyPants Nov 24, 2020
f62a2c5
Book Detail: remove space before commas - Authors, Tags
SenorSmartyPants Nov 24, 2020
ea93a65
Book Detail: remove permalink in front of title
SenorSmartyPants Nov 24, 2020
55dfbc1
Book Detail: reformat series info
SenorSmartyPants Nov 24, 2020
421ae4e
Book Detail: Remove 'Authors' heading
SenorSmartyPants Nov 24, 2020
4a5b62b
Book Detail: Remove open link
SenorSmartyPants Nov 24, 2020
182758e
Book Detail: Button group for each format
SenorSmartyPants Nov 24, 2020
025601f
Book Detail: cover frame and shadow
SenorSmartyPants Nov 24, 2020
6e539f6
Book Detail: Language and tag styling. Reorder some elements
SenorSmartyPants Nov 24, 2020
a47fe58
Explicitly set template to default instead of removing template cookie
SenorSmartyPants Nov 30, 2020
ed549d2
Scroll by location hash
SenorSmartyPants Nov 30, 2020
5713ed1
Scroll directly to cover in bookdetail
SenorSmartyPants Nov 30, 2020
0477ad5
Support multiple themes by reading theme directory
SenorSmartyPants Nov 30, 2020
e63fd65
Fix bootstrap2 links
SenorSmartyPants Nov 30, 2020
a16c956
cops_ignored_formats list
SenorSmartyPants Dec 9, 2020
6ddc6a8
Book Detail: add margin to tag buttons
SenorSmartyPants Dec 10, 2020
4d0e52f
Get book Identifiers from the database
SenorSmartyPants Dec 10, 2020
5ca48c3
Add Links Title for localization
SenorSmartyPants Dec 10, 2020
042db69
Merge branch 'book_authors_link'
SenorSmartyPants Feb 17, 2021
29b77c0
Merge branch 'FixThemeSwitch'
SenorSmartyPants Feb 17, 2021
d18d605
Merge branch 'MultipleThemes'
SenorSmartyPants Feb 17, 2021
5663682
Merge branch 'IgnoreFormats'
SenorSmartyPants Feb 17, 2021
48cc772
Merge branch 'Identifiers'
SenorSmartyPants Feb 17, 2021
e1722a3
Merge branch 'bootstrap'
SenorSmartyPants Feb 17, 2021
fdfa8ed
Book Detail: Display identifiers
SenorSmartyPants Feb 17, 2021
193e5d6
Merge branch 'bootstrap'
SenorSmartyPants Feb 17, 2021
bef8845
config_local examples for ignored formats
SenorSmartyPants Feb 17, 2021
1e57088
Updated config_default to bootstrap2 values
SenorSmartyPants Feb 17, 2021
a2ce7f4
Explicitly set template to default instead of removing template cookie
SenorSmartyPants Feb 19, 2021
5b5cac8
Update README.md
SenorSmartyPants Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Book Detail: Remove open link
  • Loading branch information
SenorSmartyPants committed Nov 30, 2020
commit 4a5b62b3bd3425bbc848ebe8d1e4be4f347bc320
1 change: 0 additions & 1 deletion templates/bootstrap2/bookdetail.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ <h4><a href="{{=it.book.seriesurl}}">{{=htmlspecialchars (it.book.seriesName)}}<
<div class="btn-group">
{{~it.book.datas:data:i}}
<a title="Download // {{=data.format}}" href="{{=data.url}}" class="btn btn-primary" role="button"><span class="glyphicon glyphicon-download"></span> {{=data.format}}</a>
<a title="Open // {{=data.format}}" href="{{=data.viewUrl}}" class="btn btn-primary" role="button"><span class="glyphicon glyphicon-folder-open"></span></a>
{{? data.mail == 1}}
<a id="mailButton" class="btn btn-primary" role="button" title="Mail // {{=data.format}}" href="empty.php" onclick="sendToMailAddress (this, {{=data.id}}); return false;">
<span class="glyphicon glyphicon-envelope"></span></a>
Expand Down