Files
CoolProp/Web/_templates/layout.html
Ian Bell 3e92097d04 link to php
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-28 17:06:35 +02:00

13 lines
607 B
HTML

{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Home</a>|&nbsp;</li>
<li><a href="{{ pathto('search') }}">Search</a>|&nbsp;</li>
<li><a href="{{ pathto('coolprop/examples/examples') }}">Examples</a>|&nbsp;</li>
<li><a href="{{ pathto('coolprop/citation') }}">Citation</a>|&nbsp;</li>
<li><a href="{{ pathto('_static/doxygen/html/index') }}">Code</a>|&nbsp;</li>
<li><a href="{{ pathto('coolprop/wrappers/wrappers') }}">Downloads</a></li>
<li><a href="{{ pathto('phpinfo.php') }}">PHP</a></li>
{% endblock %}