|
|
@@ -11,27 +11,31 @@
|
|
|
|
|
|
<div id="toolbarContainer">
|
|
|
<div id="toolbarViewerLeft">
|
|
|
- <button id="prev">Previous</button>
|
|
|
- <button id="next">Next</button>
|
|
|
- <span>Page: <span id="page_index"></span> / <span
|
|
|
+ <button id="prev" title="上页">
|
|
|
+ <i class="fa fa-arrow-left fa-lg" aria-hidden="true"></i>
|
|
|
+ </button>
|
|
|
+ <button id="next" title="下页">
|
|
|
+ <i class="fa fa-arrow-right fa-lg" aria-hidden="true"></i>
|
|
|
+ </button>
|
|
|
+ <span>Page: <span id="page_index"></span> / <span
|
|
|
id="page_size"></span></span>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div id="toolbarViewerRight">
|
|
|
- <button id="download_pdf" class="toolbarButton hiddenMediumView"
|
|
|
- title="下载PDF" tabindex="35">
|
|
|
- <i class="fa fa-file-pdf-o fa-lg"></i>
|
|
|
+ <button id="print" title="打印" tabindex="1">
|
|
|
+ <i class="fa fa-print fa-lg" aria-hidden="true"></i>
|
|
|
+ </button>
|
|
|
+ <button id="download_pdf" title="下载PDF" tabindex="2">
|
|
|
+ <i class="fa fa-file-pdf-o fa-lg" aria-hidden="true"></i>
|
|
|
</button>
|
|
|
- <div class="splitToolbarButtonSeparator"></div>
|
|
|
- <button id="download_excel" class="toolbarButton hiddenMediumView"
|
|
|
- title="下载Excel" tabindex="36" hidden="true">
|
|
|
- <i class="fa fa-file-excel-o fa-lg"></i>
|
|
|
+ <button id="download_excel" title="下载Excel" tabindex="3"
|
|
|
+ hidden="true">
|
|
|
+ <i class="fa fa-file-excel-o fa-lg" aria-hidden="true"></i>
|
|
|
</button>
|
|
|
- <button id="download_excel_with_only_data"
|
|
|
- class="toolbarButton hiddenMediumView" title="下载Excel(仅数据)"
|
|
|
- tabindex="37">
|
|
|
- <i class="fa fa-file-excel-o fa-lg"></i>
|
|
|
+ <button id="download_excel_with_only_data" title="下载Excel(仅数据)"
|
|
|
+ tabindex="4">
|
|
|
+ <i class="fa fa-file-excel-o fa-lg" aria-hidden="true"></i>
|
|
|
</button>
|
|
|
</div>
|
|
|
</div>
|