blob: 1b2c66d4cd14f1ca5648477f727fb607afcfdadf [file] [log] [blame]
<%@ taglib prefix="ww" uri="/webwork" %>
<html>
<head>
<title>Cookbook - Detecting Buttons</title>
<link rel="stylesheet" type="text/css" href="<ww:url value="/css/cookbook.css" />">
</head>
<body>
<ww:include value="/header-result.jsp"/>
<h1>Input Result</h1>
<table>
<ww:label label="Message" name="message"/>
<ww:label label="Sent to" name="recipient"/>
</table>
</body>
</html>