Project

General

Profile

« Previous | Next » 

Revision 7423

correct the "?" links in the admin pages to the docs pages that are deployed as part of metacat.

View differences:

geoserver-configuration.jsp
62 62
	
63 63
	<div class="form-row">
64 64
		<img class="question-mark" src="style/images/question-mark.gif" 
65
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GEOSERVER_DATA_DIR')"/>
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" 
68 68
				name="geoserver.GEOSERVER_DATA_DIR" 	             		    	    	           		    	             			
......
70 70
	</div>
71 71
	<div class="form-row">
72 72
		<img class="question-mark" src="style/images/question-mark.gif" 
73
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GEOSERVER_REGENERATE_CACHE')"/>
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

  
76 76
		<%
......
90 90
	</div>
91 91
	<div class="form-row">
92 92
		<img class="question-mark" src="style/images/question-mark.gif" 
93
			onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GeoserverContext')"/>
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" 
96 96
				name="geoserver.context" 	             		    	    	           		    	             			
......
99 99
	<hr class="config-line">
100 100
	<div class="form-row">
101 101
				<img class="question-mark" src="style/images/question-mark.gif" 
102
	           		 onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GeoserverUpdatePassword')"/>
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" 
105 105
					   name="geoserver.username" readonly="readonly" 		    	    	           		    	             			
......
107 107
	</div>
108 108
	<div class="form-row">
109 109
				<img class="question-mark" src="style/images/question-mark.gif" 
110
	           		 onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#GeoserverUpdatePassword')"/>
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" 
113 113
					   name="geoserver.password" 

Also available in: Unified diff