Revision 7424
Added by ben leinfelder about 12 years ago
geoserver-configuration.jsp | ||
---|---|---|
61 | 61 |
<hr class="config-line"> |
62 | 62 |
|
63 | 63 |
<div class="form-row"> |
64 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
64 |
<img class="question-mark" src="style/images/help.png"
|
|
65 | 65 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_DATA_DIR')"/> |
66 | 66 |
<div class="textinput-label"><label for="geoserver.context" title="Geoserver data directory">Geoserver Data Directory</label></div> |
67 | 67 |
<input class="textinput" id="geoserver.GEOSERVER_DATA_DIR" |
... | ... | |
69 | 69 |
value="<%= request.getAttribute("geoserver.GEOSERVER_DATA_DIR") %>"/> |
70 | 70 |
</div> |
71 | 71 |
<div class="form-row"> |
72 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
72 |
<img class="question-mark" src="style/images/help.png"
|
|
73 | 73 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_REGENERATE_CACHE')"/> |
74 | 74 |
<div class="textinput-label"><label for="spatial.regenerateCacheOnRestart" title="Regenerate spatial cache">Regenerate spatial cache</label></div> |
75 | 75 |
|
... | ... | |
89 | 89 |
|
90 | 90 |
</div> |
91 | 91 |
<div class="form-row"> |
92 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
92 |
<img class="question-mark" src="style/images/help.png"
|
|
93 | 93 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverContext')"/> |
94 | 94 |
<div class="textinput-label"><label for="geoserver.context" title="Geoserver context">Context</label></div> |
95 | 95 |
<input class="textinput" id="geoserver.context" |
... | ... | |
98 | 98 |
</div> |
99 | 99 |
<hr class="config-line"> |
100 | 100 |
<div class="form-row"> |
101 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
101 |
<img class="question-mark" src="style/images/help.png"
|
|
102 | 102 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"/> |
103 | 103 |
<div class="textinput-label"><label for="geoserver.username" title="Geoserver user name">User Name</label></div> |
104 | 104 |
<input class="textinput" id="geoserver.username" |
... | ... | |
106 | 106 |
value="<%= request.getAttribute("geoserver.username") %>"/> |
107 | 107 |
</div> |
108 | 108 |
<div class="form-row"> |
109 |
<img class="question-mark" src="style/images/question-mark.gif"
|
|
109 |
<img class="question-mark" src="style/images/help.png"
|
|
110 | 110 |
onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"/> |
111 | 111 |
<div class="textinput-label"><label for="geoserver.password" title="Geoserver user name">Password</label></div> |
112 | 112 |
<input class="textinput" id="geoserver.password" |
Also available in: Unified diff
use sleeker "?" icon for the admin help links