added admin template

This commit is contained in:
franck
2013-06-10 17:03:02 +02:00
parent a86122e90d
commit 3bc7399fe8
14 changed files with 9606 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
order deny,allow
deny from all

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

View 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>

View 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>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
Hio, I'm the default template.