ok

Mini Shell

Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/application/views/admin/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/application/views/admin/seo_tools.php

<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>


<div class="row" style="margin-bottom: 15px;">
	<div class="col-sm-12">
		<h3 style="font-size: 18px; font-weight: 600;margin-top: 10px;"><?php echo trans('seo_tools'); ?></h3>
	</div>
</div>

<div class="row">
	<div class="col-lg-6 col-md-12">
		<div class="box box-primary">
			<div class="box-header with-border">
				<h3 class="box-title"><?php echo trans('sitemap'); ?></h3>
			</div>
			<!-- /.box-header -->

			<!-- form start -->
			<?php echo form_open('sitemap_controller/generate_sitemap_post'); ?>
			<div class="box-body">
				<!-- include message block -->
				<?php $this->load->view('admin/includes/_messages_form'); ?>

				<div class="form-group">
					<label class="label-sitemap"><?php echo trans('frequency'); ?></label>
					<small class="small-sitemap"> (<?php echo trans('frequency_exp'); ?>)</small>

					<select name="frequency" class="form-control">
						<option value="none" <?php echo ($this->product_settings->sitemap_frequency == 'none') ? 'selected' : ''; ?>><?php echo trans('none'); ?></option>
						<option value="always" <?php echo ($this->product_settings->sitemap_frequency == 'always') ? 'selected' : ''; ?>><?php echo trans('always'); ?></option>
						<option value="hourly" <?php echo ($this->product_settings->sitemap_frequency == 'hourly') ? 'selected' : ''; ?>><?php echo trans('hourly'); ?></option>
						<option value="daily" <?php echo ($this->product_settings->sitemap_frequency == 'daily') ? 'selected' : ''; ?>><?php echo trans('daily'); ?></option>
						<option value="weekly" <?php echo ($this->product_settings->sitemap_frequency == 'weekly') ? 'selected' : ''; ?>><?php echo trans('weekly'); ?></option>
						<option value="monthly" <?php echo ($this->product_settings->sitemap_frequency == 'monthly') ? 'selected' : ''; ?>><?php echo trans('monthly'); ?></option>
						<option value="yearly" <?php echo ($this->product_settings->sitemap_frequency == 'yearly') ? 'selected' : ''; ?>><?php echo trans('yearly'); ?></option>
						<option value="never" <?php echo ($this->product_settings->sitemap_frequency == 'never') ? 'selected' : ''; ?>><?php echo trans('never'); ?></option>
					</select>
				</div>

				<div class="form-group">
					<label class="label-sitemap"><?php echo trans('last_modification'); ?></label>
					<small class="small-sitemap"> (<?php echo trans('last_modification_exp'); ?>)</small>
					<p>
						<input type="radio" name="last_modification" id="last_modification_1" value="none" class="square-purple" <?php echo ($this->product_settings->sitemap_last_modification == 'none') ? 'checked' : ''; ?>>
						<label for="last_modification_1" class="cursor-pointer">&nbsp;<?php echo trans('none'); ?></label>
					</p>
					<p>
						<input type="radio" name="last_modification" id="last_modification_2" value="server_response" class="square-purple" <?php echo ($this->product_settings->sitemap_last_modification == 'server_response') ? 'checked' : ''; ?>>
						<label for="last_modification_2" class="cursor-pointer">&nbsp;<?php echo trans('server_response'); ?></label>
					</p>
				</div>

				<div class="form-group">
					<label class="label-sitemap"><?php echo trans('priority'); ?></label>
					<small class="small-sitemap"> (<?php echo trans('priority_exp'); ?>)</small>
					<p>
						<input type="radio" name="priority" id="priority_1" value="none" class="square-purple" <?php echo ($this->product_settings->sitemap_priority == 'none') ? 'checked' : ''; ?>>
						<label for="priority_1" class="cursor-pointer">&nbsp;<?php echo trans('none'); ?></label>
					</p>
					<p>
						<input type="radio" name="priority" id="priority_2" value="automatically" class="square-purple" <?php echo ($this->product_settings->sitemap_priority == 'automatically') ? 'checked' : ''; ?>>
						<label for="priority_2" class="cursor-pointer">&nbsp;<?php echo trans('priority_none'); ?></label>
					</p>
				</div>
			</div>
			<!-- /.box-body -->
			<div class="box-footer">
				<button type="submit" name="process" value="generate" class="btn btn-primary pull-right" style="margin-bottom: 5px;"><?php echo trans('download_sitemap'); ?></button>
				<button type="submit" name="process" value="update" class="btn btn-success pull-right m-r-10"><?php echo trans('update_sitemap'); ?></button>
			</div>
			<!-- /.box-footer -->

			<?php echo form_close(); ?><!-- form end -->
		</div>
		<!-- /.box -->

		<div class="callout" style="margin-top: 30px;background-color: #fff; border-color:#00c0ef;max-width: 600px;">
			<h4>Cron Job</h4>
			<p><strong>http://domain.com/cron/update-sitemap</strong></p>
			<small><?php echo trans('msg_cron_sitemap'); ?></small>
		</div>

	</div>


	<?php echo form_open('admin_controller/seo_tools_post'); ?>
	<div class="col-lg-6 col-md-12">
		<div class="box box-primary">
			<div class="box-header with-border">
				<h3 class="box-title"><?php echo trans('google_analytics'); ?></h3>
			</div>
			<!-- /.box-header -->

			<!-- form start -->
			<div class="box-body">
				<!-- include message block -->
				<?php $this->load->view('admin/includes/_messages'); ?>
				<div class="form-group">
					<textarea class="form-control text-area" name="google_analytics"
							  placeholder="<?php echo trans('google_analytics'); ?>"
							  style="min-height: 100px;" <?php echo ($this->rtl == true) ? 'dir="rtl"' : ''; ?>><?php echo html_escape($this->general_settings->google_analytics); ?></textarea>
				</div>

				<!-- /.box-body -->
				<div class="box-footer" style="padding-left: 0; padding-right: 0;">
					<button type="submit" class="btn btn-primary pull-right"><?php echo trans('save_changes'); ?></button>
				</div>
				<!-- /.box-footer -->

			</div>
			<!-- /.box -->
		</div>

	</div>
	<?php echo form_close(); ?><!-- form end -->

</div>



Zerion Mini Shell 1.0