| | |
| | | </a> |
| | | <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="exam:template:export"> |
| | | <i class="fa fa-download"></i> [[#{dict.ic22}]] |
| | | </a> |
| | | </a> |
| | | <a class="btn btn-danger+" onclick="emailEdit()" shiro:hasPermission="exam:email:edit"> |
| | | <i class="fa fa-edit"></i> [[#{dict.ic175}]] |
| | | </a> |
| | | </div> |
| | | <div class="col-sm-12 select-table table-striped"> |
| | | <table id="bootstrap-table" data-mobile-responsive="true"></table> |
| | |
| | | }; |
| | | $.table.init(options); |
| | | }); |
| | | |
| | | function emailEdit() { |
| | | var url = prefix + '/emailEdit'; |
| | | $.modal.open([[#{dict.ic175}]], url); |
| | | } |
| | | </script> |
| | | </body> |
| | | </html> |