Advertisement
bobett1234

jsp

Nov 27th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <%--
  2. Document : head_form
  3. Created on : Nov 26, 2014, 1:17:45 PM
  4. Author : vnc
  5. --%>
  6.  
  7. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  8. <!DOCTYPE html>
  9. <!DOCTYPE html>
  10. <!--
  11. To change this license header, choose License Headers in Project Properties.
  12. To change this template file, choose Tools | Templates
  13. and open the template in the editor.
  14. -->
  15. <html>
  16. <head>
  17. <title>InstaHosp</title>
  18. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  19. <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
  20. <link href="/java_web/css/ripples.min.css" rel="stylesheet">
  21. <link href="/java_web/css/material-wfont.min.css" rel="stylesheet">
  22. <link href="/java_web/css/main.css" rel="stylesheet">
  23. </head>
  24. <body>
  25. <div class="well bs-component" style="height: 352px;overflow: hidden;margin: 0;">
  26. <form id="form" class="form-horizontal" method="POST" style="background: white;" action="javascript:void(0)">
  27. <fieldset>
  28. <legend>Injury Request Form</legend>
  29. <input type="hidden" id="injury" ame="injury" value="head"/>
  30.  
  31. <%
  32. String id = (String) session.getAttribute("id");
  33. %>
  34. <input type="hidden" name="user" id="userid" value="${id}"/>
  35. <div class="form-group">
  36. <label for="select" class="col-lg-2 control-label">Select your pain</label>
  37. <textarea class="form-control empty" rows="3" id="textArea" name="info">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement