Revision 9510
Added by Jing Tao almost 9 years ago
lib/admin/ezid-configuration.jsp | ||
---|---|---|
1 |
<%@ page language="java" %> |
|
1 |
-<%@ page language="java" %>
|
|
2 | 2 |
<%@ page import="java.util.Set,java.util.Map,java.util.Vector,edu.ucsb.nceas.utilities.PropertiesMetaData" %> |
3 | 3 |
<%@ page import="edu.ucsb.nceas.utilities.MetaDataGroup,edu.ucsb.nceas.utilities.MetaDataProperty" %> |
4 | 4 |
<% |
... | ... | |
68 | 68 |
name="guid.ezid.enabled" |
69 | 69 |
value="true"/> |
70 | 70 |
<% } %> |
71 |
<!--<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_REGENERATE_CACHE')"></i> -->
|
|
71 |
<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/metacat-properties.html#guid-ezid-enabled')"></i>
|
|
72 | 72 |
</div> |
73 | 73 |
<div class="form-row"> |
74 | 74 |
<div class="textinput-label"><label for="guid.ezid.username" title="EZID user name">User Name</label></div> |
75 | 75 |
<input class="textinput" id="guid.ezid.username" |
76 | 76 |
name="guid.ezid.username" |
77 | 77 |
value="<%= request.getAttribute("guid.ezid.username") %>"/> |
78 |
<!--<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"></i> -->
|
|
78 |
<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/metacat-properties.html#guid-ezid-username')"></i>
|
|
79 | 79 |
</div> |
80 | 80 |
<div class="form-row"> |
81 | 81 |
<div class="textinput-label"><label for="guid.ezid.password" title="Password">Password</label></div> |
... | ... | |
83 | 83 |
name="guid.ezid.password" |
84 | 84 |
type="password" |
85 | 85 |
value="<%= request.getAttribute("guid.ezid.password") %>"/> |
86 |
<!--<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverUpdatePassword')"></i>-->
|
|
86 |
<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/metacat-properties.html#guid-ezid-password')"></i>
|
|
87 | 87 |
</div> |
88 | 88 |
<div class="form-row"> |
89 | 89 |
<div class="textinput-label"><label for="guid.ezid.baseurl" title="EZID Service URL">Service Base URL</label></div> |
90 | 90 |
<input class="textinput" id="guid.ezid.baseurl" |
91 | 91 |
name="guid.ezid.baseurl" |
92 | 92 |
value="<%= request.getAttribute("guid.ezid.baseurl") %>"/> |
93 |
<!--<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GEOSERVER_DATA_DIR')"></i> -->
|
|
93 |
<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/metacat-properties.html#guid-ezid-baseurl')"></i>
|
|
94 | 94 |
</div> |
95 | 95 |
<div class="form-row"> |
96 | 96 |
<div class="textinput-label"><label for="guid.ezid.doishoulder.1" title="DOI shoulder">DOI Shoulder</label></div> |
97 | 97 |
<input class="textinput" id="guid.ezid.doishoulder.1" |
98 | 98 |
name="guid.ezid.doishoulder.1" |
99 | 99 |
value="<%= request.getAttribute("guid.ezid.doishoulder.1") %>"/> |
100 |
<!--<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/geoserver.html#GeoserverContext')"></i>-->
|
|
100 |
<i class="icon-question-sign" onClick="helpWindow('<%= request.getContextPath() %>','docs/metacat-properties.html#guid-ezid-doishoulder-1')"></i>
|
|
101 | 101 |
</div> |
102 | 102 |
|
103 | 103 |
|
Also available in: Unified diff
Add the help icons on the page.