- Timestamp:
- Dec 4, 2014 12:17:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r638 r642 244 244 <!--<form action="<?php echo base_url();?>frontend/user/packageRegister" class="form-horizontal" id="package_register"> --> 245 245 <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> 247 247 <div class="col-sm-6"> 248 248 <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> … … 461 461 </div> 462 462 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">×</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 463 500 <script type="text/javascript"> 464 501 var url="<?php echo base_url();?>";
Note: See TracChangeset
for help on using the changeset viewer.