Files
ventas_php/templates/index-cobrar.tpl

47 lines
2.0 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>
</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-cobrar.tpl"}
</div>
<div id="frmConceptos">
{include file="{$DOC_ROOT}/templates/forms/agregar-cobrar.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>