Revision 7b7e768e ui/templates/home.html

b/ui/templates/home.html
7 7
    <script src="static/jquery.cookie.js"></script>
8 8
    <script src="static/jQueryRotate.js"></script>
9 9
    <script src="static/jquery.dataTables.min.js"></script>
10
    <script src="static/synnefo.js"></script>
11
	<link rel="stylesheet" type="text/css" href="static/main.css"/>	
10 12
    <script>
11 13
        // timeout value from settings.py
12 14
        var TIMEOUT = {{timeout}};
......
92 94
            $("a#notification").data('overlay').load();
93 95
            return false;
94 96
        }
95
    
96 97
    </script>
97
    <script src="static/synnefo.js"></script>
98

  
99
	<link rel="stylesheet" type="text/css" href="static/main.css"/>	
100

  
101 98
</head>
102 99
<body>
103 100
    <div id="wrapper">
......
172 169
        });    
173 170
        
174 171
    </script>
175
    
176 172
</body>
177 173
</html>
178 174

  

Also available in: Unified diff