Data for $archivename\n";
echo "
$fields rows returned
\n";
// print top of table
echo "\n";
echo "| Datestamp | Records | ";
echo "Respository name | ";
echo "Identifier | Internal Row id | ";
echo "Archive ROAR internal ID | Country | ";
echo "Collected Date |
\n\n";
}
echo "\n";
echo "| $date1 | ";
echo "$records | ";
echo "$archivename | ";
echo "$identifier | ";
echo "$auto | ";
echo "$archiveid | ";
echo "$country | ";
echo "$collected_date | ";
echo "
\n\n";
$num++;
}
echo "
\n\n";
echo "Notes
\n";
echo "- All data above is from ROAR, except Internal row id and";
echo " 'full text estimate'.
\n";
echo "\t- The Internal row id is simply a unique number";
echo "for the database row, here just for completeness.
\n";
echo "\t- data obtained via this url ";
echo "http://archives.eprints.org/index.php?action=rawlist.
\n";
echo "
\n\n";
printhtmlfooter();
?>