Revision 4557
Added by daigle about 16 years ago
skins-configuration.jsp | ||
---|---|---|
44 | 44 |
|
45 | 45 |
</head> |
46 | 46 |
<body> |
47 |
<%@ include file="./header-section.jsp"%> |
|
48 |
|
|
47 | 49 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
48 | 50 |
<h2>Skins Configuration</h2> |
49 | 51 |
|
... | ... | |
58 | 60 |
<h3>Skins Configuration</h3> |
59 | 61 |
<hr class="config-line"> |
60 | 62 |
<div class="heading-comment"> |
61 |
Choose and configure the skins that will be available in this instance of MetaCat
|
|
63 |
Choose and configure the skins that will be available in this instance of Metacat
|
|
62 | 64 |
</div><br> |
63 | 65 |
|
64 | 66 |
<% |
... | ... | |
223 | 225 |
|
224 | 226 |
</form> |
225 | 227 |
|
228 |
<%@ include file="./footer-section.jsp"%> |
|
229 |
|
|
226 | 230 |
</body> |
227 | 231 |
</html> |
Also available in: Unified diff
Added header and footer sections that allow admin to log in as different user and to see user documentation.