信呼OA版本v2.3.8
This commit is contained in:
14
webmain/public/fileopen_mp4.html
Normal file
14
webmain/public/fileopen_mp4.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title><?=$da['filename']?></title>
|
||||
</head>
|
||||
<body style="padding:0px;margin:0px;background:#000000">
|
||||
<center>
|
||||
<div style="margin-top:30px">
|
||||
<video src="<?=$da['filepaths']?>" width="100%" style="max-width:1000px" height="550" controls autoplay></video>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user