OSDN Git Service

c3630b208c19e798eaa20591d9281c4f865d0d8b
[nucleus-jp/nucleus-plugins.git] / NP_PubMed / trunk / pubmed / templates / Cell.php
1 <?php\r
2 \r
3 class PUBMED_TEMPLATE extends PUBMED_TEMPLATE_BASE {\r
4         public function parse($num,$pmid,$xml,$authors,$year,$journal,$volume,$pages,$title){\r
5                 return <<<END\r
6 \r
7 {$this->parse_authors($authors)} ({$year}). {$title} {$journal} <i>{$volume}</i>, {$pages}<br />\r
8 <br />\r
9 \r
10 END;\r
11         }\r
12 }