BlackPast.org Comprehensive Bilbiography

View by Subject | View by Author | View Entire Bibliography


This list is the contains all bibliographic subjects on the Blackpast.com

tid));
$pole[]=Array (l($term->name, "taxonomy/term/$term->tid") . " ($count)", $term->depth, $count, $term->tid) ;
}
$depth =-1;
foreach ($pole as $list) {
if ($list[1] > $depth) echo "n

    ";
    if ($list[1] < $depth) echo "nn

n";
if ($list[1] == $depth) echo "";
$poc++;
echo "n

  • $list[0]

    ";
    if ($list[2]>0) {
    echo "n

      ";
      $result = db_query("SELECT * FROM {term_node} WHERE tid=$list[3]");
      while($zaznam = db_fetch_array($result)) {
      $node = db_result(db_query("SELECT title FROM {node} WHERE nid=$zaznam[nid]"));
      $node_link = l($node, "node/$zaznam[nid]");
      echo "n

    • $node_link
    • ";
      }
      echo "n

    ";
    }
    $depth=$list[1];
    }
    echo "

  • n";
    ?>