You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
849 B
40 lines
849 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<link rel="stylesheet" href="static/default.css" /> |
|
<script type="text/javascript" src="static/default.js"></script> |
|
<script type="text/javascript" src="static/admin.js"></script> |
|
</head> |
|
<body> |
|
|
|
<div id="info"><pre></pre></div> |
|
|
|
<div class="horizontal_list"> |
|
<ul> |
|
<li><a id="scan_button" href="#">scan folders</a></li> |
|
<li><a id="file_map_button" href="#">update file mapping</a><li> |
|
</ul> |
|
</div> |
|
|
|
<div id="main_container"> |
|
<ul></ul> |
|
</div> |
|
|
|
<template id="path_info_template"> |
|
<li> |
|
<form> |
|
<input type="radio" name="media_type" value="movie" /> |
|
<label>movie</label> |
|
<input type="radio" name="media_type" value="tv_show" /> |
|
<label>tv_show</label> |
|
<span /> |
|
</form> |
|
</li> |
|
</template> |
|
|
|
<h3>errors</h3> |
|
<div id="error_container" class="debug"></div> |
|
|
|
</body> |
|
</html>
|
|
|