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.

33 lines
1.4 KiB

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