Project

General

Profile

« Previous | Next » 

Revision 4557

Added by daigle over 15 years ago

Added header and footer sections that allow admin to log in as different user and to see user documentation.

View differences:

properties-configuration.jsp
38 38

  
39 39
</head>
40 40
<body>
41
<%@ include file="./header-section.jsp"%>
42

  
41 43
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> 
42
<h2>MetaCat Properties Configuration</h2>
44
<h2>Metacat Properties Configuration</h2>
43 45

  
44
<p>Enter MetaCat System properties here.  All Fields must be filled in before saving.
46
<p>Enter Metacat System properties here.  All Fields must be filled in before saving.
45 47
</p>
46 48
<br clear="right"/>
47 49

  
......
143 145

  
144 146
</form>
145 147

  
148
<%@ include file="./footer-section.jsp"%>
149

  
146 150
</body>
147 151
</html>

Also available in: Unified diff