Различные способы отображения обложки для случаев с включенными и выключенными fancyapps
authorRoman Bazalevsky <rvb@rvb.name>
Fri, 20 May 2016 11:32:41 +0000 (14:32 +0300)
committerRoman Bazalevsky <rvb@rvb.name>
Fri, 20 May 2016 11:32:41 +0000 (14:32 +0300)
www/lang/Localization_ru.json
www/styles/style-default.css
www/styles/style-eink.css
www/templates/default/bookdetail.html

index d7cdb38b33a040792a4f8134fa4140a869cf6ea8..0b82275f4a84ecf4b388e1c18670dc23be0f41c7 100644 (file)
 "languages.tg":"Таджикский",\r
 "languages.tr":"Турецкий",\r
 "languages.ga":"Гэльский",\r
+"languages.ka":"Грузинский",\r
 "tags.sf_history":"Альтернативная история",\r
 "tags.sf_action":"Боевая Фантастика",\r
 "tags.sf_epic":"Эпическая Фантастика",\r
index b8166b8b1dd342186a01e00fd659b31bcd5ac3ed..7529081bedf82e518e37b104e9c1d823a82c8bbe 100644 (file)
@@ -394,8 +394,6 @@ body {  margin: 5px;
     }
 }
 
-
-
 .modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
@@ -451,4 +449,3 @@ body {  margin: 5px;
 }
 
 .close:hover { background: #00d9ff; }
-
index d35b344e26b1fb2a6a64ed7769a68746918717b0..13327fe204d2ab8f5df34fd67c00b1f0bd6386a3 100644 (file)
@@ -401,36 +401,36 @@ body {  margin: 5px;
 }
 
 .modalDialog {
-        position: fixed;
-        font-family: Arial, Helvetica, sans-serif;
-        top: 0;
-        right: 0;
-        bottom: 0;
-        left: 0;
-        background: rgba(0,0,0,0.8);
-        z-index: 99999;
-        opacity:0;
-        -webkit-transition: opacity 400ms ease-in;
-        -moz-transition: opacity 400ms ease-in;
-        transition: opacity 400ms ease-in;
-        pointer-events: none;
+       position: fixed;
+       font-family: Arial, Helvetica, sans-serif;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       left: 0;
+       background: rgba(0,0,0,0.8);
+       z-index: 99999;
+       opacity:0;
+       -webkit-transition: opacity 400ms ease-in;
+       -moz-transition: opacity 400ms ease-in;
+       transition: opacity 400ms ease-in;
+       pointer-events: none;
 }
 
 .modalDialog:target {
-        opacity:1;
-        pointer-events: auto;
+       opacity:1;
+       pointer-events: auto;
 }
 
 .modalDialog > div {
-        width: 400px;
-        position: relative;
-        margin: 10% auto;
-        padding: 5px 20px 13px 20px;
-        border-radius: 10px;
-        background: #fff;
-        background: -moz-linear-gradient(#fff, #999);
-        background: -webkit-linear-gradient(#fff, #999);
-        background: -o-linear-gradient(#fff, #999);
+       width: 400px;
+       position: relative;
+       margin: 10% auto;
+       padding: 5px 20px 13px 20px;
+       border-radius: 10px;
+       background: #fff;
+       background: -moz-linear-gradient(#fff, #999);
+       background: -webkit-linear-gradient(#fff, #999);
+       background: -o-linear-gradient(#fff, #999);
 }
 
 
index be7e54ab7983466e8c869de558fe14eacc7fcb2b..e30f03ce7182e1c9b6ee21b61c99491b5b0864ea 100644 (file)
@@ -1,20 +1,27 @@
 <article class="bookpopup">\r
-    {{? it.book.hasCover == 1}}\r
+    {{? $.cookie("use_fancyapps") == 1}}\r
     <div id="openModal" class="modalDialog">\r
-        <div>\r
-            <a href="#close" title="Close" class="close">X</a>\r
-            {{~it.book.authors:author:j}}\r
+      <div>\r
+        <a href="#close" title="Close" class="close">X</a>\r
+          {{~it.book.authors:author:j}}\r
             {{? j > 0}}, {{?}}<h3>{{=htmlEscape (author.name)}}</h3>\r
-            {{~}}\r
-            <h2>{{=htmlEscape (it.title)}}</h2>\r
-            <img src="{{=it.book.coverurl}}" alt="{{=it.const.i18n.coverAlt}}" />\r
-       </div>\r
+          {{~}}\r
+        <h2>{{=htmlEscape (it.title)}}</h2>\r
+        <img src="{{=it.book.coverurl}}" alt="{{=it.const.i18n.coverAlt}}" />\r
+      </div>\r
     </div>\r
     {{?}}\r
     <span class="cover">\r
         {{? it.book.hasCover == 1}}\r
+        {{? $.cookie("use_fancyapps") == 1}}\r
         <a href="#openModal">\r
-          <img src="{{=it.book.thumbnailurl}}" alt="{{=it.const.i18n.coverAlt}}" />\r
+        {{?}}\r
+        {{? $.cookie("use_fancyapps") == 0}}\r
+        <a href="{{=it.book.coverurl}}">\r
+        {{?}}\r
+          <div class="fullclickpopup">\r
+          <img src="{{=it.book.thumbnailurl}}" alt="{{=it.const.i18n.coverAlt}}">\r
+          </div>\r
         </a>\r
         {{?}}\r
     </span>\r