Iftekharul Islam | 3471409 | 2017-09-06 10:45:27 -0500 | [diff] [blame] | 1 | <!-- Unexpected error --> |
| 2 | <section class="modal" aria-hidden="true" aria-labelledby="modalTitle" aria-describedby="modalDescription" role="dialog" ng-class="{'active': display_error}"> |
| 3 | <div class="modal__upload-fail" role="document"> |
| 4 | <div class="screen-reader-offscreen modal-description">Unexpected error</div><!-- accessibility only; used for screen readers --> |
| 5 | <div class="page-header "> |
| 6 | <span class="icon icon__warning inline"><span class="accessible-text" role="alert">Unexpected error</span></span> |
| 7 | <h1 class="modal-title h4 inline">Unexpected error</h1> |
| 8 | </div> |
| 9 | <div class="modal__content"> |
| 10 | <p>Oops! An unexpected error occurred. Record specific details of the issue, then contact your company support services.</p> |
| 11 | </div> |
| 12 | <div class="modal__button-wrapper"> |
| 13 | <button class="inline btn-primary" ng-click="display_error = false;">Close</button> |
| 14 | </div> |
| 15 | </div> |
| 16 | </section> |
| 17 | <div class="modal-overlay" tabindex="-1" ng-class="{'active': (multi_server_recent)}"></div> |