Welcome Guest, Not a member yet? Register   Sign In
Dissallow Key Charater
#1

[eluser]Uresh Patel[/eluser]
<div id="register" align="left" style="width:1000px;">
<div class="regname"> <span> Files Management </span> </div>
<div style="width:900px;" class="loginJob">

&lt;?php
if (isset($folder) && $folder!= '')
{
?&gt;

&lt;form method="post" name="dwnld" action="&lt;?php echo base_url().'index.php/employeer/employeer_search/folder_file_details'?&gt;" &gt;

&lt;input type="submit" name="saveto" value="Save To Evaluated"&gt;
<table width="100%" border="0" cellpadding="2" cellspacing="2" vspace="2">
<tr class="gridrowhead">
<th width="53" align="center">Select</th>
<th width="786" align="center">Details</th>
<th width="76" align="center">Download</th>
<th width="76" align="center">Delete</th>
</tr>
&lt;?php
$r=0;
$i=0;
foreach($folder as $row)
{
$hi = base_url()."public/uploads/".$row['path'];
?&gt;
<tr class="">
<td align="center">&lt;input type="checkbox" name="save_to_fldr[&lt;?php echo $i; ?&gt;]" value="&lt;?php echo $row['seeker_user_id'];?&gt;"/&gt;&lt;/td>
<td align="left"> <b>Username :</b>&lt;?php echo $row['user_name']; ?&gt;
<b>Country :</b>&lt;?php echo $row['country']; ?&gt;
<b>Key Skills :</b>&lt;?php echo $row['key_skills'] ; ?&gt;
<b>Education :</b>&lt;?php echo $row['education']; ?&gt;
<b>Title :</b>&lt;?php echo $row['resume_title']; ?&gt; <br/>
<b>Location :</b>&lt;?php echo $row['current_location']; ?&gt;
<b>Experience :</b>&lt;?php echo $row['experience_month']."-".$row['experience_year']; ?&gt;
<b>files_id :</b>&lt;?php echo $row['emp_saved_files_id']; ?&gt;
<b>fldr_id :</b>&lt;?php echo $row['emp_fldr_id']; ?&gt;
</td>
&lt;input type="hidden" name="emp_saved_files_id['&lt;?php echo $i; ?&gt;']" value="&lt;?php echo $row['emp_saved_files_id']; ?&gt;" /&gt;
&lt;input type="hidden" name="emp_fldr_id['&lt;?php echo $i; ?&gt;']" value="&lt;?php echo $row['emp_fldr_id']; ?&gt;" /&gt;

&lt;input type="hidden" name="seeker_user_id['&lt;?php echo $i; ?&gt;']" value="&lt;?php echo $row['seeker_user_id']; ?&gt;" /&gt;
&lt;?php $i++;
if($file_count > 0)
{
?&gt;
<td align="center"><a href="&lt;?php echo $hi; ?&gt;">
&lt;input value="&lt;?php echo "Download"; ?&gt;" type="submit" id="dwnlds" name="dwnlds"&gt;
</a> </td>
&lt;?php }
else
{
if($file_count <= 0)
{
if($r==0)
echo "<b>Please Recharge for More Resume Downloads</b>";
?&gt;

&lt;?php $r++;
} ?&gt;
<td align="center">
&lt;input value="&lt;?php echo "Download"; ?&gt;" type="submit" id="dwnlds" name="dwnlds" disabled="disabled"/&gt;
</td>
&lt;?php } ?&gt;

<td align="center"><a href="&lt;?php echo site_url().'/employeer/employeer_search/delete_files/'.$row['emp_saved_files_id']; ?&gt;"> <img >config->item('FAL_assets_front').'/'.$this->config->item('FAL_images')?&gt;/del.png" border="0" > </a> </td>
</tr>
&lt;?php }

?&gt;
</table>
<table>
&lt;?php
}
else
{
?&gt;
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&lt;?php echo $this->lang->line('no_files_message');?&gt;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
&lt;?php
}?&gt;
&lt;/form&gt;
[removed]
function confirmDelete(delUrl)
{
if(confirm("Sure you want to Delete ?"))
{
document.location = delUrl;
}
else
{
}
}

function confirmSave(delUrl)
{
if(confirm("Sure you want to Save Resume"))
{
document.location = delUrl;
}
else
{
}
}

[removed]




Theme © iAndrew 2016 - Forum software by © MyBB