moebius
Version:
Command-Line tool to find and download comics (As well as NodeJS module)
54 lines (52 loc) • 2.35 kB
HTML
<html>
<head>
<meta charset="utf-8">
<title>Moebius</title>
<link type="text/css" rel="stylesheet" href="../../../../node_modules/materialize-css/dist/css/materialize.min.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="../../css/fonts/fonts.css" media="screen" charset="utf-8">
<link type="text/css" rel="stylesheet" href="./index.css" media="screen" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="row indigo z-depth-1"><!-- Indigo/Orange -->
<div class="container">
<div class="col s11">
<div class="row valign-wrapper">
<i class="small mdi-action-search white-text"></i>
<div class="input-field col s12 white-text">
<input type="text" placeholder="Search" id="search-manga"/>
</div>
</div>
</div>
</div>
</div>
<div class="row limit-height">
<div class="col s10 limit-height">
<div class="row">
<div class="right valign-wrapper">
<span id="message" class="red-text"></span>
<a id="delete-message" class="black-text custom-hide"><i class="mdi-action-delete"></i></a>
<a href="#" class="waves-effect waves-light btn-flat indigo-text refresh-manga-collection" title="Last Update: 2016-02-01 14:56"><i class="mdi-av-loop"></i> Refresh</a>
</div>
</div>
<div class="row limit-height">
<div id="manga-collection" class="collection limit-height overflowY">
</div>
</div>
</div>
<div class="col s2 limit-height">
<div class="row">
<a href="#" class="waves-effect waves-light btn orange show-download-resume"><i class="left mdi-file-file-download"></i>Download</a>
</div>
<div class="row limit-height">
<div id="manga-to-download" class="collection z-depth-1 limit-height overflowY">
</ul>
</div>
</div>
</div>
<script>window.$ = window.jQuery = require('../../../../node_modules/jquery/dist/jquery.js');</script>
<script type="text/javascript" src="../../../../node_modules/materialize-css/dist/js/materialize.min.js"></script>
<script type="text/javascript" src="./index.js"></script>
</body>
</html>