adding files login_image.png and login_video.mp4 to the images folder
#These files work in combination with a modified /view/templeates/login.tpl file that integrates the files into the #login page. #the video is is just a small example video #The content of the files can be easily replaced by site specific files that have to have the same name and have to be #uploaded to the /images folder. #/view/templeates/login.tpl changes: #add the following from line 32 on behind the command {{/foreach}} <video src="/images/login_video.mp4" width="320" controls> <p>Your browser doesn't support HTML5 video. Here is no link to another video instead.</p> </video> <img src="/images/login_image.png">
This commit is contained in:
parent
415f5de926
commit
c17d16b970
BIN
images/login_image.png
Normal file
BIN
images/login_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
images/login_video.mp4
Normal file
BIN
images/login_video.mp4
Normal file
Binary file not shown.
Loading…
Reference in a new issue