Converted tab to spaces.
This commit is contained in:
parent
856b38dc63
commit
3ca081aa86
6 changed files with 247 additions and 244 deletions
|
@ -3,335 +3,335 @@
|
||||||
/******************* styles copied from old global.css.jsp ********************************/
|
/******************* styles copied from old global.css.jsp ********************************/
|
||||||
|
|
||||||
.buttonForm {
|
.buttonForm {
|
||||||
margin-top : 0;
|
margin-top : 0;
|
||||||
margin-bottom : 0;
|
margin-bottom : 0;
|
||||||
margin-right : 0;
|
margin-right : 0;
|
||||||
margin-left : 0.5em;
|
margin-left : 0.5em;
|
||||||
padding-bottom : 0.5em;
|
padding-bottom : 0.5em;
|
||||||
color : #444444;
|
color : #444444;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
line-height : 16px;
|
line-height : 16px;
|
||||||
min-height : 100px;
|
min-height : 100px;
|
||||||
display : inline;
|
display : inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm {
|
.editingForm {
|
||||||
margin-top : 0;
|
margin-top : 0;
|
||||||
margin-bottom : 0;
|
margin-bottom : 0;
|
||||||
margin-right : 0;
|
margin-right : 0;
|
||||||
margin-left : 0;
|
margin-left : 0;
|
||||||
padding-bottom : 1em;
|
padding-bottom : 1em;
|
||||||
color : #444444;
|
color : #444444;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
line-height : 16px;
|
line-height : 16px;
|
||||||
background-color : #eee; /* cals+vivo themes were: #dddddd; */
|
background-color : #eee; /* cals+vivo themes were: #dddddd; */
|
||||||
min-height : 100px;
|
min-height : 100px;
|
||||||
font-size : 0.9em;
|
font-size : 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm table {
|
.editingForm table {
|
||||||
text-align : left;
|
text-align : left;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : black;
|
border-color : black;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm td{
|
.editingForm td{
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 2px 2px 2px 2px;
|
||||||
font-size : 1em;
|
font-size : 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.verticalfieldlabel {
|
td.verticalfieldlabel {
|
||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
line-height : 13px;
|
line-height : 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .entryFormHead {
|
.editingForm .entryFormHead {
|
||||||
text-align : center;
|
text-align : center;
|
||||||
padding : 0.2em;
|
padding : 0.2em;
|
||||||
background-color: #f8f8c8;
|
background-color: #f8f8c8;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : black;
|
border-color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .entryFormHead h2{
|
.editingForm .entryFormHead h2{
|
||||||
margin : 0.1em;
|
margin : 0.1em;
|
||||||
padding : 0em;
|
padding : 0em;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .entryFormHead h3{
|
.editingForm .entryFormHead h3{
|
||||||
margin : 0.1em;
|
margin : 0.1em;
|
||||||
padding : 0em;
|
padding : 0em;
|
||||||
font-size : 1.2em;
|
font-size : 1.2em;
|
||||||
font-weight: 600; /* cals theme was: 650 */
|
font-weight: 600; /* cals theme was: 650 */
|
||||||
color : red;
|
color : red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .entryFormHead .entryFormHeadInstructions {
|
.editingForm .entryFormHead .entryFormHeadInstructions {
|
||||||
margin : 0em;
|
margin : 0em;
|
||||||
padding : 0em;
|
padding : 0em;
|
||||||
font-size : 0.8em;
|
font-size : 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .form-item {
|
.editingForm .form-item {
|
||||||
background-color: #FAFAD2;
|
background-color: #FAFAD2;
|
||||||
border-color : #2E440C;
|
border-color : #2E440C;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editingForm .form-button {
|
.editingForm .form-button {
|
||||||
background-color: #ccf;
|
background-color: #ccf;
|
||||||
border-color : #ccf;
|
border-color : #ccf;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size : 1em;
|
font-size : 1em;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
width : auto;
|
width : auto;
|
||||||
overflow : visible;
|
overflow : visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.form-row-even {
|
tr.form-row-even {
|
||||||
background-color : #e9f0ff;
|
background-color : #e9f0ff;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.form-row-odd {
|
tr.form-row-odd {
|
||||||
background-color : #e9f9ff;
|
background-color : #e9f9ff;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-editingRow {
|
.form-editingRow {
|
||||||
background-color: #ff9;
|
background-color: #ff9;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* DWR apparently no longer used
|
/* DWR apparently no longer used
|
||||||
.form-subEditingRow {
|
.form-subEditingRow {
|
||||||
background-color : #ffb;
|
background-color : #ffb;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
table.form-background td {
|
table.form-background td {
|
||||||
padding-left : 1em;
|
padding-left : 1em;
|
||||||
padding-right : 1em;
|
padding-right : 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.form-background td form {
|
table.form-background td form {
|
||||||
padding : 0.2em;
|
padding : 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-background {
|
.form-background {
|
||||||
background-color : #C8D8F8;
|
background-color : #C8D8F8;
|
||||||
border-color : #CCCCFF;
|
border-color : #CCCCFF;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-background.vclass {
|
.form-background.vclass {
|
||||||
background-color : #E05550;
|
background-color : #E05550;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-background.property {
|
.form-background.property {
|
||||||
background-color : #A8F0A0;
|
background-color : #A8F0A0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.form-table-head {
|
.form-table-head {
|
||||||
background-color: #ccf;
|
background-color: #ccf;
|
||||||
border-color : #eec;
|
border-color : #eec;
|
||||||
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
margin-top : 2px;
|
margin-top : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navlinkblock {
|
.navlinkblock {
|
||||||
color : black; /*#4B0082;*/
|
color : black; /*#4B0082;*/
|
||||||
font-family : Verdana,Arial, Helvetica, sans-serif;
|
font-family : Verdana,Arial, Helvetica, sans-serif;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
margin-top : 1px;
|
margin-top : 1px;
|
||||||
margin-bottom : 1px;
|
margin-bottom : 1px;
|
||||||
padding-top : 1px;
|
padding-top : 1px;
|
||||||
padding-bottom : 4px;
|
padding-bottom : 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.editformcell {
|
td.editformcell {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.editformcell select {
|
td.editformcell select {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
.database_header {
|
.database_header {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.database_upperleftcorner {
|
.database_upperleftcorner {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.database_upperleftcenter {
|
.database_upperleftcenter {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rownumheader {
|
.rownumheader {
|
||||||
background-color: #B0C4DE;
|
background-color: #B0C4DE;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.headercenter {
|
.headercenter {
|
||||||
background-color: #9370DB;
|
background-color: #9370DB;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postheader {
|
.postheader {
|
||||||
background-color: #E6E6FA;
|
background-color: #E6E6FA;
|
||||||
color : #777777;
|
color : #777777;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.database_postheader {
|
.database_postheader {
|
||||||
background-color: #E6E6FA;
|
background-color: #E6E6FA;
|
||||||
color : #777777;
|
color : #777777;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postheadercenter {
|
.postheadercenter {
|
||||||
background-color: #E6E6FA;
|
background-color: #E6E6FA;
|
||||||
color : #4682B4;
|
color : #4682B4;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postheaderright {
|
.postheaderright {
|
||||||
background-color: #E6E6FA;
|
background-color: #E6E6FA;
|
||||||
color : #4682B4;
|
color : #4682B4;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.verticalfieldlabel {
|
.verticalfieldlabel {
|
||||||
background-color: #DEDEDF;
|
background-color: #DEDEDF;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Verdana, Arial, Helvetica, sans-serif;
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size : 8pt;
|
font-size : 8pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
vertical-align : top;
|
vertical-align : top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row, .rowvert {
|
.row, .rowvert {
|
||||||
background-color: #F0FFFF;
|
background-color: #F0FFFF;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rowalternate {
|
.rowalternate {
|
||||||
background-color: #F8F8FF;
|
background-color: #F8F8FF;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rowbold {
|
.rowbold {
|
||||||
background-color: #FFFAFA;
|
background-color: #FFFAFA;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rownum {
|
.rownum {
|
||||||
background-color: #87CEFA;
|
background-color: #87CEFA;
|
||||||
color : black;
|
color : black;
|
||||||
font-family : Arial, Helvetica, sans-serif;
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
font-style : normal;
|
font-style : normal;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.entityRelationsSpan {
|
span.entityRelationsSpan {
|
||||||
padding-top : 4px;
|
padding-top : 4px;
|
||||||
margin : 0 0 0 1em;
|
margin : 0 0 0 1em;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
font-size : 90%;
|
font-size : 90%;
|
||||||
color : #2E440C;
|
color : #2E440C;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
form {
|
form {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form p {
|
.form p {
|
||||||
|
@ -16,29 +16,29 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
form textarea {
|
form textarea {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
form a:link.cancel, form a:visited.cancel {
|
form a:link.cancel, form a:visited.cancel {
|
||||||
color: #f70;
|
color: #f70;
|
||||||
border-color: #f70;
|
border-color: #f70;
|
||||||
}
|
}
|
||||||
|
|
||||||
form a:hover.cancel {
|
form a:hover.cancel {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #f70;
|
background: #f70;
|
||||||
}
|
}
|
||||||
|
|
||||||
form select option{
|
form select option{
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form dl {
|
form dl {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form dl dt, form dl dd {
|
form dl dt, form dl dd {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.validationError {
|
.validationError {
|
||||||
|
|
|
@ -5,20 +5,20 @@ Please see documentation at https://confluence.cornell.edu/display/ennsrd/Google
|
||||||
|
|
||||||
<#--
|
<#--
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
try {
|
try {
|
||||||
var pageTracker = _gat._getTracker("UA-5164622-5");
|
var pageTracker = _gat._getTracker("UA-5164622-5");
|
||||||
pageTracker._setDomainName("vivo.cornell.edu");
|
pageTracker._setDomainName("vivo.cornell.edu");
|
||||||
pageTracker._setAllowLinker(true);
|
pageTracker._setAllowLinker(true);
|
||||||
pageTracker._trackPageview();
|
pageTracker._trackPageview();
|
||||||
|
|
||||||
var rollupTracker = _gat._getTracker("UA-12531954-1");
|
var rollupTracker = _gat._getTracker("UA-12531954-1");
|
||||||
rollupTracker._setDomainName("none");
|
rollupTracker._setDomainName("none");
|
||||||
rollupTracker._setAllowLinker(true);
|
rollupTracker._setAllowLinker(true);
|
||||||
rollupTracker._trackPageview(location.host+location.pathname);
|
rollupTracker._trackPageview(location.host+location.pathname);
|
||||||
}
|
}
|
||||||
|
|
||||||
catch(err) {}
|
catch(err) {}
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
<ul id="header-nav">
|
<ul id="header-nav">
|
||||||
<#if loginName??>
|
<#if loginName??>
|
||||||
<li><span class="pictos-arrow-10">U</span> ${loginName}</li>
|
<li><span class="pictos-arrow-10">U</span> ${loginName}</li>
|
||||||
<li><a href="${urls.logout}">Log out</a></li>
|
<li><a href="${urls.logout}">Log out</a></li>
|
||||||
<li><a href="${urls.siteAdmin}">Site Admin</a></li>
|
<li><a href="${urls.siteAdmin}">Site Admin</a></li>
|
||||||
<#else>
|
<#else>
|
||||||
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>
|
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
<li><a href="#">Faculty Member<span class="count-individuals"> (18,080)</span></a></li>
|
<li><a href="#">Faculty Member<span class="count-individuals"> (18,080)</span></a></li>
|
||||||
<li><a class="selected" href="#">Graduate Student<span class="count-individuals"> (2,550)</span></a></li>
|
<li><a class="selected" href="#">Graduate Student<span class="count-individuals"> (2,550)</span></a></li>
|
||||||
<li><a href="#">Librarian <span class="count-individuals"> (1,280)</span></a></li>
|
<li><a href="#">Librarian <span class="count-individuals"> (1,280)</span></a></li>
|
||||||
<li><a href="#">Non-Academic <span class="count-individuals"> (280)</span></a></li>
|
<li><a href="#">Non-Academic <span class="count-individuals"> (280)</span></a></li>
|
||||||
<li><a href="#">Non-Faculty Academic <span class="count-individuals"> (2,380)</span></a></li>
|
<li><a href="#">Non-Faculty Academic <span class="count-individuals"> (2,380)</span></a></li>
|
||||||
<li><a href="#">Person<span class="count-individuals"> (2,480)</span></a></li>
|
<li><a href="#">Person<span class="count-individuals"> (2,480)</span></a></li>
|
||||||
<li><a href="#">Postdoc <span class="count-individuals"> (1,380)</span></a></li>
|
<li><a href="#">Postdoc <span class="count-individuals"> (1,380)</span></a></li>
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header id="branding">
|
<header id="branding">
|
||||||
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h2>
|
<h1 class="vivo-logo"><a href="${urls.home}"><span class="displace">${siteName}</span></a></h2>
|
||||||
<!-- Since we are using a graphic text for the tagline, we won't render ${siteTagline}
|
<!-- Since we are using a graphic text for the tagline, we won't render ${siteTagline}
|
||||||
<#if siteTagline?has_content>
|
<#if siteTagline?has_content>
|
||||||
|
@ -87,6 +87,9 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div id="wrapper-content">
|
<div id="wrapper-content">
|
||||||
|
<#-- mb863: using for now until we have controllers page.ftl to render the two templates commented below-->
|
||||||
|
<#--<#include "menupage/menupage.ftl">-->
|
||||||
|
<#--<#include "menupage/menupage--classgroup-people.ftl">-->
|
||||||
${body}
|
${body}
|
||||||
</div> <!-- #wrapper-content -->
|
</div> <!-- #wrapper-content -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue