~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/accessDenied.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
        <title>DHIS 2</title>
 
4
        <style>
 
5
        *
 
6
        {
 
7
                font-family: tahoma, sans-serif;
 
8
        }
 
9
 
 
10
        p
 
11
        {
 
12
                font-size: 10pt;
 
13
        }
 
14
        </style>
 
15
</head>
 
16
<body>
 
17
 
 
18
## -------------------------------------------------------------------------- ##
 
19
 
 
20
<h2>$i18n.getString( "access_denied" )</h2>
 
21
 
 
22
<p>$encoder.htmlEncode( $i18n.getString( "access_denied_message" ) )</p>
 
23
 
 
24
<p><input type="button" value="$encoder.htmlEncode( $i18n.getString( "go_back" ) )" onclick="window.history.back()"></p>
 
25
 
 
26
## -------------------------------------------------------------------------- ##
 
27
 
 
28
</body>
 
29
</html>