~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/manage/sites/Demo/templates/en_US/main.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
<?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/" target="_new">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>