L2dhZGdldC9nYWRnZXRfY3JpYmpzX3BhZ2VfdXJsX2xpc3QuaHRtbA==.html 1.22 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, user-scalable=no" />
    <title>CribJS Header</title>

    <!-- renderjs -->
    <script src="/lib/rsvp.js" type="text/javascript"></script>
    <script src="/lib/renderjs.js" type="text/javascript"></script>
    <script src="gadget_global.js" type="text/javascript"></script>

    <!-- Custom -->
    <script src="gadget_cribjs_page_url_list.js" type="text/javascript"></script>
    
  </head>
  <body>
    <div class="nav_content url_list container">
      <form class="crib-url-list-content">
        <h3>URL List</h3>
        <button type="submit" name="list-contents" class="btn btn-default">Refresh</button>
        <table class="table table-striped table-condensed">
          <thead>
            <tr>
              <th>Cached</th>
              <th>Url</th>
              <th>Go</th>
            </tr>
          </thead>
          <tfoot>
          </tfoot>
          <tbody>
          </tbody>
        </table>
        <div>
          <button type="submit" name="list-contents" class="btn btn-default">Refresh</button>
        </div>
      </form>
    </div>
  </body>
</html>