Project

General

Profile

« Previous | Next » 

Revision 4176

Added by daigle almost 16 years ago

Fix question mark help links

View differences:

skins-configuration.jsp
41 41
<link rel="stylesheet" type="text/css" 
42 42
        href="<%= request.getContextPath() %>/admin/admin.css"></link>
43 43
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/admin/admin.js"></script>
44
<script language="JavaScript" type="text/JavaScript" src="<%= request.getContextPath() %>/help/help.js"></script>
45 44

  
46

  
47 45
</head>
48 46
<body>
49 47
<img src="<%= request.getContextPath() %>/metacat-logo.png" width="100px" align="right"/> 
......
98 96
		} 
99 97
%>
100 98
			</td> 
101
			<td class="config-question-mark">
102
				<img src="style/images/question-mark.gif"
103
						alt="blah"
104
						title="blah"/>
105
			</td>
106 99
		</tr>
107 100
	</table>
108 101
	<table class="config-section-hiding" 
......
138 131
%>
139 132
					name="default-flag" id="<%= skinName %>-radio" value="<%= skinName %>" onChange="toggleHiddenDefaultText('default-flag', '<%= skinName %>')"/>
140 133
				</td>
141
				<td class="config-question-mark">
142
					<img src="style/images/question-mark.gif" 
143
							alt="boffo" 
144
							title="biffo"/><br>
145
				</td>
146 134
			</tr>
147 135
<%
148 136
			for (Integer propertyKey : propertyKeys) {
......
171 159
				</td>
172 160
				<td class="config-question-mark"> 
173 161
					<img src="style/images/question-mark.gif" 
174
							alt="<%= metaDataProperty.getDescription() %>" 
175
							title="<%= metaDataProperty.getDescription() %>"/><br/>
162
						 alt="<%= metaDataProperty.getDescription() %>" 
163
						 onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')""/><br/>
176 164
				</td>
177 165

  
178 166
<%		
......
188 176
				</td>
189 177
				<td class="config-question-mark"> 
190 178
					<img src="style/images/question-mark.gif" 
191
							alt="<%= metaDataProperty.getDescription() %>" 
192
							title="<%= metaDataProperty.getDescription() %>"/><br/>
179
						 alt="<%= metaDataProperty.getDescription() %>" 
180
						 onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/><br/>
193 181
				</td>
194 182
<%		
195 183
				} else {
......
204 192
							alt="<%= metaDataProperty.getDescription() %>"/>	           		    
205 193
				</td>
206 194
				<td class="config-question-mark"> 
207
					<img src="style/images/question-mark.gif" onClick="helpWindow('ldap_url_help.html')"/><br/>
195
					<img src="style/images/question-mark.gif" 
196
						 alt="<%= metaDataProperty.getDescription() %>"
197
						 onClick="helpWindow('<%= request.getContextPath() %>','<%= metaDataProperty.getHelpFile() %>')"/><br/>
208 198
				</td>
209 199
<%   			
210 200
				}									

Also available in: Unified diff