From 317db874e7964231ac33b5646cc33b1b400a4f29 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 19 Feb 2016 15:01:56 +0100 Subject: [locations] New module for managing locations --- templates/locations/location-subnets.html | 73 +++++++++++++++++++++++ templates/locations/locations.html | 96 +++++++++++++++++++++++++++++++ templates/locations/subnets.html | 35 +++++++++++ templates/main-menu.html | 1 + 4 files changed, 205 insertions(+) create mode 100644 templates/locations/location-subnets.html create mode 100644 templates/locations/locations.html create mode 100644 templates/locations/subnets.html (limited to 'templates') diff --git a/templates/locations/location-subnets.html b/templates/locations/location-subnets.html new file mode 100644 index 00000000..76b7442a --- /dev/null +++ b/templates/locations/location-subnets.html @@ -0,0 +1,73 @@ +
+
{{lang_locationSettings}}
+
+ + + +
+ +
+
+
+
+ {{lang_name}} + +
+
+
+
+ {{lang_parentLocation}} + +
+
+
+
+
+ + +
+
+
+
+
{{lang_assignedSubnets}}
+
{{lang_assignSubnetExplanation}}
+ + + + + + + + {{#list}} + + + + + + + {{/list}} + + + +
#{{lang_startAddress}}{{lang_endAddress}}
{{subnetid}}
+ + + + +
+
+
+
{{lang_locationInfo}}
+
+ {{lang_referencingLectures}}: {{lectures}} +
+
+ {{lang_matchingMachines}}: {{machines}} / {{machines_online}} / {{machines_used}} ({{used_percent}}%) +
+
\ No newline at end of file diff --git a/templates/locations/locations.html b/templates/locations/locations.html new file mode 100644 index 00000000..76c8f97c --- /dev/null +++ b/templates/locations/locations.html @@ -0,0 +1,96 @@ +
+
+ {{lang_thisListBySubnet}} +
+

{{lang_locationsMainHeading}}

+ + + + + + + {{#list}} + + + + + + {{/list}} +
#{{lang_locationName}}
{{locationid}}
{{locationname}}
+ {{lang_edit}} +
+
+ + + + + + + + +
+ + + +
+
+
+ diff --git a/templates/locations/subnets.html b/templates/locations/subnets.html new file mode 100644 index 00000000..2294f42b --- /dev/null +++ b/templates/locations/subnets.html @@ -0,0 +1,35 @@ +
+
+ {{lang_thisListByLocation}} +
+

{{lang_listOfSubnets}}

+
+ + + + + + + + + + {{#list}} + + + + + + + {{/list}} +
#{{lang_startAddress}}{{lang_endAddress}}{{lang_location}}
{{subnetid}} + +
+
+ +
+
+
diff --git a/templates/main-menu.html b/templates/main-menu.html index 3e3a1d90..7852dd39 100644 --- a/templates/main-menu.html +++ b/templates/main-menu.html @@ -19,6 +19,7 @@
  • {{lang_localization}}
  • bwLehrpool Mini-Linux
  • {{lang_configurationVariables}}
  • +
  • {{lang_locations}}
  • {{lang_configurationBasic}}
  • -- cgit v1.2.3-55-g7522