Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93432350
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
Thu, Nov 28, 17:29
Size
884 B
Mime Type
text/html
Expires
Sat, Nov 30, 17:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22636149
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