A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

24 Zeilen
858B

  1. <div class="wrapper">
  2. <div class="row titlebar">
  3. <a class="logo" href="{{ route('index') }}">
  4. <img src="/img/logo.gif" alt="Knockout!"/>
  5. </a>
  6. <div class="menu">
  7. <a href="{{ route('index') }}">Home</a>
  8. <span class="space">&nbsp;</span>
  9. <a href="{{ route('popular-threads') }}">Popular</a>
  10. <span class="space">&nbsp;</span>
  11. <a href="{{ route('latest-threads') }}">Latest</a>
  12. <span class="space">&nbsp;</span>
  13. <a href="{{ route('events') }}">Event log</a>
  14. <span class="space">&nbsp;</span>
  15. <a href="{{ route('preferences') }}">Preferences</a>
  16. </div>
  17. </div>
  18. <div class="row breadcrumb">
  19. @yield('breadcrumb')
  20. </div>
  21. <div class="row spacer">
  22. <hr class="textonly"/>
  23. </div>