PageRenderTime 13ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/dajaxexamples/examples/templates/examples/pagination_example.html

http://dajaxproject.googlecode.com/
HTML | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | fe97d8da94b240b69689ad1488c50f4d MD5 | raw file
Possible License(s): BSD-3-Clause
  1. {% extends "examples/examples_base.html"%}
  2. {% block content %}
  3. <h1>Pagination Machine!</h1>
  4. <div id="pagination">
  5. {% include "examples/pagination_page.html" %}
  6. </div>
  7. {% endblock %}