Example #1
0
</script>
</head>

<body class="jss-Body">

<table class="jss-TablePanel" style="width: 100%">
	<tr>
		<td>
		<form id="frOpciones" method="POST" name="frOpciones" target="_self" class="jss-NoMargins">
			<table id="cabecera" class="jss-Table" style="width: 100%" >
				<tr>
					<td class="jss-Caption" colspan="4">&nbsp;<?php 
echo _SEARCH . ' ' . _PRODUCTS;
?>
: (<?php 
echo jCount("Products", "");
?>
)
					</td>
					<td style="text-align: center" rowspan="4">
					<a href="../tables/<?php 
echo $strExport;
?>
" style="width: 1%">
					<img alt=""  src="../../images/excel16.jpg" style="border-width: 0px; width: 16px; height: 16px"></a></td>
					<td style="width: 1%" rowspan="2">
					<input class="jss-Boton" name="buscar" type="submit" value="<?php 
echo _SEARCH;
?>
"></td>
				</tr>
Example #2
0
	var id=q.cells[0].innerText || q.cells[0].textContent;
	document.location.search='?id='+id;
}
</script>
</head>

<body class="jss-Body">

<table class="jss-TablePanel" style="width: 100%">
	<tr>
		<td>
		<form id="frOpciones" method="POST" name="frOpciones" class="jss-NoMargins">
			<table id="cabecera" class="jss-TableBorder" style="width: 100%" >
				<tr>
					<td class="jss-Caption" colspan="2" >&nbsp;<?php 
echo _SEARCH . " " . ucwords($table) . ' [' . jCount($table, '') . ']';
?>
</td>
					<td rowspan="4" style="width: 1%">
					<a href="<?php 
echo $strExport;
?>
">
					<img alt=""  src="../../images/excel16.jpg" style="border-width: 0px; width: 16px; height: 16px"></a></td>
					<td rowspan="2" style="width: 1%">
					<input class="jss-Boton" name="buscar" type="submit" value="<?php 
echo _SEARCH;
?>
"></td>
				</tr>
				<tr>
Example #3
0
}
</script>
</head>

<body class="Jss-Body">

<table id="contenedor" class="jss-TablePanel" style="width: 99%">
	<tr>
		<td>
		<table id="cabecera" class="jss-Table" style="width: 100%" >
			<tr class="jss-Caption">
				<td style="width: 99%" >&nbsp;<?php 
echo _LIST . " " . $tabla;
?>
&nbsp; [<?php 
echo jCount($tabla, '');
?>
]</td>
				<td style="width: 1%" >
				<a href="tableEdit.php?insertar=1&tabla=<?php 
echo $tabla;
?>
">
				<img alt="Insertar Nuevo Registro" src="../../images/insert22.gif" style="border-width: 0px; width: 22px; height: 22px;"></a></td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td>
		<table id="lista" class="jss-Table" style="width: 100%" >
Example #4
0
function setPrice(q, qfrm){
    var vatValue=parseInt(document.getElementById('vatValue').value);
    if(q.name=='price'){qfrm.vatPrice.value=(parseFloat(q.value) + parseFloat(q.value) * vatValue / 100).toFix(3);}
    else{qfrm.price.value=(parseFloat(q.value) / parseFloat('1.' + vatValue)).toFix(3);}
    q.value=q.value.toFix(3);
}
</script>

</head>

<body class="Jss-Body">

<table class="jss-Table" style="width: 100%">
	<tr class="jss-Caption">
		<td colspan="5">&nbsp;Prices [<?php 
echo jCount('RatesByProduct', 'idProduct=' . $_SESSION['idProduct']);
?>
]</td>
		<td colspan="2" style="text-align: right; width: 1%;">
		<a href="prices.php?insertar=1">
		<img alt="" src="../../images/insert20.gif"></a></td>
	</tr>
	<tr class="jss-Bar">
		<td style="width: 10%">Id</td>
		<td style="width: 80%">Rate</td>
		<td style="width: 1%">Price</td>
		<td style="width: 1%">vat</td>
		<td style="width: 1%">vatPrice</td>
		<td  colspan="2" style="width: 1%">&nbsp;</td>
	</tr>
	<?php 
Example #5
0
}

function getVal(q){
	document.getElementById('idProduct').value=(q.cells[0].innerText || q.cells[0].textContent);
	document.getElementById('item').value=(q.cells[1].innerText || q.cells[1].textContent);
	wWin.window.panel.close();
}
</script>
</head>

<body class="Jss-Body">

<table class="jss-Table" style="width: 100%">
	<tr class="jss-Caption">
		<td colspan="7">&nbsp;Fees [<?php 
echo jCount('fees', 'idMember=' . $_SESSION['idMember']);
?>
]</td>
		<td colspan="2" style="width: 1%; text-align: center;">
		<a href="fees.php?insertar=1">
		<img alt="" src="../../images/insert20.gif" style="border-width: 0px; width: 20px; height: 20px"></a></td>
	</tr>
	<tr class="jss-Bar">
		<td style="width: 5%">Id</td>
		<td style="width: 1%">.</td>
		<td style="width: 40%"><?php 
echo _PRODUCTS;
?>
</td>
		<td style="width: 15%"><?php 
echo _RATE;