Skip to content
Snippets Groups Projects
Commit 649c7bab authored by 42loop's avatar 42loop
Browse files

cleanup

parent 513ab21d
Branches
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ function getcurrent()
i=response.split("|")[0];
v=response.split("|")[1];
console.log(i,v);
document.getElementById("currentimage").innerHTML=i;
document.getElementById("currentvideo").innerHTML=v;
document.getElementById("currentimage").innerHTML="<b>"+i+"</b>";
document.getElementById("currentvideo").innerHTML="<b>"+v+"</b>";
});
......
......@@ -5,7 +5,7 @@
background: darkgray;
vertical-align: middle;
padding:10px;
height:30px;
height:20px;
width:42px;
}
......@@ -16,7 +16,7 @@
background: darkgray;
vertical-align: middle;
padding:10px;
height:30px;
height:20px;
width:42px;
}
......@@ -25,7 +25,8 @@
min-height: 20px;
border: 2px solid rgba(255, 0, 0, 0.3);
background: darkgray;
padding: 5px 5px; }
padding: 5px 5px;
}
.delete {
......@@ -36,7 +37,6 @@
text-indent:-99999em;
width:80px; /* your image width */
vertical-align: middle;
data-tooltip:"delete";
}
......
......@@ -120,12 +120,12 @@ class MyHandler(http.server.BaseHTTPRequestHandler):
<link rel="stylesheet" type="text/css" href="assets?style.css">
<link rel="stylesheet" type="text/css" href="assets?mtr-datepicker.min.css">
<link rel="stylesheet" type="text/css" href="assets?mtr-datepicker.default-theme.min.css"></head>
<body onLoad="javascript:isloaded();">
<script src="assets?/mtr-datepicker.min.js"></script>
<script src="assets?/init.js"></script>
<table><th width="530px" align="left"><h3>Upload a file</h3><th align="left" width="80px"><h3>Manual</h3><th align="left"><h3>Schedule</h3><tr>
<td valign="top">
<b>Free Space: <p id="free">hallo</p></b><br>
......@@ -206,8 +206,6 @@ class MyHandler(http.server.BaseHTTPRequestHandler):
try:
pages = urllib.parse.unquote(self.path).split('?')
# print(pages)
if(len(pages)==1):
page = pages[0]
......@@ -216,7 +214,6 @@ class MyHandler(http.server.BaseHTTPRequestHandler):
page = pages[0]
file = '?'.join(pages[1:])
# print("GET prefix:",page)
if page == '/' :
self.make_index()
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment