Revision 4258
Added by daigle over 16 years ago
geoserver-configuration.jsp | ||
---|---|---|
39 | 39 |
</head> |
40 | 40 |
<body> |
41 | 41 |
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> |
42 |
<h2>MetaCat Properties Configuration</h2>
|
|
42 |
<h2>Geoserver Configuration</h2>
|
|
43 | 43 |
|
44 | 44 |
<p>Reset the geoserver password here. If there are any issues, or you want to defer the password |
45 | 45 |
reset until later, choose to bypass this screen. You can configure the password later by |
... | ... | |
55 | 55 |
|
56 | 56 |
<h3>Geoserver Password Configuration</h3> |
57 | 57 |
<hr class="config-line"> |
58 |
<table class="config-section"> |
|
59 |
<tr> |
|
60 |
<td class="config-property-label"> |
|
61 |
<label for="geoserver.username" title="Geoserver user name">User Name</label> |
|
62 |
</td> |
|
63 |
<td class="config-property-input" > |
|
64 |
<input id="geoserver.username" |
|
58 |
|
|
59 |
<div class="form-row"> |
|
60 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
61 |
onClick="helpWindow('<%= request.getContextPath() %>','geoserverconfiguration.html')"/> |
|
62 |
<div class="textinput-label"><label for="geoserver.username" title="Geoserver user name">User Name</label></div> |
|
63 |
<input class="textinput" id="geoserver.username" |
|
65 | 64 |
name="geoserver.username" |
66 | 65 |
value="<%= request.getAttribute("geoserver.username") %>"/> |
67 |
</td> |
|
68 |
<td class="config-question-mark"> |
|
69 |
<img src="style/images/question-mark.gif" |
|
70 |
alt="Geoserver user name" |
|
66 |
</div> |
|
67 |
<div class="form-row"> |
|
68 |
<img class="question-mark" src="style/images/question-mark.gif" |
|
71 | 69 |
onClick="helpWindow('<%= request.getContextPath() %>','geoserverconfiguration.html')"/> |
72 |
</td> |
|
73 |
</tr> |
|
74 |
<tr> |
|
75 |
<td class="config-property-label"> |
|
76 |
<label for="geoserver.password" title="Geoserver user name">Password</label> |
|
77 |
</td> |
|
78 |
<td class="config-property-input" > |
|
79 |
<input id="geoserver.password" |
|
70 |
<div class="textinput-label"><label for="geoserver.password" title="Geoserver user name">Password</label></div> |
|
71 |
<input class="textinput" id="geoserver.password" |
|
80 | 72 |
name="geoserver.password" |
81 | 73 |
type="password" |
82 | 74 |
value="<%= request.getAttribute("geoserver.password") %>"/> |
83 |
</td> |
|
84 |
<td class="config-question-mark"> |
|
85 |
<img src="style/images/question-mark.gif" |
|
86 |
alt="Geoserver user name" |
|
87 |
onClick="helpWindow('<%= request.getContextPath() %>','geoserverconfiguration.html')"/> |
|
88 |
</td> |
|
89 |
</tr> |
|
90 |
</table> |
|
75 |
</div> |
|
91 | 76 |
|
92 | 77 |
<input type="hidden" name="configureType" value="geoserver"/> |
93 | 78 |
<input type="hidden" name="processForm" value="true"/> |
Also available in: Unified diff
Replace tables with css