<!--
Author : Valacar
Date   : December 15th, 2006
Note   : Output format is "Uploaded / Downloaded / Ratio"
--><generator name='TorrentLeech.org Ratio' xmlns='http://www.mozilla.org/microsummaries/0.1'>

	<pages>
		<include>^http://www\.torrentleech\.org</include>
	</pages>

	<template>
		<transform version='1.0' xmlns='http://www.w3.org/1999/XSL/Transform'>
			<output method='text'/>
			<template match='/'>
				<text>TorrentLeech - </text>

				<choose>
					<when test='//td[@width=&apos;805&apos; and @class=&apos;xexe&apos;]//form[@action=&apos;takelogin.php&apos;]'>
						<text>Not logged in!</text>
					</when>
					<otherwise>
						<variable name='xferInfo' select='//td[@width=&apos;805&apos; and @class=&apos;xexe&apos;]//td[@class=&apos;bottom&apos;]/span/font'/>
						<value-of select='$xferInfo[4]/text()'/> <!-- Uploaded -->
						<text> / </text>
						<value-of select='$xferInfo[6]/text()'/> <!-- Downloaded -->
						<text> / </text>
						<value-of select='$xferInfo[2]/text()'/> <!-- Ratio -->
					</otherwise>
				</choose>
			</template>
		</transform>
	</template>

</generator>