EIOS/inc/smarty/templates_c/79ddcb5b33b68a9ef21ce86a67c...

120 lines
4.4 KiB
PHP
Raw Normal View History

2023-12-28 15:39:22 +03:00
<?php /* Smarty version Smarty-3.1.13, created on 2023-06-14 10:58:20
compiled from "tpl/tpl_information_staj.html" */ ?>
<?php /*%%SmartyHeaderCode:116205706462568355470805-98294462%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'79ddcb5b33b68a9ef21ce86a67c8777e1cee9963' =>
array (
0 => 'tpl/tpl_information_staj.html',
1 => 1686729500,
2 => 'file',
),
),
'nocache_hash' => '116205706462568355470805-98294462',
'function' =>
array (
),
'version' => 'Smarty-3.1.13',
'unifunc' => 'content_62568355494f66_64735471',
'variables' =>
array (
'msg' => 0,
'teach' => 0,
),
'has_nocache_code' => false,
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_62568355494f66_64735471')) {function content_62568355494f66_64735471($_smarty_tpl) {?><!-- BEGIN PAGE HEADER-->
<div class="row-fluid">
<div class="span12">
<h3 class="page-title">Сведения о научно-педагогическом работнике</h3>
<ul class="breadcrumb">
<li class="active"><a href="/information/education/" class="btn btn-primary">Образование</a></li>
<li class="active"><a href="/information/skills/" class="btn btn-primary">Повышение квалификации</a></li>
<li class="active"><a href="/information/staj/" class="btn btn-primary">Стаж работы</a></li>
</ul>
</div>
</div>
<?php if (($_smarty_tpl->tpl_vars['msg']->value==1)){?>
<div class="alert alert-success">
<button data-dismiss="alert" class="close">×</button>
<strong>Информация сохранена!</strong>
</div>
<?php }?>
<div class="row-fluid">
<div class="span12">
<!--Договоры на кафедры о практике-->
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<div class="widget green">
<div class="widget-title">
<h4><i class="icon-reorder"></i> Стаж работы</h4>
<span class="tools">
<a href="javascript:;" class="icon-chevron-down"></a>
</span>
</div>
<div class="widget-body">
<form name="staj" method="post" action="#">
<div class="control-group">
<label class="control-label" style="min-width: 200px!important;">Стаж работы в должности НПР</label>
<div class="controls">
<div class="input-prepend">
<input type="date" name="date_staj_npr" class="form-control" value="<?php echo $_smarty_tpl->tpl_vars['teach']->value['date_staj_npr'];?>
" required />
</div>
<span class="help-inline"> Выберите дату начала работы</span>
</div>
</div>
<hr />
<div class="control-group">
<label class="control-label" style="min-width: 200px!important;">Стаж работы в иных организациях в профессиональной сфере</label>
<div class="controls">
<div class="input-prepend">
<input type="date" name="date_staj_in" value="<?php echo $_smarty_tpl->tpl_vars['teach']->value['date_staj_in'];?>
" />
</div>
<span class="help-inline"> Выберите дату начала работы</span>
</div>
</div>
<div class="control-group">
<label class="control-label" style="min-width: 200px!important;">Название внешней организации</label>
<div class="controls">
<div class="input-prepend">
<input type="text" name="place_in" value="<?php echo $_smarty_tpl->tpl_vars['teach']->value['place_in'];?>
" />
</div>
<span class="help-inline"> </span>
</div>
</div>
<div class="control-group">
<label class="control-label" style="min-width: 200px!important;">Должность</label>
<div class="controls">
<div class="input-prepend">
<input type="text" name="doljnost_in" value="<?php echo $_smarty_tpl->tpl_vars['teach']->value['doljnost_in'];?>
" />
</div>
<span class="help-inline"> </span>
</div>
</div>
<input type="submit" name="edit_staj" value="Сохранить" class="btn btn-success" />
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php }} ?>