Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92918655
docs.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 24, 19:44
Size
884 B
Mime Type
text/html
Expires
Tue, Nov 26, 19:44 (2 d)
Engine
blob
Format
Raw Data
Handle
22538214
Attached To
rCOSTCALC Cost Calculator Source code
docs.html
View Options
<!doctype html>
<html
lang=
"en"
>
<head>
{% include header.html %}
</head>
<body>
{% include skippy.html %}
{% include docs-navbar.html %}
<div
class=
"container-fluid"
>
<div
class=
"row flex-xl-nowrap"
>
<div
class=
"col-12 col-md-3 col-xl-2 bd-sidebar"
>
{% include docs-sidebar.html %}
</div>
{% if page.toc %}
<div
class=
"d-none d-xl-block col-xl-2 bd-toc"
>
{{ content | toc_only }}
</div>
{% endif %}
<main
class=
"col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content"
role=
"main"
>
<h1
class=
"bd-title"
id=
"content"
>
{{ page.title | smartify }}
</h1>
<p
class=
"bd-lead"
>
{{ page.description | smartify }}
</p>
{% include ads.html %}
{{ content }}
</main>
</div>
</div>
{% include scripts.html %}
</body>
</html>
Event Timeline
Log In to Comment