Schule als Staat Projekt Web, Dokumente, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 line
1.7KB

  1. {% load static %}
  2. <link rel="stylesheet" type="text/css" href="{% static "public/css/header.css" %}">
  3. <div id=header>
  4. <table class="table">
  5. <tr>
  6. <td id ="logotablerow", width="20%">
  7. <img id="logo" src="{% static "public/images/apb_icon.png" %}" alt="logo">
  8. </td>
  9. <td class="link-container">
  10. <a class="top-links", href="https://www.tagesschau.de">tagesschau.de</a>
  11. </td>
  12. <td class="link-container">
  13. <a class="top-links", href="https://www.spiegel.de">spiegel.de</a>
  14. </td>
  15. <td class="link-container">
  16. <a class="top-links", href="https://www.zeit.de">zeit.de</a>
  17. </td>
  18. <td class="link-container">
  19. <a class="top-links", href="https://www.bpb.de">bpb.de</a>
  20. </td>
  21. <td vertical-align="middle", width="25%" class="allcenter">
  22. <input type="text" id="search" maxlength="30" placeholder="Datenbank durchsuchen">
  23. </td>
  24. <td width="5%" class="allcenter">
  25. <a href="http://www.dohiy.com/wp-content/uploads/2014/06/itsatrap.jpg"><img id="search_icon" src="{% static "public/images/search_icon.png" %}" alt="search"></a>
  26. </td>
  27. </tr>
  28. </table>
  29. <div id="navigation">
  30. <ul class="navbar">
  31. <li class ="navbar"><a {% if appname == "startpage" %}class="active"{% endif %} href="/">Information</a></li>
  32. <li class="navbar"><a {% if appname == "datenbank" %}class="active"{% endif %} href="{% url "datenbank:index" %}">Datenbank</a></li>
  33. <li class="navbar"><a {% if appname == "meingoethopia" %}class="active"{% endif %} href="{% url "meingoethopia:index" %}">Mein Goethopia</a></li>
  34. </ul>
  35. </div>
  36. </div>