Revision 2743
Added by Duane Costa about 19 years ago
lib/style/common/branding.js | ||
---|---|---|
160 | 160 |
} |
161 | 161 |
|
162 | 162 |
/** |
163 |
* inserts the header referenced by the ADVANCED_SEARCHBOX_URL setting |
|
164 |
*/ |
|
165 |
function insertAdvancedSearchBox() { |
|
166 |
|
|
167 |
if (!_isBlank(ADVANCED_SEARCHBOX_URL)) { |
|
168 |
|
|
169 |
_createIFrameWithURL(ADVANCED_SEARCHBOX_URL, IFRAME_ADVANCED_SEARCHBOX_CLASS); |
|
170 |
} |
|
171 |
|
|
172 |
} |
|
173 |
|
|
174 |
/** |
|
163 | 175 |
* inserts the header referenced by the LOGINBOX_URL setting |
164 | 176 |
*/ |
165 | 177 |
function insertLoginBox() { |
Also available in: Unified diff
Bug #2207. Add new JavaScript function to support Metacat Advanced Search interface.