1 line
1.6 KiB
PHP
1 line
1.6 KiB
PHP
<!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>Visualizar orçamento</title>
|
|
<script src="../Includes/jquery.js" type="text/javascript"></script>
|
|
<script src="../Includes/jtip.js" type="text/javascript"></script>
|
|
<style type="text/css" media="all">
|
|
@import "../CSS/global.css";
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="contentPad">
|
|
<form action="relVisualizaOrcamento.php" method="post" name="formBuscaOrdem">
|
|
<p><strong>Visualiza Orçamento:</strong></p>
|
|
<p>
|
|
<label style="padding-right:5px">Número da Ordem de Serviço:</label>
|
|
<input name="codOrdem" id="codOrdem" type="text" />
|
|
<span class="formInfo"><a href="../Includes/dicaLoginOS.htm?width=475" class="jTip" id="two" name="">?</a></span></p>
|
|
<p>
|
|
<label style="padding-right:5px">Senha da Ordem de Serviço:</label>
|
|
<input name="senha" id="senha" type="text" />
|
|
<span class="formInfo"><a href="../Includes/dicaSenhaOS.htm?width=375" class="jTip" id="one" name="Password must follow these rules:">?</a></span> </p>
|
|
<p>
|
|
<input type="submit" name="submit" id="submit" value="Visulizar" class="gmailButton"/>
|
|
<br />
|
|
<br />
|
|
</p>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |