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:
parent
01adeb7d18
commit
d4fe92441c
2 changed files with 13 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body ${requestScope.bodyAttr}>
|
<body ${requestScope.bodyAttr}>
|
||||||
<div id="wrap" class="container">
|
<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">
|
<div id="header">
|
||||||
<jsp:include page="/${themeDir}jsp/identity.jsp" flush="true"/>
|
<jsp:include page="/${themeDir}jsp/identity.jsp" flush="true"/>
|
||||||
<jsp:include page="/${themeDir}jsp/menu.jsp" flush="true"/>
|
<jsp:include page="/${themeDir}jsp/menu.jsp" flush="true"/>
|
||||||
|
|
|
@ -225,6 +225,18 @@ table#head{
|
||||||
margin:0;
|
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 *********************************/
|
/************** header search form *********************************/
|
||||||
|
|
||||||
td#SearchArea {
|
td#SearchArea {
|
||||||
|
|
Loading…
Add table
Reference in a new issue