From 79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 13 Feb 2006 08:12:47 +0000 Subject: added loose name compare and improved rename --- templates/show_artist_box.inc.php | 1 + templates/show_rename_artist.inc.php | 2 +- templates/show_similar_artists.inc | 159 +++++++++++++++++++++++++++++++++++ 3 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 templates/show_similar_artists.inc (limited to 'templates') diff --git a/templates/show_artist_box.inc.php b/templates/show_artist_box.inc.php index 75026d7e..8c9779f4 100644 --- a/templates/show_artist_box.inc.php +++ b/templates/show_artist_box.inc.php @@ -33,6 +33,7 @@ $web_path = conf('web_path'); has_access('100')) { ?>
  • +
  • diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 929c54c2..72f707ff 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -45,7 +45,7 @@ function insert() -   +   diff --git a/templates/show_similar_artists.inc b/templates/show_similar_artists.inc new file mode 100644 index 00000000..25a9f6d2 --- /dev/null +++ b/templates/show_similar_artists.inc @@ -0,0 +1,159 @@ + +
    +

    Similar Artists

    +

    Please check the artists you want to merge with the current one ()

    + + + + + + 0) { + $show = true; + foreach ($similar_artists as $artist_array) { +?> + + + + + + + + + + + + + + + + + + + +
      Select
    + + + > +
    +   + + No Similar Artists found +
    +   + + " onclick="window.location.href = '/artists.php?action=show&artist=';" /> +
    + " onclick="document.artists.submit();" /> + " onclick="window.location.href = '/artists.php?action=show&artist=';" /> +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Advanced options
    Normalize options
    + + /> +
    + + ' style='display: inline;'/> + default +
    + + ' style='display: inline;'/> + default +
    +
    Compare options
    + + /> + + <No Options> +
    + + /> + + + ' style='display: inline;' size='2'/> +
    OR
    + + ' style='display: inline;' size='4'/>% +
    +
    + + /> + + + ' style='display: inline;' size='2'/> +
    + " onclick="document.advanced.submit();" /> +
    +
    + \ No newline at end of file -- cgit