Author: robert
Date: 2006-11-15 00:15:56 +0000 (Wed, 15 Nov 2006)
New Revision: 8639
Modified:
mb_server/branches/lucene-search-fixes/htdocs/freedb/freedb.html
Log:
Revamped the page and added a direct import option.
Modified: mb_server/branches/lucene-search-fixes/htdocs/freedb/freedb.html
===================================================================
--- mb_server/branches/lucene-search-fixes/htdocs/freedb/freedb.html
2006-11-14 23:51:15 UTC (rev 8638)
+++ mb_server/branches/lucene-search-fixes/htdocs/freedb/freedb.html
2006-11-15 00:15:56 UTC (rev 8639)
@@ -47,26 +47,39 @@
</%perl>
-<& /comp/sidebar, pagetitle => "FreeDB Import Search" &>
+<& /comp/sidebar, pagetitle => "FreeDB Search/Import" &>
<p>
With the changes at FreeDB and the ever changing FreeDB2, we've stopped using
their search funcation and
added our own FreeDB search functions. You can now search FreeDB releases from
any indexed search table
-or use the shortcut form below:
+or use the shortcut form below. Alternatively if you already know the
category/id of the CD you'd like to import,
+you can also do that below:
</p>
-<br/>
-<& /comp/tablebegin, title => "FreeDB Import Search" &>
-<form action="/search/textsearch.html" method="get"
enctype="application/x-www-form-urlencoded">
- <p>
- Enter the title and/or the artist name of the CD you want to import:
- </p>
- <input type="text" class="textfield" name="query" value=""/><br/>
- <input type="submit" name="submit" value="Search »" />
- <input type="hidden" name="type" value="freedb"/>
- <input type="hidden" name="limit" value="25"/>
-</form>
-<& /comp/tableend &>
+<h2>FreeDB search</h2>
+<div style="margin-left: 2em">
+ <form action="/search/textsearch.html" method="get"
enctype="application/x-www-form-urlencoded">
+ <p>
+ Enter the title and/or the artist name of the CD you want to import:
+ </p>
+ <input type="text" class="textfield" name="query" value=""/><br/>
+ <input type="submit" name="submit" value="Search »" />
+ <input type="hidden" name="type" value="freedb"/>
+ <input type="hidden" name="limit" value="25"/>
+ </form>
+</div>
+<h2>Direct import</h2>
+<div style="margin-left: 2em">
+ <form action="import.html" method="get"
enctype="application/x-www-form-urlencoded">
+ <p>
+ Enter the category/id of the CD you want to import (e.g.
<b>rock/a10bda0b</b>):
+ </p>
+ <input type="text" class="textfield" name="catid" value=""/><br/>
+ <input type="submit" name="submit" value="Import »" />
+ <input type="hidden" name="type" value="freedb"/>
+ <input type="hidden" name="limit" value="25"/>
+ </form>
+</div>
<& /comp/footer &>
%# vi: set ts=4 sw=4 ft=mason :
|