~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/dhis-web-commons/i18n/goback.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></TITLE>
 
4
<SCRIPT Language="JavaScript">
 
5
function goBack(){
 
6
    location.href = unescape('$returnUrl');
 
7
}
 
8
</SCRIPT>
 
9
</HEAD>
 
10
 
 
11
<BODY onLoad="goBack()">
 
12
 
 
13
Should have been forwarded <a href="$returnUrl">here</a>.
 
14
 
 
15
</BODY>
 
16
</HTML>
 
 
b'\\ No newline at end of file'