added admin template
This commit is contained in:
2
core/lib/Thelia/Admin/template/.htaccess
Normal file
2
core/lib/Thelia/Admin/template/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
order deny,allow
|
||||||
|
deny from all
|
||||||
1109
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap-responsive.css
vendored
Normal file
1109
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap-responsive.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap-responsive.min.css
vendored
Normal file
9
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap-responsive.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6167
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap.css
vendored
Normal file
6167
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap.min.css
vendored
Normal file
9
core/lib/Thelia/Admin/template/bootstrap/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
2280
core/lib/Thelia/Admin/template/bootstrap/js/bootstrap.js
vendored
Normal file
2280
core/lib/Thelia/Admin/template/bootstrap/js/bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
core/lib/Thelia/Admin/template/bootstrap/js/bootstrap.min.js
vendored
Normal file
6
core/lib/Thelia/Admin/template/bootstrap/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
0
core/lib/Thelia/Admin/template/home.tpl
Normal file
0
core/lib/Thelia/Admin/template/home.tpl
Normal file
6
core/lib/Thelia/Admin/template/includes/footer.inc.tpl
Normal file
6
core/lib/Thelia/Admin/template/includes/footer.inc.tpl
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{* Include required JS files *}
|
||||||
|
<script src="http://code.jquery.com/jquery.js"></script>
|
||||||
|
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||||
|
{* TODO allow modules to include JS here *}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
11
core/lib/Thelia/Admin/template/includes/header.inc.tpl
Normal file
11
core/lib/Thelia/Admin/template/includes/header.inc.tpl
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="{$lang}">
|
||||||
|
<head>
|
||||||
|
<title>{$page_title}</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
|
||||||
|
{* TODO allow modules to include CSS here *}
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
6
core/lib/Thelia/Admin/template/js/jquery.js
vendored
Normal file
6
core/lib/Thelia/Admin/template/js/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
core/lib/Thelia/Admin/template/login.tpl
Normal file
1
core/lib/Thelia/Admin/template/login.tpl
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Hio, I'm the default template.
|
||||||
Reference in New Issue
Block a user