| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/restaurantadmin/ |
Upload File : |
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header content-header1">
<h1><?php echo $this->lang->line('SEO');?></h1>
<?php if($this->session->flashdata('success_msg')) { ?>
<div class="alert alert-info text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->flashdata('success_msg'); ?></strong>
</div>
<?php } ?>
<?php if(validation_errors() != FALSE) { ?>
<div class="alert alert-danger text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo validation_errors(); ?></strong>
</div>
<?php } ?>
<ol class="breadcrumb">
<li><a href="<?=base_url()?>restaurantadmin/dashboardrestaurant" class="fontsize15"><?php echo $this->lang->line('Home');?></a></li>
<li class="active fontsize15"><?php echo $this->lang->line('Managements');?></li>
<li class="active fontsize15"><?php echo $this->lang->line('SEO');?></li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="box-body mctopCC30">
<?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('restaurantadmin/seomanagement', $validator); ?>
<fieldset>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group float-label-control">
<input type="text" class="fs_input" id="seo_meta_keyword" name="seo_meta_keyword" value="<?=isset($SeoContent->seo_meta_keyword)?$SeoContent->seo_meta_keyword:''?>" placeholder="<?php echo $this->lang->line('MetaKeywords');?>">
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="fs_input" id="seo_meta_description" name="seo_meta_description" value="<?=isset($SeoContent->seo_meta_description)?$SeoContent->seo_meta_description:''?>" placeholder="<?php echo $this->lang->line('MetaDescription');?>">
</div>
</div>
</div>
<fieldset>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group float-label-control">
<input type="text" class="fs_input" id="seo_meta_language" name="seo_meta_language" value="<?=isset($SeoContent->seo_meta_language)?$SeoContent->seo_meta_language:''?>" placeholder="<?php echo $this->lang->line('MetaLanguage');?>">
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="fs_input" id="seo_country" name="seo_country" value="<?=isset($SeoContent->seo_country)?$SeoContent->seo_country:''?>" placeholder="<?php echo $this->lang->line('Country');?>">
</div>
</div>
</div>
</fieldset>
<fieldset>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group float-label-control">
<input type="text" class="fs_input" id="seo_state" name="seo_state" value="<?=isset($SeoContent->seo_state)?$SeoContent->seo_state:''?>" placeholder="<?php echo $this->lang->line('StateOrProvince');?>">
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="fs_input" id="seo_city" name="seo_city" value="<?=isset($SeoContent->seo_city)?$SeoContent->seo_city:''?>" placeholder="<?php echo $this->lang->line('CityOrRegion');?>">
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="form-group">
<div class="margintop10">
<button type="submit" class="btn btn-outline green btn-sm opo active newsolidbtn mcfr" style=""><?php echo $this->lang->line('Update');?></button>
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</section><!-- /.content -->
<div class="clearfix"></div>
</div>
<!-- /.content-wrapper -->