mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 12:28:04 -05:00
20 lines
821 B
HTML
20 lines
821 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block rootrellink %}
|
|
<li><a href="{{ pathto('index') }}">Home</a>| </li>
|
|
<li><a href="{{ pathto('coolprop/examples/examples') }}">Examples</a>| </li>
|
|
<li><a href="{{ pathto('coolprop/citation') }}">Citation</a>| </li>
|
|
<li><a href="{{ pathto('_static/doxygen/html/index') }}">Code</a>| </li>
|
|
<li><a href="{{ pathto('coolprop/wrappers/wrappers') }}">Downloads</a></li>
|
|
{% endblock %}
|
|
|
|
{% block extrahead %}
|
|
{{ super() }}
|
|
<link rel="stylesheet" type="text/css" href="css/main.css?v=2">
|
|
{% if pagename == 'online/index_full' %}
|
|
<link rel="stylesheet" type="text/css" href="css/cupertino/jquery-ui-1.9.2.custom.css">
|
|
<script language="javascript" type="text/javascript" src="lib/LAB.js"></script>
|
|
{% endif %}
|
|
{% endblock %}
|
|
|