initial code comit
This commit is contained in:
29
system/apps/cai_downloader/index.html
Normal file
29
system/apps/cai_downloader/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Files downloader app for CAI CP</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/downloader.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="div_download" class="hidden">
|
||||
<form id="frm_submit" method="post" action="exec/">
|
||||
<table class="full_width">
|
||||
<tr><td class="td_label"><label id="lbl_uri" for="uri">[langURI]: </label></td><td><input class="full_width" name="uri" id="uri" type="url" placeholder="http://domain.local/image[1-10].jpg" autofocus required></td></tr>
|
||||
<tr><td class="td_label"><label id="lbl_dir" for="dir">[langDir]: </label></td><td><input class="full_width" name="dir" id="dir" type="text"></td></tr>
|
||||
</table>
|
||||
<input id="lang" name="lang" type="hidden" value="en">
|
||||
<input name="overwrite" id="overwrite" type="checkbox" value="1"><label id="lbl_overwrite" for="overwrite"> [langOverwrite]</label><br>
|
||||
<input id="in_submit" type="submit" value="[langGo]">
|
||||
</form>
|
||||
</div>
|
||||
<div id="div_log" class="hidden">
|
||||
<fieldset id="fs_log">
|
||||
<legend id="lgn_log">Log</legend>
|
||||
<div id="div_log_recs"></div>
|
||||
</fieldset>
|
||||
</div>
|
||||
<script src="js/downloader.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user