Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102271815
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
Tue, Feb 18, 23:37
Size
884 B
Mime Type
text/html
Expires
Thu, Feb 20, 23:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24321211
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