<div id="content-outer"> <!-- start content --> <div id="content"> <form name="customerID" id="customerID"> <!-- start page-heading --> <div id="page-heading"> <table width="98%" border="0"> <tr> <td><h1>Populer Name</h1></td> <td align="right"> <span style="font-size:14px; font-weight:700; color:#4B4B4B;">Select Year:</span> <select name="select_year" id="select_year" class="inp-form"> <option value="">Select year</option> <?php yearDropdown(1944, date('Y'), $_REQUEST['select_year']); ?> </select> </td> <td> <span style="font-size:14px; font-weight:700; color:#4B4B4B;">Gender</span> <select name="gender" id="gender" class="inp-form"> <option value="">Select Gender</option> <option value="Male" <? if($_REQUEST['gender']=='Male'){ echo 'Selected';}?>>Male</option> <option value="Female" <? if($_REQUEST['gender']=='Female'){ echo 'Selected';}?>>Female</option> </select> </td> <td> <span style="font-size:14px; font-weight:700; color:#4B4B4B;">Name</span> <input type="text" name="name" id="name" class="inp-form" value="<?php echo $_REQUEST['name'];
<td><h1>Report Analysis</h1></td> <td align="right"> <span style="font-size:14px; font-weight:700; color:#4B4B4B;">Year To:</span> <select name="year_to" id="year_to" class="inp-form"> <option value="">Select year</option> <?php yearDropdown(1944, date('Y'), $_REQUEST['year_to']); ?> </select> </td> <td> <span style="font-size:14px; font-weight:700; color:#4B4B4B;">Year From:</span> <select name="year_from" id="year_from" class="inp-form"> <option value="">Select year</option> <?php yearDropdown(1944, date('Y'), $_REQUEST['year_from']); ?> </select> </td> <td> <span style="font-size:14px; font-weight:700; color:#4B4B4B;">Name</span> <input type="text" name="name" id="name" class="inp-form" value="<?php echo $_REQUEST['name']; ?> "> </td> <td> <input type="button" onclick="CustomerValue()" value="Submit" class=""></td> </tr> </table> </div>
echo monthDropdown('saison_end_month', substr($row->saison_end, 0, 2)); echo " "; echo dayDropdown('saison_end_day', substr($row->saison_end, 2, 2)); ?> </p> <label><?php echo _year; ?> </label> <img src="images/icons/infos.png" class="tipsyold" title="<?php echo MAN_10; ?> "/> <p> <?php echo yearDropdown('saison_year', $row->saison_year); ?> </p> <br/> <label><?php echo _day_off; ?> </label> <img src="images/icons/infos.png" class="tipsyold" title="<?php echo MAN_11; ?> "/> <p> <?php echo getWeekdays_select($row->outlet_closeday); ?>