<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
<h2>Add Proxied Repository</h2>
- <ww:actionmessage />
+ <ww:actionmessage/>
<ww:form method="post" action="addProxiedRepository" namespace="/admin" validate="true">
- <ww:textfield name="id" label="Identifier" size="10" />
+ <ww:textfield name="id" label="Identifier" size="10"/>
<%@ include file="/WEB-INF/jsp/admin/include/proxiedRepositoryForm.jspf" %>
- <ww:submit value="Add Repository" />
+ <ww:submit value="Add Repository"/>
</ww:form>
+
+ <script type="text/javascript">
+ document.getElementById("addProxiedRepository_id").focus();
+ </script>
+
</div>
</body>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
<h2>Add Managed Repository</h2>
- <ww:actionmessage />
+ <ww:actionmessage/>
<ww:form method="post" action="addRepository" namespace="/admin" validate="true">
- <ww:textfield name="id" label="Identifier" size="10" />
+ <ww:textfield name="id" label="Identifier" size="10"/>
<%@ include file="/WEB-INF/jsp/admin/include/managedRepositoryForm.jspf" %>
- <ww:checkbox name="indexed" fieldValue="true" value="true" label="Indexed" />
- <ww:submit value="Add Repository" />
+ <ww:checkbox name="indexed" fieldValue="true" value="true" label="Indexed"/>
+ <ww:submit value="Add Repository"/>
</ww:form>
+
+ <script type="text/javascript">
+ document.getElementById("addRepository_id").focus();
+ </script>
+
</div>
</body>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
<h2>Add Synced Repository</h2>
- <ww:actionmessage />
+ <ww:actionmessage/>
<ww:form method="post" action="addSelectedSyncedRepository" namespace="/admin" validate="true">
- <ww:textfield name="id" label="Identifier" size="10" />
+ <ww:textfield name="id" label="Identifier" size="10"/>
<%@ include file="/WEB-INF/jsp/admin/include/syncedRepositoryForm.jspf" %>
- <ww:submit value="Add Repository" />
+ <ww:submit value="Add Repository"/>
</ww:form>
+
+ <script type="text/javascript">
+ document.getElementById("addSelectedSyncedRepository_id").focus();
+ </script>
+
</div>
</body>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
<h1>Configuration</h1>
<div id="contentArea">
- <ww:actionmessage />
+ <ww:actionmessage/>
<ww:form method="post" action="saveConfiguration" namespace="/admin" validate="true">
- <ww:textfield name="indexPath" label="Index Directory" size="100" />
- <ww:textfield name="indexerCronExpression" label="Indexing Schedule" />
- <ww:hidden name="proxy.protocol" value="http" />
- <ww:textfield name="proxy.host" label="HTTP Proxy Host" />
- <ww:textfield name="proxy.port" label="HTTP Proxy Port" />
- <ww:textfield name="proxy.username" label="HTTP Proxy Username" />
- <ww:password name="proxy.password" label="HTTP Proxy Password" />
- <ww:submit value="Save Configuration" />
+ <ww:textfield name="indexPath" label="Index Directory" size="100"/>
+ <ww:textfield name="indexerCronExpression" label="Indexing Schedule"/>
+ <ww:hidden name="proxy.protocol" value="http"/>
+ <ww:textfield name="proxy.host" label="HTTP Proxy Host"/>
+ <ww:textfield name="proxy.port" label="HTTP Proxy Port"/>
+ <ww:textfield name="proxy.username" label="HTTP Proxy Username"/>
+ <ww:password name="proxy.password" label="HTTP Proxy Password"/>
+ <ww:submit value="Save Configuration"/>
</ww:form>
+
+ <script type="text/javascript">
+ document.getElementById("saveConfiguration_indexPath").focus();
+ </script>
+
</div>
</body>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
<h2>Edit Proxied Repository</h2>
- <ww:actionmessage />
+ <ww:actionmessage/>
<ww:form method="post" action="editProxiedRepository" namespace="/admin" validate="true">
- <ww:hidden name="id" />
+ <ww:hidden name="id"/>
<%@ include file="/WEB-INF/jsp/admin/include/proxiedRepositoryForm.jspf" %>
- <ww:submit value="Change Repository" />
+ <ww:submit value="Change Repository"/>
</ww:form>
+
+ <script type="text/javascript">
+ document.getElementById("editProxiedRepository_name").focus();
+ </script>
+
</div>
</body>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
<h2>Edit Managed Repository</h2>
- <ww:actionmessage />
+ <ww:actionmessage/>
<ww:form method="post" action="editRepository" namespace="/admin" validate="true">
- <ww:hidden name="id" />
+ <ww:hidden name="id"/>
<%@ include file="/WEB-INF/jsp/admin/include/managedRepositoryForm.jspf" %>
- <ww:checkbox name="indexed" fieldValue="true" label="Indexed" />
- <ww:submit value="Change Repository" />
+ <ww:checkbox name="indexed" fieldValue="true" label="Indexed"/>
+ <ww:submit value="Change Repository"/>
</ww:form>
+
+ <script type="text/javascript">
+ document.getElementById("editRepository_name").focus();
+ </script>
+
</div>
</body>
<html>
<head>
<title>Configuration</title>
- <ww:head />
+ <ww:head/>
</head>
<body>
<h2>Edit Synced Repository</h2>
- <ww:actionmessage />
+ <ww:actionmessage/>
<ww:form method="post" action="editSyncedRepository" namespace="/admin" validate="true">
- <ww:hidden name="id" />
+ <ww:hidden name="id"/>
<%@ include file="/WEB-INF/jsp/admin/include/syncedRepositoryForm.jspf" %>
- <ww:submit value="Update Repository" />
+ <ww:submit value="Update Repository"/>
</ww:form>
+
+ <script type="text/javascript">
+ document.getElementById("editSyncedRepository_name").focus();
+ </script>
+
</div>
</body>
<div id="searchBox">
<ww:form method="post" action="quickSearch" validate="true">
- <ww:textfield label="Search for" size="50" name="q" />
- <ww:submit label="Go!" />
+ <ww:textfield label="Search for" size="50" name="q"/>
+ <ww:submit label="Go!"/>
</ww:form>
+ <script type="text/javascript">
+ document.getElementById("quickSearch_q").focus();
+ </script>
+
<p>
Enter your search terms. A variety of data will be searched for your keywords.
- <ww:actionerror />
+ <ww:actionerror/>
</p>
</div>
\ No newline at end of file