function content_56ee2ea61703d4_35460691(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<section class="content-header">
    <h1>
        Data Jabatan
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Master</a></li>
        <li><a href="#">Jabatan</a></li>
        <li class="active">Tambah Data</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Tambah Data jabatan</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/jabatan/add_process');
        ?>
" method="post" class="form-horizontal">
                    <div class="box-body">
                        <div class="form-group">
                            <label for="nama_jabatan" class="col-sm-2 control-label">Nama jabatan</label>
                            <div class="col-sm-5">
                                <input type="text" name="nama_jabatan" class="form-control" id="nama_jabatan" placeholder="nama jabatan" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nama_jabatan']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>

                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">
                        <a class="btn btn-default" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/jabatan/');
        ?>
"><i class="fa fa-long-arrow-left"></i>&nbsp; Batal</a>
                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56ee1ade396cc0_38740324(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Navigation - <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['portal']->value['portal_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/add/' . $_smarty_tpl->tpl_vars['portal']->value['portal_id']);
        ?>
"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Menu</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/navigation/' . $_smarty_tpl->tpl_vars['portal']->value['portal_id']);
        ?>
" class="active">List Menu</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu');
        ?>
">Web Portal</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<table class="table-view" width="100%">
    <tr>
        <th width="5%"></th>
        <th width="28%">Judul Menu</th>
        <th width="20%">Alamat</th>
        <th width="18%">Deskripsi</th>
        <th width="7%">Uses</th>
        <th width="7%">Show</th>
        <th width="15%"></th>
    </tr>
    <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['rs_id']->value) === null || $tmp === '' ? '' : $tmp;
        ?>

</table><?php 
    }
    function content_570c71a697ae99_42336824(Smarty_Internal_Template $_smarty_tpl)
    {
        echo '<script';
        ?>
 type="text/javascript">
jQuery(document).ready(function($) {

    $('#tanggal_lahir').datetimepicker({
        'format': 'YYYY-MM-DD ',
        'ignoreReadonly': true
    });
});

<?php 
        echo '</script';
        ?>
>
<section class="content-header">
    <h1>
        Data User
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Master</a></li>
        <li><a href="#">User</a></li>
        <li class="active">Tambah Data</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Tambah Data User</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/user/add_process');
        ?>
" method="post" class="form-horizontal">
                    <div class="box-body">
                        <div class="form-group">
                            <label for="user_name" class="col-sm-2 control-label">Nama User</label>
                            <div class="col-sm-4">
                                <input type="text" name="user_name" class="form-control" id="user_name" placeholder="Nama User" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_name']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="user_pass" class="col-sm-2 control-label">Password</label>
                            <div class="col-sm-2">
                                <input type="text" name="user_pass" class="form-control" id="user_pass" placeholder="password" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_pass']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="user_mail" class="col-sm-2 control-label">Email User</label>
                            <div class="col-sm-4">
                                <input type="text" name="user_mail" class="form-control" id="user_mail" placeholder="*****@*****.**" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_mail']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="user_st" class="col-sm-2 control-label">Status User</label>
                            <div class="col-sm-2">
                                <input type="text" name="user_st" class="form-control" id="user_st" placeholder="status" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_st']) === null || $tmp === '' ? '' : $tmp;
        ?>
">

                            </div>
                        </div>


                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">
                        <a class="btn btn-default" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/user/');
        ?>
"><i class="fa fa-long-arrow-left"></i>&nbsp; Batal</a>
                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56ee1b0d13ecd1_16525755(Smarty_Internal_Template $_smarty_tpl)
    {
        echo '<script';
        ?>
 type="text/javascript">
    $(document).ready(function($) {
        $('.icp-auto').iconpicker();
    });
<?php 
        echo '</script';
        ?>
>
<div class="head-content">
    <h3>Navigation - <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['portal']->value['portal_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/add/' . $_smarty_tpl->tpl_vars['portal']->value['portal_id']);
        ?>
" class="active"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Menu</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/navigation/' . $_smarty_tpl->tpl_vars['portal']->value['portal_id']);
        ?>
">List Menu</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu');
        ?>
">Web Portal</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/process_add');
        ?>
" method="post" enctype="multipart/form-data">
    <input type="hidden" name="portal_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['portal']->value['portal_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <table class="table-input" width="100%">
        <tr class="headrow">
            <th colspan="2">Tambah Menu</th>
        </tr>
        <tr>
            <td width="25%">Induk Menu</td>
            <td width="75%">
                <select name="parent_id">
                    <option value="0"></option>
                    <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['list_parent']->value) === null || $tmp === '' ? '' : $tmp;
        ?>

                </select>
            </td>
        </tr>
        <tr>
            <td>Judul Menu</td>
            <td><input type="text" name="nav_title" maxlength="100" size="50" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_title']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Deskripsi</td>
            <td><input type="text" name="nav_desc" maxlength="255" size="70" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_desc']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Alamat Menu</td>
            <td><input type="text" name="nav_url" maxlength="255" size="40" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_url']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Urutan</td>
            <td><input type="text" name="nav_no" maxlength="5" size="5" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_no']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Digunakan</td>
            <td>
                <select name="active_st">
                    <option value="1"<?php 
        ob_start();
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['active_st']) === null || $tmp === '' ? '' : $tmp;
        $_prefixVariable1 = ob_get_clean();
        if ($_prefixVariable1 == "1") {
            ?>
selected="selected"<?php 
        }
        ?>
>Ya</option>
                    <option value="0" <?php 
        ob_start();
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['active_st']) === null || $tmp === '' ? '' : $tmp;
        $_prefixVariable2 = ob_get_clean();
        if ($_prefixVariable2 == "0") {
            ?>
selected="selected"<?php 
        }
        ?>
>Tidak</option>
                </select>
            </td>
        </tr>
        <tr>
            <td>Ditampilkan</td>
            <td>
                <select name="display_st">
                    <option value="1"<?php 
        ob_start();
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['display_st']) === null || $tmp === '' ? '' : $tmp;
        $_prefixVariable3 = ob_get_clean();
        if ($_prefixVariable3 == "1") {
            ?>
selected="selected"<?php 
        }
        ?>
>Ya</option>
                    <option value="0" <?php 
        ob_start();
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['display_st']) === null || $tmp === '' ? '' : $tmp;
        $_prefixVariable4 = ob_get_clean();
        if ($_prefixVariable4 == "0") {
            ?>
selected="selected"<?php 
        }
        ?>
>Tidak</option>
                </select>
            </td>
        </tr>
        <tr>
            <td>Navigation Icon</td>
            <td colspan="3">
                <input type="text" class="icp-auto" name="nav_icon" />
            </td>
        </tr>
        <tr>
            <td>Warna Icon</td>
            <td colspan="3">
                <input type="text" class="jscolor" name="nav_icon_color" value="777777"/>
            </td>
        </tr>
        <tr>
            <td colspan="2"><input type="submit" name="save" value="Simpan" class="edit-button" /> </td>
        </tr>
    </table>
