|
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/abtechsci/mmc15/HDWRegistrationAndLogin/admin/ |
Upload File : |
<!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=iso-8859-1" />
<title>Form To Database Admin</title>
<style type="text/css">
<!--
body{
margin : 0px 0px 0px 0px;
font: 12px Arial, Helvetica, sans-serif;
background-color : #ffffff;
color : #5C5C5C;
}
#container {
text-align : center;
}
#div_body{
width : 95%;
min-height : 500px;
height: auto !important;
height:500px;
background-color : #FFFFFF;
clear : both;
text-align : justify;
margin : auto;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 16px;
padding-top: 0px;
}
#div_logo{
width : 100%;
height : 108px;
background-image : url(logo.jpg);
margin-bottom : 20px;
}
.action_anchor {
font-weight: bold;
color: white;
margin-right: 10px;
margin-top: 5px;
}
h1{
font-size:15px;
padding : 5px;
}
h3{
font-size:12px;
font-weight:normal;
}
a{
color : #739E40;
font-weight:normal;
text-decoration:none;
}
#container #div_footer{
width : 95%;
text-align :left;
margin : auto;
padding-top:10px;
color: #ffffff;
}
#container #div_footer a{
color : #FFFFFF;
text-decoration : none;
}
.style1 {
font-size: 12px;
font-weight: bold;
}
.style2 {font-size: 14px}
-->
</style>
</head>
<body>
<div id="container">
<div id="div_body">
<div id="div_logo"><div style="float:right"><a href="" class="action_anchor">log out</a></div></div>
<div style="padding:10px;">
<span class="style1"><span class="style2">Form To Database Admin</span><br />
(Click "edit button" to view all info about each registrant)</span>
<p>
<fieldset>
<legend></legend>
</fieldset>
<table width="90%">
<tr>
<td width="1">
</td>
</tr>
</table>
<!-- Forma para el submit del boton "Siguiente" y "Atr�s"-->
<form name="FormNext" action=index.php?table=myregistration1 method="POST">
</form>
<table width="100%" border="0" bgcolor="#FFFFFF">
<tr align="left">
<td>
<form name="formSearch" method="post" action="index.php?table=myregistration1">
<span class="TableTitle1">Search for:</span>
<input type="hidden" name="fldField" value="((1=0 OR hdw_id like '%^%' OR hdw_active like '%^%' OR hdw_IP like '%^%' OR hdw_Referer like '%^%' OR hdw_ServerTime like '%^%' OR hdw_Browser like '%^%' OR hdw_UserAgent like '%^%' OR username like '%^%' OR Password like '%^%' OR Password_again like '%^%' OR firstname like '%^%' OR lastname like '%^%' OR first_time like '%^%' OR dept like '%^%' OR title like '%^%' OR preferred_name like '%^%' OR organization like '%^%' OR street_address like '%^%' OR city like '%^%' OR state like '%^%' OR zip like '%^%' OR Country like '%^%' OR phone_area_code like '%^%' OR phone_number like '%^%' OR email_address like '%^%' OR spousefirstname like '%^%' OR spouselastname like '%^%' OR spouse_email like '%^%' OR registration_type like '%^%' OR discount_code like '%^%' OR banquet_guests like '%^%' OR option like '%^%' OR view like '%^%' OR task like '%^%' OR submit like '%^%' OR username2 like '%^%' OR post_conference_event like '%^%' OR payment_method like '%^%' OR credit_card_name like '%^%' OR credit_card_number like '%^%' OR credit_card_security_code like '%^%' OR credit_card_expiration_month like '%^%' OR credit_card_expiration_year like '%^%' OR cpe_credits_participants like '%^%' OR business360 like '%^%' OR spouse like '%^%' OR board_president_feduciary_responsibility like '%^%' OR abhe_team_training like '%^%' OR tracs_team_training like '%^%' OR submit_abstract like '%^%' OR visa_application_letter like '%^%' OR submit2 like '%^%' OR option2 like '%^%' OR view2 like '%^%' OR task2 like '%^%' OR submit22 like '%^%' OR BioDot like '%^%' OR Millikens_Fiber like '%^%' ))">
<input type="hidden" name="show" value="search">
<br>
<input type="text" name="fldValue" class="forminput" value="karenengel">
<input type="submit" name="Search" value="Buscar" class="forminput">
</form>
</td>
</tr>
</table>
<script language="JavaScript">
function delete_ (id)
{
if (confirm ('Are you sure that you want to delete this row?'))
{
document.changes.accion.value = "deleteitem";
document.changes.valor1.value = id;
document.changes.submit();
}
}
</script>
<form name=changes action="index.php?table=myregistration1" method=post>
<input type="hidden" name="accion" value="">
<input type="hidden" name="valor1" value="">
<input type="hidden" name="valor2" value="">
<input type="hidden" name="valor3" value="">
</form>
</div>
<div class="end"></div>
</div>
<div id="div_footer">
© Hot <a href="http://www.hotdreamweaver.com">Dreamweaver</a>. All rights reserved. <a href="http://www.hotdreamweaver.com">www.hotdreamweaver.com</a>
</div>
</div>
</body>
</html>