Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
templates/proposed-GUI.html
CHANGED
|
@@ -399,15 +399,14 @@
|
|
| 399 |
</style>
|
| 400 |
</head>
|
| 401 |
<body>
|
| 402 |
-
<label for="section-select" style="font-style: italic;">Further
|
| 403 |
<select id="section-select"
|
| 404 |
onchange="
|
| 405 |
-
document.getElementById('
|
| 406 |
<option value="">--Select Section--</option>
|
| 407 |
-
|
| 408 |
<option value="section-3-2">Section 3.2</option>
|
| 409 |
</select>
|
| 410 |
-
<div id="
|
| 411 |
<label style="font-style: italic;">* Output Notes for section 3.2 measurement:</label>
|
| 412 |
<p>Image will appear contains the pdf and its annotations.Below this image, will be the same output buttons as all other sections.If the user wants to download the PDF file and open it in Bluebeam, </p>
|
| 413 |
<label style="font-weight: 200;">They need to follow these steps:</label>
|
|
|
|
| 399 |
</style>
|
| 400 |
</head>
|
| 401 |
<body>
|
| 402 |
+
<label for="section-select" style="font-style: italic;">Further Output Notes:</label>
|
| 403 |
<select id="section-select"
|
| 404 |
onchange="
|
| 405 |
+
document.getElementById('Output-section-3-2').style.display = this.value === 'section-3-2' ? 'block' : 'none';">
|
| 406 |
<option value="">--Select Section--</option>
|
|
|
|
| 407 |
<option value="section-3-2">Section 3.2</option>
|
| 408 |
</select>
|
| 409 |
+
<div id="Output-section-3-2" class="description">
|
| 410 |
<label style="font-style: italic;">* Output Notes for section 3.2 measurement:</label>
|
| 411 |
<p>Image will appear contains the pdf and its annotations.Below this image, will be the same output buttons as all other sections.If the user wants to download the PDF file and open it in Bluebeam, </p>
|
| 412 |
<label style="font-weight: 200;">They need to follow these steps:</label>
|