~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/sites/ihris-manage/pages/badness.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

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'