diff --git a/templates/bootstrap/file.html b/templates/bootstrap/file.html index bceed0e..b749795 100644 --- a/templates/bootstrap/file.html +++ b/templates/bootstrap/file.html @@ -90,6 +90,40 @@ margin: 0; } + .filtered { display: none; } + + #filter ul { + margin: 0; + padding: 0; + list-style-type: none; + text-align: left; + text-transform:none; + } + + #filter ul li { + cursor: pointer; + } + + #filter li { + display: inline-block; + padding: .2em 1em; + border: 2px solid #DDDDDD; + margin: 2px; + color: black; + background-color: white; + opacity: 0.5; + } + + .filter-include { + border-left:thick solid blue; + opacity: 1; + } + + .filter-exclude { + border-right:thick solid red; + opacity: 1; + } + {{? it.server_side_rendering == 0}} diff --git a/templates/bootstrap/main.html b/templates/bootstrap/main.html index d4e8f30..7023a18 100644 --- a/templates/bootstrap/main.html +++ b/templates/bootstrap/main.html @@ -6,6 +6,10 @@ {{= it.fullhtml}} {{?}} {{??}} +
+ +
{{~it.entries:entry:i}} {{? it.containsBook == 0}} @@ -22,7 +26,7 @@
{{??}} -
+