1. Testing the svn commit privileges.

2. Adding a notification at the top of each page re: this web portal being a research instance.
This commit is contained in:
cdtank 2010-06-19 01:07:19 +00:00
parent 01adeb7d18
commit d4fe92441c
2 changed files with 13 additions and 0 deletions

View file

@ -61,6 +61,7 @@
</head>
<body ${requestScope.bodyAttr}>
<div id="wrap" class="container">
<div id="research_instance">This is a research instance. Not the <a href="http://vivo.iu.edu/">official IU VIVO instance</a>.</div>
<div id="header">
<jsp:include page="/${themeDir}jsp/identity.jsp" flush="true"/>
<jsp:include page="/${themeDir}jsp/menu.jsp" flush="true"/>

View file

@ -223,6 +223,18 @@ table#head{
#header img{
margin:0;
}
#research_instance {
background-color:red;
color:white;
font-size:1.25em;
font-weight:bold;
text-align:center;
}
#research_instance a {
color:white;
}
/************** header search form *********************************/