From 1c95b9fbb1e02ae516258fc3ea0a351a4def4199 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 13 Apr 2010 10:49:21 +0000 Subject: [PATCH] Added missing templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17612 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../ihtml/themes/modern/accountexpired.tpl | 74 +++++++++++++++++++ gosa-core/ihtml/themes/modern/help.tpl | 39 ++++++++++ .../ihtml/themes/modern/logout-close.tpl | 13 ++++ .../ihtml/themes/modern/setup_headers.tpl | 24 ++++++ gosa-core/ihtml/themes/modern/sizelimit.tpl | 17 +++++ 5 files changed, 167 insertions(+) create mode 100644 gosa-core/ihtml/themes/modern/accountexpired.tpl create mode 100644 gosa-core/ihtml/themes/modern/help.tpl create mode 100644 gosa-core/ihtml/themes/modern/logout-close.tpl create mode 100644 gosa-core/ihtml/themes/modern/setup_headers.tpl create mode 100644 gosa-core/ihtml/themes/modern/sizelimit.tpl diff --git a/gosa-core/ihtml/themes/modern/accountexpired.tpl b/gosa-core/ihtml/themes/modern/accountexpired.tpl new file mode 100644 index 000000000..9755ce5eb --- /dev/null +++ b/gosa-core/ihtml/themes/modern/accountexpired.tpl @@ -0,0 +1,74 @@ + +{* GOsa login - smarty template *} +{$php_errors} +{$errors} + + +
+ + + + + +
+
+ +

+ {t}Your password has expired. Please choose a new one!{/t} +

+ + +
+ + + + + + + + + + + + + + + + +
+

{t}Old password{/t}

+
+ +
+

{t}New password{/t}

+
+ +
+

{t}Verify password{/t}

+
+ +
+
+ +
+ +
+ +
+
+ + + + + +
+ diff --git a/gosa-core/ihtml/themes/modern/help.tpl b/gosa-core/ihtml/themes/modern/help.tpl new file mode 100644 index 000000000..d8bf3e924 --- /dev/null +++ b/gosa-core/ihtml/themes/modern/help.tpl @@ -0,0 +1,39 @@ + +{$php_errors} + +
+
+ + + + + + +
+ {t}GOsa help viewer{/t} + + {$backward} +    + + {t}Index{/t} + +    + {$forward} + +   +
+
+
+{$help_contents} +
+ + + + +
+ + diff --git a/gosa-core/ihtml/themes/modern/logout-close.tpl b/gosa-core/ihtml/themes/modern/logout-close.tpl new file mode 100644 index 000000000..b98070723 --- /dev/null +++ b/gosa-core/ihtml/themes/modern/logout-close.tpl @@ -0,0 +1,13 @@ + + +
+
+

{t}Your GOsa session has been closed!{/t}

+

+ {t}Please close this browser window and clean the authentication caches to avoid an automatic re-authentication by your browser.{/t} +

+
+
+ + + diff --git a/gosa-core/ihtml/themes/modern/setup_headers.tpl b/gosa-core/ihtml/themes/modern/setup_headers.tpl new file mode 100644 index 000000000..25c0f38ba --- /dev/null +++ b/gosa-core/ihtml/themes/modern/setup_headers.tpl @@ -0,0 +1,24 @@ + + + + + {if isset($title)}{$title}{else}GOsa{/if} + + + + + + + + + + + + + + + + + + + diff --git a/gosa-core/ihtml/themes/modern/sizelimit.tpl b/gosa-core/ihtml/themes/modern/sizelimit.tpl new file mode 100644 index 000000000..276404de8 --- /dev/null +++ b/gosa-core/ihtml/themes/modern/sizelimit.tpl @@ -0,0 +1,17 @@ +

{$warning}

+

+{t}The size limit option makes LDAP operations faster and saves the LDAP server from getting too much load. The easiest way to handle big databases without long timeouts would be to limit your search to smaller values and use filters to get the entries you are looking for.{/t} +

+

+{t}Please choose the way to react for this session{/t}: +

+ +{t}ignore this error and show all entries the LDAP server returns{/t}
+{t}ignore this error and show all entries that fit into the defined sizelimit and let me use filters instead{/t}
+{$limit_message} + +

+ +

+ + -- 2.30.2