Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

[mb-commits] r7961 - in mb_server/trunk/htdocs: . comp show/release tagger: msg#00185

audio.musicbrainz.cvs

Subject: [mb-commits] r7961 - in mb_server/trunk/htdocs: . comp show/release tagger

Author: keschte
Date: 2006-06-29 20:47:03 +0000 (Thu, 29 Jun 2006)
New Revision: 7961

Modified:
mb_server/trunk/htdocs/browseartists.html
mb_server/trunk/htdocs/browsevarious.html
mb_server/trunk/htdocs/comp/tablebegin
mb_server/trunk/htdocs/mod_intro.html
mb_server/trunk/htdocs/show/release/details.html
mb_server/trunk/htdocs/tagger/donate.html
Log:
replaced <a name with <a id, for xhtml compliance. closes #1288


Modified: mb_server/trunk/htdocs/browseartists.html
===================================================================
--- mb_server/trunk/htdocs/browseartists.html 2006-06-29 15:27:48 UTC (rev
7960)
+++ mb_server/trunk/htdocs/browseartists.html 2006-06-29 20:47:03 UTC (rev
7961)
@@ -63,9 +63,11 @@

# render results-box
my $boxtitle = sprintf "Found %d Artists starting with \"%s\"",
$num_artists, $index;
- $m->out(qq!<a name="results"></a> !);
+
$m->comp("/comp/tablebegin",
- title => $boxtitle, showmodnotice => 1
+ title => $boxtitle,
+ showmodnotice => 1,
+ id => "results"
);

# if no artists are found, suggest entering a new one.

Modified: mb_server/trunk/htdocs/browsevarious.html
===================================================================
--- mb_server/trunk/htdocs/browsevarious.html 2006-06-29 15:27:48 UTC (rev
7960)
+++ mb_server/trunk/htdocs/browsevarious.html 2006-06-29 20:47:03 UTC (rev
7961)
@@ -126,9 +126,10 @@
),
$index;

- $m->out(qq!<a name="results"></a> !);
$m->comp("/comp/tablebegin",
- title => $boxtitle, showmodnotice => 1
+ title => $boxtitle,
+ showmodnotice => 1,
+ id => "results"
);

# if no artists are found, suggest entering a new one.

Modified: mb_server/trunk/htdocs/comp/tablebegin
===================================================================
--- mb_server/trunk/htdocs/comp/tablebegin 2006-06-29 15:27:48 UTC (rev
7960)
+++ mb_server/trunk/htdocs/comp/tablebegin 2006-06-29 20:47:03 UTC (rev
7961)
@@ -1,16 +1,43 @@
+<%perl>
+ #
-----------------------------------------------------------------------------
+ # Musicbrainz.org
+ # Copyright (c) 2001 Robert Kaye
+ #
-----------------------------------------------------------------------------
+ # This software is provided "as is", without warranty of any kind,
express or
+ # implied, including but not limited to the warranties of
merchantability,
+ # fitness for a particular purpose and noninfringement. In no event
shall the
+ # authors or copyright holders be liable for any claim, damages or
other
+ # liability, whether in an action of contract, tort or otherwise,
arising
+ # from, out of or in connection with the software or the use or
other
+ # dealings in the software.
+ #
+ # GPL - The GNU General Public License
http://www.gnu.org/licenses/gpl.txt
+ # Permits anyone the right to use and modify the software without
limitations
+ # as long as proper credits are given and the original and modified
source
+ # code are included. Requires that the final product, software
derivate from
+ # the original source or any software utilizing a GPL component,
such as
+ # this, is also licensed under the GPL license.
+ #
-----------------------------------------------------------------------------
+ #
+ # Summary:
+ #
-----------------------------------------------------------------------------
+ # Renders the start of an orange box.
+ #
+ # $Id$
+ #
+</%perl>
<%args>

$title
- $attrs => ""
- $gattrs => undef
- $bgcolor => "#FFFFFF"

- $align => "left"
$showmodnotice => 0

+ $align => 0
+ $id => 0
+
</%args>

- <div class="orangeheader">
+ <div class="orangeheader" <% $id ? qq!id="$id"! : '' |n %>>
<div class="inner"><b><% $title %></b></div>
</div>

@@ -26,6 +53,6 @@
% }

<div class="boxcontent">
- <div class="inner" style="text-align: <% $align %>">
+ <div class="inner" <% $align ? qq!style="text-align: $align"! :
'' |n %>>

%# vi: set ts=4 sw=4 ft=mason :
\ No newline at end of file

Modified: mb_server/trunk/htdocs/mod_intro.html
===================================================================
--- mb_server/trunk/htdocs/mod_intro.html 2006-06-29 15:27:48 UTC (rev
7960)
+++ mb_server/trunk/htdocs/mod_intro.html 2006-06-29 20:47:03 UTC (rev
7961)
@@ -100,7 +100,7 @@
table. The expiration times show on the moderation page are in GMT.
</ol>

-<a name="automod"></a>
+<a id="automod"></a>
<h2 id="AboutAutoModerators">Auto Moderators</h2>

<%perl>

Modified: mb_server/trunk/htdocs/show/release/details.html
===================================================================
--- mb_server/trunk/htdocs/show/release/details.html 2006-06-29 15:27:48 UTC
(rev 7960)
+++ mb_server/trunk/htdocs/show/release/details.html 2006-06-29 20:47:03 UTC
(rev 7961)
@@ -80,8 +80,7 @@

</%perl>

- <a name="discid"></a>
- <& /comp/tablebegin, title => "Disc IDs" &>
+ <& /comp/tablebegin, title => "Disc IDs", id => "discid" &>

Show <& /comp/linkdoc/, "DiscID", "Disc ID" &> details: [
<a href="?releaseid=<% $id %>&amp;show=times#discid"
title="Show track times">times</a> |

Modified: mb_server/trunk/htdocs/tagger/donate.html
===================================================================
--- mb_server/trunk/htdocs/tagger/donate.html 2006-06-29 15:27:48 UTC (rev
7960)
+++ mb_server/trunk/htdocs/tagger/donate.html 2006-06-29 20:47:03 UTC (rev
7961)
@@ -1,6 +1,6 @@
<& /comp/sidebar, title=>'MusicBrainz Tagger Donations' &>

- <a name="paypal"></a>
+ <a id="paypal"></a>

<p>To contribute money for using the MusicBrainz Tagger, please head to
over to
<a href="http://www.paypal.com";>PayPal</a> and send money to


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
ide.eclipse.wtp...    bug-tracking.ro...    xfree86.cvs/200...    lisp.wxcl.devel...    file-systems.ar...    kde.devel.kwrit...    jakarta.jetspee...    qnx.openqnx.dev...    drivers.openib/...    ports.xbox.deve...    gis.gdal.devel/...    netbsd.ports.ma...    ubuntu.marketin...    systemtap/2005-...    web.omniweb/200...    mail.qmail.ldap...    hardware.soekri...    os.netbsd.devel...    audio.madman.ge...    tv.freeguide-tv...    cluster.openmos...    education.ezpro...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation