Skip to content
Snippets Groups Projects
Commit dd542903 authored by Devin Alvaro's avatar Devin Alvaro
Browse files

Remove test.jsp

parent 7d8ec66d
No related merge requests found
<%@ include file="/component/header.html" %>
<%@ include file="/component/nav.html" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<div ng-app= "" class="container">
<div class="wrapper row">
<div>
<div class="page-title row txt-center height-fit float-container">
<div class="float-left">
<h1 class="inline-block">LOOKING FOR AN ORDER</h1>
</div>
</div>
</div>
<div class="order-form">
<div class="txt-center">
<h2 ng-show="show" class="inline-block">Finding Order....</h2>
</div>
<div class="txt-center">
<button class="find-button" ng-hide="closeFind" ng-click="show=true; showClose=true; closeFind=true">FIND ORDER</button>
<button class="close-button-order" ng-show="showClose" ng-click="show=false; closeFind=false; showClose=false">CLOSE</button>
</div>
</div>
</div>
</div>
<%@include file="/component/footer.html" %>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<script>
window.onload = toggleActive("nav-order");
</script>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment