From 415f5de926e6626a4cd389cae8f9cf57a04f0ca9 Mon Sep 17 00:00:00 2001 From: BitPickups Date: Fri, 16 Jul 2021 06:50:46 +0000 Subject: [PATCH] modified login.tlp: login template with login_image.png and login_video.mp4 #The following code was added to the original login.tpl #The respective files are located in the folder /images and can be easily replaced with files of the same name with #site specific content by uploading those respective files to the server #no files no changes in the original login appearance. --- view/templates/login_01.tpl | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 view/templates/login_01.tpl diff --git a/view/templates/login_01.tpl b/view/templates/login_01.tpl new file mode 100644 index 000000000..0aeac7192 --- /dev/null +++ b/view/templates/login_01.tpl @@ -0,0 +1,45 @@ +
+
+ + +

{{$login}}

+ +
+ {{include file="field_input.tpl" field=$lname}} + {{include file="field_password.tpl" field=$lpassword}} + +
+ + {{if $openid}} +
+ {{include file="field_openid.tpl" field=$lopenid}} +
+ {{/if}} + +
+ +
+ + {{include file="field_checkbox.tpl" field=$lremember}} + + {{foreach $hiddens as $k=>$v}} + + {{/foreach}} + + +
+
+ +{{if $register}} + +{{/if}} + + + \ No newline at end of file