当前位置: 首页>>代码示例>>PHP>>正文


PHP admin_tr_site函数代码示例

本文整理汇总了PHP中admin_tr_site函数的典型用法代码示例。如果您正苦于以下问题:PHP admin_tr_site函数的具体用法?PHP admin_tr_site怎么用?PHP admin_tr_site使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了admin_tr_site函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: remove

 public function remove()
 {
     $status = $this->image_progress_daily_report_tr_model->update_delete();
     if ($status) {
         $data['url_back'] = admin_tr_site('imageprogressdailyreport');
         $data['succes_message'] = 'delete_success';
         $this->template->append_page_section('block/success_block');
         $this->template->render_admin_template($this, $data);
     } else {
         redirect(admin_tr_site('imageprogressdailyreport/action_error'));
     }
 }
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:12,代码来源:Imageprogressdailyreport.php

示例2: remove

 public function remove()
 {
     $status = $this->employee_job_title_tr_model->update_delete();
     if ($status) {
         $data['url_back'] = admin_tr_site('employeejobtitle');
         $data['succes_message'] = 'delete_success';
         $this->template->append_page_section('block/success_block');
         $this->template->render_admin_template($this, $data);
     } else {
         redirect(admin_tr_site('employeejobtitle/action_error'));
     }
 }
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:12,代码来源:Employeejobtitle.php

示例3: admin_tr_site

            <div class="panel-body">
                <?php 
if (isset($error_msg)) {
    ?>
                    <div class="alert alert-danger">
                        <?php 
    echo $error_msg;
    ?>
                    </div>
                <?php 
}
?>
                <div class="row">
                    <div class="col-lg-6">
                        <form role="form" action="<?php 
echo admin_tr_site('address/save');
?>
" method="post">
                            <?php 
if (isset($addr_id)) {
    ?>
                                <input type="hidden" id="addr_id" name="addr_id" value="<?php 
    echo num_param_url_encode($addr_id);
    ?>
">
                            <?php 
}
?>
  

                            <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:address_form.php

示例4: admin_tr_site

?>
                                                </th>
                                                <td>
                                                    {logitude2}
                                                </td>
                                            </tr>
                                            </tbody>
                                        </table>

                                    </div>

                                    <div align="center" id="smile" style="display: none;"> <br><br><i class="fa fa-smile-o fa-5x"></i> <br><br><b>ไม่มีข้อมูลอยู่ในระบบ</b></div><br><br>
                                </div>
                            </div>
                            <a href="<?php 
echo admin_tr_site('employee/');
?>
">
                                <button type="button" class="btn btn-primary"> กลับ </button>
                            </a>

                        </div>
                        <!-- /.table-responsive -->

                    </div>

                </div>
                <!-- /.row (nested) -->
            </div>
            <!-- /.panel-body -->
        </div>
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:employee_show.php

示例5: defined

<?php

defined('BASEPATH') or exit('No direct script access allowed');
?>

<br>
<div class="right">
    <a href="<?php 
echo admin_tr_site('address/create_form/');
?>
">
        <button type="button" class="btn btn-success btn-lg right" > 
            <i class="fa  fa-plus" id="color_main_icon"></i> <b><?php 
echo_line('action_insert');
?>
address </b>
        </button>
    </a>
</div>
<br>
<div class="row">
    <div class="col-lg-12">
        <div class="panel panel-info">
            <div class="panel-heading">
                <i class="fa fa-th-list" id="color_main_icon"></i> <b>address </b>
            </div>
            <!-- /.panel-heading -->
            <div class="panel-body">
                <div class="dataTable_wrapper">

                    <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:address_show_all.php

示例6: admin_tr_site

                                    <tr>
                                        <th>approve_status</th>
                                        <td>{approve_status}</td>                                          
                                    </tr>

                                    <tr>
                                        <th>create_date</th>
                                        <td>{create_date}</td>                                          
                                    </tr>

                                    
                                    <tr class="odd gradeA">
                                        <td colspan="2" align="center">   
                                            <a href="<?php 
echo admin_tr_site('leave/');
?>
">
                                                <button type="button" class="btn btn-primary"> กลับ </button>
                                            </a>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                        <!-- /.table-responsive -->

                    </div>

                </div>
                <!-- /.row (nested) -->
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:30,代码来源:leave_show.php

示例7: admin_tr_site

                                <tbody>
                                    <tr>
                                        <th>user_id</th>
                                        <td>{user_id}</td>                                          
                                    </tr>

                                    <tr>
                                        <th>role_id</th>
                                        <td>{role_id}</td>                                          
                                    </tr>

                                    
                                    <tr class="odd gradeA">
                                        <td colspan="2" align="center">   
                                            <a href="<?php 
echo admin_tr_site('roleuser/');
?>
">
                                                <button type="button" class="btn btn-primary"> กลับ </button>
                                            </a>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                        <!-- /.table-responsive -->

                    </div>

                </div>
                <!-- /.row (nested) -->
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:roleuser_show.php

示例8: admin_tr_site

            <div class="panel-body">
                <?php 
if (isset($error_msg)) {
    ?>
                    <div class="alert alert-danger">
                        <?php 
    echo $error_msg;
    ?>
                    </div>
                <?php 
}
?>
                <div class="row">
                    <div class="col-lg-6">
                        <form role="form" action="<?php 
echo admin_tr_site('imageprogressdailyreport/save');
?>
" method="post">
                            <?php 
if (isset($image_id)) {
    ?>
                                <input type="hidden" id="image_id" name="image_id" value="<?php 
    echo num_param_url_encode($image_id);
    ?>
">
                            <?php 
}
?>
  

                            <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:imageprogressdailyreport_form.php

