Skip to content

Commit

Permalink
UITF PSS states
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Aug 7, 2024
1 parent 7cdaa5e commit baf63b1
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions container/oracle/initdb.d/03_default_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,5 @@ INSERT INTO WORKMAP_OWNER.WORK_MAP_PSS_AREA (WORK_MAP_PSS_AREA_ID, AREA_NAME) VA
INSERT INTO WORKMAP_OWNER.WORK_MAP_PSS_AREA (WORK_MAP_PSS_AREA_ID, AREA_NAME) VALUES (9, 'hdt-pss');
INSERT INTO WORKMAP_OWNER.WORK_MAP_PSS_AREA (WORK_MAP_PSS_AREA_ID, AREA_NAME) VALUES (10, 'fel-pss');
INSERT INTO WORKMAP_OWNER.WORK_MAP_PSS_AREA (WORK_MAP_PSS_AREA_ID, AREA_NAME) VALUES (11, 'gts-pss');
INSERT INTO WORKMAP_OWNER.WORK_MAP_PSS_AREA (WORK_MAP_PSS_AREA_ID, AREA_NAME) VALUES (12, 'uitf-pss');

31 changes: 31 additions & 0 deletions src/main/webapp/resources/css/workmap.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,29 @@
background: url("../img/pss/GTS_yellow_dashed.png") no-repeat scroll 0 0 transparent;
}

.uitf-pss span {
height: 46px;
width: 56px;
}
.uitf-pss .beam-permit {
background: url("../img/pss/UITF_purple_line.png") no-repeat scroll 0 0 transparent;
}
.uitf-pss .power-permit {
background: url("../img/pss/UITF_red_line.png") no-repeat scroll 0 0 transparent;
}
.uitf-pss .lock-beam-permit {
background: url("../img/pss/UITF_purple_dashed.png") no-repeat scroll 0 0 transparent;
}
.uitf-pss .lock-power-permit {
background: url("../img/pss/UITF_red_dashed.png") no-repeat scroll 0 0 transparent;
}
.uitf-pss .controlled-access {
background: url("../img/pss/UITF_yellow_line.png") no-repeat scroll 0 0 transparent;
}
.uitf-pss .lock-controlled-access {
background: url("../img/pss/UITF_yellow_dashed.png") no-repeat scroll 0 0 transparent;
}

/* Task Areas */
.inj1 {
left: 90px;
Expand Down Expand Up @@ -1065,6 +1088,10 @@
left: 810px;
top: 565px;
}
.uitf-pss {
left: 60px;
top: 50px;
}
.editable-nl-pss {
left: 610px;
top: 235px;
Expand Down Expand Up @@ -1109,6 +1136,10 @@
left: 750px;
top: 569px;
}
.editable-uitf-pss {
left: 55px;
top: 105px;
}
/* Map Layout */
.area {
border: 1px solid transparent;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/resources/img/pss/UITF_red_line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit baf63b1

Please sign in to comment.