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.

27 lines
974 B

  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="stylesheet" type="text/css" href="{{ MEDIA_URL }}/style.css" />
  8. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/templatestyle.css" />
  9. <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/mumble/style.css" />
  10. <link rel="shortcut icon" type="image/png" href="{{ MEDIA_URL }}/mumble/mumble.16x16.png" />
  11. {% block HeadTag %}
  12. {% endblock %}
  13. </head>
  14. <body bgcolor="#3B69AD">
  15. <div id="mobilecontent">
  16. {% block LeftColumn %}
  17. {% endblock %}
  18. </div>
  19. <!-- footer -->
  20. <div id="footerpanel">
  21. <a href="http://bitbucket.org/Svedrin/mumble-django" target="_blank" style="color:white">Mumble-Django</a>
  22. </div>
  23. </body>
  24. </html>