%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/proc/10578/cwd/home/bitrix/www/ru/castings/ |
| Current File : //proc/self/root/proc/self/root/proc/10578/cwd/home/bitrix/www/ru/castings/post.php |
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Разместить объявление");
$APPLICATION->SetPageProperty("title", "Разместить объявление | port4lio.pro");
$title = $APPLICATION->GetTitle();
?>
<?$margt=$USER->IsAuthorized() ? '25' : '60';?>
<div class="breadcrumb-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12 colmart" style="margin-top: 60px; text-align: center;">
<h2 class="title"><span><?=$title?></span></h2>
</div>
<div class="col-lg-6 col-md-6 col-xs-12 col-sm-6">
<div class="breadcrumbs pull-right">
<ul>
<?$APPLICATION->ShowNavChain();?>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container" style="min-width: 1200px;">
<div class="row">
<?$APPLICATION->IncludeComponent(
"p4:p.castings.edit",
"job",
Array(
"IBLOCK_ID" => 12,
"NEED_PROFILE" => 'N',
"POLICY" => "policy.html",
"OK_URL" => "/ru/castings/?POST_RESULT=Y",
"SILENT_PERIOD" => 72, // В часах
"PREFIX" => "Вакансия: "
)
);?>
</div>
</div>
</div>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>