~intrahealth+informatics/+junk/ihris-meta

« back to all changes in this revision

Viewing changes to i2ce-ihris-manage-site-demo/pages/badness.html

  • Committer: Mark A. Hershberger
  • Date: 2009-09-03 17:42:45 UTC
  • Revision ID: mhershberger@intrahealth.org-20090903174245-1mi3j3ig7r2uui34
Add blank site, move sample data to separate package from -all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
  <head>
3
 
    <title>Oops</title>
4
 
  </head>
5
 
  <body>
6
 
    Badness Happened.
7
 
    <br/>
8
 
    Such is Life.
9
 
    <br/>
10
 
    Contact your system administrator if this happens again.
11
 
    <form method='post' action='dosomething.php'>
12
 
      <h3>Email Address:</h3>
13
 
      <p>Where can we contact your if we need more information</p>
14
 
      <input name='email'/>
15
 
      <h3>Problem:</h3>
16
 
      <p>What were you trying to do when this problem occured</p>
17
 
      <textarea rows='6' cols='50'></textarea>
18
 
      <input type='hidden' name='error_message' value='{{ERRORMESSAGE}}'/>
19
 
      <br/>
20
 
      <input type='submit' value='Send'/>
21
 
    </form>
22
 
  </body>
23
 
</html>
 
 
b'\\ No newline at end of file'