|
|
@@ -10,17 +10,6 @@
|
|
|
<body>
|
|
|
<div id="toolbarContainer">
|
|
|
<div id="toolbarViewerLeft">
|
|
|
- <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: <input id="pageIndex" type="text" /> / <span
|
|
|
- id="pageSize"></span></span>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div id="toobarViewerCenter">
|
|
|
<button id="zoomOut" title="缩小">
|
|
|
<i class="fa fa-minus fa-lg" aria-hidden="true"></i>
|
|
|
</button>
|
|
|
@@ -42,6 +31,17 @@
|
|
|
</label>
|
|
|
</div>
|
|
|
|
|
|
+ <div id="toobarViewerCenter">
|
|
|
+ <button id="prev" title="上页">
|
|
|
+ <i class="fa fa-arrow-left fa-lg" aria-hidden="true"></i>
|
|
|
+ </button>
|
|
|
+ <span>Page: <input id="pageIndex" type="text" /> / <span
|
|
|
+ id="pageSize"></span></span>
|
|
|
+ <button id="next" title="下页">
|
|
|
+ <i class="fa fa-arrow-right fa-lg" aria-hidden="true"></i>
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div id="toolbarViewerRight">
|
|
|
<button id="print" title="打印">
|
|
|
<i class="fa fa-print fa-lg" aria-hidden="true"></i>
|