</form>
<?php 
    }
    function content_570b768b9804b4_54294969(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<section class="content-header">
    <h1>
        Data Rekap Medik
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Master</a></li>
        <li class="active">Rekap Medik</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <div class="box box-success">
                <div class="box-header with-border">
                    <h3 class="box-title"><i class="fa fa-search"></i>&nbsp; Pencarian</h3>
                </div>
                <div class="box-body">
                    <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/rekapmedik/search_process');
        ?>
" method="post" class="form-horizontal">
                        <div class="box-body">
                            <div class="row">
                                <div class="col-md-6">
                                    <div class="form-group">
                                        <label for="pasien_nm" class="col-sm-3 control-label">Nama Pasien</label>
                                        <div class="col-sm-7">
                                            <input type="text" name="pasien_nm" class="form-control" id="pasien_nm" placeholder="-- semua --" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['search']->value['pasien_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                                        </div>
                                    </div>
                                </div>
                                <div class="col-lg-2 pull-right action-right">
                                    <input class="btn btn-primary" name="save" type="submit" value="Cari">
                                    <input class="btn btn-danger" name="save" type="submit" value="Reset">
                                </div>
                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12">

            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box">
                <div class="box-header with-border">
                    <h3 class="box-title">Tabel Data Pasien</h3>
                    <div class="box-tools">
                        <a class="btn btn-sm btn-success" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/rekapmedik/add');
        ?>
"><i class="fa fa-plus"></i>&nbsp; Tambah Data</a>
                    </div>
                </div>
                <!-- /.box-header -->
                <div class="box-body">
                    <table class="table table-bordered">
                        <tbody>
                            <tr>
                                <th width="5%">No. RM.</th>
                                <th width="20%">Tanggal Periksa</th>
                                <th width="*">Nama Pasien</th>
                                <th width="15%">Tanggal Lahir</th>
                                <!-- <th width="15%">Pekerjaan</th> -->
                                <th width="15%">Alamat</th>
                                <th width="28%">Action</th>
                            </tr>
                            <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'result');
        foreach ($_from as $_smarty_tpl->tpl_vars['result']->value) {
            $_smarty_tpl->tpl_vars['result']->_loop = true;
            $__foreach_result_0_saved = $_smarty_tpl->tpl_vars['result'];
            ?>
                            <tr>
                                <td  align="center"><?php 
            echo $_smarty_tpl->tpl_vars['no']->value++;
            ?>
.</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['dtm']->value->get_full_date($_smarty_tpl->tpl_vars['result']->value['tgl_periksa']);
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['pasien_nm'];
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['dtm']->value->get_full_date($_smarty_tpl->tpl_vars['result']->value['tanggal_lahir']);
            ?>
</td>
                                <!-- <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['pasien_pekerjaan'];
            ?>
</td> -->
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['pasien_alamat'];
            ?>
</td>
                                <td>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/rekapmedik/view');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id_rekapmedik'];
            ?>
" class="btn btn-xs btn-success"><i class="fa fa-file-text-o"></i>&nbsp; View</a>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/rekapmedik/edit');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id_rekapmedik'];
            ?>
" class="btn btn-xs btn-primary"><i class="fa fa-edit"></i>&nbsp; Edit</a>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/rekapmedik/delete');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id_rekapmedik'];
            ?>
" class="btn btn-xs btn-danger"><i class="fa fa-minus"></i>&nbsp; Hapus</a>
                                </td>
                            </tr>
                            <?php 
            $_smarty_tpl->tpl_vars['result'] = $__foreach_result_0_saved;
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>

                        </tbody>
                    </table>
                </div>
                <!-- /.box-body -->
                <div class="box-footer clearfix">
                    <ul class="pagination pagination-sm no-margin pull-right">
                        <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['total']) === null || $tmp === '' ? '0' : $tmp;
        ?>
</strong> Data</li>
                        <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['data']) === null || $tmp === '' ? '' : $tmp;
        ?>

                    </ul>
                </div>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_5715b8316f3f49_31798680(Smarty_Internal_Template $_smarty_tpl)
    {
        if (!is_callable('smarty_modifier_date_format')) {
            require_once 'C:\\xampp\\htdocs\\si_ibuhamil\\system\\plugins\\smarty\\libs\\plugins\\modifier.date_format.php';
        }
        echo '<script';
        ?>
 type="text/javascript">
jQuery(document).ready(function($) {
    $('#anamnese-s, #anamnese-o, #anamnese-a, #anamnese-p, #diagnosis, #tindakan').summernote({
        height: 100,                 // set editor height
        minHeight: null,             // set minimum height of editor
        maxHeight: null,             // set maximum height of editor
        focus: true
    });
    $('#tgl_periksa').datetimepicker({
        'format': 'YYYY-MM-DD H:I',
        'ignoreReadonly': true
    });
});

<?php 
        echo '</script';
        ?>
>
<section class="content-header">
    <h1>
        Data Rekap Medik
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Master</a></li>
        <li><a href="#">Rekap Medik</a></li>
        <li class="active">Tambah Data</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Tambah Data Rekap Medik</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/rekapmedik/add_process');
        ?>
" method="post" class="form-horizontal">
                    <div class="box-body">
                        <div class="form-group">
                            <label for="no_rm" class="col-sm-2 control-label">No. RM.</label>
                            <div class="col-sm-2">
                                <input type="text" name="no_rm" class="form-control" id="no_rm" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['id_rekapmedik']) === null || $tmp === '' ? '' : $tmp;
        ?>
" disabled="disabled">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="pasien" class="col-sm-2 control-label">Pasien</label>
                            <div class="col-sm-2">
                                <select name="pasien" class="form-control" id="pasien">
                                    <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_pasien']->value, 'pasien');
        foreach ($_from as $_smarty_tpl->tpl_vars['pasien']->value) {
            $_smarty_tpl->tpl_vars['pasien']->_loop = true;
            $__foreach_pasien_0_saved = $_smarty_tpl->tpl_vars['pasien'];
            ?>
                                    <option value="<?php 
            echo $_smarty_tpl->tpl_vars['pasien']->value['id_pasien'];
            ?>
"><?php 
            echo $_smarty_tpl->tpl_vars['pasien']->value['pasien_nm'];
            ?>
</option>
                                    <?php 
            $_smarty_tpl->tpl_vars['pasien'] = $__foreach_pasien_0_saved;
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>
                                </select>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="tgl_periksa" class="col-sm-2 control-label">Tanggal Periksa</label>
                            <div class="col-sm-2">
                                <input type="text" name="tgl_periksa" class="form-control" id="tgl_periksa" placeholder="Tanggal Periksa" value="<?php 
        echo smarty_modifier_date_format(($tmp = @$_smarty_tpl->tpl_vars['result']->value['tgl_periksa']) === null || $tmp === '' ? '' : $tmp, '%y-%m-%d %H:%M');
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="anamnese-s" class="col-sm-2 control-label">Anamnese / PX Fisik</label>
                            <div class="col-sm-5">
                                <label class="control-label">S</label>
                                <textarea name="anamnese[s]" class="form-control" id="anamnese-s"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['anamnese_pxfisik']['s']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="anamnese-o" class="col-sm-2 control-label"></label>
                            <div class="col-sm-5">
                                <label class="control-label">O</label>
                                <textarea name="anamnese[o]" class="form-control" id="anamnese-o"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['anamnese_pxfisik']['o']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="anamnese-a" class="col-sm-2 control-label"></label>
                            <div class="col-sm-5">
                                <label class="control-label">A</label>
                                <textarea name="anamnese[a]" class="form-control" id="anamnese-a"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['anamnese_pxfisik']['a']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="anamnese-p" class="col-sm-2 control-label"></label>
                            <div class="col-sm-5">
                                <label class="control-label">P</label>
                                <textarea name="anamnese[p]" class="form-control" id="anamnese-p"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['anamnese_pxfisik']['p']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="hb" class="col-sm-2 control-label">HB</label>
                            <div class="col-sm-5">
                                <textarea name="hb" class="form-control" id="hb"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['hb']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="golongan_darah" class="col-sm-2 control-label">Golongan Darah</label>
                            <div class="col-sm-5">
                                <textarea name="golongan_darah" class="form-control" id="golongan_darah"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['golongan_darah']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="glukosa_darah" class="col-sm-2 control-label">Glukosa Darah</label>
                            <div class="col-sm-5">
                                <textarea name="glukosa_darah" class="form-control" id="glukosa_darah"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['glukosa_darah']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="diagnosis" class="col-sm-2 control-label">Diagnosis</label>
                            <div class="col-sm-5">
                                <textarea name="diagnosis" class="form-control" id="diagnosis"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['diagnosis']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="icd" class="col-sm-2 control-label">ICD</label>
                            <div class="col-sm-6">
                                <input type="text" name="icd" class="form-control" id="icd" placeholder="ICD" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['icd']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="tindakan" class="col-sm-2 control-label">Terapi / Tindakan</label>
                            <div class="col-sm-5">
                                <textarea name="tindakan" class="form-control" id="diagnosis"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['terapi_tindakan']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>

                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">
                        <a class="btn btn-default" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/rekapmedik/');
        ?>
"><i class="fa fa-long-arrow-left"></i>&nbsp; Batal</a>
                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56dbcb6388eec1_25194817(Smarty_Internal_Template $_smarty_tpl)
    {
        echo '<script';
        ?>
 type="text/javascript">
jQuery(document).ready(function($) {
    $('#editor-penyebab').summernote({
        height: 300,                 // set editor height
        minHeight: null,             // set minimum height of editor
        maxHeight: null,             // set maximum height of editor
        focus: true
    });
});
<?php 
        echo '</script';
        ?>
>
<section class="content-header">
    <h1>
        Informasi penyebab Anemia
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-info"></i> Informasi</a></li>
        <li class="active">penyebab Anemia</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Edit Informasi penyebab Anemia</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('info/penyebab/edit_process');
        ?>
" method="post" class="form-horizontal">
                    <div class="box-body">
                        <textarea name="info_penyebab" id="editor-penyebab">
                            <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['info_penyebab']->value['info']) === null || $tmp === '' ? '' : $tmp;
        ?>

                        </textarea>
                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">

                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56ee1a6fdfb7d9_89856933(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <!-- head -->
    <head>
        <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
        <meta name='description' content="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['meta_desc']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
        <meta name='keywords' content="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['meta_key']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
        <meta name='robots' content='index,follow' />
        <title>Login - <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['site_title']) === null || $tmp === '' ? '' : $tmp;
        ?>
</title>
        <link href="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
/resource/doc/images/icon/favicon.jpg" rel="SHORTCUT ICON" />
        <!-- themes style -->
        <link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['THEMESPATH']->value;
        ?>
" media="screen" />
        <!-- other style -->
        <?php 
        echo $_smarty_tpl->tpl_vars['LOAD_STYLE']->value;
        ?>

    </head>
    <!-- body -->
    <body class="login-common">
        <!-- load javascript -->
        <?php 
        echo $_smarty_tpl->tpl_vars['LOAD_JAVASCRIPT']->value;
        ?>

        <!-- end of javascript	-->
        <!-- layout -->
        <div class="loginWrapper">
            <div class="loginBox-head">
                <h1><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['site_title']) === null || $tmp === '' ? '' : $tmp;
        ?>
