Revision 7e51c3db ui/templates/machines_console.html

b/ui/templates/machines_console.html
2 2

  
3 3
<html>
4 4
    <head>
5
        <link rel="stylesheet" type="text/css" href="static/main.css"/>
5
        <link rel="stylesheet" type="text/css" href="/static/main.css"/>
6 6
        <title>{% trans "Console" %}</title>
7 7
    </head>
8 8
    <body>
......
18 18
        <div id='console-header'>
19 19
            <div class="console-header-logo">
20 20
                <a href="/">
21
                    <img src="static/okeanos_console.png" alt="okeanos console"/>
21
                    <img src="/static/okeanos_console.png" alt="okeanos console"/>
22 22
                </a>
23 23
            </div>
24 24
        </div>
25 25
        <div class="console-container">
26
            <applet code="VncViewer.class" archive="static/vncviewer/VncViewer.jar">
26
            <applet code="VncViewer.class" archive="/static/vncviewer/VncViewer.jar">
27 27
                <param name="HOST" value="{{host}}"></param>
28 28
                <param name="PORT" value="{{port}}"></param>
29 29
                <param name="PASSWORD" value="{{password}}"></param>

Also available in: Unified diff