summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayf-ndn.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-rw-r--r--src/main/webapp/wayf-ndn.jsp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index 5f67f10..a9d22d8 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -22,12 +22,14 @@
<link type="text/css" href="jquery-ui-1.9pre/themes/base/jquery-ui.css" rel="stylesheet" />
<script type="text/javascript" src="jquery-1.7.1.js"></script>
<script type="text/javascript" src="jquery-ui-1.9pre/ui/jquery-ui.js"></script>
+ <script type="text/javascript" src="jquery.searchabledropdown-1.0.7.min.js"></script>
<title>Identity Provider Selection</title>
<script type="text/javascript">
$(function() {
$("input:submit, input:reset, input:button, a",".button").button();
$(".sitelist").menu();
$("#sites").tabs();
+ $(".origin").searchable();
});
</script>
</head>
@@ -134,14 +136,14 @@
</logic:present>
<input type="hidden" name="action" value="selection" />
<!-- input type="text" id="originSearch" name="string" value="" tabindex="25" size="30"/ -->
- <select name="origin" id="origin" tabindex="40">
+ <select name="origin" class="origin" tabindex="40">
<logic:iterate id="site" name="siteset" property="sites">
<option value="<jsp:getProperty name="site" property="name" />">
<jsp:getProperty name="site" property="displayName" />
</option>
</logic:iterate>
</select>
- <input type="submit" id="originsubmit" value="Select" tabindex="50" />
+ <input type="submit" id="originsubmit" value="Select" tabindex="50" /><br/>
<select name="cache" tabindex="60">
<option value="false"> Do not remember</option>
<option value="session" selected="selected"> Remember for session</option>