</h1>
            </div>
            <!-- content -->
            <?php 
        $_smarty_tpl->_subTemplateRender((string) $_smarty_tpl->tpl_vars['template_content']->value, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true);
        ?>

            <!-- end of content -->
        </div>
        <div class="footer">
            <p><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['site_title']) === null || $tmp === '' ? '' : $tmp;
        ?>
 &copy;2011</p>
        </div>
        <!-- end of layout	-->
    </body>
    <!-- end body -->
</html>
<?php 
    }
    function content_56ee1ad508f1c8_46361237(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Navigation</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu');
        ?>
" class="active">Web Portal</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<table class="table-view" width="100%">
    <tr>
        <th width="5%">No</th>
        <th width="20%">Nama Portal</th>
        <th width="40%">Judul</th>
        <th width="20%">Jumlah Menu</th>
        <th width="15%"></th>
    </tr>
    <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'result', false, 'no');
        foreach ($_from as $_smarty_tpl->tpl_vars['no']->value => $_smarty_tpl->tpl_vars['result']->value) {
            $_smarty_tpl->tpl_vars['result']->_loop = true;
            $__foreach_result_0_saved = $_smarty_tpl->tpl_vars['result'];
            ?>
    <tr <?php 
            if ($_smarty_tpl->tpl_vars['no']->value % 2 != 0) {
                ?>
class="blink-row"<?php 
            }
            ?>
>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['no']->value + 1;
            ?>
.</td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['portal_nm'];
            ?>
</td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['site_title'];
            ?>
</td>
        <td align="center"><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['total_menu'];
            ?>
</td>
        <td align="center">
            <a href="<?php 
            ob_start();
            echo 'settings/adminmenu/navigation/' . $_smarty_tpl->tpl_vars['result']->value['portal_id'];
            $_prefixVariable1 = ob_get_clean();
            echo $_smarty_tpl->tpl_vars['config']->value->site_url($_prefixVariable1);
            ?>
" class="button-edit">Edit Menu</a>
        </td>
    </tr>
    <?php 
            $_smarty_tpl->tpl_vars['result'] = $__foreach_result_0_saved;
        }
        if (!$_smarty_tpl->tpl_vars['result']->_loop) {
            ?>
    <tr>
        <td colspan="5">Empty</td>
    </tr>
    <?php 
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>
</table><?php 
    }
    function content_56ee1a94d14b49_56373213(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Web Portal</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="" class="active">Edit Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminportal/add');
        ?>
"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminportal');
        ?>
">List Data</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminportal/process_update');
        ?>
" method="post">
    <input type="hidden" name="portal_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['portal_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <table class="table-input" width="100%">
        <tr class="headrow">
            <th colspan="2">Edit Web Portal</th>
        </tr>
        <tr>
            <td width="25%">Nama Portal *</td>
            <td width="75%"><input type="text" name="portal_nm" maxlength="30" size="50" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['portal_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /> </td>
        </tr>
        <tr>
            <td>Judul Web *</td>
            <td><input type="text" name="site_title" maxlength="40" size="50" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['site_title']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Deskripsi Web *</td>
            <td><input type="text" name="site_desc" maxlength="70" size="100" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['site_desc']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Meta Description *</td>
            <td><input type="text" name="meta_desc" maxlength="70" size="100" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['meta_desc']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Meta Keyword *</td>
            <td><input type="text" name="meta_keyword" maxlength="70" size="100" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['meta_keyword']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td colspan="2"><input type="submit" name="save" value="Simpan" class="edit-button" /> </td>
        </tr>
    </table>
</form>
<?php 
    }
    function content_570b2cf5b61f16_69783195(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Role Management</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="#" class="active">Edit Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminrole/add');
        ?>
"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminrole');
        ?>
">List Data</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminrole/process_update');
        ?>
" method="post">
    <input type="hidden" name="role_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['role_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <table class="table-input" width="100%">
        <tr class="headrow">
            <th colspan="2">Edit Role</th>
        </tr>
        <tr>
            <td width="25%">Web Portal *</td>
            <td width="75%">
                <select name="portal_id">
                    <option value=""></option>
                    <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'data');
        foreach ($_from as $_smarty_tpl->tpl_vars['data']->value) {
            $_smarty_tpl->tpl_vars['data']->_loop = true;
            $__foreach_data_0_saved = $_smarty_tpl->tpl_vars['data'];
            ?>
                    <option value="<?php 
            echo $_smarty_tpl->tpl_vars['data']->value['portal_id'];
            ?>
" <?php 
            ob_start();
            echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['portal_id']) === null || $tmp === '' ? '' : $tmp;
            $_prefixVariable1 = ob_get_clean();
            if ($_prefixVariable1 == $_smarty_tpl->tpl_vars['data']->value['portal_id']) {
                ?>
selected="selected"<?php 
            }
            ?>
><?php 
            echo $_smarty_tpl->tpl_vars['data']->value['portal_nm'];
            ?>
</option>
                    <?php 
            $_smarty_tpl->tpl_vars['data'] = $__foreach_data_0_saved;
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>
                </select>
            </td>
        </tr>
        <tr>
            <td>Role Name *</td>
            <td><input type="text" name="role_nm" maxlength="30" size="50" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['role_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /> </td>
        </tr>
        <tr>
            <td>Role Description *</td>
            <td><input type="text" name="role_desc" maxlength="70" size="100" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['role_desc']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /> </td>
        </tr>
        <tr>
            <td>Default Page *</td>
            <td><input type="text" name="default_page" maxlength="50" size="50" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['default_page']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /> </td>
        </tr>
        <tr>
            <td colspan="2"><input type="submit" name="save" value="Simpan" class="edit-button" /> </td>
        </tr>
    </table>
</form>
<?php 
    }
    function content_56ee45e6e8a908_16022831(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<section class="content-header">
    <h1>
        Data Karyawan
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Master</a></li>
        <li><a href="#">karyawan</a></li>
        <li class="active">Edit</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Edit Data karyawan</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/karyawan/edit_process');
        ?>
" method="post" class="form-horizontal">
                    <input type="hidden" name="id_karyawan" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['id_karyawan']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                    <div class="box-body">
                        <div class="form-group">
                            <label for="nik" class="col-sm-2 control-label">Nik</label>
                            <div class="col-sm-5">
                                <input type="text" name="nik" class="form-control" id="nik" placeholder="Nik" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nik']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="nama_karyawan" class="col-sm-2 control-label">Nama karyawan</label>
                            <div class="col-sm-5">
                                <input type="text" name="nama_karyawan" class="form-control" id="nama_karyawan" placeholder="nama_karyawan" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nama_karyawan']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="alamat" class="col-sm-2 control-label">alamat</label>
                            <div class="col-sm-5">
                                <input type="text" name="alamat" class="form-control" id="alamat" placeholder="alamat" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['alamat']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div><div class="form-group">
                            <label for="no_tlp" class="col-sm-2 control-label">No tlp</label>
                            <div class="col-sm-5">
                                <input type="text" name="no_tlp" class="form-control" id="no_tlp" placeholder="No_tlp" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['no_tlp']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">
                        <a class="btn btn-default" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/kartayawan/');
        ?>
"><i class="fa fa-long-arrow-left"></i>&nbsp; Batal</a>
                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_570b418648d789_23642034(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<section class="content-header">
    <h1>
        Struktur Organisasi
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Tentang </a></li>
        <li><a href="#">Struktur </a></li>
        <li class="active">Tambah Data</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Tambah Data </h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/struktur/add_process');
        ?>
" method="post" class="form-horizontal">
                    <div class="box-body">
                        <div class="form-group">
                            <label for="nama_jabatan" class="col-sm-2 control-label">nama jabatan</label>
                            <div class="col-sm-7">
                                <input type="text" name="nama_jabatan" class="form-control" id="nama_jabatan" placeholder="nama_jabatan" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nama_jabatan']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="nama_karyawan" class="col-sm-2 control-label">nama karyawan</label>
                            <div class="col-sm-5">
                                <input type="text" name="nama_karyawan" class="form-control" id="nama_karyawan" placeholder="nama_karyawan" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['tempat']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>

                        <div class="form-group">
                            <label for="penanggung_jawab" class="col-sm-2 control-label">penanggung_jawab</label>
                            <div class="col-sm-5">
                                <textarea name="penanggung_jawab" class="form-control" rows="5" cols="40"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['penanggung_jawab']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>

                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">
                        <a class="btn btn-default" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/struktur/');
        ?>
"><i class="fa fa-long-arrow-left"></i>&nbsp; Batal</a>
                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56ee1aa55aa459_01075340(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Users</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="#" class="active">Edit Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminuser/add');
        ?>
"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminuser');
        ?>
">List Data</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminuser/edit_process');
        ?>
" method="post">
    <input type="hidden" name="user_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <input type="hidden" name="user_name_old" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_name']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <input type="hidden" name="user_mail_old" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_mail']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <table class="table-input" width="100%">
        <tr class="headrow">
            <th colspan="2">Edit Data</th>
        </tr>
        <tr>
            <th colspan="2">User Info</th>
        </tr>
        <tr>
            <td width="25%">Nama Lengkap *</td>
            <td width="75%"><input type="text" name="operator_name" maxlength="50" size="30" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['operator_name']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Jabatan *</td>
            <td><input type="text" name="operator_jabatan" maxlength="50" size="50" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['operator_jabatan']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /> </td>
        </tr>
        <tr>
            <td>Email *</td>
            <td><input type="text" name="user_mail" maxlength="50" size="30" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_mail']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Nomor Telepon *</td>
            <td><input type="text" name="operator_phone" maxlength="50" size="30" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['operator_phone']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /> </td>
        </tr>
        <tr>
            <th colspan="2">User Account</th>
        </tr>
        <tr>
            <td>User Name *</td>
            <td><input type="text" name="user_name" maxlength="50" size="20" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_name']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /> </td>
        </tr>
        <tr>
            <td>Password</td>
            <td><input type="text" name="user_pass" maxlength="50" size="20" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_pass']) === null || $tmp === '' ? '' : $tmp;
        ?>
" /></td>
        </tr>
        <tr>
            <td>Lock Status *</td>
            <td>
                <select name="lock_st">
                    <option value="0" <?php 
        ob_start();
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['lock_st']) === null || $tmp === '' ? '' : $tmp;
        $_prefixVariable1 = ob_get_clean();
        if ($_prefixVariable1 == "0") {
            ?>
selected="selected"<?php 
        }
        ?>
>ACTIVE</option>
                    <option value="1" <?php 
        ob_start();
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['lock_st']) === null || $tmp === '' ? '' : $tmp;
        $_prefixVariable2 = ob_get_clean();
        if ($_prefixVariable2 == "1") {
            ?>
selected="selected"<?php 
        }
        ?>
>BLOCKED</option>
                </select>
            </td>
        </tr>
        <tr>
            <td>Hak Akses *</td>
            <td>
                <select name="role_id">
                    <option></option>
                    <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_role']->value, 'data');
        foreach ($_from as $_smarty_tpl->tpl_vars['data']->value) {
            $_smarty_tpl->tpl_vars['data']->_loop = true;
            $__foreach_data_0_saved = $_smarty_tpl->tpl_vars['data'];
            ?>
                    <option value="<?php 
            echo $_smarty_tpl->tpl_vars['data']->value['role_id'];
            ?>
" <?php 
            ob_start();
            echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['role_id']) === null || $tmp === '' ? '' : $tmp;
            $_prefixVariable3 = ob_get_clean();
            if ($_prefixVariable3 == $_smarty_tpl->tpl_vars['data']->value['role_id']) {
                ?>
selected="selected"<?php 
            }
            ?>
><?php 
            echo mb_strtoupper($_smarty_tpl->tpl_vars['data']->value['portal_nm'], 'UTF-8');
            ?>
 - <?php 
            echo mb_strtoupper($_smarty_tpl->tpl_vars['data']->value['role_nm'], 'UTF-8');
            ?>
</option>
                    <?php 
            $_smarty_tpl->tpl_vars['data'] = $__foreach_data_0_saved;
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>
                </select>
            </td>
        </tr>
        <tr>
            <td colspan="2"><input type="submit" name="save" value="Simpan" class="edit-button" /> </td>
        </tr>
    </table>
</form><?php 
    }
 /**
  * End of child template(s)
  * - if outer level is reached flush output buffer and switch to wait for parent template state
  *
  * @param \Smarty_Internal_Template $tpl
  * @param null|string               $template optinal name of inheritance parent template
  * @param null|string               $uid      uid of inline template
  * @param null|string               $func     function call name of inline template
  */
 public function endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null)
 {
     $this->inheritanceLevel--;
     if (!$this->inheritanceLevel) {
         ob_end_clean();
         $this->state = 2;
     }
     if (isset($template) && ($tpl->parent->_isTplObj() && $tpl->parent->source->type !== 'extends' || $tpl->smarty->extends_recursion)) {
         $tpl->_subTemplateRender($template, $tpl->cache_id, $tpl->compile_id, $tpl->caching ? 9999 : 0, $tpl->cache_lifetime, array(), 2, false, $uid, $func);
     }
 }
    function content_56ee1acedc81b4_24866013(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Role Management</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminrole/add');
        ?>
"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminrole');
        ?>
" class="active">List Data</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<table class="table-view" width="100%">
    <tr>
        <th width="5%">No</th>
        <th width="15%">Web Portal</th>
        <th width="20%">Role Name</th>
        <th width="25%">Role Description</th>
        <th width="20%">Default Page</th>
        <th width="15%"></th>
    </tr>
    <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'result', false, 'no');
        foreach ($_from as $_smarty_tpl->tpl_vars['no']->value => $_smarty_tpl->tpl_vars['result']->value) {
            $_smarty_tpl->tpl_vars['result']->_loop = true;
            $__foreach_result_0_saved = $_smarty_tpl->tpl_vars['result'];
            ?>
    <tr <?php 
            if ($_smarty_tpl->tpl_vars['no']->value % 2 != 0) {
                ?>
class="blink-row"<?php 
            }
            ?>
>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['no']->value + 1;
            ?>
.</td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['portal_nm'];
            ?>
</td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['role_nm'];
            ?>
</td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['role_desc'];
            ?>
</td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['default_page'];
            ?>
</td>
        <td align="center">
            <a href="<?php 
            ob_start();
            echo 'settings/adminrole/edit/' . $_smarty_tpl->tpl_vars['result']->value['role_id'];
            $_prefixVariable1 = ob_get_clean();
            echo $_smarty_tpl->tpl_vars['config']->value->site_url($_prefixVariable1);
            ?>
" class="button-edit">Edit</a>
            <a href="<?php 
            ob_start();
            echo 'settings/adminrole/hapus/' . $_smarty_tpl->tpl_vars['result']->value['role_id'];
            $_prefixVariable2 = ob_get_clean();
            echo $_smarty_tpl->tpl_vars['config']->value->site_url($_prefixVariable2);
            ?>
" class="button-hapus">Hapus</a>
        </td>
    </tr>
    <?php 
            $_smarty_tpl->tpl_vars['result'] = $__foreach_result_0_saved;
        }
        if (!$_smarty_tpl->tpl_vars['result']->_loop) {
            ?>
    <tr>
        <td colspan="6">Data not found!</td>
    </tr>
    <?php 
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>
</table><?php 
    }
    function content_570c6f488fac14_82534208(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>

<?php 
        echo '</script';
        ?>
>
<section class="content-header">
    <h1>
        Data User
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Master</a></li>
        <li><a href="#">User</a></li>
        <li class="active">Edit</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Edit Data User</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/user/edit_process');
        ?>
" method="post" class="form-horizontal">
                    <input type="hidden" name="user_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                    <div class="box-body">
                        <div class="form-group">
                            <label for="user_name" class="col-sm-2 control-label">Nama User</label>
                            <div class="col-sm-4">
                                <input type="text" name="user_name" class="form-control" id="user_name" placeholder="Nama User" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_name']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="user_pass" class="col-sm-2 control-label">Password</label>
                            <div class="col-sm-2">
                                <input type="text" name="user_pass" class="form-control" id="user_pass" placeholder="password" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_pass']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="user_mail" class="col-sm-2 control-label">Email User</label>
                            <div class="col-sm-4">
                                <input type="text" name="user_mail" class="form-control" id="user_mail" placeholder="*****@*****.**" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_mail']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="user_st" class="col-sm-2 control-label">Status User</label>
                            <div class="col-sm-2">
                                <input type="text" name="user_st" class="form-control" id="user_st" placeholder="status" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['user_st']) === null || $tmp === '' ? '' : $tmp;
        ?>
