|
|
Choosing A Webhost: |
[mb-commits] r7343 - mb_server/trunk/htdocs/comp: msg#00232audio.musicbrainz.cvs
Author: keschte Date: 2006-04-27 13:16:36 +0000 (Thu, 27 Apr 2006) New Revision: 7343 Modified: mb_server/trunk/htdocs/comp/linkdoc Log: added documentation, help icon Modified: mb_server/trunk/htdocs/comp/linkdoc =================================================================== --- mb_server/trunk/htdocs/comp/linkdoc 2006-04-27 13:07:10 UTC (rev 7342) +++ mb_server/trunk/htdocs/comp/linkdoc 2006-04-27 13:16:36 UTC (rev 7343) @@ -1,8 +1,41 @@ -<%perl> - my ($pagename, $pagetitle) = @_; +%# /*----------------------------------------------------------------------------\ +%# | 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: +%# ------------------------------------------------------------------------------- +%# This component is used to create links to wikidocs, and other pages transcluded +%# from the official musicbrainz wiki. A help image is displayed to emphasize +%# the purpose of the link. +%# +%# $HeadURL$ +%# $Id$ +%# +<%perl> + my ($pagename, $linktext) = @_; - $pagetitle = $pagename if (not defined $pagetitle); + $linktext = $pagename if (not defined $linktext); - $m->out(qq!<a href="/doc/$pagename">$pagetitle</a>!); + $m->out(qq!<strong>!); + $m->out(qq!<a href="/doc/$pagename">!); + $m->out(qq!<img src="/images/icon/wikidocs.gif" alt="$linktext" />!); + $m->out(qq! $linktext</a>!); + $m->out(qq!</strong>!); </%perl> \ No newline at end of file
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [mb-commits] r7342 - in mb_server/trunk/htdocs: comp comp/layout comp/release edit/albumbatch images/icon scripts, root |
|---|---|
| Next by Date: | [mb-commits] r7344 - mb_server/trunk/htdocs/comp, root |
| Previous by Thread: | [mb-commits] r7342 - in mb_server/trunk/htdocs: comp comp/layout comp/release edit/albumbatch images/icon scripts, root |
| Next by Thread: | [mb-commits] r7344 - mb_server/trunk/htdocs/comp, root |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive 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 |