示例9: admin_tr_site

                                    <tr>
                                        <th>detail</th>
                                        <td>{detail}</td>                                          
                                    </tr>

                                    <tr>
                                        <th>man_amount</th>
                                        <td>{man_amount}</td>                                          
                                    </tr>

                                    
                                    <tr class="odd gradeA">
                                        <td colspan="2" align="center">   
                                            <a href="<?php 
echo admin_tr_site('manpower/');
?>
">
                                                <button type="button" class="btn btn-primary"> กลับ </button>
                                            </a>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                        <!-- /.table-responsive -->

                    </div>

                </div>
                <!-- /.row (nested) -->
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:30,代码来源:manpower_show.php

示例10: defined

<?php

defined('BASEPATH') or exit('No direct script access allowed');
?>

<br>
<div class="right">
    <a href="<?php 
echo admin_tr_site('department/create_form/');
?>
">
        <button type="button" class="btn btn-success btn-lg right" > 
            <i class="fa  fa-plus" id="color_main_icon"></i> <b><?php 
echo_line('action_insert');
?>
department </b>
        </button>
    </a>
</div>
<br>
<div class="row">
    <div class="col-lg-12">
        <div class="panel panel-info">
            <div class="panel-heading">
                <i class="fa fa-th-list" id="color_main_icon"></i> <b>department </b>
            </div>
            <!-- /.panel-heading -->
            <div class="panel-body">
                <div class="dataTable_wrapper">

                    <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:department_show_all.php

示例11: admin_tr_site

            <div class="panel-body">
                <?php 
if (isset($error_msg)) {
    ?>
                    <div class="alert alert-danger">
                        <?php 
    echo $error_msg;
    ?>
                    </div>
                <?php 
}
?>
                <div class="row">
                    <div class="col-lg-6">
                        <form role="form" action="<?php 
echo admin_tr_site('department/save');
?>
" method="post">
                            <?php 
if (isset($dep_id)) {
    ?>
                                <input type="hidden" id="dep_id" name="dep_id" value="<?php 
    echo num_param_url_encode($dep_id);
    ?>
">
                            <?php 
}
?>
  

                            <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:department_form.php

示例12: defined

<?php

defined('BASEPATH') or exit('No direct script access allowed');
?>

<br>
<div class="right">
    <a href="<?php 
echo admin_tr_site('roleurllist/create_form/');
?>
">
        <button type="button" class="btn btn-success btn-lg right" > 
            <i class="fa  fa-plus" id="color_main_icon"></i> <b><?php 
echo_line('action_insert');
?>
roleurllist </b>
        </button>
    </a>
</div>
<br>
<div class="row">
    <div class="col-lg-12">
        <div class="panel panel-info">
            <div class="panel-heading">
                <i class="fa fa-th-list" id="color_main_icon"></i> <b>roleurllist </b>
            </div>
            <!-- /.panel-heading -->
            <div class="panel-body">
                <div class="dataTable_wrapper">

                    <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:roleurllist_show_all.php

示例13: defined

<?php

defined('BASEPATH') or exit('No direct script access allowed');
?>

<br>
<div class="right">
    <a href="<?php 
echo admin_tr_site('roleuser/create_form/');
?>
">
        <button type="button" class="btn btn-success btn-lg right" > 
            <i class="fa  fa-plus" id="color_main_icon"></i> <b><?php 
echo_line('action_insert');
?>
roleuser </b>
        </button>
    </a>
</div>
<br>
<div class="row">
    <div class="col-lg-12">
        <div class="panel panel-info">
            <div class="panel-heading">
                <i class="fa fa-th-list" id="color_main_icon"></i> <b>roleuser </b>
            </div>
            <!-- /.panel-heading -->
            <div class="panel-body">
                <div class="dataTable_wrapper">

                    <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:roleuser_show_all.php

示例14: defined

<?php

defined('BASEPATH') or exit('No direct script access allowed');
?>

<br>
<div class="right">
    <a href="<?php 
echo admin_tr_site('employeejobtitle/create_form/');
?>
">
        <button type="button" class="btn btn-success btn-lg right" > 
            <i class="fa  fa-plus" id="color_main_icon"></i> <b><?php 
echo_line('action_insert');
?>
employeejobtitle </b>
        </button>
    </a>
</div>
<br>
<div class="row">
    <div class="col-lg-12">
        <div class="panel panel-info">
            <div class="panel-heading">
                <i class="fa fa-th-list" id="color_main_icon"></i> <b>employeejobtitle </b>
            </div>
            <!-- /.panel-heading -->
            <div class="panel-body">
                <div class="dataTable_wrapper">

                    <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:employeejobtitle_show_all.php

示例15: defined

<?php

defined('BASEPATH') or exit('No direct script access allowed');
?>

<br>
<div class="right">
    <a href="<?php 
echo admin_tr_site('employeeaddress/create_form/');
?>
">
        <button type="button" class="btn btn-success btn-lg right" > 
            <i class="fa  fa-plus" id="color_main_icon"></i> <b><?php 
echo_line('action_insert');
?>
employeeaddress </b>
        </button>
    </a>
</div>
<br>
<div class="row">
    <div class="col-lg-12">
        <div class="panel panel-info">
            <div class="panel-heading">
                <i class="fa fa-th-list" id="color_main_icon"></i> <b>employeeaddress </b>
            </div>
            <!-- /.panel-heading -->
            <div class="panel-body">
                <div class="dataTable_wrapper">

                    <table class="table table-striped table-bordered table-hover" id="dataTables-example">
开发者ID:thanakrit-promsiri,项目名称:employee_management,代码行数:31,代码来源:employeeaddress_show_all.php


注:本文中的admin_tr_site函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。