">

                            </div>
                        </div>


                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">
                        <a class="btn btn-default" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/user/');
        ?>
"><i class="fa fa-long-arrow-left"></i>&nbsp; Batal</a>
                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56e43ea8383671_03419027(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<section class="content-header">
    <h1>
        Lakukan Tes HB
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-ambulance"></i> Tes HB</a></li>
        <li class="active">Pasien</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <div class="box box-success">
                <div class="box-header with-border">
                    <h3 class="box-title"><i class="fa fa-search"></i>&nbsp; Pencarian</h3>
                </div>
                <div class="box-body">
                    <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/pasien/search_process');
        ?>
" method="post" class="form-horizontal">
                        <div class="box-body">
                            <div class="row">
                                <div class="col-md-6">
                                    <div class="form-group">
                                        <label for="pasien_nm" class="col-sm-3 control-label">Nama Pasien</label>
                                        <div class="col-sm-7">
                                            <input type="text" name="pasien_nm" class="form-control" id="pasien_nm" placeholder="-- semua --" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['search']->value['pasien_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                                        </div>
                                    </div>
                                </div>
                                <div class="col-lg-2 pull-right action-right">
                                    <input class="btn btn-primary" name="save" type="submit" value="Cari">
                                    <input class="btn btn-danger" name="save" type="submit" value="Reset">
                                </div>
                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box">
                <div class="box-header with-border">
                    <h3 class="box-title">Tabel Data Pasien</h3>
                </div>
                <!-- /.box-header -->
                <div class="box-body">
                    <table class="table table-bordered">
                        <tbody>
                            <tr>
                                <th width="5%">No.</th>
                                <th width="20%">No. Identitas</th>
                                <th width="*">Nama Pasien</th>
                                <th width="20%">Action</th>
                            </tr>
                            <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'result');
        foreach ($_from as $_smarty_tpl->tpl_vars['result']->value) {
            $_smarty_tpl->tpl_vars['result']->_loop = true;
            $__foreach_result_0_saved = $_smarty_tpl->tpl_vars['result'];
            ?>
                            <tr>
                                <td align="center"><?php 
            echo $_smarty_tpl->tpl_vars['no']->value++;
            ?>
.</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['no_identitas'];
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['pasien_nm'];
            ?>
</td>
                                <td align="center">
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('tes/tes/tes');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id_pasien'];
            ?>
" class="btn btn-xs btn-success"><i class="fa fa-edit"></i>&nbsp; Lakukan Tes</a>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('tes/tes/graph');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id_pasien'];
            ?>
" class="btn btn-xs btn-primary"><i class="fa fa-bar-chart-o"></i>&nbsp; Grafik</a>
                                </td>
                            </tr>
                            <?php 
            $_smarty_tpl->tpl_vars['result'] = $__foreach_result_0_saved;
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>

                        </tbody>
                    </table>
                </div>
                <!-- /.box-body -->
                <div class="box-footer clearfix">
                    <strong><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['total']) === null || $tmp === '' ? '0' : $tmp;
        ?>
</strong> Data
                    <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['data']) === null || $tmp === '' ? '' : $tmp;
        ?>

                </div>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56ee1a9c31a6b8_36982607(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Users</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminuser/add');
        ?>
"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminuser');
        ?>
" class="active">List Data</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<div class="pageRow">
    <div class="pageNav">
        <ul>
            <li class="info"><strong><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['start']) === null || $tmp === '' ? '0' : $tmp;
        ?>
 - <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['end']) === null || $tmp === '' ? '0' : $tmp;
        ?>
