2015-06-14 20:23:25 +02:00
|
|
|
{%- block doctype -%}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
{% endblock %}
|
|
|
|
<html lang="en">
|
2015-06-14 21:57:08 +02:00
|
|
|
<head>
|
|
|
|
{% block head %}
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
{% if metatags %}
|
|
|
|
{{ metatags }}
|
|
|
|
{% endif %}
|
|
|
|
{% if refresh %}
|
|
|
|
<meta http-equiv="refresh" content="{{ refresh|e }}"/>
|
|
|
|
{% endif %}
|
|
|
|
<title>{{ title|e }}</title>
|
|
|
|
|
|
|
|
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link href="{{ path_to_root }}assets/css/main.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- <link rel="stylesheet" href="{{ stylesheet }}" type="text/css" /> -->
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ path_to_root }}rss">
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
</head>
|
|
|
|
<body class="interface" onload="parent.postMessage(document.body.scrollHeight, 'https://developer.blender.org');">
|
|
|
|
|
|
|
|
{% block header -%}
|
|
|
|
|
|
|
|
<a name="hop"></a>
|
|
|
|
|
|
|
|
<header class="navbar navbar-default navbar-fixed-top bright" role="navigation">
|
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-menu">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<i class="fa fa-bars"></i>
|
|
|
|
</button>
|
|
|
|
<a class="logo" href="http://www.blender.org"></a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<nav class="collapse navbar-collapse" id="navbar-collapse-menu">
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li><a href="http://www.blender.org/features/">Features</a></li>
|
|
|
|
<li><a href="http://www.blender.org/download/">Download</a></li>
|
|
|
|
<li><a href="http://www.blender.org/support/">Support</a></li>
|
|
|
|
<li><a href="http://www.blender.org/get-involved/">Get Involved</a></li>
|
|
|
|
<li><a href="http://www.blender.org/about/">About</a></li>
|
|
|
|
<li><a href="http://www.blender3d.org/e-shop/">Store</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="container-main">
|
|
|
|
<div class="container-fluid featured featured-xs">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<div class="container">
|
|
|
|
<h1>Blender Builder</h1>
|
|
|
|
</div>
|
2015-06-14 20:23:25 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-14 21:57:08 +02:00
|
|
|
|
|
|
|
<header class="navbar navbar-default navbar-secondlevel navbar-static-top" role="navigation">
|
|
|
|
<div class="container relative">
|
|
|
|
<ul class="nav navbar-nav navbar-left">
|
|
|
|
{% set title = request.path.split("/")[1] %}
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'download' %}active{% endif %}"><a href="{{ path_to_root }}download">Download</a></li>
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'waterfall' %}active{% endif %}"><a href="{{ path_to_root }}waterfall">Waterfall</a></li>
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'grid' %}active{% endif %}"><a href="{{ path_to_root }}grid">Grid</a></li>
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'tgrid' %}active{% endif %}"><a href="{{ path_to_root }}tgrid">T-Grid</a></li>
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'builders' %}active{% endif %}"><a href="{{ path_to_root }}builders">Builders</a></li>
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'one_line_per_build' %}active{% endif %}"><a href="{{ path_to_root }}one_line_per_build">Recent Builds</a></li>
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'buildslaves' %}active{% endif %}"><a href="{{ path_to_root }}buildslaves">Buildslaves</a></li>
|
|
|
|
<li class="menu-item menu-item-type-post_type menu-item-object-page {% if title == 'about' %}active{% endif %}"><a href="{{ path_to_root }}about">About</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</header> <!-- // second level-->
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{%- block barecontent -%}
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
|
|
|
{%- block content -%}
|
|
|
|
{%- endblock -%}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> <!-- /container -->
|
|
|
|
{%- endblock -%}
|
|
|
|
</div> <!-- /container-main -->
|
|
|
|
|
|
|
|
{%- block footer -%}
|
|
|
|
<div id="footer-navigation"> <!-- Sitemap -->
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-3 col-xs-6 margin-top-1">
|
|
|
|
<h4>Blender</h4>
|
|
|
|
<ul>
|
|
|
|
<a href="http://www.blender.org/download/" title="Download Blender">
|
|
|
|
<li>Download</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/download/" title="Source Code">
|
|
|
|
<li>Source Code</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/features/" title="Blender Features">
|
|
|
|
<li>Features</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://wiki.blender.org/index.php/Doc:2.6/Manual" title="Blender Documentation">
|
|
|
|
<li>Documentation</li>
|
|
|
|
</a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-3 col-xs-6 margin-top-1">
|
|
|
|
<h4>Organization</h4>
|
|
|
|
<ul>
|
|
|
|
<a href="http://www.blender.org/foundation/" title="Blender Foundation">
|
|
|
|
<li>Foundation</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/institute/" title="Blender Institute">
|
|
|
|
<li>Institute</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/get-involved/developers/" title="Developers">
|
|
|
|
<li>Developers</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blendernetwork.org"
|
|
|
|
title="The Network of Blender Professionals">
|
|
|
|
<li><i class="bf-network"></i> Blender Network</li>
|
|
|
|
</a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-3 col-xs-6 margin-top-1">
|
|
|
|
<h4>Get Involved</h4>
|
|
|
|
<ul>
|
|
|
|
<a href="http://www.blender.org/foundation/donation-payment/" title="Donations">
|
|
|
|
<li>Donations</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/get-involved/developers/" title="Software">
|
|
|
|
<li>Software</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/get-involved/" title="Websites and Docs">
|
|
|
|
<li>Websites & Docs</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/conference/" title="Conferences">
|
|
|
|
<li>Conferences</li>
|
|
|
|
</a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-3 col-xs-12 margin-top-1">
|
|
|
|
<h4>Blender.org</h4>
|
|
|
|
<ul>
|
|
|
|
<a href="http://www.blender.org/news/" title="News">
|
|
|
|
<li>News</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/foundation/" title="Contact">
|
|
|
|
<li>Contact</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/about/logo/" title="Trademark and Logo">
|
|
|
|
<li>Trademark & Logo</li>
|
|
|
|
</a>
|
|
|
|
<a href="http://www.blender.org/about/website/" title="Website License">
|
|
|
|
<li>Website License</li>
|
|
|
|
</a>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div> <!-- footer row -->
|
|
|
|
</div> <!-- footer container -->
|
|
|
|
</div> <!-- footer-navigation -->
|
|
|
|
<footer>
|
|
|
|
<div class="container">
|
|
|
|
<span class="pull-left">
|
|
|
|
<a href="http://buildbot.net/">BuildBot</a> ({{version}}) - Page built: {{ time }} ({{ tz }})
|
|
|
|
{% if project_name -%}
|
|
|
|
working for the
|
|
|
|
{%- if project_url -%}
|
|
|
|
<a href="{{ project_url }}">{{ project_name }}</a>
|
|
|
|
{%- else -%}
|
|
|
|
{{ project_name }}
|
|
|
|
{%- endif -%}
|
|
|
|
project.
|
|
|
|
{%- endif -%}
|
|
|
|
</span>
|
|
|
|
<span class="pull-right">
|
|
|
|
<p>Blender.org
|
|
|
|
<a href="#hop"><i class="fa fa-angle-up"></i>
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</span>
|
|
|
|
</div> <!-- /footer-container -->
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
{% endblock -%}
|
|
|
|
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', 'UA-1418081-1', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</body>
|
2015-06-14 20:23:25 +02:00
|
|
|
</html>
|