Template Redesigned

we have move all user template files to folder ui/ui/user-ui for easy customisation
This commit is contained in:
Focuslinkstech
2024-08-16 09:39:41 +01:00
parent 19ea56df3f
commit 0eead7cea1
32 changed files with 67 additions and 59 deletions

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<div class="page page-err clearfix">
<div class="err-container">
@ -7,4 +7,4 @@
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-activation-list -->
<div class="row">
@ -41,4 +41,4 @@
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/user-header.tpl"}
<!-- user-activation -->
<div class="row">
@ -38,4 +38,4 @@
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-change-password -->
<div class="row">
@ -40,4 +40,4 @@
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-dashboard -->
<div class="row">
@ -398,4 +398,4 @@
document.write('<meta http-equiv="refresh" target="_blank" content="' + authdly + '; url=' + auth + '">');
</script>
{/if}
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
{if $tipe == 'view'}
<div class="box box-primary">
@ -110,4 +110,4 @@
{/if}
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

8
ui/ui/user-ui/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<div class="row">
<div class="col-lg-12">
@ -18,4 +18,4 @@
</div>
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-orderPlan -->
<div class="row">
<div class="col-sm-12">
@ -34,4 +34,4 @@
</div>
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-orderHistory -->
<div class="row">
@ -53,4 +53,4 @@
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-orderPlan -->
<div class="row">
<div class="col-sm-12">
@ -421,4 +421,4 @@
{/foreach}
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-orderView -->
<div class="row">
<div class="col-md-3"></div>
@ -150,4 +150,4 @@
</div>
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-pages -->
<div class="row">
@ -12,4 +12,4 @@
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-phone-update -->
@ -77,4 +77,4 @@
</div>
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-profile -->
<div class="row">
@ -84,4 +84,4 @@
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<div class="row">
<div class="col-md-6 col-md-offset-3">
@ -113,4 +113,4 @@
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="user-ui/footer.tpl"}

View File

@ -1,4 +1,4 @@
{include file="sections/user-header.tpl"}
{include file="user-ui/header.tpl"}
<!-- user-orderView -->
<div class="row">
<div class="col-md-3"></div>
@ -64,4 +64,4 @@
</div>
</div>
</div>
{include file="sections/user-footer.tpl"}
{include file="suser-ui/footer.tpl"}