Blame view

mustache/app/views/pages/jqgrid.mustache 783 Bytes
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  {{#site.demo}}
   <div class="alert alert-info">
     <button class="close" data-dismiss="alert"><i class="ace-icon fa fa-times"></i></button>
     <i class="ace-icon fa fa-hand-o-right"></i> Please note that demo server is not configured to save the changes, therefore you may get an error message.
   </div>
  {{/site.demo}}
  {{^site.demo}}
  <div class="well well-sm">
  	You can have a custom jqGrid download here:
  	<a href="http://www.trirand.com/blog/?page_id=6" target="_blank">		
  		http://www.trirand.com/blog/?page_id=6
  		<i class="fa fa-external-link bigger-110"></i>
  	</a>
  </div>
  {{/site.demo}}
  
  
  <table id="grid-table"></table>
  <div id="grid-pager"></div>
  <script type="text/javascript">
  var $path_base = "{{{path.base}}}";//in Ace demo this will be used for editurl parameter
  </script>