/usr/share/opennebula/ozones/templates/index.html is in opennebula 3.4.1-4.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | <!DOCTYPE html>
<html>
<head>
<title>OpenNebula oZones</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<!-- Vendor Libraries -->
<link rel="stylesheet" type="text/css" href="vendor/dataTables/demo_table_jui.css" />
<link rel="stylesheet" type="text/css" href="vendor/jQueryUI/css/smoothness/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="vendor/jGrowl/jquery.jgrowl.css" />
<link rel="stylesheet" type="text/css" href="vendor/jQueryLayout/layout-default-latest.css" />
<script type="text/javascript" src="vendor/jQuery/jquery.min.js"></script>
<script type="text/javascript" src="vendor/jGrowl/jquery.jgrowl_minimized.js"></script>
<script type="text/javascript" src="vendor/jQueryUI/jquery-ui.min.js"></script>
<script type="text/javascript" src="vendor/jQueryLayout/jquery.layout-latest.min.js"></script>
<script type="text/javascript" src="vendor/dataTables/jquery.dataTables.min.js"></script>
<!-- End Vendor Libraries -->
<link rel="stylesheet" type="text/css" href="css/application.css" />
<link rel="stylesheet" type="text/css" href="css/layout.css" />
<script type="text/javascript" src="js/locale.js"></script>
<script type="text/javascript" src="js/ozones.js"></script>
<script type="text/javascript" src="js/layout.js"></script>
<script type="text/javascript" src="js/sunstone.js"></script>
<script type="text/javascript" src="js/sunstone-util.js"></script>
<script type="text/javascript" src="js/ozones-util.js"></script>
<!--Base plugins-->
<script type="text/javascript" src="js/plugins/dashboard-tab.js"></script>
<script type="text/javascript" src="js/plugins/aggregated-tab.js"></script>
<script type="text/javascript" src="js/plugins/zones-tab.js"></script>
<script type="text/javascript" src="js/plugins/vdcs-tab.js"></script>
</head>
<body>
<div class="outer-center">
<div class="inner-center">
</div>
<div id="dialog" class="inner-south"></div>
</div>
<div id="menu" class="outer-west">
<ul id="navigation" class="navigation">
</ul>
</div>
<div id="header" class="ui-layout-north">
<div id="logo">
<img src="images/opennebula-zones-small.png"/>
</div>
<div id="login-info">
Welcome <span id="user"></span> | <a href="#" id="logout">Sign Out</a>
</div>
<div id="links">
<a href="http://opennebula.org/documentation:documentation" target="_blank">Documentation</a> |
<a href="http://opennebula.org/support:support" target="_blank">Support</a> |
<a href="http://opennebula.org/community:community" target="_blank">Community</a>
</div>
</div>
<div id="footer" class="ui-layout-south">
Copyright 2002-2012 © OpenNebula Project Leads (<a href="http://opennebula.org" target="_blank">OpenNebula.org</a>). All Rights Reserved. OpenNebula 3.4.1
</div>
<div id="dialogs">
</div>
<div id="plots">
</div>
<div id="info_panels"></div>
</body>
</html>
|