From 5570ea0e7febed5c5929b5fcde2d95ec80dad661 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Thu, 29 Apr 2021 10:21:12 +0800
Subject: [PATCH] update
---
src/main/resources/public/monitor/history.html | 39 +++++++++++++++++++++++++--------------
1 files changed, 25 insertions(+), 14 deletions(-)
diff --git a/src/main/resources/public/monitor/history.html b/src/main/resources/public/monitor/history.html
index ee25407..55f631a 100755
--- a/src/main/resources/public/monitor/history.html
+++ b/src/main/resources/public/monitor/history.html
@@ -5,29 +5,40 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Jessibuca【回放】</title>
<meta charset="utf-8"/>
- <link rel="stylesheet" href="css/progressTime.css">
- <link rel="stylesheet" href="css/history/historyStyle.css">
-
+ <link rel="stylesheet" href="../css/progressTime.css">
+ <link rel="stylesheet" href="../css/history/historyStyle.css">
+ <link type="text/css" rel="stylesheet" href="../css/skin/jedate.css">
+ <link type="text/css" rel="stylesheet" href="../css/jeLocalDate.css">
</head>
<body>
-<!-- jessiebuca播放器 录像 -->
-<div id="jessibucaContainerHistory"></div>
+
+<!--jessiebuca播放器 录像 -->
+<div id="jessibucaContainerHistory">
+ <div class="player-wrapper" id="container"></div>
+ <div id="progressTime"></div>
+ <div class="jeitem">
+ <label class="jelabel">时间选择</label>
+ <div class="jeinpbox"><input type="text" class="jeinput" id="currentTimer" placeholder="YYYY-MM-DD hh:mm:ss">
+ </div>
+ </div>
+</div>
-<script src="js/jquery.min.js"></script>
-<script src="js/ajax.js"></script>
-<script src="js/renderer.js"></script>
-<script src="js/jquery.progressTime.js"></script>
-<script src="js/history/historyComponent.js"></script>
+<script src="../js/jquery.min.js"></script>
+<script src="../js/ajax.js"></script>
+<script src="../js/renderer.js"></script>
+<script src="../js/jedate.min.js"></script>
+<script src="../js/jquery.progressTime.js"></script>
+<script src="../js/history/historyComponent.js"></script>
<script>
- let historyComponent =new HistoryComponent({
- elem:"jessibucaContainerHistory",
- cameraId:"ff80808178af424e0178af44e677000343616d657261",
- rtspUrl:"rtsp://admin:12345...@192.168.1.201:554/Streaming/Channels/301",
+ let historyComponent = new HistoryComponent({
+ elem: "jessibucaContainerHistory",
+ cameraId: "ff80808178af424e0178af44e677000343616d657261",
+ rtspUrl: "rtsp://admin:12345...@192.168.1.201:554/Streaming/Channels/301",
});
//关闭流
--
Gitblit v1.9.1