From a6a484ea37aeb91f848c11cb818e2d7d4351d391 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 22 Jun 2016 17:56:04 +0200 Subject: [locations/sysconfig] Implement location specific sysconfig --- modules-available/sysconfig/templates/_page.html | 227 --------------------- .../sysconfig/templates/list-configs.html | 115 +++++++++++ .../sysconfig/templates/list-legend.html | 44 ++++ .../sysconfig/templates/list-modules.html | 59 ++++++ 4 files changed, 218 insertions(+), 227 deletions(-) create mode 100644 modules-available/sysconfig/templates/list-configs.html create mode 100644 modules-available/sysconfig/templates/list-legend.html create mode 100644 modules-available/sysconfig/templates/list-modules.html (limited to 'modules-available/sysconfig/templates') diff --git a/modules-available/sysconfig/templates/_page.html b/modules-available/sysconfig/templates/_page.html index 1a2f64d6..e69de29b 100644 --- a/modules-available/sysconfig/templates/_page.html +++ b/modules-available/sysconfig/templates/_page.html @@ -1,227 +0,0 @@ -
-
-
-
- {{lang_availableSystem}} - -
-
-
- - - - {{#configs}} - - - - - - - {{/configs}} -
-
{{config}}
-
- {{^current}} - - {{/current}} - {{#current}} - - - {{lang_active}} - - {{/current}} - - - - - -
- {{^configs}} -
- {{lang_systemConfigurationNotFound}} -
- {{^modules}} -
- {{lang_systemConfigurationAlert}} -
- {{/modules}} - {{/configs}} -
-
- {{#havemodules}} - - {{/havemodules}} -
-
- -
-
-
- {{lang_availableModules}} - -
-
-
- - - - {{#modules}} - - - - - - - {{/modules}} -
{{moduletype}}
{{module}}
- {{#iscustom}} - - - - {{/iscustom}} - - - - -
- {{^modules}} -
{{lang_configurationModuleNotFound}}
- {{/modules}} -
-
- -
-
-
- -
-
{{lang_legend}}
-
-

- - {{lang_showLong}} -

-

- - {{lang_downloadLong}} -

-

- - {{lang_rebuildLong}} -

-

- - {{lang_rebuildOutdatedLong}} -

-

- - {{lang_editLong}} -

-
- - {{lang_deleteLong}} -
-
-
- - - - - - \ No newline at end of file diff --git a/modules-available/sysconfig/templates/list-configs.html b/modules-available/sysconfig/templates/list-configs.html new file mode 100644 index 00000000..ed027385 --- /dev/null +++ b/modules-available/sysconfig/templates/list-configs.html @@ -0,0 +1,115 @@ +{{#locationid}} +
+

{{locationname}}

+
+ + {{lang_editingLocationInfo}} +
+
+{{/locationid}} +
+
+
+ {{lang_availableSystem}} + +
+
+
+ + + + + {{#configs}} + + + + + + + + {{/configs}} + {{#locationid}} + + + + + + + {{/locationid}} +
+
{{config}}
+
+ {{^current}} + + {{/current}} + {{#current}} + + + {{lang_active}} + + {{/current}} + + {{#locationCount}} + + +{{locationCount}} + + {{/locationCount}} + + + + + +
Vererben von übergeordnetem Raum + {{^inheritConfig}} + + {{/inheritConfig}} + {{#inheritConfig}} + + + {{lang_active}} + + {{/inheritConfig}} +
+ {{^configs}} +
+ {{lang_systemConfigurationNotFound}} +
+ {{^modules}} +
+ {{lang_systemConfigurationAlert}} +
+ {{/modules}} + {{/configs}} +
+
+ +
+ + + +
\ No newline at end of file diff --git a/modules-available/sysconfig/templates/list-legend.html b/modules-available/sysconfig/templates/list-legend.html new file mode 100644 index 00000000..090ef526 --- /dev/null +++ b/modules-available/sysconfig/templates/list-legend.html @@ -0,0 +1,44 @@ +
+
{{lang_legend}}
+
+

+ + {{lang_showLong}} +

+

+ + {{lang_downloadLong}} +

+

+ + {{lang_rebuildLong}} +

+

+ + {{lang_rebuildOutdatedLong}} +

+

+ + {{lang_editLong}} +

+

+ + {{lang_deleteLong}} +

+ {{#showLocationBadge}} +

+ +4 + {{lang_configLocationLong}} +

+ {{/showLocationBadge}} +
+
+ + \ No newline at end of file diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html new file mode 100644 index 00000000..c3e2d736 --- /dev/null +++ b/modules-available/sysconfig/templates/list-modules.html @@ -0,0 +1,59 @@ +
+
+
+ {{lang_availableModules}} + +
+
+
+ + + + {{#modules}} + + + + + + + {{/modules}} +
{{moduletype}}
{{module}}
+ {{#iscustom}} + + + {{/iscustom}} + + + + +
+ {{^modules}} +
{{lang_configurationModuleNotFound}}
+ {{/modules}} +
+
+ +
+ + + +
\ No newline at end of file -- cgit v1.2.3-55-g7522