summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/landing.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/landing.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/landing.html100
1 files changed, 42 insertions, 58 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html
index d5ae9f5e20..5bbe694f89 100644
--- a/bitbake/lib/toaster/toastergui/templates/landing.html
+++ b/bitbake/lib/toaster/toastergui/templates/landing.html
@@ -9,80 +9,64 @@
9 <div class="container-fluid"> 9 <div class="container-fluid">
10 <div class="row-fluid"> 10 <div class="row-fluid">
11 <!-- Empty - no data in database --> 11 <!-- Empty - no data in database -->
12 <div class="hero-unit span12" {%if MANAGED%}style="background-color: white"{%endif%}> 12 <div class="hero-unit span12 {%if MANAGED%}well-transparent{%endif%}">
13 {% if not MANAGED %}
14 <button class="close" data-dismiss="alert" type="button">
15 ×
16 </button>
17 {% endif %}
18 <div class="row-fluid"> 13 <div class="row-fluid">
19 <div class="span6"> 14 <div class="span6">
20 <h1> 15 <h1>
21 This is Toaster 16 This is Toaster
22 </h1> 17 </h1>
23 <p> 18 <p>A web interface to <a href="http://www.yoctoproject.org/tools-resources/projects/bitbake">BitBake</a>, the <a href="http://www.yoctoproject.org">Yocto Project</a> build system.</p>
24 A web interface to
25 <a href="http://www.yoctoproject.org/tools-resources/projects/bitbake">
26 BitBake
27 </a>
28 , the
29 <a href="http://www.yoctoproject.org">
30 Yocto Project
31 </a>
32 build system.
33 </p>
34 19
35 {% if MANAGED %} 20 {% if MANAGED %}
36 21
37 {% if lvs_nos %} 22 {% if lvs_nos %}
38 <p class="hero-actions"> 23 <p class="hero-actions">
39 <a class="btn btn-primary btn-large" href="{% url 'newproject' %}"> 24 <a class="btn btn-primary btn-large" href="{% url 'newproject' %}">
40 To start building, create your first Toaster project 25 To start building, create your first Toaster project
41 </a> 26 </a>
42 </p> 27 </p>
43 {% else %} 28 {% else %}
44 <div class="alert alert-info"> 29 <div class="alert alert-info lead air">
45 <p> 30 Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can:
46 Toaster has no layer information; without layer information, you cannot run builds. To generate layer information you can: 31 <ul>
47 </p> 32 <li>
48 <ul> 33 <a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#layer-source">Configure a layer source</a>
49 <li> <a href="https://wiki.yoctoproject.org/wiki/Setting_up_a_hosted_managed_mode_for_Toaster#LayerSources">Configure a layer source</a> 34 </li>
50 </li> 35 <li>
51 <li> <a href="{% url 'newproject' %}">Create a project</a>, then import layers 36 <a href="{% url 'newproject' %}">Create a project</a>, then import layers
52 </ul> 37 </li>
53 </div> 38 </ul>
54 {% endif %} 39 </div>
40 {% endif %}
55 41
56 <p style="margin-top: 2em"> 42 <ul class="unstyled">
57 <a href="https://www.yoctoproject.org/documentation/toaster-manual"> 43 <li>
58 Read the Toaster manual 44 <a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html">Read the Toaster manual</a>
59 </a> <br/> 45 </li>
60 <a href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster"> 46 <li>
61 Contribute to Toaster 47 <a href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster">Contribute to Toaster</a>
62 </a> 48 </li>
63 </p> 49 </ul>
64 50
65 {% else %} 51 {% else %}
66 52
67 <p class="hero-actions"> 53 <p class="hero-actions">
68 <a class="btn btn-primary btn-large" href="https://www.yoctoproject.org/documentation/toaster-manual"> 54 <a class="btn btn-primary btn-large" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html">
69 Show me the manual 55 Show me the manual
70 </a> 56 </a>
71 <a class="btn btn-large" href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster"> 57 <a class="btn btn-large" href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster">
72 I want to contribute 58 I want to contribute
73 </a> 59 </a>
74 </p> 60 </p>
75 61
76 {% endif %} 62 {% endif %}
77 </div> 63 </div>
78 <div class="span5"> 64 <div class="span6">
79 <a href="http://www.yoctoproject.org">
80 {% if MANAGED %} 65 {% if MANAGED %}
81 <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/> 66 <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/>
82 {% else %} 67 {% else %}
83 <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/> 68 <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/>
84 {% endif %} 69 {% endif %}
85 </a>
86 </div> 70 </div>
87 </div> 71 </div>
88 </div> 72 </div>