Revision 3780
Added by daigle over 16 years ago
metacatlogin.jsp | ||
---|---|---|
36 | 36 |
<html> |
37 | 37 |
|
38 | 38 |
<head> |
39 |
<link href="<%=relativeRoot%>/lter.css" rel="stylesheet" type="text/css">
|
|
39 |
<link href="<%=STYLE_SKINS_URL%>/lter/lter.css" rel="stylesheet" type="text/css">
|
|
40 | 40 |
<title> |
41 | 41 |
LTER Data Catalog Login |
42 | 42 |
</title> |
... | ... | |
54 | 54 |
</head> |
55 | 55 |
|
56 | 56 |
<body> |
57 |
<form name="loginForm" method="POST" action="<%=relativeRoot%>/metacatloginforward.jsp" target="_top" onsubmit="return validateLoginForm(this)">
|
|
57 |
<form name="loginForm" method="POST" action="<%=STYLE_SKINS_URL%>/lter/metacatloginforward.jsp" target="_top" onsubmit="return validateLoginForm(this)">
|
|
58 | 58 |
<table cellpadding="4" cellspacing="0"> |
59 | 59 |
<tr> |
60 | 60 |
<td colspan="3" align="left"> |
Also available in: Unified diff
Changes to remove ANT tokens for the turnkey install project