|
69 | 69 | </button>
|
70 | 70 | </span>
|
71 | 71 | <!-- Controls -->
|
| 72 | + <span id="standards-btn" class="btn-group btn-group-sm" role="group" style="margin-top: 7px;"> |
| 73 | + <button type="button" class="btn btn-default" title="Help" data-toggle="modal" data-target="#story-ufob-modal"> |
| 74 | + <span class="glyphicon glyphicon-book" aria-hidden="false"></span> |
| 75 | + </button> |
| 76 | + </span> |
72 | 77 | <span id="controls" class="btn-group btn-group-sm" role="group" style="margin-top: 7px;">
|
73 | 78 | <button type="button" class="btn btn-default" data-toggle="tooltip" title="Resizer left" onclick="Haste['resizeLeft']()">
|
74 | 79 | <span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span>
|
|
93 | 98 | <div class="diag-ufob">
|
94 | 99 | <object type='image/svg+xml' id='ufob-svg' data='img/ufob.svg' href='http://caniuse.com/#feat=svg'>Your browser does not support SVG</object>
|
95 | 100 | </div>
|
96 |
| - <div id="story-ufob" class="story-ufob"> |
97 |
| - </div> |
98 | 101 | </div>
|
99 | 102 | <div id="ufoa-inst-box" class="ufoa-inst-box">
|
100 | 103 | <object type='image/svg+xml' id='ufoa-inst-svg' data='img/ufoa-inst.svg' href='http://caniuse.com/#feat=svg'>Your browser does not support SVG</object> -->
|
@@ -196,6 +199,25 @@ <h2>Contacts</h2>
|
196 | 199 | </table>
|
197 | 200 | </div>
|
198 | 201 |
|
| 202 | + <!-- Story modal --> |
| 203 | + <div id="story-ufob-modal" class="modal fade" role="dialog"> |
| 204 | + <div class="modal-dialog modal-lg"> |
| 205 | + <!-- Modal content--> |
| 206 | + <div class="modal-content"> |
| 207 | + <div class="modal-header"> |
| 208 | + <button type="button" class="close" data-dismiss="modal">×</button> |
| 209 | + <h1 class="modal-title">WMDA Standards</h1> |
| 210 | + </div> |
| 211 | + <div id="story-ufob" class="modal-body"> |
| 212 | + Select a situation to display the applicable standards. |
| 213 | + </div> |
| 214 | + <div class="modal-footer"> |
| 215 | + <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
| 216 | + </div> |
| 217 | + </div> |
| 218 | + </div> |
| 219 | + </div> |
| 220 | + |
199 | 221 | <!-- Help modal -->
|
200 | 222 | <div id="help-modal" class="modal fade" role="dialog">
|
201 | 223 | <div class="modal-dialog modal-lg">
|
|
0 commit comments