Add page number to footer
This commit is contained in:
parent
7e5d37f3fd
commit
c25605ed06
1 changed files with 7 additions and 0 deletions
|
@ -5,5 +5,12 @@
|
|||
<script type="text/javascript" src="context.js"></script>
|
||||
</head>
|
||||
<body onload="subst()" class="footer">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="text-align: center">
|
||||
Page <span class="page"></span> of <span class="topage"></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue