From 3da096142d44c31e180fb54c02ae9e9ff01b7dda Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 17 Jul 2019 16:52:02 +0200 Subject: [roomplanner] First prototype of composed room editor Saving/loading works, but no entry is generated for pvs.ini. Also this approach fails to meaningfully handle rooms with two removable walls where you also want to use both possible combinations of two combined rooms and a single one. --- .../roomplanner/templates/edit-composed-room.html | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 modules-available/roomplanner/templates/edit-composed-room.html (limited to 'modules-available/roomplanner/templates/edit-composed-room.html') diff --git a/modules-available/roomplanner/templates/edit-composed-room.html b/modules-available/roomplanner/templates/edit-composed-room.html new file mode 100644 index 00000000..64a02d61 --- /dev/null +++ b/modules-available/roomplanner/templates/edit-composed-room.html @@ -0,0 +1,150 @@ +

{{lang_editComposedRoom}}

+

{{location.locationname}}

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

{{lang_composedLayout}}

+
+ + +
+
+ + +
+

+
+ {{#locations}} +
+
+
{{locationname}}
+
+ + +
+
+
+
+
+ {{/locations}} +
+
+
+

{{lang_controllingRoom}}

+

{{lang_controlRoomDesc}}

+ {{#locations}} +
+
+ + +
+
+ {{/locations}} +
+
+ + +
+
+ + + +
+
+
+ + \ No newline at end of file -- cgit v1.2.3-55-g7522