KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/academic/demo/academic/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/academic/demo/academic/Volusia.php
<?php virtual('/Connections/StudentTrackerV.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") 
{
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  }

  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);

  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;    
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  }
  return $theValue;
}
}

$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
  $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}

if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form2")) {
  $updateSQL = sprintf("UPDATE ``asset tagged textbooks`` SET Student=%s WHERE `Asset Tag`=%s",
                       GetSQLValueString($_POST['RadioGroupStudentsBelz'], "text"),
                       GetSQLValueString($_POST['AssetTag'], "text"));

  mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
  $Result1 = mysql_query($updateSQL, $StudentTrackerV) or die(mysql_error());
}

$colname_RecordsetAssetTag = "-1";
if (isset($_POST['AssetTag'])) {
  $colname_RecordsetAssetTag = $_POST['AssetTag'];
}
mysql_select_db($database_StudentTrackerV, $StudentTrackerV);
$query_RecordsetAssetTag = sprintf("SELECT * FROM `asset tagged textbooks` WHERE `Asset Tag` = %s", GetSQLValueString($colname_RecordsetAssetTag, "text"));
$RecordsetAssetTag = mysql_query($query_RecordsetAssetTag, $StudentTrackerV) or die(mysql_error());
$row_RecordsetAssetTag = mysql_fetch_assoc($RecordsetAssetTag);
$totalRows_RecordsetAssetTag = mysql_num_rows($RecordsetAssetTag);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Volusia Demo</title>
<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
-->
</style>
<script src="/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<script src="/SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<link href="/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--
//-->
</script>
<link href="/SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
</head>

<body class="oneColElsCtrHdr">

<div id="container">
  <div id="header">
    <h1>Header</h1>
  <!-- end #header --></div>
  <div id="mainContent">
    <h1> Volusia StudentTracker Demo</h1>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0"> Belz</li>
        <li class="TabbedPanelsTab" tabindex="0">Kent</li>
        <li class="TabbedPanelsTab" tabindex="0">Miller</li>
        <li class="TabbedPanelsTab" tabindex="0">Swindle</li>
</ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">Students
          <form id="form2" name="form2" method="POST" action="<?php echo $editFormAction; ?>">
            <table width="226">
              <tr>
                <td width="218"><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="BOYD, WILLIAM" id="RadioGroupStudentsBelz_0" />
                  BOYD, WILLIAM</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="CASSANO, KAYLA" id="RadioGroupStudentsBelz_1" />
                  CASSANO, KAYLA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="CLARK, MICHAEL" id="RadioGroupStudentsBelz_2" />
                  CLARK, MICHAEL</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="FINCH, JAMES" id="RadioGroupStudentsBelz_3" />
                  FINCH, JAMES</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="GOOD, HUNTER" id="RadioGroupStudentsBelz_4" />
                  GOOD, HUNTER</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="HWANG, BRENDA" id="RadioGroupStudentsBelz_5" />
                  HWANG, BRENDA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="KENNEDY, MATTHEW" id="RadioGroupStudentsBelz_6" />
                  KENNEDY, MATTHEW</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="LAKE, JUSTYN" id="RadioGroupStudentsBelz_7" />
                  LAKE, JUSTYN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="MAHON, KATHLEEN" id="RadioGroupStudentsBelz_8" />
                  MAHON, KATHLEEN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="MAJZUN, DRENNEN" id="RadioGroupStudentsBelz_9" />
                  MAJZUN, DRENNEN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="MORRISON, SIERRA" id="RadioGroupStudentsBelz_10" />
                  MORRISON, SIERRA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="MUFFOLETTO, JOSEPH" id="RadioGroupStudentsBelz_11" />
                  MUFFOLETTO, JOSEPH</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="NONG, SERRATT" id="RadioGroupStudentsBelz_12" />
                  NONG, SERRATT</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="PARKER, JESSICA" id="RadioGroupStudentsBelz_13" />
                  PARKER, JESSICA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="PASCOE, ASHTYN" id="RadioGroupStudentsBelz_14" />
                  PASCOE, ASHTYN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="REYNOLDS, MEGAN" id="RadioGroupStudentsBelz_15" />
                  REYNOLDS, MEGAN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="SAMUELS, NICOLE" id="RadioGroupStudentsBelz_16" />
                  SAMUELS, NICOLE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="SAMUELS, SARA" id="RadioGroupStudentsBelz_17" />
                  SAMUELS, SARA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="SKIDMORE, JACOB" id="RadioGroupStudentsBelz_18" />
                  SKIDMORE, JACOB</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="VANWINTER, MIA" id="RadioGroupStudentsBelz_19" />
                  VANWINTER, MIA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsBelz" value="ZWEIFEL, SHEA" id="RadioGroupStudentsBelz_20" />
                  ZWEIFEL, SHEA</label></td>
              </tr>
            </table>
            <span id="sprytextfield1">
            <label>Asset Tag
              <input name="AssetTag" type="text" id="AssetTag" size="20" />
            </label>
            <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span>
            <input type="button" name="button" id="button" value="Button" />
            <span class="textfieldMinCharsMsg">Minimum number of characters not met.</span></span>
            <p>Title
              <input name="Title" type="text" id="Title" size="66" />
              <?php echo $row_RecordsetAssetTag['Title']; ?> </p>
            <input type="hidden" name="MM_update" value="form2" />
          </form>
        </div>
        <div class="TabbedPanelsContent">Students
          <form id="form3" name="form3" method="post" action="">
            <table width="226">
              <tr>
                <td width="218"><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="BOLLES, CURTIS" id="RadioGroupStudentsKent_0" />
                  BOLLES, CURTIS</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="BRUNTON, DREW" id="RadioGroupStudentsKent_1" />
                  BRUNTON, DREW</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="COKER, KIMBERLEE" id="RadioGroupStudentsKent_2" />
                  COKER, KIMBERLEE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="DAVILA, CARI" id="RadioGroupStudentsKent_3" />
                  DAVILA, CARI</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="GALLUZZO, SOPHIA" id="RadioGroupStudentsKent_4" />
                  GALLUZZO, SOPHIA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="GREGORY, JAMES" id="RadioGroupStudentsKent_5" />
                  GREGORY, JAMES</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="HAMPTON, RODERICK" id="RadioGroupStudentsKent_6" />
                  HAMPTON, RODERICK</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="HEMOND, JAQUELYN" id="RadioGroupStudentsKent_7" />
                  HEMOND, JAQUELYN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="HOLDEN, NICOLE" id="RadioGroupStudentsKent_8" />
                  HOLDEN, NICOLE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="HOLLAND, JULIANNE" id="RadioGroupStudentsKent_9" />
                  HOLLAND, JULIANNE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="KEMMER, ERIC" id="RadioGroupStudentsKent_10" />
                  KEMMER, ERIC</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="KENNEY, HALEY" id="RadioGroupStudentsKent_11" />
                  KENNEY, HALEY</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="KUFTIC, MARLENA" id="RadioGroupStudentsKent_12" />
                  KUFTIC, MARLENA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="LITTLE, CASEY" id="RadioGroupStudentsKent_13" />
                  LITTLE, CASEY</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="MACK, TYJAI" id="RadioGroupStudentsKent_14" />
                  MACK, TYJAI</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="MILTON, CONNOR" id="RadioGroupStudentsKent_15" />
                  MILTON, CONNOR</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="PELLICER, WESTIN" id="RadioGroupStudentsKent_16" />
                  PELLICER, WESTIN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="TRAFICANTE, DALE" id="RadioGroupStudentsKent_17" />
                  TRAFICANTE, DALE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="TRATSCHOLD, CECILY" id="RadioGroupStudentsKent_18" />
                  TRATSCHOLD, CECILY</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="WATSON, MCKENZIE" id="RadioGroupStudentsKent_19" />
                  WATSON, MCKENZIE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsKent" value="WHITING, SAMANTHA" id="RadioGroupStudentsKent_20" />
                  WHITING, SAMANTHA</label></td>
              </tr>
            </table>
          </form>
        </div>
        <div class="TabbedPanelsContent">Students
          <form id="form4" name="form4" method="post" action="">
            <table width="256">
              <tr>
                <td width="248"><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="ANDERSON, MAYA" id="RadioGroupStudentsMiller_0" />
                  ANDERSON, MAYA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="BAKER, KERRI" id="RadioGroupStudentsMiller_1" />
                  BAKER, KERRI</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="BJORKLAND, KYLEE" id="RadioGroupStudentsMiller_2" />
                  BJORKLAND, KYLEE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="BOND, KACIE" id="RadioGroupStudentsMiller_3" />
                  BOND, KACIE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="BUFFIT, JOHN" id="RadioGroupStudentsMiller_4" />
                  BUFFIT, JOHN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="GARCIA, NATASHA" id="RadioGroupStudentsMiller_5" />
                  GARCIA, NATASHA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="HEW, ASHLEY" id="RadioGroupStudentsMiller_6" />
                  HEW, ASHLEY</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="KIMBLE, KELSEY" id="RadioGroupStudentsMiller_7" />
                  KIMBLE, KELSEY</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="LOPEZ-ROMERO, HANNAH" id="RadioGroupStudentsMiller_8" />
                  LOPEZ-ROMERO, HANNAH</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="MEYER, SEAN" id="RadioGroupStudentsMiller_9" />
                  MEYER, SEAN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="PAULEY, CHAD" id="RadioGroupStudentsMiller_10" />
                  PAULEY, CHAD</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="REX, TRENT" id="RadioGroupStudentsMiller_11" />
                  REX, TRENT</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="ROSA, SEBASTIAN" id="RadioGroupStudentsMiller_12" />
                  ROSA, SEBASTIAN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="RUCKER, JONATHAN" id="RadioGroupStudentsMiller_13" />
                  RUCKER, JONATHAN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="RUIZ, BRIANNA" id="RadioGroupStudentsMiller_14" />
                  RUIZ, BRIANNA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="SEGERITZ, NICHOLAS" id="RadioGroupStudentsMiller_15" />
                  SEGERITZ, NICHOLAS</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="STOKES, MADISON" id="RadioGroupStudentsMiller_16" />
                  STOKES, MADISON</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="THOMAS, KRISTIN" id="RadioGroupStudentsMiller_17" />
                  THOMAS, KRISTIN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="VALLEJO, AUSTIN" id="RadioGroupStudentsMiller_18" />
                  VALLEJO, AUSTIN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="VALLOT, MICHAEL" id="RadioGroupStudentsMiller_19" />
                  VALLOT, MICHAEL</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsMiller" value="VAZQUEZ, JARELIS" id="RadioGroupStudentsMiller_20" />
                  VAZQUEZ, JARELIS</label></td>
              </tr>
            </table>
          </form>
        </div>
        <div class="TabbedPanelsContent">Students
          <form id="form5" name="form5" method="post" action="">
            <table width="246">
              <tr>
                <td width="238"><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="AUCKERMAN, KEITH" id="RadioGroupStudentsSqindle_0" />
                  AUCKERMAN, KEITH</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="BUENO, DAVID" id="RadioGroupStudentsSqindle_1" />
                  BUENO, DAVID</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="CANCEL, BRIAN" id="RadioGroupStudentsSqindle_2" />
                  CANCEL, BRIAN</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="CASON, THOMAS" id="RadioGroupStudentsSqindle_3" />
                  CASON, THOMAS</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="DE JESUS, STEPHANIE" id="RadioGroupStudentsSqindle_4" />
                  DE JESUS, STEPHANIE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="GRENIER, OLIVIA" id="RadioGroupStudentsSqindle_5" />
                  GRENIER, OLIVIA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="HULSEY, KAYLEE" id="RadioGroupStudentsSqindle_6" />
                  HULSEY, KAYLEE</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="LARSEN, SABRINA" id="RadioGroupStudentsSqindle_7" />
                  LARSEN, SABRINA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="LATOUR, SARA" id="RadioGroupStudentsSqindle_8" />
                  LATOUR, SARA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="LOMAX, SETH" id="RadioGroupStudentsSqindle_9" />
                  LOMAX, SETH</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="NELSON, ANTONIO" id="RadioGroupStudentsSqindle_10" />
                  NELSON, ANTONIO</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="ROBLES, BRANDED" id="RadioGroupStudentsSqindle_11" />
                  ROBLES, BRANDED</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="RODRIGUEZ, ANDREW" id="RadioGroupStudentsSqindle_12" />
                  RODRIGUEZ, ANDREW</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="RUIZ, JESUS" id="RadioGroupStudentsSqindle_13" />
                  RUIZ, JESUS</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="SCHNEIDER, SAMANTHA" id="RadioGroupStudentsSqindle_14" />
                  SCHNEIDER, SAMANTHA</label></td>
              </tr>
              <tr>
                <td><label>
                  <input type="radio" name="RadioGroupStudentsSqindle" value="YELLDER, NASIER" id="RadioGroupStudentsSqindle_15" />
                  YELLDER, NASIER</label></td>
              </tr>
            </table>
          </form>
        </div>
</div>
      <form id="form1" name="form1" method="post" action="">
</form>
    </div>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <h2>H2 level heading </h2>
    <p>&nbsp;</p>
	<!-- end #mainContent --></div>
  <div id="footer">
    <p>&nbsp;</p>
  <!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {maxChars:14, minChars:14});
//-->
</script>
</body>
</html>
<?php
mysql_free_result($RecordsetAssetTag);
?>

Anon7 - 2021