mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
New setting background_video
This commit is contained in:
@@ -58,6 +58,11 @@
|
||||
<title>{$login_title}</title>
|
||||
</head>
|
||||
<body>
|
||||
{if !empty($background_video)}
|
||||
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
|
||||
<source src="{$background_video}" type="video/mp4">
|
||||
</video>
|
||||
{/if}
|
||||
<div id='page' align='center'>
|
||||
<div id='message_container'></div>
|
||||
<div id='default_login'>
|
||||
@@ -80,4 +85,4 @@
|
||||
</div>
|
||||
<script>document.getElementsByName('authentication_code')[0].focus();</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -58,6 +58,11 @@
|
||||
<title>{$login_title}</title>
|
||||
</head>
|
||||
<body>
|
||||
{if !empty($background_video)}
|
||||
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
|
||||
<source src="{$background_video}" type="video/mp4">
|
||||
</video>
|
||||
{/if}
|
||||
<div id='page' align='center'>
|
||||
<div id='message_container'></div>
|
||||
<div id='default_login'>
|
||||
@@ -85,4 +90,4 @@
|
||||
</div>
|
||||
<script>document.getElementsByName('username')[0].focus();</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -58,6 +58,11 @@
|
||||
<title>{$login_title}</title>
|
||||
</head>
|
||||
<body>
|
||||
{if !empty($background_video)}
|
||||
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
|
||||
<source src="{$background_video}" type="video/mp4">
|
||||
</video>
|
||||
{/if}
|
||||
<div id='page' align='center'>
|
||||
<div id='message_container'></div>
|
||||
<div id='default_login'>
|
||||
@@ -78,4 +83,4 @@
|
||||
</div>
|
||||
<script>document.getElementsByName('authentication_code')[0].focus();</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
<title>{$login_title}</title>
|
||||
</head>
|
||||
<body>
|
||||
{if !empty($background_video)}
|
||||
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
|
||||
<source src="{$background_video}" type="video/mp4">
|
||||
</video>
|
||||
{/if}
|
||||
<div id='page' align='center'>
|
||||
<div id='default_login' style='max-width: 400px;'>
|
||||
<a href='{$project_path}/'><img id='login_logo' style='width: {$login_logo_width}; height: {$login_logo_height};' src='{$login_logo_source}' /></a><br />
|
||||
@@ -26,4 +31,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -58,6 +58,11 @@
|
||||
<title>{$login_title}</title>
|
||||
</head>
|
||||
<body>
|
||||
{if !empty($background_video)}
|
||||
<video id="background-video" autoplay muted2 poster="" onloadstart="this.playbackRate = 1;">
|
||||
<source src="{$background_video}" type="video/mp4">
|
||||
</video>
|
||||
{/if}
|
||||
<div id='page' align='center'>
|
||||
<div id='message_container'></div>
|
||||
<div id='default_login'>
|
||||
@@ -74,4 +79,4 @@
|
||||
</div>
|
||||
<script>document.getElementsByName('username')[0].focus();</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user