logueo2.php
65 lines
| 2.8 KiB
| text/x-php
|
HtmlPhpLexer
|
r0 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |||
<head> | |||
<title>Logueo</title> | |||
</head> | |||
<style> | |||
body{font-family:Arial,Helvetica,sans-serif;font-size : 12px;background: #fff;text-align : center;} | |||
*{margin : 0;padding : 0;} | |||
#content{margin:0 auto;padding:0;width:1004px;} | |||
#main_page{ | |||
width: 100%; | |||
border:0px solid #f00; | |||
padding-top: 100px; | |||
} | |||
#main_page .row_form{display: block; width: 285px; border: 0px solid #f0f; margin: 0 auto;} | |||
.css_label{width: 100px; float:left; border: 0px solid #000; text-align: left; padding-top: 3px} | |||
.css_input, .css_combo{width: 175px; float:left; border: 1px solid #000; text-align: left; font-size: 10px; padding-top: 3px; padding-bottom: 3px; color: #666; padding-left: 5px} | |||
.limpiar_flotantes{clear: both; height: 1%; width: 100%; overflow: hidden} | |||
.heigth_bottom{margin-bottom: 20px !important;} | |||
#cabecera{background-image: url(../images/logueo/frontend_top.jpg); background-repeat:no-repeat; height:115px} | |||
#pie{background-image: url(../images/logueo/frontend_icon.jpg); background-repeat:no-repeat; height:117px; background-position: right; | |||
margin-top:75px;} | |||
#pie .pie_info{display: block; width: 70%; border:0px solid #52658C; color: #52658C; font-size: 0.65em; font-family: Verdana; text-align: left; padding-top: 50px /*#91d8f7*/} | |||
</style> | |||
<body> | |||
<div id="content"> | |||
<div id="cabecera"></div> | |||
<div id="main_page"> | |||
<form action="logueo2.php" method="POST" name="form_login" id="form_login"> | |||
<div class="row_form heigth_bottom"> | |||
<label for="user" class="css_label">Protocolo:</label> | |||
<select class="css_combo"> | |||
<option>Select</option> | |||
<option>Protocolo 1</option> | |||
<option>Protocolo 2</option> | |||
</select> | |||
<div class="limpiar_flotantes"></div> | |||
</div> | |||
<div class="row_form heigth_bottom"> | |||
<label for="user" class="css_label">Areas:</label> | |||
<select class="css_combo"> | |||
<option>Select</option> | |||
<option>Area 1</option> | |||
<option>Area 2</option> | |||
</select> | |||
<div class="limpiar_flotantes"></div> | |||
</div> | |||
<div class="row_form"> | |||
<input type="submit" name="enviar" id="enviar" value="Ingresar"/> | |||
<div class="limpiar_flotantes"></div> | |||
</div> | |||
</form> | |||
</div> | |||
<div id="pie"> | |||
<div class="pie_info"> | |||
1845 Elm Hill Pike - Nashville, TN 37210<br/> | |||
Office1: 615.515.5403 - Office2: 615.515.5403 - Fax: 615.889.8880<br /> | |||
info@cytotechlabs.com<br /> | |||
</div> | |||
</div> | |||
</div> | |||
</body> | |||
</html> |