<div align="left" class="navbar"> <table> <tr align="center"> <td> <input type="button" value="<<" <<%%page%%>1?'title="First page" onclick="window.location.href=\'%%url%%1\'"':'disabled="disabled"'>> /> <input type="button" value="<" <<%%page%%>1?'title="Previous page" onclick="window.location.href=\'%%url%%\'+parseInt(%%page%%-1)"':'disabled="disabled"'>> /> </td> <td>%%navbar%%</td> <td> <input type="button" value=">" <<%%page%%<%%pages%%?'title="Next page" onclick="window.location.href=\'%%url%%\'+parseInt(%%page%%+1)"':'disabled="disabled"'>> /> <input type="button" value=">>" <<%%page%%<%%pages%%?'title="Last page" onclick="window.location.href=\'%%url%%%%pages%%\'"':'disabled="disabled"'>> /> </td> </tr> </table> </div>