@extends('layouts.admin') @section('css') @parent {!! Html::style('adminbsb_plugins/bootstrap-select/css/bootstrap-select.min.css') !!} @stop @section('content')

work Recrutement

{!! Form::model($module, array("class" => "form-horizontal")) !!}
@if(count(getAllLangues()) > 1) @endif
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Recrutement\Controller\RecrutementController@admin') . "'", "class" => "btn btn-sm bg-orange waves-effect pull-right")) !!}

Paramètres du module Recrutement

{!! Form::text('title', old('title'), array("class" => "form-control", "placeholder" => "Title", "maxlength" => 80, "required", "ID" => "idtitle")) !!}
Nombre de charactère :
{!! Form::text('menu', old('menu'), array("class" => "form-control", "placeholder" => "Titre dans le menu", "required")) !!}
{!! Form::text('titre_annonce', getParametre('titre_annonce'), array("class" => "form-control", "placeholder" => "H1", "required")) !!}
{!! Form::textarea('rgpd', old('rgpd'), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "RGDP")) !!}
Nombre de charactère :

Référencement du module Recrutement

{!! Form::textarea('description', old('description'), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "META Description", "ID" => "idmeta")) !!}
Nombre de charactère :

3 mots maximum séparés par un espace, sans accents, ni ponctuation
{!! Form::text('rewrite', old('rewrite'), array ("rows" => 2, "class" => "form-control", "placeholder" => "Rewrite de la page")) !!}

Paramètres du widget recrutement

{!! Form::text('texte_accueil_annonce', getParametre('texte_accueil_annonce'), array("class" => "form-control", "placeholder" => "Titre des annonce en page d'accueil")) !!}
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Recrutement\Controller\RecrutementController@admin') . "'", "class" => "btn btn-sm bg-orange waves-effect m-t-15")) !!}
@if(count(getAllLangues()) > 1) @foreach (getAllLangues() as $langue) @if($langue->suffixe != "fre")
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Recrutement\Controller\RecrutementController@admin') . "'", "class" => "btn btn-sm bg-orange waves-effect pull-right")) !!}

Paramètres du module Recrutement

{!! Form::text($langue->suffixe . '_title_ml', getTranslation("Module", "title", $module ? $module->id : null, $module ? $module->title : null, $langue->suffixe), array("class" => "form-control", "placeholder" => "Title", 'maxlength' => 80)) !!}
{!! Form::text($langue->suffixe . '_menu_ml', getTranslation("Module", "menu", $module ? $module->id : null, $module ? $module->menu : null, $langue->suffixe), array("class" => "form-control", "placeholder" => "Titre dans le menu")) !!}
{!! Form::text($langue->suffixe.'_titre_annonce_ml', getParametreLangue($langue->suffixe, 'titre_annonce'), array("class" => "form-control", "placeholder" => "H1")) !!}
{!! Form::textarea($langue->suffixe.'_rgpd_ml', getTranslation("Module", "rgpd", $module ? $module->id : null, $module ? $module->rgpd : null, $langue->suffixe), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "RGDP")) !!}
Nombre de charactère :

Référencement du module Recrutement

{!! Form::textarea($langue->suffixe . '_description_ml', getTranslation("Module", "description", $module ? $module->id : null, $module ? $module->description : null, $langue->suffixe), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "META Description")) !!}
3 mots maximum séparés par un espace, sans accents, ni ponctuation
{!! Form::textarea($langue->suffixe . '_rewrite_ml', getTranslation("Module", "rewrite", $module ? $module->id : null, $module ? $module->rewrite : null, $langue->suffixe), array ("rows" => 2, "class" => "form-control", "placeholder" => "Rewrite de la page")) !!}

Paramètres du widget accueil

{!! Form::text($langue->suffixe.'_texte_accueil_annonce_ml', getParametreLangue($langue->suffixe, 'texte_accueil_annonce'), array("class" => "form-control", "placeholder" => "Titre des annonces en page d'accueil")) !!}
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Recrutement\Controller\RecrutementController@admin') . "'", "class" => "btn btn-sm bg-orange waves-effect m-t-15")) !!}
@endif @endforeach @endif

Autres paramètres

{!! Form::text('nb_page_annonce', getParametre('nb_page_annonce'), array("class" => "form-control", "placeholder" => "Nombre d'annonces par page")) !!}