mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
updated web library with new style and features
added remote reading from iOS
This commit is contained in:
@ -3,20 +3,24 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/css/styles.css" type="text/css" />
|
||||
<title>Login</title>
|
||||
<title>Libraries</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="contentLibraries">
|
||||
<h1>LIBRARIES</h1>
|
||||
<h2>Select a comic library</h2>
|
||||
<h1>Libraries</h1>
|
||||
<p>
|
||||
<ul id="librariesList">
|
||||
{loop library}
|
||||
<li><a href="/library/{library.name}/folder/1">{library.label}</a></li>
|
||||
<li>
|
||||
<div class="library-icon"> <img width="14px" height="18px" src="../images/library.png" /> </div>
|
||||
<div class="library-link"> {library.label} </div>
|
||||
<div class="library-indicator"> <img width="5px" height="9px" src="../images/indicator.png" /> </div>
|
||||
<a href="/library/{library.name}/folder/1"> </a>
|
||||
<div class="clear"> </div>
|
||||
</li>
|
||||
{end library}
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div class="sombraLibraries"> </div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user