Ignore:
Timestamp:
Dec 4, 2014 12:17:30 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php

    r638 r642  
    244244                                    <!--<form action="<?php echo base_url();?>frontend/user/packageRegister"  class="form-horizontal" id="package_register"> -->
    245245                                    <form action="<?php echo base_url();?>frontend/user/packageRegister" method="POST" class="form-horizontal" id="package_register">
    246                                         <h4 class="header blue bolder smaller">ThÃŽng tin dịch vụ</h4>
     246                                        <h4 class="header blue bolder smaller">ThÃŽng tin dịch vụ <a style="float:right;" onclick="regisHistory(<?php echo $us_id; ?>, 1);" data-toggle="modal"><i class="icon-archive"></i> Lịch sá»­ đăng kÜ dịch vụ</a></h4>
    247247                                                                                <div class="col-sm-6">
    248248                                            <h4><b>Thời hạn sá»­ dụng</b></h4> <h3><b><span class="blue"><?php echo isset($expire_date) && strtotime($expire_date)>0 ? date('d/m/Y', strtotime($expire_date)) : '';?> </span></b></h3>
     
    461461</div>
    462462
     463<div class="modal fade" id="regis-history" tabindex="-1" role="dialog"aria-hidden="true">
     464    <div class="modal-dialog">
     465        <div class="modal-content">
     466            <div class="modal-header">
     467                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
     468                <h4 class="modal-title">Lịch sá»­ đăng kÜ dịch vụ</h4>
     469            </div>
     470            <div class="modal-body">
     471                <div class="table-responsive">
     472                    <table id="sample-table-1" class="table table-striped table-bordered table-hover">
     473                        <thead>
     474                            <tr>
     475                                <th class="center">
     476                                                                        Từ
     477                                </th>
     478                                <th class="center"> Gói dịch vụ </th>
     479                                <th>
     480                                    <i class="icon-time bigger-110 hidden-480"></i>
     481                                    Thời gian
     482                                </th>
     483                            </tr>
     484                        </thead>
     485                        <tbody id="content-regis-histoty">
     486                        </tbody>
     487                    </table>
     488                                        <div>
     489                                                <div class="dataTables_paginate paging_bootstrap">
     490                                                        <ul class="pagination">
     491                                                        </ul>
     492                                                </div>
     493                                        </div>
     494                </div><!-- /.table-responsive -->
     495            </div>
     496        </div>
     497    </div>
     498</div>
     499
    463500<script type="text/javascript">
    464501        var url="<?php echo base_url();?>";
Note: See TracChangeset for help on using the changeset viewer.