Revision ef38afe9 ui/templates/machines.html

b/ui/templates/machines.html
15 15
    <a id="single" href="#"></a>
16 16
</div>
17 17

  
18
<div id="emptymachineslist"><h1 id="welcomeheader">{% trans "Welcome to the ocean!" %}</h1><br />
19
    <span class="welcomebody">{% trans "From this panel you will be able to manage your Virtual Machines (VMs). If you don't know what a VM is: take the " %}<a href="#">{% trans "tour" %}</a>.</span><br /><br />
20
    <span class="welcomebody">{% trans "The panel is currently empty, because you don't have any VMs yet. You can start by creating your new VM by clicking the blue button on the right. The wizard will guide you through the hole process." %}</span><br /><br />
18
<div id="emptymachineslist">
19
    <h1 id="welcomeheader">{% trans "Welcome to the ocean!" %}</h1>
20
    <br />
21
    <span class="welcomebody">{% trans "From this panel you will be able to manage your Virtual Machines (VMs). If you don't know what a VM is: take the " %}<a href="#">{% trans "tour" %}</a>.</span>
22
    <br />
23
    <br />
24
    <span class="welcomebody">{% trans "The panel is currently empty, because you don't have any VMs yet. You can start by creating your new VM by clicking the blue button on the right. The wizard will guide you through the hole process." %}</span>
25
    <br />
26
    <br />
21 27
    <span class="welcomefooter">{% trans "For more information or help, click " %}<a href="#">{% trans "here" %}</a>.</span>
22 28
</div>
23 29

  
......
27 33
	<div class="modal" id="wizard">
28 34
		<!-- status bar -->
29 35
		<ul id="status">
30
			<li class="active"><span class="headernumber" class="first">1</span><div class="headerbody first">{% trans "Image" %}</div></li>
31
			<li><span class="headernumber">2</span><div class="headerbody">{% trans "Flavor" %}</div></li>
32
			<li class="third"><span class="headernumber">3</span><div class="headerbody">{% trans "Name" %}</div></li>
36
			<li class="active">
37
                <span class="headernumber" class="first">1</span>
38
                <div class="headerbody first">{% trans "Image" %}</div>
39
            </li>
40
			<li>
41
                <span class="headernumber">2</span>
42
                <div class="headerbody">{% trans "Flavor" %}</div>
43
            </li>
44
			<li class="third">
45
                <span class="headernumber">3</span>
46
                <div class="headerbody">{% trans "Name" %}</div>
47
            </li>
33 48
		</ul>
34 49
		<!-- scrollable items -->
35 50
		<div class="items">
......
263 278
            return 'unknown';
264 279
        }
265 280
    }
266

  
267 281
} 
268 282

  
269 283
//helper function to check file existance
......
275 289
    return http.status!=404;
276 290
}
277 291

  
278

  
279 292
// switch to list view
280 293
$("a#list").click(function(){
281 294
    list_view(); 
......
446 459
    return false;
447 460
});
448 461

  
449

  
450 462
// validate storage input box
451 463
$("#storage-indicator").live('change',function(){
452 464
    var v = Number(this.value);

Also available in: Unified diff