Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ taglib prefix="s" uri="/struts-tags" %>
- <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>Starting Information - <s:property value="selectedForm.name" /></title>
- </head>
- <LINK REL=StyleSheet HREF="/assets/iunstyle.css" TITLE="iunstyle">
- <body>
- <s:form action="beginQuestions">
- <table class="layout" width="400">
- <tr>
- <td colspan="2">
- <input type='hidden' name=formId value='<s:property value="selectedForm.id" />' />
- <s:textarea name="selectedForm.information" cols="100" rows="30"/>
- </td>
- </tr>
- <tr>
- <td>
- <s:submit action="Listing" value="Cancel"
- onclick="form.onsubmit=null" align="left"/>
- </td>
- <td>
- <s:submit type="submit" value="Begin" align="right"/>
- </td>
- </tr>
- </table>
- </s:form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment