<? include($DirNameLocal."./head.php"); ?>
	</head>
	<body>
		<div class="container">	
				<? require_once($baseDir."html/" . $lang . "/bvs.html"); ?>
			<div class="content">
					<h3>
						<span>
							<?php 
echo ACCESS_STATS;
?>
						</span>
					</h3>
					<div>
					<?
							echo '<a target="_blank" href="'.$article->getUrl().'" >'.getTitle($article->getTitle())."<a/><br>\n";
							echo '</a></b>'."\n";
							echo '<i>';
							echo getAutors($article->getAuthorXML());
							echo '</i><br />';
							echo '<i>'.$article->getSerial(). ', '.$article->getYear().', vol:'.$article->getVolume();
							echo ', n. '.$article->getNumber().', ISSN '.substr($article->getPID(),1,9).'</i><br/><br/>'."\n";
						?>
					</div>
					<div>
						<img src="createAccessChart.php?pid=<?php 
echo $pid;
?>
" />
						<br /><br />
					</div>