blob: b2d3d8bcc1f5d2486e581c8e31784c181e4a74cc [file] [log] [blame]
<%--
Document : quickref_krgrp
Created on : Feb 9, 2014, 3:18:43 PM
Author : Alex O'Ree
/*
* Copyright 2001-2008 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<div class="btn-group">
<a class="btn dropdown-toggle btn-info" data-toggle="dropdown" href="#">Identifiers<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="javascript:AddWGS1984();">World Geodetic System 1984</a></li>
<li><a href="javascript:AddISO3166UNSPSC();">UNSPSC & ISO3166</a></li>
</ul>
</div>
<br><br>