</strong> dari <strong><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['total']) === null || $tmp === '' ? '0' : $tmp;
        ?>
</strong> Data</li>
            <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['data']) === null || $tmp === '' ? '' : $tmp;
        ?>

        </ul>
    </div>
    <div class="clear"></div>
</div>
<table class="table-view" width="100%">
    <tr>
        <th width="5%">No</th>
        <th width="25%">Nama</th>
        <th width="25%">Hak Akses</th>
        <th width="20%">Email</th>
        <th width="10%">Lock Status</th>
        <th width="15%"></th>
    </tr>
    <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'result');
        foreach ($_from as $_smarty_tpl->tpl_vars['result']->value) {
            $_smarty_tpl->tpl_vars['result']->_loop = true;
            $__foreach_result_0_saved = $_smarty_tpl->tpl_vars['result'];
            ?>
    <tr <?php 
            if ($_smarty_tpl->tpl_vars['no']->value % 2 == 0) {
                ?>
class="blink-row"<?php 
            }
            ?>
>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['no']->value++;
            ?>
.</td>
        <td><?php 
            echo ($tmp = @mb_strtoupper($_smarty_tpl->tpl_vars['result']->value['operator_name'], 'UTF-8')) === null || $tmp === '' ? '' : $tmp;
            ?>
</td>
        <td><?php 
            echo mb_strtoupper($_smarty_tpl->tpl_vars['result']->value['role_nm'], 'UTF-8');
            ?>
</td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['user_mail'];
            ?>
</td>
        <td align="center"><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['lock_st'];
            ?>
</td>
        <td align="center">
            <a href="<?php 
            ob_start();
            echo 'settings/adminuser/edit/' . $_smarty_tpl->tpl_vars['result']->value['user_id'];
            $_prefixVariable1 = ob_get_clean();
            echo $_smarty_tpl->tpl_vars['config']->value->site_url($_prefixVariable1);
            ?>
" class="button-edit">Edit</a>
            <a href="<?php 
            ob_start();
            echo 'settings/adminuser/hapus/' . $_smarty_tpl->tpl_vars['result']->value['user_id'];
            $_prefixVariable2 = ob_get_clean();
            echo $_smarty_tpl->tpl_vars['config']->value->site_url($_prefixVariable2);
            ?>
" class="button-hapus">Hapus</a>
        </td>
    </tr>
    <?php 
            $_smarty_tpl->tpl_vars['result'] = $__foreach_result_0_saved;
        }
        if (!$_smarty_tpl->tpl_vars['result']->_loop) {
            ?>
    <tr>
        <td colspan="6">Data not found!</td>
    </tr>
    <?php 
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>
</table>
<?php 
    }
    function content_570a51411ea7c2_98505411(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>

<section class="content-header">
    <h1>
        Data struktur
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Tentang</a></li>
        <li class="active">struktur</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <div class="box box-success">
                <div class="box-header with-border">
                    <h3 class="box-title"><i class="fa fa-search"></i>&nbsp; Pencarian</h3>
                </div>
                <div class="box-body">
                    <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/struktur/search_process');
        ?>
" method="post" class="form-horizontal">
                        <div class="box-body">
                            <div class="row">
                                <div class="col-md-6">
                                    <div class="form-group">
                                        <label for="nama_jabatan" class="col-sm-3 control-label">Nama jabatan</label>
                                        <div class="col-sm-7">
                                            <input type="text" name="nama_jabatan" class="form-control" id="nama_jabatan" placeholder="-- semua --" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['search']->value['nama_jabatan']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                                        </div>
                                    </div>
                                </div>
                                <div class="col-lg-2 pull-right action-right">
                                    <input class="btn btn-primary" name="save" type="submit" value="Cari">
                                    <input class="btn btn-danger" name="save" type="submit" value="Reset">
                                </div>
                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12">

            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box">
                <div class="box-header with-border">
                    <h3 class="box-title">Tabel struktur organisasi</h3>
                    <div class="box-tools">
                        <a class="btn btn-sm btn-success" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/struktur/add');
        ?>
"><i class="fa fa-plus"></i>&nbsp; Tambah Data</a>
                    </div>
                </div>
                <!-- /.box-header -->
                <div class="box-body">
                    <table class="table table-bordered">
                        <tbody>
                            <tr>

                                <th width="15%">Nama jabatan</th>
                                <th width="15%">Nama karyawan</th>
                                <th width="15%">Penanggung jawab</th>
                                <th width="13%">Action</th>
                            </tr>
                            <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'result');
        foreach ($_from as $_smarty_tpl->tpl_vars['result']->value) {
            $_smarty_tpl->tpl_vars['result']->_loop = true;
            $__foreach_result_0_saved = $_smarty_tpl->tpl_vars['result'];
            ?>
                            <tr>

                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['nama_jabatan'];
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['nama_karyawan'];
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['penanggung_jawab'];
            ?>
</td>
                                <td>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/struktur/edit');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['nama_jabatan'];
            ?>
" class="btn btn-xs btn-primary"><i class="fa fa-edit"></i>&nbsp; Edit</a>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('tentang/struktur/delete');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['nama_jabatan'];
            ?>
" class="btn btn-xs btn-danger"><i class="fa fa-minus"></i>&nbsp; Hapus</a>
                                </td>
                            </tr>
                            <?php 
            $_smarty_tpl->tpl_vars['result'] = $__foreach_result_0_saved;
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>

                        </tbody>
                    </table>
                </div>
                <!-- /.box-body -->
                <div class="box-footer clearfix">
                    <ul class="pagination pagination-sm no-margin pull-right">
                        <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['total']) === null || $tmp === '' ? '0' : $tmp;
        ?>
