Marthee commited on
Commit
8392676
·
verified ·
1 Parent(s): 2cf3371

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +3 -4
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 Outut Notes:</label>
403
  <select id="section-select"
404
  onchange="
405
- document.getElementById('description-section-3-2').style.display = this.value === 'section-3-2' ? 'block' : 'none';">
406
  <option value="">--Select Section--</option>
407
-
408
  <option value="section-3-2">Section 3.2</option>
409
  </select>
410
- <div id="description-section-3-2" class="description">
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>