Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
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.

32 lines
1.2 KiB

  1. <html>
  2. <head>
  3. <title>Mumble Administration</title>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  5. <!-- for iphone/ipod -->
  6. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0" />
  7. <link rel="apple-touch-icon" href="{{ MEDIA_URL }}/mumble/mumble.64x64.png" />
  8. <link rel="apple-mobile-web-app-capable" content="yes" />
  9. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/style.css" />
  10. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/templatestyle.css" />
  11. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/mumble/style.css" />
  12. <link rel="shortcut icon" type="image/png" href="{{ MEDIA_URL }}/mumble/mumble.16x16.png" />
  13. {% block HeadTag %}
  14. {% endblock %}
  15. </head>
  16. <body bgcolor="#3B69AD">
  17. <div id="mobilecontent">
  18. {% block LeftColumn %}
  19. {% endblock %}
  20. </div>
  21. <!-- footer -->
  22. <div id="footerpanel" style="color:white">
  23. <ul>
  24. <li><a href="{% url mumble.views.redir %}" style="color:white">Home</a></li>
  25. <li><a href="http://bitbucket.org/Svedrin/mumble-django" style="color:white" target="_blank">Mumble-Django</a></li>
  26. </ul>
  27. </div>
  28. </body>
  29. </html>