</strong> Data</li>
                        <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['data']) === null || $tmp === '' ? '' : $tmp;
        ?>

                    </ul>
                </div>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_5707153787ffc5_98278191(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<div class="head-content">
    <h3>Navigation - <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['portal']->value['portal_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="#" class="active">Hapus Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/add/' . $_smarty_tpl->tpl_vars['portal']->value['portal_id']);
        ?>
"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
resource/doc/images/icon/add-icon.png" alt="" /> Add Menu</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/navigation/' . $_smarty_tpl->tpl_vars['portal']->value['portal_id']);
        ?>
">List Menu</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu');
        ?>
">Web Portal</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminmenu/process_delete');
        ?>
" method="post">
    <input type="hidden" name="portal_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['portal']->value['portal_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <input type="hidden" name="nav_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <input type="hidden" name="nav_icon" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_icon']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <table class="table-input" width="100%">
        <tr class="headrow">
            <th colspan="2">Hapus Menu</th>
        </tr>
        <tr>
            <th colspan="2">Apakah anda yakin akan menghapus data dibawah ini?</th>
        </tr>
        <tr>
            <td width="25%">Judul Menu</td>
            <td width="75%"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_title']) === null || $tmp === '' ? '' : $tmp;
        ?>
</td>
        </tr>
        <tr>
            <td>Deskripsi</td>
            <td><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_desc']) === null || $tmp === '' ? '' : $tmp;
        ?>
</td>
        </tr>
        <tr>
            <td>Alamat Menu</td>
            <td><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_url']) === null || $tmp === '' ? '' : $tmp;
        ?>
</td>
        </tr>
        <tr>
            <td>Urutan</td>
            <td><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['nav_no']) === null || $tmp === '' ? '' : $tmp;
        ?>
</td>
        </tr>
        <tr>
            <td>Digunakan</td>
            <td><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['active_st']) === null || $tmp === '' ? '' : $tmp;
        ?>
</td>
        </tr>
        <tr>
            <td>Ditampilkan</td>
            <td><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['display_st']) === null || $tmp === '' ? '' : $tmp;
        ?>
</td>
        </tr>
        <tr>
            <td>Navigation Icon</td>
            <td colspan="3"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        echo $_smarty_tpl->tpl_vars['nav_icon']->value;
        ?>
" alt="" /></td>
        </tr>
        <tr>
            <td colspan="2"><input type="submit" name="save" value="Hapus" class="edit-button" /> </td>
        </tr>
    </table>
