Esempio n. 1
0
<?php

require_once "../../../lib/count.class.php";
$count_id = $_GET['count_id'];
$objCountInfo = new Count();
$CountById = $objCountInfo->retriveCountById($count_id);
$count_name = $CountById[0]['count_name'];
?>

<div id="note"> </div>				
<form id="lotForm" name="lotForm" method="post"   action="includes/model/count_actions_update.php" >
     <?php 
require_once "../partials/_form_count.php";
?>
        <div id="submit_set">
             <table width="100%" border="0" cellpadding="0" cellspacing="0">
               <tr>
                 <td align="right">&nbsp;</td>
                 <td>&nbsp;</td>
                 <td align="left">&nbsp;</td>
               </tr>
               <tr>
                 <td width="40%" align="right"><input type="hidden" name="count_id" id="count_id" value="<?php 
echo $count_id;
?>
"/></td>
                 <td width="11%"><input class="button" name="Submit" type="submit" value="Update" id="Submit"/></td>
                 <td width="49%" align="left">&nbsp;</td>
               </tr>
            </table>
	      </div>