Ok...more people may be interested so here's what you've got to do:
1: Download
browse.jsp and place it in the folder: ..\subsonic\jetty\2289\webapp\WEB-INF\jsp
2: Open subsonic\jetty\2289\webapp\WEB-INF\jsp\top.jsp
2.1: Put the following line between the <head></head> tags:
- Code: Select all
<%@ include file="browse.jsp" %>
2.2. Find:
- Code: Select all
<img src="<spring:theme code="searchImage"/>" alt="${search}" title="${search}"></a>
</td>
</tr>
</form>
And below that add:
- Code: Select all
<tr>
<td>
<input onKeyDown="if (window.event.keyCode==13) navigate();" type="text" value="www.google.nl" onclick="this.value=''" id="TheAddress" name="TheAddress">
<input type="button" value="Go" id="AddGo" name="AddGo" onkeypress="navigate()"><br>
</td>
</tr>
This is it, delete the folder ..\subsonic\jetty\2289\jsp so it rebuilds the jsp and you're done
Oh yeah...before I forget:
Backup top.jsp before you're going to edit it 