2014-02-09 16:24:54 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2014-03-01 14:09:51 +02:00
|
|
|
<meta charset="utf-8">
|
2014-02-09 16:24:54 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
|
|
<link rel="apple-touch-icon" href="./icons/icon57.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="./icons/icon72.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="./icons/icon114.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="./icons/icon144.png" />
|
|
|
|
<meta name="msapplication-TileColor" content="#123456"/>
|
|
|
|
<meta name="msapplication-TileImage" content="./icons/icon144.png"/>
|
|
|
|
|
|
|
|
<title>{{=it.title}}</title>
|
|
|
|
|
2014-04-04 23:07:44 +03:00
|
|
|
<script type="text/javascript" src="resources/jQuery/jquery-1.11.0.min.js?v={{=it.version}}"></script>
|
2014-02-09 16:24:54 +02:00
|
|
|
<script type="text/javascript" src="resources/jquery-cookie/jquery.cookies.js?v={{=it.version}}"></script>
|
|
|
|
<script type="text/javascript" src="resources/jquery-sortelements/jquery.sortElements.js?v={{=it.version}}"></script>
|
|
|
|
{{? it.server_side_rendering == 0}}
|
|
|
|
<script type="text/javascript" src="resources/Magnific-Popup/jquery.magnific-popup.min.js?v={{=it.version}}"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="resources/Magnific-Popup/magnific-popup.css?v={{=it.version}}" media="screen" />
|
|
|
|
<script type="text/javascript" src="resources/doT/doT.min.js?v={{=it.version}}"></script>
|
|
|
|
<script type="text/javascript" src="resources/lru/lru.js?v={{=it.version}}"></script>
|
2014-05-30 15:28:32 +03:00
|
|
|
<script type="text/javascript" src="resources/typeahead/typeahead.bundle.min.js?v={{=it.version}}"></script>
|
2014-02-09 16:24:54 +02:00
|
|
|
{{?}}
|
2014-07-24 19:47:21 +03:00
|
|
|
<script type="text/javascript" src="templates/bootstrap/scripts/cops.js"></script>
|
2014-02-09 16:24:54 +02:00
|
|
|
<script type="text/javascript" src="util.js"></script>
|
|
|
|
<link rel="related" href="{{=it.opds_url}}" type="application/atom+xml;profile=opds-catalog" title="{{=it.title}}" />
|
|
|
|
<link rel="icon" type="image/vnd.microsoft.icon" href="{{=it.favico}}" />
|
|
|
|
|
|
|
|
<!-- Latest compiled and minified CSS -->
|
2014-07-24 17:15:32 +03:00
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
2014-02-09 16:24:54 +02:00
|
|
|
|
|
|
|
<!-- Optional theme -->
|
2014-07-24 17:15:32 +03:00
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
|
2014-02-09 16:24:54 +02:00
|
|
|
|
|
|
|
<!-- Latest compiled and minified JavaScript -->
|
2014-07-24 17:15:32 +03:00
|
|
|
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
2014-02-09 16:24:54 +02:00
|
|
|
|
|
|
|
<style media="screen" type="text/css">
|
|
|
|
.demo{
|
|
|
|
margin-bottom: -99999px;
|
|
|
|
padding-bottom: 99999px;
|
|
|
|
border:1px solid #efefef;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body { padding: 5px; }
|
|
|
|
|
2014-05-31 16:40:42 +03:00
|
|
|
.bottomright {position:absolute; bottom:15px; right: 10px; }
|
2014-02-09 16:24:54 +02:00
|
|
|
|
2014-05-31 14:59:41 +03:00
|
|
|
.panel-title a {
|
|
|
|
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
2014-07-25 15:02:31 +03:00
|
|
|
.ellipsis {
|
|
|
|
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
2014-07-27 15:54:07 +03:00
|
|
|
.cover-image { min-height:164px;}
|
|
|
|
|
2014-05-31 14:59:41 +03:00
|
|
|
.panel-heading { padding: 10px 7px; }
|
|
|
|
|
2014-05-31 16:40:42 +03:00
|
|
|
.panel { margin-bottom: 5px; }
|
|
|
|
|
2014-05-31 16:24:56 +03:00
|
|
|
div[class^="col-"] {
|
|
|
|
padding: 7px 7px;
|
|
|
|
}
|
|
|
|
|
2014-05-31 15:35:31 +03:00
|
|
|
.tt-dropdown-menu {
|
|
|
|
width: 322px;
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 6px;
|
|
|
|
/*color: #000066;*/
|
|
|
|
padding: 4px 0;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-header {
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion {
|
|
|
|
padding: 3px 20px;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion.tt-cursor {
|
|
|
|
/*color: #1c1c1c;*/
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-05-31 22:47:50 +03:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2014-02-09 16:24:54 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
{{? it.server_side_rendering == 0}}
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function() {
|
|
|
|
initiateAjax ("{{=it.getjson_url}}", "{{=it.template}}");
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
{{?}}
|
2014-03-01 14:09:51 +02:00
|
|
|
</head>
|