</form><?php 
    }
    function content_56ee201e248969_70877638(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<!-- javascript -->
<?php 
        echo '<script';
        ?>
 type="text/javascript">
    $(function () {
        $(".checked-all").click(function () {
            var status = $(this).is(":checked");
            if (status == true) {
                $(".r" + $(this).val()).prop('checked', true);
            } else {
                $(".r" + $(this).val()).prop('checked', false);
            }
        });
    })
<?php 
        echo '</script';
        ?>
>
<!-- end of javascript -->
<div class="head-content">
    <h3>Role Permissions - <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['role_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
</h3>
    <div class="head-content-nav">
        <ul>
            <li><a href="#" class="active">Edit Data</a></li>
            <li><a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminpermissions');
        ?>
">List Data</a></li>
        </ul>
    </div>
    <div class="clear"></div>
</div>
<!-- notification template -->
<?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

<!-- end of notification template-->
<form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('settings/adminpermissions/process');
        ?>
" method="post">
    <input type="hidden" name="role_id" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['role_id']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <table class="table-view" width="100%">
        <tr>
            <th width="5%"></th>
            <th width="55%">Judul Menu</th>
            <th width="10%">Create</th>
            <th width="10%">Read</th>
            <th width="10%">Update</th>
            <th width="10%">Delete</th>
        </tr>
        <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['list_menu']->value) === null || $tmp === '' ? '' : $tmp;
        ?>

        <tr>
            <td colspan="6"><input type="submit" name="save" value="Simpan" class="edit-button" /></td>
        </tr>
    </table>
</form><?php 
    }
    function content_56dd245881c162_28282371(Smarty_Internal_Template $_smarty_tpl)
    {
        ?>
<section class="content-header">
    <h1>
        Data Measure
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Tes</a></li>
        <li class="active">Measure</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <div class="box box-success">
                <div class="box-header with-border">
                    <h3 class="box-title"><i class="fa fa-search"></i>&nbsp; Pencarian</h3>
                </div>
                <div class="box-body">
                    <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tes/measure/search_process');
        ?>
" method="post" class="form-horizontal">
                        <div class="box-body">
                            <div class="row">
                                <div class="col-md-6">
                                    <div class="form-group">
                                        <label for="hasil" class="col-sm-3 control-label">Hasil</label>
                                        <div class="col-sm-7">
                                            <select name="hasil" class="form-control">
                                                <option value="">-- semua --</option>
                                                <option <?php 
        if ((($tmp = @$_smarty_tpl->tpl_vars['search']->value['hasil']) === null || $tmp === '' ? '' : $tmp) == 'ringan') {
            ?>
selected<?php 
        }
        ?>
 value="ringan">RINGAN</option>
                                                <option <?php 
        if ((($tmp = @$_smarty_tpl->tpl_vars['search']->value['hasil']) === null || $tmp === '' ? '' : $tmp) == 'sedang') {
            ?>
selected<?php 
        }
        ?>
 value="sedang">SEDANG</option>
                                                <option <?php 
        if ((($tmp = @$_smarty_tpl->tpl_vars['search']->value['hasil']) === null || $tmp === '' ? '' : $tmp) == 'berat') {
            ?>
selected<?php 
        }
        ?>
 value="berat">BERAT</option>
                                                <option <?php 
        if ((($tmp = @$_smarty_tpl->tpl_vars['search']->value['hasil']) === null || $tmp === '' ? '' : $tmp) == 'tidak') {
            ?>
selected<?php 
        }
        ?>
 value="tidak">TIDAK ANEMIA</option>
                                            </select>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-lg-2 pull-right action-right">
                                    <input class="btn btn-primary" name="save" type="submit" value="Cari">
                                    <input class="btn btn-danger" name="save" type="submit" value="Reset">
                                </div>
                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12">

            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box">
                <div class="box-header with-border">
                    <h3 class="box-title">Tabel Data Measure</h3>
                    <div class="box-tools">
                        <a class="btn btn-sm btn-success" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('tes/measure/add');
        ?>
"><i class="fa fa-plus"></i>&nbsp; Tambah Data</a>
                    </div>
                </div>
                <!-- /.box-header -->
                <div class="box-body">
                    <table class="table table-bordered">
                        <tbody>
                            <tr>
                                <th width="5%">No.</th>
                                <th width="10%">Id Konsul</th>
                                <th width="10%">Hasil</th>
                                <th width="7%">Mb</th>
                                <th width="7%">Md</th>
                                <th width="13%">Action</th>
                            </tr>
                            <?php 
        $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['rs_id']->value, 'result');
        foreach ($_from as $_smarty_tpl->tpl_vars['result']->value) {
            $_smarty_tpl->tpl_vars['result']->_loop = true;
            $__foreach_result_0_saved = $_smarty_tpl->tpl_vars['result'];
            ?>
                            <tr>
                                <td  align="center"><?php 
            echo $_smarty_tpl->tpl_vars['no']->value++;
            ?>
.</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id_konsul'];
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['hasil'];
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['mb'];
            ?>
</td>
                                <td><?php 
            echo $_smarty_tpl->tpl_vars['result']->value['md'];
            ?>
</td>
                                <td>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('tes/measure/edit');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id'];
            ?>
" class="btn btn-xs btn-primary"><i class="fa fa-edit"></i>&nbsp; Edit</a>
                                    <a href="<?php 
            echo $_smarty_tpl->tpl_vars['config']->value->site_url('tes/measure/delete');
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['result']->value['id'];
            ?>
" class="btn btn-xs btn-danger"><i class="fa fa-minus"></i>&nbsp; Hapus</a>
                                </td>
                            </tr>
                            <?php 
            $_smarty_tpl->tpl_vars['result'] = $__foreach_result_0_saved;
        }
        $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
        ?>

                        </tbody>
                    </table>
                </div>
                <!-- /.box-body -->
                <div class="box-footer clearfix">
                    <ul class="pagination pagination-sm no-margin pull-right">
                        <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['total']) === null || $tmp === '' ? '0' : $tmp;
        ?>
