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.

24 lines
858 B

  1. <html>
  2. <head>
  3. <title>Mumble Administration</title>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/style.css" />
  6. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/templatestyle.css" />
  7. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/mumble/style.css" />
  8. <link rel="shortcut icon" type="image/png" href="{{ MEDIA_URL }}/mumble/mumble.16x16.png" />
  9. {% block HeadTag %}
  10. {% endblock %}
  11. </head>
  12. <body bgcolor="#3B69AD">
  13. <div id="mobilecontent">
  14. {% block LeftColumn %}
  15. {% endblock %}
  16. </div>
  17. <!-- footer -->
  18. <div id="footerpanel">
  19. <a href="http://bitbucket.org/Svedrin/mumble-django" target="_blank" style="color:white">Mumble-Django</a>
  20. </div>
  21. </body>
  22. </html>