From 9f108dd1a969473375341d92a7b1252fa2cedc9a Mon Sep 17 00:00:00 2001 From: mszulecki Date: Thu, 14 Jun 2007 17:09:01 +0000 Subject: Initial import. git-svn-id: http://svn.sukimashita.com/repos/mailadmin/trunk@2 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- apps/admin/templates/_branding.php | 4 +++ apps/admin/templates/_navigation.php | 53 ++++++++++++++++++++++++++++++++++++ apps/admin/templates/_notes.php | 9 ++++++ apps/admin/templates/layout.php | 35 ++++++++++++++++++++++++ 4 files changed, 101 insertions(+) create mode 100644 apps/admin/templates/_branding.php create mode 100644 apps/admin/templates/_navigation.php create mode 100644 apps/admin/templates/_notes.php create mode 100644 apps/admin/templates/layout.php (limited to 'apps/admin/templates') diff --git a/apps/admin/templates/_branding.php b/apps/admin/templates/_branding.php new file mode 100644 index 0000000..c035a54 --- /dev/null +++ b/apps/admin/templates/_branding.php @@ -0,0 +1,4 @@ + +
+ +
diff --git a/apps/admin/templates/_navigation.php b/apps/admin/templates/_navigation.php new file mode 100644 index 0000000..b991247 --- /dev/null +++ b/apps/admin/templates/_navigation.php @@ -0,0 +1,53 @@ + + + + + + + + + + + + hasCredential('superadmin')): ?> + + + + + + + + + + diff --git a/apps/admin/templates/_notes.php b/apps/admin/templates/_notes.php new file mode 100644 index 0000000..e994a50 --- /dev/null +++ b/apps/admin/templates/_notes.php @@ -0,0 +1,9 @@ + +
+ + © - +
diff --git a/apps/admin/templates/layout.php b/apps/admin/templates/layout.php new file mode 100644 index 0000000..d10d047 --- /dev/null +++ b/apps/admin/templates/layout.php @@ -0,0 +1,35 @@ + + + + + + + + + +
+ + +
+ isAuthenticated()): ?> + + + + +
+ isAuthenticated()): ?> + $sf_context->getModuleName(), "action" => $sf_context->getActionName())) ?> + + getRaw('sf_content') ?> + +
+ + -- cgit v1.1-32-gdbae