65 lines
2.7 KiB
Smarty
Executable File
65 lines
2.7 KiB
Smarty
Executable 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>Sistema Novomoda</title>
|
|
<meta name="description" content="Sistema Novomoda" />
|
|
<meta name="keywords" content="Sistema Novomda" />
|
|
|
|
<link href="{$WEB_ROOT}/css/960.css" rel="stylesheet" type="text/css" media="all" />
|
|
<link href="{$WEB_ROOT}/css/reset.css" rel="stylesheet" type="text/css" media="all" />
|
|
<link href="{$WEB_ROOT}/css/text.css" rel="stylesheet" type="text/css" media="all" />
|
|
<link href="{$WEB_ROOT}/css/blue.css?{$smarty.now}" rel="stylesheet" type="text/css" media="all" />
|
|
<link href="{$WEB_ROOT}/css/smoothness/ui.css" type="text/css" rel="stylesheet" />
|
|
<style type="text/css">
|
|
body{
|
|
background: url(images/fviewbg.png) repeat-x #f5f5f5;
|
|
}
|
|
</style>
|
|
|
|
<script type="text/javascript" src="{$WEB_ROOT}/javascript/prototype.js"></script>
|
|
<script src="{$WEB_ROOT}/javascript/scoluos/src/scriptaculous.js" type="text/javascript"></script>
|
|
<script src="{$WEB_ROOT}/javascript/util.js" type="text/javascript"></script>
|
|
<script src="{$WEB_ROOT}/javascript/functions.js?{$smarty.now}" type="text/javascript"></script>
|
|
<script src="{$WEB_ROOT}/javascript/{$page}.js?{$smarty.now}" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
|
|
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
|
|
<link href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" media="all" />
|
|
<script type="text/javascript">
|
|
var jQ = jQuery.noConflict();
|
|
{*}
|
|
jQ(function()
|
|
{
|
|
jQ("#codigoBarra").autocomplete({
|
|
source: "ajax/autoCompProd.php", /* este es el script que realiza la busqueda */
|
|
minLength: 2, /* le decimos que espere hasta que haya 2 caracteres escritos */
|
|
select: ProdSelected, /* esta es la rutina que extrae la informacion del producto seleccionado */
|
|
focus: ProdFocus /* esta es la rutina que muestra del producto marcado */
|
|
});
|
|
|
|
});
|
|
{*}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<div align="right" class="txtCloseVta">
|
|
<a href="javascript:void(0)" onclick="CerrarVta()">X Cerrar</a>
|
|
</div>
|
|
|
|
<div id="tblConceptos">
|
|
{include file="{$DOC_ROOT}/templates/lists/conceptos.tpl"}
|
|
</div>
|
|
|
|
<div id="frmConceptos">
|
|
{include file="{$DOC_ROOT}/templates/forms/agregar-venta.tpl"}
|
|
</div>
|
|
|
|
<div id="fviewCobro" style="display:none;">
|
|
<div id="fviewload" style="display:block"><img src="{$WEB_ROOT}/images/load.gif" border="0" /></div>
|
|
<div id="fviewcontent" style="display:none"></div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |