2018-11-11 21:12:26 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Easy Session Manager Import</title>
|
|
|
|
<link rel="shortcut icon" href="../images/icons/import.png">
|
2018-11-12 04:00:25 +00:00
|
|
|
<link rel="stylesheet" href="../styles/styles.css"/>
|
2018-11-11 21:12:26 +00:00
|
|
|
|
|
|
|
<style media="screen">
|
|
|
|
|
|
|
|
body, html {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding: 0em;
|
|
|
|
margin: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="container" name="import">
|
|
|
|
<h1 id="lableTag">Select File</h1>
|
2018-11-23 21:08:24 +00:00
|
|
|
<input id="inputId" type="file" enctype='multipart/form-data' multiple accept="application/json"/>
|
2018-11-11 21:12:26 +00:00
|
|
|
</div>
|
|
|
|
|
2019-01-19 03:29:20 +00:00
|
|
|
<span id="allertMessage">
|
|
|
|
|
|
|
|
</span>
|
2018-11-11 21:12:26 +00:00
|
|
|
|
|
|
|
<script src="../scripts/background.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|