</strong> Data</li>
                        <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['pagination']->value['data']) === null || $tmp === '' ? '' : $tmp;
        ?>

                    </ul>
                </div>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_570c5b2fba0298_61398512(Smarty_Internal_Template $_smarty_tpl)
    {
        echo '<script';
        ?>
 type="text/javascript">
jQuery(document).ready(function($) {

    $('#tanggal_lahir').datetimepicker({
        'format': 'YYYY-MM-DD ',
        'ignoreReadonly': true
    });
});

<?php 
        echo '</script';
        ?>
>
<section class="content-header">
    <h1>
        Data Pasien
    </h1>
    <ol class="breadcrumb">
        <li><a href="#"><i class="fa fa-database"></i> Master</a></li>
        <li><a href="#">Pasien</a></li>
        <li class="active">Edit</li>
    </ol>
</section>
<section class="content">
    <div class="row">
        <div class="col-md-12">
            <!-- notification template -->
            <?php 
        $_smarty_tpl->_subTemplateRender("file:base/templates/notification.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
        ?>

            <!-- end of notification template-->
            <div class="box box-info">
                <div class="box-header with-border">
                    <h3 class="box-title">Edit Data Pasien</h3>
                </div>
                <!-- /.box-header -->
                <!-- form start -->
                <form action="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/pasien/edit_process');
        ?>
" method="post" class="form-horizontal">
                    <input type="hidden" name="id_pasien" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['id_pasien']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                    <div class="box-body">
                        <div class="form-group">
                            <label for="pasien_nm" class="col-sm-2 control-label">Nama Pasien</label>
                            <div class="col-sm-5">
                                <input type="text" name="pasien_nm" class="form-control" id="pasien_nm" placeholder="Nama Pasien" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['pasien_nm']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="no_identitas" class="col-sm-2 control-label">No. Identitas</label>
                            <div class="col-sm-7">
                                <input type="text" name="no_identitas" class="form-control" id="no_identitas" placeholder="No. Identitas" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['no_identitas']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="pasien_alamat" class="col-sm-2 control-label">Alamat</label>
                            <div class="col-sm-5">
                                <textarea name="pasien_alamat" class="form-control" rows="5" cols="40"><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['pasien_alamat']) === null || $tmp === '' ? '' : $tmp;
        ?>
</textarea>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="pasien_pekerjaan" class="col-sm-2 control-label">Pekerjaan</label>
                            <div class="col-sm-6">
                                <input type="text" name="pasien_pekerjaan" class="form-control" id="pasien_pekerjaan" placeholder="Pekerjaan" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['pasien_pekerjaan']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="tanggal_lahir" class="col-sm-2 control-label">Tanggal Lahir</label>
                            <div class="col-sm-2">
                                <input type="text" name="tanggal_lahir" class="form-control" id="tanggal_lahir" placeholder="Tanggal Lahir" value="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['result']->value['tanggal_lahir']) === null || $tmp === '' ? '' : $tmp;
        ?>
">
                            </div>
                        </div>
                    </div>
                    <!-- /.box-body -->
                    <div class="box-footer">
                        <a class="btn btn-default" href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('master/pasien/');
        ?>
"><i class="fa fa-long-arrow-left"></i>&nbsp; Batal</a>
                        <button type="submit" class="btn btn-info pull-right">Simpan</button>
                    </div>
                    <!-- /.box-footer -->
                </form>
            </div>
        </div>
    </div>
</section>
<?php 
    }
    function content_56e42093b5a972_96169413(Smarty_Internal_Template $_smarty_tpl)
    {
        if (!is_callable('smarty_modifier_capitalize')) {
            require_once '/var/www/si_ibuhamil/system/plugins/smarty/libs/plugins/modifier.capitalize.php';
        }
        ?>
<!DOCTYPE html>
<html lang="en">
<!-- head -->
<head>
    <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
    <meta name='description' content="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['meta_desc']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <meta name='keywords' content="<?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['meta_key']) === null || $tmp === '' ? '' : $tmp;
        ?>
" />
    <meta name='robots' content='index,follow' />
    <title><?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['page']->value['nav_title']) === null || $tmp === '' ? 'Home' : $tmp;
        ?>
 - <?php 
        echo ($tmp = @$_smarty_tpl->tpl_vars['site']->value['site_title']) === null || $tmp === '' ? '' : $tmp;
        ?>
</title>
    <link href="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
/resource/doc/images/icon/logo.png" rel="SHORTCUT ICON" />
    <!-- themes style -->
    <?php 
        echo $_smarty_tpl->tpl_vars['LOAD_STYLE']->value;
        ?>

    <link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['THEMESPATH']->value;
        ?>
" media="screen" />
    <!-- other style -->
</head>
<!-- body -->
<body class="hold-transition skin-green-light sidebar-mini">
    <!-- load javascript -->
    <?php 
        echo $_smarty_tpl->tpl_vars['LOAD_JAVASCRIPT']->value;
        ?>

    <?php 
        echo '<script';
        ?>
 type="text/javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['JSPATH']->value;
        ?>
"><?php 
        echo '</script';
        ?>
>
    <!-- end of javascript	-->
    <!-- layout -->
    <div class="wrapper">
        <header class="main-header">
            <!-- Logo -->
            <a href="index2.html" class="logo">
                <!-- mini logo for sidebar mini 50x50 pixels -->
                <span class="logo-mini"><b>CS</b>3.1</span>
                <!-- logo for regular state and mobile devices -->
                <span class="logo-lg"><b>CI</b>smart 3.1</span>
            </a>
            <!-- Header Navbar: style can be found in header.less -->
            <nav class="navbar navbar-static-top" role="navigation">
                <!-- Sidebar toggle button-->
                <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
                    <span class="sr-only">Toggle navigation</span>
                </a>
                <div class="navbar-custom-menu">
                    <ul class="nav navbar-nav">
                        <li class="dropdown user user-menu">
                          <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                            <img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
/resource/doc/images/avatar5.png" class="user-image" alt="User Image">
                            <span class="hidden-xs"><?php 
        echo smarty_modifier_capitalize($_smarty_tpl->tpl_vars['com_user']->value['user_name']);
        ?>
</span>
                          </a>
                          <ul class="dropdown-menu">
                            <!-- User image -->
                            <li class="user-header">
                              <img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
/resource/doc/images/avatar5.png" class="img-circle" alt="User Image">
                              <p>
                                <?php 
        echo smarty_modifier_capitalize($_smarty_tpl->tpl_vars['com_user']->value['user_name']);
        ?>

                                <small>Member since Nov. 2012</small>
                              </p>
                            </li>
                            <!-- Menu Body -->
                            <li class="user-body">
                              <div class="col-xs-4 text-center">
                                <a href="#">Followers</a>
                              </div>
                              <div class="col-xs-4 text-center">
                                <a href="#">Sales</a>
                              </div>
                              <div class="col-xs-4 text-center">
                                <a href="#">Friends</a>
                              </div>
                            </li>
                            <!-- Menu Footer-->
                            <li class="user-footer">
                              <div class="pull-left">
                                <a href="#" class="btn btn-default btn-flat">Profile</a>
                              </div>
                              <div class="pull-right">
                                <a href="<?php 
        echo $_smarty_tpl->tpl_vars['config']->value->site_url('login/operatorlogin/logout_process');
        ?>
" class="btn btn-default btn-flat">Sign out</a>
                              </div>
                            </li>
                          </ul>
                        </li>
                        <!-- Control Sidebar Toggle Button -->
                    </ul>
                </div>
            </nav>
        </header>
        <!-- Left side column. contains the logo and sidebar -->
        <aside class="main-sidebar">
            <!-- sidebar: style can be found in sidebar.less -->
            <section class="sidebar">
                <!-- Sidebar user panel -->
                <div class="user-panel">
                    <div class="pull-left image">
                        <img src="<?php 
        echo $_smarty_tpl->tpl_vars['BASEURL']->value;
        ?>
/resource/doc/images/avatar5.png" class="img-circle" alt="User Image">
                    </div>
                    <div class="pull-left info">
                        <p><?php 
        echo smarty_modifier_capitalize($_smarty_tpl->tpl_vars['com_user']->value['user_name']);
        ?>
</p>
                        <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
                    </div>
                </div>
                <!-- search form -->
                <form action="#" method="get" class="sidebar-form">
                    <div class="input-group">
                        <input type="text" name="q" class="form-control" placeholder="Search...">
                        <span class="input-group-btn">
                            <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button>
                        </span>
                    </div>
                </form>
                <!-- /.search form -->
                <!-- sidebar menu: : style can be found in sidebar.less -->
                <?php 
        $_smarty_tpl->_subTemplateRender((string) $_smarty_tpl->tpl_vars['template_sidebar']->value, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true);
        ?>

            </section>
        </aside>
        <div class="content-wrapper">
            <?php 
        $_smarty_tpl->_subTemplateRender((string) $_smarty_tpl->tpl_vars['template_content']->value, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true);
        ?>

        </div>

        <!-- /#page-wrapper -->
    </div>
    <footer class="main-footer">
        <div class="pull-right hidden-xs">
            <b>Version</b> 3.1
        </div>
        <strong>Copyright © 2016 <a target="_blank" href="http://te.net.id">PT. Time Excelindo</a>.</strong>
    </footer>
</div>
<!-- /#wrapper -->
<!-- end of layout	-->
</body>
<!-- end body -->
</html>
<?php 
    }