<?php
$getGROUPS = mysql_query("SELECT * FROM ath_groups"); //GET GROUPS
if (!$getGROUPS){
echo("<p class=\"red\">adduserFORM.php COULD NOT GET GROUP INFO");
}
/*<td align="center" valign="top" bgcolor="#90ee90" width="100" class="view_bold">ACTIONS</td>
</tr>
<tr>
<td valign="top" bgcolor="#f0e68c" width="125" class="form_right_small">Author:</td>
<td class="view" valign="top" bgcolor="white"><?php echo($ROWgetUSERSresrc["ath_resrc_authorLAST"] . ", " . $ROWgetUSERSresrc["ath_resrc_authorFIRST"]); </td>
<td class="view" rowspan="8" valign="top" bgcolor="#90ee90" width="100">
if ($checkUSER["ath_groups_ADMINISTRATE"] == 1):
<form action="(EmptyReference!)" method="get" name="FormName">
<input type="submit" name="submitButtonName" value="Edit" border="0">
</form>
<form action="(EmptyReference!)" method="get" name="FormName">
<input type="submit" name="submitButtonName" value="Delete" border="0">
</form>
endif;*/
echo("<b>Title: </b>" . $ROWgetUSERSresrc["ath_resrc_title"] . "<br>");
echo("<b>Author: </b>" . $ROWgetUSERSresrc["ath_resrc_authorLAST"] . ", " . $ROWgetUSERSresrc["ath_resrc_authorFIRST"]);
echo("<br><b>Format: </b>");
convert_resrc_format($ROWgetUSERSresrc["ath_resrc_format"]);
echo("<br><b>Category: </b>" . convertCAT($ROWgetUSERSresrc["ath_resrc_category"]));
echo("<br> | <b>URL: </b>" . $ROWgetUSERSresrc["ath_resrc_url"]);
echo(" | <b>Year Published: </b>" . $ROWgetUSERSresrc["ath_resrc_year"]);
echo(" | <b>Lenght: </b>" . $ROWgetUSERSresrc["ath_resrc_lenght"]);
echo(" | <b>Publisher: </b>" . $ROWgetUSERSresrc["ath_resrc_publisher"]);
echo("<br><b>Contributed by: </b>" . $ROWgetUSERSresrc["ath_resrc_ownerUSERNAME"]);
//echo("<br><b>Notes: </b>" . $ROWgetUSERSresrc["ath_resrc_notes"]);
echo("<hr>");
?>