blob: c12761206036f21dcea680eee0018c6a7d33fc8f [file] [log] [blame]
<!DOCTYPE html>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one or more
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~ The ASF licenses this file to You under the Apache License, Version 2.0
~ (the "License"); you may not use this file except in compliance with
~ the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<html>
<head>
<title>PORTER</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/operation.js"></script>
</head>
<body>
<div class="section">
<form id="everyoneSayHello" method="POST">
<p>
<input type="button" value="everyoneSayHello" onclick="everyoneSayHello()">
</p>
</form>
</div>
<div class="section">
<form id="adminSayHello" method="POST">
<p>
<input type="button" value="adminSayHello" onclick="adminSayHello()">
</p>
</form>
</div>
<div class="section">
<form id="guestOrAdminSayHello" method="POST">
<p>
<input type="button" value="guestOrAdminSayHello" onclick="guestOrAdminSayHello()">
</p>
</form>
</div>
<div class="section">
<form id="guestSayHello" method="POST">
<p>
<input type="button" value="guestSayHello" onclick="guestSayHello()">
</p>
</form>
</div>
<div class="footer">
<p id="error" hidden="true" class="error"/>
</div>
</body>
</html>