Revision 8551
Added by Jing Tao almost 11 years ago
default-user-management.jsp | ||
---|---|---|
39 | 39 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
40 | 40 |
<html> |
41 | 41 |
<head> |
42 |
<title>Metacat Data Catalog </title> |
|
43 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
44 |
<link rel="stylesheet" type="text/css" href="<%=STYLE_SKINS_URL%>/<%=CFG%>/<%=CFG%>.css"> |
|
45 |
<script language="javascript" type="text/javascript" src="<%=STYLE_SKINS_URL%>/<%=CFG%>/<%=CFG%>.js"></script> |
|
46 |
<script language="javascript" type="text/javascript" src="branding.js"></script> |
|
42 |
<title>Metacat Default User Management</title> |
|
43 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
44 |
<%@ include file="../../admin/head-section.jsp"%> |
|
47 | 45 |
</head> |
48 | 46 |
<body> |
49 |
<script language="javascript"> |
|
50 |
insertTemplateOpening("<%=CONTEXT_URL%>"); |
|
51 |
</script> |
|
52 |
<p>Please contact the administrator( <%=email%> ) to get a new account or reset password. |
|
47 |
|
|
48 |
<%@ include file="../../admin/header-section.jsp"%> |
|
49 |
<div class="document"> |
|
50 |
<p>Please contact the administrator( <%=email%> ) to get a new account or reset password. |
|
51 |
</div> |
|
53 | 52 |
|
54 |
<script language="javascript"> |
|
55 |
insertTemplateClosing("<%=CONTEXT_URL%>"); |
|
56 |
</script> |
|
57 | 53 |
</body> |
58 | 54 |
</html> |
Also available in: Unified diff
Use the default metacatui theme to replace the skin name.