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 d5ae9f5..5bbe694 100644
--- a/bitbake/lib/toaster/toastergui/templates/landing.html
+++ b/bitbake/lib/toaster/toastergui/templates/landing.html
@@ -9,80 +9,64 @@
<div class="container-fluid">
<div class="row-fluid">
<!-- Empty - no data in database -->
- <div class="hero-unit span12" {%if MANAGED%}style="background-color: white"{%endif%}>
- {% if not MANAGED %}
- <button class="close" data-dismiss="alert" type="button">
- ×
- </button>
- {% endif %}
+ <div class="hero-unit span12 {%if MANAGED%}well-transparent{%endif%}">
<div class="row-fluid">
<div class="span6">
<h1>
This is Toaster
</h1>
- <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>
+ <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>
{% if MANAGED %}
{% if lvs_nos %}
- <p class="hero-actions">
- <a class="btn btn-primary btn-large" href="{% url 'newproject' %}">
- To start building, create your first Toaster project
- </a>
- </p>
+ <p class="hero-actions">
+ <a class="btn btn-primary btn-large" href="{% url 'newproject' %}">
+ To start building, create your first Toaster project
+ </a>
+ </p>
{% else %}
- <div class="alert alert-info">
- <p>
- Toaster has no layer information; without layer information, you cannot run builds. To generate layer information you can:
- </p>
- <ul>
- <li> <a href="https://wiki.yoctoproject.org/wiki/Setting_up_a_hosted_managed_mode_for_Toaster#LayerSources">Configure a layer source</a>
- </li>
- <li> <a href="{% url 'newproject' %}">Create a project</a>, then import layers
- </ul>
- </div>
- {% endif %}
+ <div class="alert alert-info lead air">
+ Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can:
+ <ul>
+ <li>
+ <a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#layer-source">Configure a layer source</a>
+ </li>
+ <li>
+ <a href="{% url 'newproject' %}">Create a project</a>, then import layers
+ </li>
+ </ul>
+ </div>
+ {% endif %}
- <p style="margin-top: 2em">
- <a href="https://www.yoctoproject.org/documentation/toaster-manual">
- Read the Toaster manual
- </a> <br/>
- <a href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster">
- Contribute to Toaster
- </a>
- </p>
+ <ul class="unstyled">
+ <li>
+ <a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html">Read the Toaster manual</a>
+ </li>
+ <li>
+ <a href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster">Contribute to Toaster</a>
+ </li>
+ </ul>
- {% else %}
+ {% else %}
- <p class="hero-actions">
- <a class="btn btn-primary btn-large" href="https://www.yoctoproject.org/documentation/toaster-manual">
- Show me the manual
- </a>
- <a class="btn btn-large" href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster">
- I want to contribute
- </a>
- </p>
+ <p class="hero-actions">
+ <a class="btn btn-primary btn-large" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html">
+ Show me the manual
+ </a>
+ <a class="btn btn-large" href="https://wiki.yoctoproject.org/wiki/Contribute_to_Toaster">
+ I want to contribute
+ </a>
+ </p>
- {% endif %}
+ {% endif %}
</div>
- <div class="span5">
- <a href="http://www.yoctoproject.org">
+ <div class="span6">
{% if MANAGED %}
- <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/>
- {% else %}
- <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/>
- {% endif %}
- </a>
+ <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/>
+ {% else %}
+ <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/>
+ {% endif %}
</div>
</div>
</div>
OpenPOWER on IntegriCloud