/[drupal]/contributions/modules/biblio/biblio_style_ama.inc
ViewVC logotype

Diff of /contributions/modules/biblio/biblio_style_ama.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Mon Feb 23 02:08:38 2009 UTC revision 1.3, Sun Mar 1 01:34:36 2009 UTC
# Line 15  Line 15 
15    
16  // Modified for use in biblio by Ron Jerome  // Modified for use in biblio by Ron Jerome
17  //  //
18  // $Id: biblio_style_ama.inc,v 1.1 2009/02/20 02:40:06 rjerome Exp $  // $Id: biblio_style_ama.inc,v 1.2 2009/02/23 02:08:38 rjerome Exp $
19  /**  /**
20   * Get the style information   * Get the style information
21   *   *
# Line 56  function biblio_style_ama($node, $base = Line 56  function biblio_style_ama($node, $base =
56    //if (empty($authors)) $authors = theme('biblio_authors', $node->biblio_contributors[5], 'mla', 5, $inline);  // if no authors substitute corp author if available    //if (empty($authors)) $authors = theme('biblio_authors', $node->biblio_contributors[5], 'mla', 5, $inline);  // if no authors substitute corp author if available
57    //if (empty($authors)) $authors = '[' . t('Anonymous') . ']';  // use anonymous if we still have nothing.    //if (empty($authors)) $authors = '[' . t('Anonymous') . ']';  // use anonymous if we still have nothing.
58    //$output .= '<span class="biblio-authors">' . $authors . "</span>.&nbsp; \n";    //$output .= '<span class="biblio-authors">' . $authors . "</span>.&nbsp; \n";
59      if (!empty ($node->biblio_citekey)&&(variable_get('biblio_display_citation_key',0))) {
60        $output .= '[' . check_plain($node->biblio_citekey) . '] ';
61      }
62    
63    switch ($node->biblio_type) {    switch ($node->biblio_type) {
64      case 102: //Journal Article      case 102: //Journal Article
65      case 105: //Newspaper Article      case 105: //Newspaper Article

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2