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="Questions"> --%>
- <s:form action="beginQuestions">
- <table class="layout" width="400">
- <tr>
- <td>
- <input type='hidden' name=form_id value='<s:property value="selectedForm.id" />' />
- <fieldset>
- <br />
- <b>Instructions go here!</b>
- Id: <s:property value="selectedForm.id" />
- Name: <s:property value="selectedForm.name" />
- <br/>
- <br/>
- <s:property value="selectedForm.information" />
- </fieldset>
- </td>
- </tr>
- <tr>
- <td>
- <br />
- </td>
- </tr>
- <tr>
- <td align="left" >
- <s:submit action="Listing" value="Cancel" name="Cancel"
- onclick="form.onsubmit=null" align="left"/>
- <s:submit type="submit" value="Begin" align="right"/>
- </td>
- </tr>
- </table>
- </s:form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment