~intrahealth+informatics/+junk/ihris-meta

« back to all changes in this revision

Viewing changes to i2ce-ihris-manage-site-demo/templates/en_US/main.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
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
 
<html>
5
 
<head>
6
 
<title>iHRIS Manage</title>
7
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
 
<meta http-equiv="content-language" content="en-us" />
9
 
<meta name="robots" content="all" />
10
 
<meta http-equiv="imagetoolbar" content="false" />
11
 
<meta name="MSSmartTagsPreventParsing" content="true" />
12
 
<meta name="author" content="Development by IntraHealth International, Inc.  http://www.intrahealth.org/  Website graphic design by DesignHammer Media Group LLC, Building Smarter Websites http://www.designhammer.com" />
13
 
<meta name="copyright" content="" />
14
 
<meta name="Description" content="" />
15
 
<meta name="Keywords" content="" />
16
 
<link rel="Shortcut Icon" href="file/favicon.ico" />
17
 
<link rel="stylesheet" href="file/container-print.css" type="text/css" media="print" />
18
 
<style type="text/css" media="screen">
19
 
        @import url(file/container-screen.css);
20
 
</style>
21
 
<!--[if lt IE 7]><link href="file/iehacks.css?newman" rel="stylesheet" type="text/css" media="screen" /><![endif]-->
22
 
<script type="text/javascript"></script>
23
 
</head>
24
 
<body>
25
 
 
26
 
<div id="siteHeadWrap"><!-- ie6 redundant tag fix -->
27
 
<div id="siteHeader">
28
 
 
29
 
<a name="top"><img src="file/iHRISManage_logo.png" alt="" width="62" height="62" id="siteLogo" /></a>
30
 
<p id="siteName">iHRIS Manage</p>
31
 
<p id="siteTag">Demonstration Site</p>
32
 
 
33
 
<div id="inlineNavWrap"><!-- ie6 redundant tag fix -->
34
 
<div id="inlineNavBar">
35
 
<ul>
36
 
        <li role='any'><a href="home">Home</a></li>
37
 
        <span type='module' name='ihris-manage-help' ifenabled='true'>  
38
 
          <li><a href="file/help/index.html"
39
 
          target="_help">Help</a></li>
40
 
        </span>
41
 
        <li role="NOT_LOGGED_IN"><a href="http://www.capacityproject.org/hris/contact">Feedback</a></li>
42
 
        <li role='any'><a href="feedback">Feedback</a></li>
43
 
        <li><a href="http://www.capacityproject.org/hris/">iHRIS Website</a></li>
44
 
</ul>
45
 
<ul id="sysUser" role='any'>
46
 
        <li><a href="logout" class="logout"><span printf="'Log out as %s',ihris-common->getUserRole()" /></a></li>
47
 
</ul>
48
 
</div><!-- /inlineNavBar -->
49
 
</div><!-- /inlineNavWrap -->
50
 
 
51
 
<div id="welcomeIntro" />
52
 
 
53
 
</div><!-- /siteHeader -->
54
 
</div><!-- /siteHeadWrap -->
55
 
 
56
 
<div id="siteOuterWrap">
57
 
 
58
 
<div id="siteInnerWrap">
59
 
 
60
 
<div id="siteContent" />
61
 
 
62
 
 
63
 
        <br style="clear: both;" />
64
 
 
65
 
</div><!-- /siteInnerWrap -->
66
 
 
67
 
<div id='StretchPage'></div>
68
 
<div id="siteFooter">
69
 
iHRIS Manage Version: <span type='module' call="ihris-common->showModuleVersion('ihris-manage')"/>
70
 
<span type='module' call='localeSelector->showSelectableLocales()'></span>
71
 
</div><!-- /siteFooter -->
72
 
</div><!-- /siteOuterWrap -->
73
 
 
74
 
</body>
75
 
</html>