diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/test.jsp b/TugasBesar2_2017/WebApp/src/main/webapp/test.jsp deleted file mode 100644 index 075d8d64b0b7133ad2b6d9e539b4af48db600c94..0000000000000000000000000000000000000000 --- a/TugasBesar2_2017/WebApp/src/main/webapp/test.jsp +++ /dev/null @@ -1,32 +0,0 @@ -<%@ 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>