path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
pages/documentation.html | dalekjs/dalekjs.com | {{> "assets/header.html"}}
<!--
Content wrapper
--><div class="wrapper grid__item one-whole" data-templatevars='{
"docs": true
}'><!--
Sidebar nav
--><div class="grid__item one-quarter sidenav" id="sidenav"><!--
--><ul><!--
--><li class="active nav-actions"><a href="#actions">Actions</a></li><!--
--><li class="nav-assertions"><a href="#assertions">Assertions</a></li><!--
--><li class="nav-browsers"><a href="#browsers">Browsers</a></li><!--
--><li class="nav-reports"><a href="#reports">Reports</a></li><!--
--><li class="nav-drivers"><a href="#drivers">Drivers</a></li><!--
--><li class="nav-cli"><a href="#cli">CLI</a></li><!--
--><li class="nav-grunt"><a href="#grunt">Grunt</a></li><!--
--><li class="nav-yeoman"><a href="#yeoman">Yeoman</a></li><!--
--><li class="nav-config"><a href="#config">Config</a></li><!--
--><li class="nav-extending"><a href="#extending">Extending</a></li><!--
--><li class="nav-debugging"><a href="#debugging">Debugging</a></li><!--
--></ul><!--
--></div><!--
Content
--><div class="grid__item three-quarters" id="content"><!--
Page title
--><div class="grid__item one-whole" id="scroller"><!--
--><h1>Documentation</h1><!--
Actions
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="actions"></a><!--
--><h2>Actions</h2><!--
--><p class="description">
Actions are a way to control your browsers by simulating user input such as mouse clicks and filling out input fields.
</p><!--
--><a href="../docs/actions.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-internal-actions" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-internal-actions/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/UAMDt8vU/dalek-internal-actions" class="doc-link">Trello</a><!--
--></div><!--
Assertions
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="assertions"></a><!--
--><h2>Assertions</h2><!--
--><p class="description">
Assertions check if the assumptions you made about a website are correct.
They might check if the title of a page is as expected,
or an element has a given text,
if your mobile website version only displays a certain amount of elements
and many more …
</p><!--
--><a href="../docs/assertions.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-internal-assertions" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-internal-assertions/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/Xydy4ucE/dalek-internal-assertions" class="doc-link">Trello</a><!--
--></div><!--
Browsers
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="browsers"></a><!--
--><h2>Browsers</h2><!--
--><h3>PhantomJS</h3><!--
--><p class="description heavy-indent">
<a href="http://phantomjs.org" target="_blank">Phantom JS</a> is a <a href="http://blog.arhg.net/2009/10/what-is-headless-browser.html" target="_blank">headless</a> web browser. It is installed with Dalek and set as the default browser to test in.
</p><!--
--><a href="../docs/phantomjs.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-phantomjs" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-phantomjs/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/UjcpWj7v/dalek-browser-phantomjs" class="doc-link">Trello</a><!--
--><h3>Chrome</h3><!--
--><p class="description heavy-indent">
Any version of Google Chrome, Chromium or Chrome Canary can be used with DalekJS. By default, Dalek will try to use your standard Chrome installation to run your tests.
</p><!--
--><a href="../docs/chrome.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-chrome" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-chrome/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/xhw6Jv7A/dalek-browser-chrome" class="doc-link">Trello</a><!--
--><h3>Internet Explorer</h3><!--
--><p class="description heavy-indent">
Any version of Internet Explorer >= 6 can be used with DalekJS.
</p><!--
--><a href="../docs/internetexplorer.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-ie" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-ie/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/JmwfjVHo/dalek-browser-ie" class="doc-link">Trello</a><!--
--><h3>Firefox</h3><!--
--><p class="description heavy-indent">
Any version of Mozilla Firefox >= 24 can be used with DalekJS as well as the Firefox OS emulator & Nightly/Aurora builds.</p><!--
--><a href="../docs/firefox.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-firefox" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-firefox/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/DAdivSdx/dalek-browser-firefox" class="doc-link">Trello</a><!--
--><h3>Mobile Safari</h3><!--
--><p class="description heavy-indent">
Mobile Safari on iOS Emulator</p><!--
--><a href="../docs/ios.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-ios" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-browser-ios/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/DAdivSdx/dalek-browser-ios" class="doc-link">Trello</a><!--
--><h3>Other</h3><!--
--><p class="description heavy-indent">
Other browsers will follow soon. If you would like to help, please get in touch with me.
I have plans to get Desktop Opera, Chrome on Android & the Blackberry Browser running. For the other ones, I currently have no idea how to get them up & running.
</p><!--
--></div><!--
Reports
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="reports"></a><!--
--><h2>Reports</h2><!--
--><h3>Console</h3><!--
--><p class="description heavy-indent">
Daleks basic reporter, all the lovely colors & symbols you see when running Dalek.</p><!--
--><a href="../docs/console.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-console" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-console/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/luoOUHVq/dalek-reporter-console" class="doc-link">Trello</a><!--
--><h3>HTML</h3><!--
--><p class="description heavy-indent">
This reporter makes beautiful (more or less) HTML reports. Basically everything you see in your console, when testing your HTML, packaged up as HTML. Yep, this kind of an inception-ish thingy.
</p><!--
--><a href="../docs/html.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-html" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-html/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/OU9sxdtw/dalek-reporter-html" class="doc-link">Trello</a><!--
--><h3>jUnit XML</h3><!--
--><p class="description heavy-indent">
All you weirdo JAVArinos, Jenkins CI lovers & all you poor people who work in the so called "Enterprise", here is your reporter. It does what its name promises, writing super verbose test reports in a jUnit XML compatible file.
</p><!--
--><a href="../docs/junit.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-junit" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-junit/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/dKvjVE0x/dalek-reporter-junit" class="doc-link">Trello</a><!--
--><h3>JSON</h3><!--
--><p class="description heavy-indent">
To make parsing of Daleks test results for other tools easier, there is a JSON reporter available. The Reporter can output the test results to a file in form of the Dalek JSON test protocol.
</p><!--
--><a href="../docs/json.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-json" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-reporter-json/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/wpindMWl/dalek-reporter-json" class="doc-link">Trello</a><!--
--></div><!--
Driver
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="drivers"></a><!--
--><h2>Drivers</h2><!--
--><h3>Webdriver</h3><!--
--><p class="description heavy-indent">
DalekJS loves standards, so the basic driver that ships with Dalek is based on the Webdriver standard (you can find the specification <a href="http://www.w3.org/TR/webdriver/" target="_blank">here</a>). That means, when using this driver, Dalek is able to communicate with every endpoint that implements the <a href="https://code.google.com/p/selenium/wiki/JsonWireProtocol" target="_blank">JSON-Wire protocol</a>. Hurrah!
</p><!--
--><!--a href="../docs/actions.html" class="doc-link">Docs</a--><!--
--><a href="https://github.com/dalekjs/dalek-internal-webdriver" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-internal-webdriver/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/DvMQWBMg/dalek-internal-webdriver" class="doc-link">Trello</a><!--
--><h3>Selenium</h3><!--
--><p class="description"><strong style="color: red; font-Family: 'Londrina solid'; font-size: 24px">TBA.</strong></p><!--
--><h3>Sauce</h3><!--
--><p class="description heavy-indent">
DalekJS loves <a href="https://saucelabs.com" target="_blank">Sauce Labs</a>. With this optional driver
installed, you are able to run your tests within the sauce cloud!
</p><!--
--><a href="../docs/sauce.html" class="doc-link">Docs</a--><!--
--><a href="https://github.com/dalekjs/dalek-driver-sauce" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-driver-sauce/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/DvMQWBMg/dalek-driver-sauce" class="doc-link">Trello</a><!--
--></div><!--
Command Line Interface
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="cli"></a><!--
--><h2>Command Line Interface</h2><!--
--><p class="description">
The command line interface is your interface to the world of DalekJS. Currently, this is the way to run your tests. There might be a web interface later, for now stick to the CLI. It isn't difficult & I know you can do it!
</p><!--
--><a href="../docs/cli.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/dalek-cli" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-cli/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/QhNY6vGU/dalek-cli" class="doc-link">Trello</a><!--
--></div><!--
Grunt
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="grunt"></a><!--
--><h2>Grunt integration</h2><!--
--><p class="description">
If you are as addicted to build & test your stuff with the help of Grunt as I am, well, then I hope that it makes you as happy as me that there is a grunt task for DalekJS already available.
</p><!--
--><a href="../docs/grunt.html" class="doc-link">Docs</a><!--
--><a href="https://github.com/dalekjs/grunt-dalek" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/grunt-dalek/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/990zkp2s/grunt-dalekjs" class="doc-link">Trello</a><!--
--></div><!--
Yeoman
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="yeoman"></a><!--
--><h2>Yeoman integration</h2><!--
--><p class="description"><strong style="color: red; font-Family: 'Londrina solid'; font-size: 24px">TBA.</strong></p><!--
--><!--p class="description">
Yo Yeoman folks, I know you hate repetitive tasks as much as I do, so here is your yeoman generator. It basically does everything for you, well, except testing your application …
</p--><!--
--><!--a href="../docs/yeoman.html" class="doc-link">Docs</a--><!--
--><!--a href="https://github.com/dalekjs/generator-dalekjs" class="doc-link">Source</a--><!--
--><!--a href="https://github.com/dalekjs/generator-dalekjs/issues" class="doc-link">Issues</a--><!--
--><!--a href="https://trello.com/b/lzbTqOvZ/generator-dalekjs" class="doc-link">Trello</a--><!--
--></div><!--
Configuring DalekJS
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="config"></a><!--
--><h2>Configuration</h2><!--
--><p class="description">
Dalek comes with some sane defaults, but sometimes, it needs to be tweaked to suit your needs.
</p><!--
--><!--a href="../docs/config.html" class="doc-link">Docs</a--><!--
--><a href="https://github.com/dalekjs/dalek-internal-config" class="doc-link">Source</a><!--
--><a href="https://github.com/dalekjs/dalek-internal-config/issues" class="doc-link">Issues</a><!--
--><a href="https://trello.com/b/TdYnOoKW/dalek-internal-config" class="doc-link">Trello</a><!--
--></div><!--
Extending DalekJS
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="extending"></a><!--
--><h2>Extending DalekJS</h2><!--
--><p class="description"><strong style="color: red; font-Family: 'Londrina solid'; font-size: 24px">TBA.</strong></p><!--
--></div><!--
Debugging
--><div class="grid__item one-whole"><!--
--><a class="nav-helper" data-name="debugging"></a><!--
--><h2>Debugging</h2><!--
--><p class="description"><strong style="color: red; font-Family: 'Londrina solid'; font-size: 24px">TBA.</strong></p><!--
--></div><!--
--></div><!--
--></div><!--
--></div><!--
--></div><!--
Footer
-->{{> "assets/footer.html"}}
|
public/fonts/fontello.html | rychken/rocket.chat-slim | <!DOCTYPE html>
<html>
<head><!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta charset="UTF-8"><style>/*
* Bootstrap v2.2.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
background-color: #fff;
}
a {
color: #08c;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 940px;
}
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}
small {
font-size: 85%;
}
h1 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small {
font-weight: normal;
line-height: 1;
color: #999;
}
h1 {
line-height: 40px;
}
h1 {
font-size: 38.5px;
}
h1 small {
font-size: 24.5px;
}
body {
margin-top: 90px;
}
.header {
position: fixed;
top: 0;
left: 50%;
margin-left: -480px;
background-color: #fff;
border-bottom: 1px solid #ddd;
padding-top: 10px;
z-index: 10;
}
.footer {
color: #ddd;
font-size: 12px;
text-align: center;
margin-top: 20px;
}
.footer a {
color: #ccc;
text-decoration: underline;
}
.the-icons {
font-size: 14px;
line-height: 24px;
}
.switch {
position: absolute;
right: 0;
bottom: 10px;
color: #666;
}
.switch input {
margin-right: 0.3em;
}
.codesOn .i-name {
display: none;
}
.codesOn .i-code {
display: inline;
}
.i-code {
display: none;
}
@font-face {
font-family: 'fontello';
src: url('./fontello.eot?87518418');
src: url('./fontello.eot?87518418#iefix') format('embedded-opentype'),
url('./fontello.woff?87518418') format('woff'),
url('./fontello.ttf?87518418') format('truetype');
font-weight: normal;
font-style: normal;
}
.rtl .demo-icon {
direction: rtl;
}
.demo-icon
{
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* You can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
</style>
<link rel="stylesheet" href="css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/fontello-ie7.css"><![endif]-->
<script>
function toggleCodes(on) {
var obj = document.getElementById('icons');
if (on) {
obj.className += ' codesOn';
} else {
obj.className = obj.className.replace(' codesOn', '');
}
}
function toggleRTL(check) {
if (check.checked) {
document.getElementById('icons').classList.add('rtl');
} else {
document.getElementById('icons').classList.remove('rtl');
}
}
</script>
</head>
<body>
<div class="container header">
<h1>
fontello
<small>font demo</small>
</h1>
<div class="switch">
<label>
<input type="checkbox" onclick="toggleCodes(this.checked)">show codes
</label>
<label>
<input type="checkbox" onclick="toggleRTL(this)">RTL
</label>
</div>
</div>
<div id="icons" class="container">
<div class="row">
<div title="Code: 0x21" class="the-icons span3"><i class="demo-icon icon-parking">!</i> <span class="i-name">icon-parking</span><span class="i-code">0x21</span></div>
<div title="Code: 0x22" class="the-icons span3"><i class="demo-icon icon-bedroom">"</i> <span class="i-name">icon-bedroom</span><span class="i-code">0x22</span></div>
<div title="Code: 0x23" class="the-icons span3"><i class="demo-icon icon-elevator">#</i> <span class="i-name">icon-elevator</span><span class="i-code">0x23</span></div>
<div title="Code: 0x24" class="the-icons span3"><i class="demo-icon icon-kettle">$</i> <span class="i-name">icon-kettle</span><span class="i-code">0x24</span></div>
</div>
<div class="row">
<div title="Code: 0x25" class="the-icons span3"><i class="demo-icon icon-pan">%</i> <span class="i-name">icon-pan</span><span class="i-code">0x25</span></div>
<div title="Code: 0x26" class="the-icons span3"><i class="demo-icon icon-tap">&</i> <span class="i-name">icon-tap</span><span class="i-code">0x26</span></div>
<div title="Code: 0x27" class="the-icons span3"><i class="demo-icon icon-foxter">'</i> <span class="i-name">icon-foxter</span><span class="i-code">0x27</span></div>
<div title="Code: 0x28" class="the-icons span3"><i class="demo-icon icon-left-circled2">(</i> <span class="i-name">icon-left-circled2</span><span class="i-code">0x28</span></div>
</div>
<div class="row">
<div title="Code: 0x29" class="the-icons span3"><i class="demo-icon icon-right-circled2">)</i> <span class="i-name">icon-right-circled2</span><span class="i-code">0x29</span></div>
<div title="Code: 0x2a" class="the-icons span3"><i class="demo-icon icon-football">*</i> <span class="i-name">icon-football</span><span class="i-code">0x2a</span></div>
<div title="Code: 0x2b" class="the-icons span3"><i class="demo-icon icon-tennis">+</i> <span class="i-name">icon-tennis</span><span class="i-code">0x2b</span></div>
<div title="Code: 0x2c" class="the-icons span3"><i class="demo-icon icon-chrome">,</i> <span class="i-name">icon-chrome</span><span class="i-code">0x2c</span></div>
</div>
<div class="row">
<div title="Code: 0x2d" class="the-icons span3"><i class="demo-icon icon-opera">-</i> <span class="i-name">icon-opera</span><span class="i-code">0x2d</span></div>
<div title="Code: 0x2e" class="the-icons span3"><i class="demo-icon icon-crown">.</i> <span class="i-name">icon-crown</span><span class="i-code">0x2e</span></div>
<div title="Code: 0x2f" class="the-icons span3"><i class="demo-icon icon-ie">/</i> <span class="i-name">icon-ie</span><span class="i-code">0x2f</span></div>
<div title="Code: 0x30" class="the-icons span3"><i class="demo-icon icon-glass">0</i> <span class="i-name">icon-glass</span><span class="i-code">0x30</span></div>
</div>
<div class="row">
<div title="Code: 0x31" class="the-icons span3"><i class="demo-icon icon-music">1</i> <span class="i-name">icon-music</span><span class="i-code">0x31</span></div>
<div title="Code: 0x32" class="the-icons span3"><i class="demo-icon icon-search">2</i> <span class="i-name">icon-search</span><span class="i-code">0x32</span></div>
<div title="Code: 0x33" class="the-icons span3"><i class="demo-icon icon-360">3</i> <span class="i-name">icon-360</span><span class="i-code">0x33</span></div>
<div title="Code: 0x34" class="the-icons span3"><i class="demo-icon icon-mail">4</i> <span class="i-name">icon-mail</span><span class="i-code">0x34</span></div>
</div>
<div class="row">
<div title="Code: 0x35" class="the-icons span3"><i class="demo-icon icon-mail-alt">5</i> <span class="i-name">icon-mail-alt</span><span class="i-code">0x35</span></div>
<div title="Code: 0x36" class="the-icons span3"><i class="demo-icon icon-heart">6</i> <span class="i-name">icon-heart</span><span class="i-code">0x36</span></div>
<div title="Code: 0x37" class="the-icons span3"><i class="demo-icon icon-heart-empty">7</i> <span class="i-name">icon-heart-empty</span><span class="i-code">0x37</span></div>
<div title="Code: 0x38" class="the-icons span3"><i class="demo-icon icon-camera-tour">8</i> <span class="i-name">icon-camera-tour</span><span class="i-code">0x38</span></div>
</div>
<div class="row">
<div title="Code: 0x39" class="the-icons span3"><i class="demo-icon icon-hubot">9</i> <span class="i-name">icon-hubot</span><span class="i-code">0x39</span></div>
<div title="Code: 0x3a" class="the-icons span3"><i class="demo-icon icon-squirrel">:</i> <span class="i-name">icon-squirrel</span><span class="i-code">0x3a</span></div>
<div title="Code: 0x3b" class="the-icons span3"><i class="demo-icon icon-clippy">;</i> <span class="i-name">icon-clippy</span><span class="i-code">0x3b</span></div>
<div title="Code: 0x3c" class="the-icons span3"><i class="demo-icon icon-left-dir"><</i> <span class="i-name">icon-left-dir</span><span class="i-code">0x3c</span></div>
</div>
<div class="row">
<div title="Code: 0x3e" class="the-icons span3"><i class="demo-icon icon-right-dir">></i> <span class="i-name">icon-right-dir</span><span class="i-code">0x3e</span></div>
<div title="Code: 0x3f" class="the-icons span3"><i class="demo-icon icon-star-half">?</i> <span class="i-name">icon-star-half</span><span class="i-code">0x3f</span></div>
<div title="Code: 0x40" class="the-icons span3"><i class="demo-icon icon-star-half-alt">@</i> <span class="i-name">icon-star-half-alt</span><span class="i-code">0x40</span></div>
<div title="Code: 0x41" class="the-icons span3"><i class="demo-icon icon-marquee">A</i> <span class="i-name">icon-marquee</span><span class="i-code">0x41</span></div>
</div>
<div class="row">
<div title="Code: 0x42" class="the-icons span3"><i class="demo-icon icon-user">B</i> <span class="i-name">icon-user</span><span class="i-code">0x42</span></div>
<div title="Code: 0x43" class="the-icons span3"><i class="demo-icon icon-users">C</i> <span class="i-name">icon-users</span><span class="i-code">0x43</span></div>
<div title="Code: 0x44" class="the-icons span3"><i class="demo-icon icon-shower">D</i> <span class="i-name">icon-shower</span><span class="i-code">0x44</span></div>
<div title="Code: 0x45" class="the-icons span3"><i class="demo-icon icon-male">E</i> <span class="i-name">icon-male</span><span class="i-code">0x45</span></div>
</div>
<div class="row">
<div title="Code: 0x46" class="the-icons span3"><i class="demo-icon icon-female">F</i> <span class="i-name">icon-female</span><span class="i-code">0x46</span></div>
<div title="Code: 0x47" class="the-icons span3"><i class="demo-icon icon-video">G</i> <span class="i-name">icon-video</span><span class="i-code">0x47</span></div>
<div title="Code: 0x48" class="the-icons span3"><i class="demo-icon icon-videocam">H</i> <span class="i-name">icon-videocam</span><span class="i-code">0x48</span></div>
<div title="Code: 0x49" class="the-icons span3"><i class="demo-icon icon-picture">I</i> <span class="i-name">icon-picture</span><span class="i-code">0x49</span></div>
</div>
<div class="row">
<div title="Code: 0x4a" class="the-icons span3"><i class="demo-icon icon-camera">J</i> <span class="i-name">icon-camera</span><span class="i-code">0x4a</span></div>
<div title="Code: 0x4b" class="the-icons span3"><i class="demo-icon icon-th-large">K</i> <span class="i-name">icon-th-large</span><span class="i-code">0x4b</span></div>
<div title="Code: 0x4c" class="the-icons span3"><i class="demo-icon icon-th">L</i> <span class="i-name">icon-th</span><span class="i-code">0x4c</span></div>
<div title="Code: 0x4d" class="the-icons span3"><i class="demo-icon icon-th-list">M</i> <span class="i-name">icon-th-list</span><span class="i-code">0x4d</span></div>
</div>
<div class="row">
<div title="Code: 0x4e" class="the-icons span3"><i class="demo-icon icon-child">N</i> <span class="i-name">icon-child</span><span class="i-code">0x4e</span></div>
<div title="Code: 0x4f" class="the-icons span3"><i class="demo-icon icon-ok">O</i> <span class="i-name">icon-ok</span><span class="i-code">0x4f</span></div>
<div title="Code: 0x50" class="the-icons span3"><i class="demo-icon icon-ok-circled">P</i> <span class="i-name">icon-ok-circled</span><span class="i-code">0x50</span></div>
<div title="Code: 0x51" class="the-icons span3"><i class="demo-icon icon-ok-squared">Q</i> <span class="i-name">icon-ok-squared</span><span class="i-code">0x51</span></div>
</div>
<div class="row">
<div title="Code: 0x52" class="the-icons span3"><i class="demo-icon icon-cancel">R</i> <span class="i-name">icon-cancel</span><span class="i-code">0x52</span></div>
<div title="Code: 0x53" class="the-icons span3"><i class="demo-icon icon-plus">S</i> <span class="i-name">icon-plus</span><span class="i-code">0x53</span></div>
<div title="Code: 0x54" class="the-icons span3"><i class="demo-icon icon-plus-circled">T</i> <span class="i-name">icon-plus-circled</span><span class="i-code">0x54</span></div>
<div title="Code: 0x55" class="the-icons span3"><i class="demo-icon icon-plus-squared">U</i> <span class="i-name">icon-plus-squared</span><span class="i-code">0x55</span></div>
</div>
<div class="row">
<div title="Code: 0x56" class="the-icons span3"><i class="demo-icon icon-plus-squared-alt">V</i> <span class="i-name">icon-plus-squared-alt</span><span class="i-code">0x56</span></div>
<div title="Code: 0x57" class="the-icons span3"><i class="demo-icon icon-minus">W</i> <span class="i-name">icon-minus</span><span class="i-code">0x57</span></div>
<div title="Code: 0x58" class="the-icons span3"><i class="demo-icon icon-minus-circled">X</i> <span class="i-name">icon-minus-circled</span><span class="i-code">0x58</span></div>
<div title="Code: 0x59" class="the-icons span3"><i class="demo-icon icon-minus-squared">Y</i> <span class="i-name">icon-minus-squared</span><span class="i-code">0x59</span></div>
</div>
<div class="row">
<div title="Code: 0x5a" class="the-icons span3"><i class="demo-icon icon-minus-squared-alt">Z</i> <span class="i-name">icon-minus-squared-alt</span><span class="i-code">0x5a</span></div>
<div title="Code: 0x5b" class="the-icons span3"><i class="demo-icon icon-left-open">[</i> <span class="i-name">icon-left-open</span><span class="i-code">0x5b</span></div>
<div title="Code: 0x5c" class="the-icons span3"><i class="demo-icon icon-help-circled">\</i> <span class="i-name">icon-help-circled</span><span class="i-code">0x5c</span></div>
<div title="Code: 0x5d" class="the-icons span3"><i class="demo-icon icon-right-open">]</i> <span class="i-name">icon-right-open</span><span class="i-code">0x5d</span></div>
</div>
<div class="row">
<div title="Code: 0x5e" class="the-icons span3"><i class="demo-icon icon-info">^</i> <span class="i-name">icon-info</span><span class="i-code">0x5e</span></div>
<div title="Code: 0x5f" class="the-icons span3"><i class="demo-icon icon-home">_</i> <span class="i-name">icon-home</span><span class="i-code">0x5f</span></div>
<div title="Code: 0x60" class="the-icons span3"><i class="demo-icon icon-link">`</i> <span class="i-name">icon-link</span><span class="i-code">0x60</span></div>
<div title="Code: 0x61" class="the-icons span3"><i class="demo-icon icon-unlink">a</i> <span class="i-name">icon-unlink</span><span class="i-code">0x61</span></div>
</div>
<div class="row">
<div title="Code: 0x62" class="the-icons span3"><i class="demo-icon icon-link-ext">b</i> <span class="i-name">icon-link-ext</span><span class="i-code">0x62</span></div>
<div title="Code: 0x63" class="the-icons span3"><i class="demo-icon icon-link-ext-alt">c</i> <span class="i-name">icon-link-ext-alt</span><span class="i-code">0x63</span></div>
<div title="Code: 0x65" class="the-icons span3"><i class="demo-icon icon-lock">e</i> <span class="i-name">icon-lock</span><span class="i-code">0x65</span></div>
<div title="Code: 0x66" class="the-icons span3"><i class="demo-icon icon-lock-open">f</i> <span class="i-name">icon-lock-open</span><span class="i-code">0x66</span></div>
</div>
<div class="row">
<div title="Code: 0x67" class="the-icons span3"><i class="demo-icon icon-cancel-circled">g</i> <span class="i-name">icon-cancel-circled</span><span class="i-code">0x67</span></div>
<div title="Code: 0x68" class="the-icons span3"><i class="demo-icon icon-lock-open-alt">h</i> <span class="i-name">icon-lock-open-alt</span><span class="i-code">0x68</span></div>
<div title="Code: 0x69" class="the-icons span3"><i class="demo-icon icon-meteor">i</i> <span class="i-name">icon-meteor</span><span class="i-code">0x69</span></div>
<div title="Code: 0x6a" class="the-icons span3"><i class="demo-icon icon-pin">j</i> <span class="i-name">icon-pin</span><span class="i-code">0x6a</span></div>
</div>
<div class="row">
<div title="Code: 0x6b" class="the-icons span3"><i class="demo-icon icon-eye">k</i> <span class="i-name">icon-eye</span><span class="i-code">0x6b</span></div>
<div title="Code: 0x6c" class="the-icons span3"><i class="demo-icon icon-eye-off">l</i> <span class="i-name">icon-eye-off</span><span class="i-code">0x6c</span></div>
<div title="Code: 0x6d" class="the-icons span3"><i class="demo-icon icon-gitlab">m</i> <span class="i-name">icon-gitlab</span><span class="i-code">0x6d</span></div>
<div title="Code: 0x6e" class="the-icons span3"><i class="demo-icon icon-sequoia">n</i> <span class="i-name">icon-sequoia</span><span class="i-code">0x6e</span></div>
</div>
<div class="row">
<div title="Code: 0x6f" class="the-icons span3"><i class="demo-icon icon-repo">o</i> <span class="i-name">icon-repo</span><span class="i-code">0x6f</span></div>
<div title="Code: 0x70" class="the-icons span3"><i class="demo-icon icon-tag">p</i> <span class="i-name">icon-tag</span><span class="i-code">0x70</span></div>
<div title="Code: 0x71" class="the-icons span3"><i class="demo-icon icon-spin animate-spin">q</i> <span class="i-name">icon-spin</span><span class="i-code">0x71</span></div>
<div title="Code: 0x72" class="the-icons span3"><i class="demo-icon icon-firefox">r</i> <span class="i-name">icon-firefox</span><span class="i-code">0x72</span></div>
</div>
<div class="row">
<div title="Code: 0x73" class="the-icons span3"><i class="demo-icon icon-tags">s</i> <span class="i-name">icon-tags</span><span class="i-code">0x73</span></div>
<div title="Code: 0x74" class="the-icons span3"><i class="demo-icon icon-bookmark">t</i> <span class="i-name">icon-bookmark</span><span class="i-code">0x74</span></div>
<div title="Code: 0x75" class="the-icons span3"><i class="demo-icon icon-bookmark-empty">u</i> <span class="i-name">icon-bookmark-empty</span><span class="i-code">0x75</span></div>
<div title="Code: 0x76" class="the-icons span3"><i class="demo-icon icon-flag">v</i> <span class="i-name">icon-flag</span><span class="i-code">0x76</span></div>
</div>
<div class="row">
<div title="Code: 0x77" class="the-icons span3"><i class="demo-icon icon-flag-empty">w</i> <span class="i-name">icon-flag-empty</span><span class="i-code">0x77</span></div>
<div title="Code: 0x78" class="the-icons span3"><i class="demo-icon icon-flag-checkered">x</i> <span class="i-name">icon-flag-checkered</span><span class="i-code">0x78</span></div>
<div title="Code: 0x79" class="the-icons span3"><i class="demo-icon icon-thumbs-up">y</i> <span class="i-name">icon-thumbs-up</span><span class="i-code">0x79</span></div>
<div title="Code: 0x7a" class="the-icons span3"><i class="demo-icon icon-thumbs-down">z</i> <span class="i-name">icon-thumbs-down</span><span class="i-code">0x7a</span></div>
</div>
<div class="row">
<div title="Code: 0x7b" class="the-icons span3"><i class="demo-icon icon-angle-left">{</i> <span class="i-name">icon-angle-left</span><span class="i-code">0x7b</span></div>
<div title="Code: 0x7c" class="the-icons span3"><i class="demo-icon icon-checklist">|</i> <span class="i-name">icon-checklist</span><span class="i-code">0x7c</span></div>
<div title="Code: 0x7d" class="the-icons span3"><i class="demo-icon icon-angle-right">}</i> <span class="i-name">icon-angle-right</span><span class="i-code">0x7d</span></div>
<div title="Code: 0x7e" class="the-icons span3"><i class="demo-icon icon-upload">~</i> <span class="i-name">icon-upload</span><span class="i-code">0x7e</span></div>
</div>
<div class="row">
<div title="Code: 0xab" class="the-icons span3"><i class="demo-icon icon-angle-circled-left">«</i> <span class="i-name">icon-angle-circled-left</span><span class="i-code">0xab</span></div>
<div title="Code: 0xbb" class="the-icons span3"><i class="demo-icon icon-angle-circled-right">»</i> <span class="i-name">icon-angle-circled-right</span><span class="i-code">0xbb</span></div>
<div title="Code: 0x2039" class="the-icons span3"><i class="demo-icon icon-angle-double-left">‹</i> <span class="i-name">icon-angle-double-left</span><span class="i-code">0x2039</span></div>
<div title="Code: 0x203a" class="the-icons span3"><i class="demo-icon icon-angle-double-right">›</i> <span class="i-name">icon-angle-double-right</span><span class="i-code">0x203a</span></div>
</div>
<div class="row">
<div title="Code: 0x2264" class="the-icons span3"><i class="demo-icon icon-right">≤</i> <span class="i-name">icon-right</span><span class="i-code">0x2264</span></div>
<div title="Code: 0x2265" class="the-icons span3"><i class="demo-icon icon-left">≥</i> <span class="i-name">icon-left</span><span class="i-code">0x2265</span></div>
<div title="Code: 0x2266" class="the-icons span3"><i class="demo-icon icon-left-big">≦</i> <span class="i-name">icon-left-big</span><span class="i-code">0x2266</span></div>
<div title="Code: 0x2267" class="the-icons span3"><i class="demo-icon icon-right-big">≧</i> <span class="i-name">icon-right-big</span><span class="i-code">0x2267</span></div>
</div>
<div class="row">
<div title="Code: 0x2268" class="the-icons span3"><i class="demo-icon icon-right-hand">≨</i> <span class="i-name">icon-right-hand</span><span class="i-code">0x2268</span></div>
<div title="Code: 0x2269" class="the-icons span3"><i class="demo-icon icon-left-hand">≩</i> <span class="i-name">icon-left-hand</span><span class="i-code">0x2269</span></div>
<div title="Code: 0x226a" class="the-icons span3"><i class="demo-icon icon-left-circled">≪</i> <span class="i-name">icon-left-circled</span><span class="i-code">0x226a</span></div>
<div title="Code: 0x226b" class="the-icons span3"><i class="demo-icon icon-right-circled">≫</i> <span class="i-name">icon-right-circled</span><span class="i-code">0x226b</span></div>
</div>
<div class="row">
<div title="Code: 0x2276" class="the-icons span3"><i class="demo-icon icon-expand-right">≶</i> <span class="i-name">icon-expand-right</span><span class="i-code">0x2276</span></div>
<div title="Code: 0x2277" class="the-icons span3"><i class="demo-icon icon-collapse-left">≷</i> <span class="i-name">icon-collapse-left</span><span class="i-code">0x2277</span></div>
<div title="Code: 0x22a2" class="the-icons span3"><i class="demo-icon icon-right-open-small">⊢</i> <span class="i-name">icon-right-open-small</span><span class="i-code">0x22a2</span></div>
<div title="Code: 0x22a3" class="the-icons span3"><i class="demo-icon icon-left-open-small">⊣</i> <span class="i-name">icon-left-open-small</span><span class="i-code">0x22a3</span></div>
</div>
<div class="row">
<div title="Code: 0xe800" class="the-icons span3"><i class="demo-icon icon-download-cloud"></i> <span class="i-name">icon-download-cloud</span><span class="i-code">0xe800</span></div>
<div title="Code: 0xe801" class="the-icons span3"><i class="demo-icon icon-upload-cloud"></i> <span class="i-name">icon-upload-cloud</span><span class="i-code">0xe801</span></div>
<div title="Code: 0xe802" class="the-icons span3"><i class="demo-icon icon-reply"></i> <span class="i-name">icon-reply</span><span class="i-code">0xe802</span></div>
<div title="Code: 0xe803" class="the-icons span3"><i class="demo-icon icon-reply-all"></i> <span class="i-name">icon-reply-all</span><span class="i-code">0xe803</span></div>
</div>
<div class="row">
<div title="Code: 0xe804" class="the-icons span3"><i class="demo-icon icon-forward"></i> <span class="i-name">icon-forward</span><span class="i-code">0xe804</span></div>
<div title="Code: 0xe805" class="the-icons span3"><i class="demo-icon icon-quote-left"></i> <span class="i-name">icon-quote-left</span><span class="i-code">0xe805</span></div>
<div title="Code: 0xe806" class="the-icons span3"><i class="demo-icon icon-quote-right"></i> <span class="i-name">icon-quote-right</span><span class="i-code">0xe806</span></div>
<div title="Code: 0xe807" class="the-icons span3"><i class="demo-icon icon-code"></i> <span class="i-name">icon-code</span><span class="i-code">0xe807</span></div>
</div>
<div class="row">
<div title="Code: 0xe808" class="the-icons span3"><i class="demo-icon icon-export"></i> <span class="i-name">icon-export</span><span class="i-code">0xe808</span></div>
<div title="Code: 0xe809" class="the-icons span3"><i class="demo-icon icon-export-alt"></i> <span class="i-name">icon-export-alt</span><span class="i-code">0xe809</span></div>
<div title="Code: 0xe80a" class="the-icons span3"><i class="demo-icon icon-share"></i> <span class="i-name">icon-share</span><span class="i-code">0xe80a</span></div>
<div title="Code: 0xe80b" class="the-icons span3"><i class="demo-icon icon-share-squared"></i> <span class="i-name">icon-share-squared</span><span class="i-code">0xe80b</span></div>
</div>
<div class="row">
<div title="Code: 0xe80c" class="the-icons span3"><i class="demo-icon icon-pencil"></i> <span class="i-name">icon-pencil</span><span class="i-code">0xe80c</span></div>
<div title="Code: 0xe80d" class="the-icons span3"><i class="demo-icon icon-pencil-squared"></i> <span class="i-name">icon-pencil-squared</span><span class="i-code">0xe80d</span></div>
<div title="Code: 0xe80e" class="the-icons span3"><i class="demo-icon icon-edit"></i> <span class="i-name">icon-edit</span><span class="i-code">0xe80e</span></div>
<div title="Code: 0xe80f" class="the-icons span3"><i class="demo-icon icon-print"></i> <span class="i-name">icon-print</span><span class="i-code">0xe80f</span></div>
</div>
<div class="row">
<div title="Code: 0xe810" class="the-icons span3"><i class="demo-icon icon-retweet"></i> <span class="i-name">icon-retweet</span><span class="i-code">0xe810</span></div>
<div title="Code: 0xe811" class="the-icons span3"><i class="demo-icon icon-keyboard"></i> <span class="i-name">icon-keyboard</span><span class="i-code">0xe811</span></div>
<div title="Code: 0xe812" class="the-icons span3"><i class="demo-icon icon-gamepad"></i> <span class="i-name">icon-gamepad</span><span class="i-code">0xe812</span></div>
<div title="Code: 0xe813" class="the-icons span3"><i class="demo-icon icon-comment"></i> <span class="i-name">icon-comment</span><span class="i-code">0xe813</span></div>
</div>
<div class="row">
<div title="Code: 0xe814" class="the-icons span3"><i class="demo-icon icon-chat"></i> <span class="i-name">icon-chat</span><span class="i-code">0xe814</span></div>
<div title="Code: 0xe815" class="the-icons span3"><i class="demo-icon icon-comment-empty"></i> <span class="i-name">icon-comment-empty</span><span class="i-code">0xe815</span></div>
<div title="Code: 0xe816" class="the-icons span3"><i class="demo-icon icon-chat-empty"></i> <span class="i-name">icon-chat-empty</span><span class="i-code">0xe816</span></div>
<div title="Code: 0xe817" class="the-icons span3"><i class="demo-icon icon-bell"></i> <span class="i-name">icon-bell</span><span class="i-code">0xe817</span></div>
</div>
<div class="row">
<div title="Code: 0xe818" class="the-icons span3"><i class="demo-icon icon-bell-alt"></i> <span class="i-name">icon-bell-alt</span><span class="i-code">0xe818</span></div>
<div title="Code: 0xe819" class="the-icons span3"><i class="demo-icon icon-bell-off"></i> <span class="i-name">icon-bell-off</span><span class="i-code">0xe819</span></div>
<div title="Code: 0xe81a" class="the-icons span3"><i class="demo-icon icon-bell-off-empty"></i> <span class="i-name">icon-bell-off-empty</span><span class="i-code">0xe81a</span></div>
<div title="Code: 0xe81b" class="the-icons span3"><i class="demo-icon icon-attention-alt"></i> <span class="i-name">icon-attention-alt</span><span class="i-code">0xe81b</span></div>
</div>
<div class="row">
<div title="Code: 0xe81c" class="the-icons span3"><i class="demo-icon icon-attention"></i> <span class="i-name">icon-attention</span><span class="i-code">0xe81c</span></div>
<div title="Code: 0xe81d" class="the-icons span3"><i class="demo-icon icon-attention-circled"></i> <span class="i-name">icon-attention-circled</span><span class="i-code">0xe81d</span></div>
<div title="Code: 0xe81e" class="the-icons span3"><i class="demo-icon icon-location"></i> <span class="i-name">icon-location</span><span class="i-code">0xe81e</span></div>
<div title="Code: 0xe81f" class="the-icons span3"><i class="demo-icon icon-direction"></i> <span class="i-name">icon-direction</span><span class="i-code">0xe81f</span></div>
</div>
<div class="row">
<div title="Code: 0xe820" class="the-icons span3"><i class="demo-icon icon-compass"></i> <span class="i-name">icon-compass</span><span class="i-code">0xe820</span></div>
<div title="Code: 0xe821" class="the-icons span3"><i class="demo-icon icon-trash-alt"></i> <span class="i-name">icon-trash-alt</span><span class="i-code">0xe821</span></div>
<div title="Code: 0xe822" class="the-icons span3"><i class="demo-icon icon-trash"></i> <span class="i-name">icon-trash</span><span class="i-code">0xe822</span></div>
<div title="Code: 0xe823" class="the-icons span3"><i class="demo-icon icon-doc"></i> <span class="i-name">icon-doc</span><span class="i-code">0xe823</span></div>
</div>
<div class="row">
<div title="Code: 0xe824" class="the-icons span3"><i class="demo-icon icon-docs"></i> <span class="i-name">icon-docs</span><span class="i-code">0xe824</span></div>
<div title="Code: 0xe825" class="the-icons span3"><i class="demo-icon icon-doc-text"></i> <span class="i-name">icon-doc-text</span><span class="i-code">0xe825</span></div>
<div title="Code: 0xe826" class="the-icons span3"><i class="demo-icon icon-doc-inv"></i> <span class="i-name">icon-doc-inv</span><span class="i-code">0xe826</span></div>
<div title="Code: 0xe827" class="the-icons span3"><i class="demo-icon icon-doc-text-inv"></i> <span class="i-name">icon-doc-text-inv</span><span class="i-code">0xe827</span></div>
</div>
<div class="row">
<div title="Code: 0xe828" class="the-icons span3"><i class="demo-icon icon-folder"></i> <span class="i-name">icon-folder</span><span class="i-code">0xe828</span></div>
<div title="Code: 0xe829" class="the-icons span3"><i class="demo-icon icon-folder-open"></i> <span class="i-name">icon-folder-open</span><span class="i-code">0xe829</span></div>
<div title="Code: 0xe82a" class="the-icons span3"><i class="demo-icon icon-folder-empty"></i> <span class="i-name">icon-folder-empty</span><span class="i-code">0xe82a</span></div>
<div title="Code: 0xe82b" class="the-icons span3"><i class="demo-icon icon-folder-open-empty"></i> <span class="i-name">icon-folder-open-empty</span><span class="i-code">0xe82b</span></div>
</div>
<div class="row">
<div title="Code: 0xe82c" class="the-icons span3"><i class="demo-icon icon-box"></i> <span class="i-name">icon-box</span><span class="i-code">0xe82c</span></div>
<div title="Code: 0xe82d" class="the-icons span3"><i class="demo-icon icon-rss"></i> <span class="i-name">icon-rss</span><span class="i-code">0xe82d</span></div>
<div title="Code: 0xe82e" class="the-icons span3"><i class="demo-icon icon-rss-squared"></i> <span class="i-name">icon-rss-squared</span><span class="i-code">0xe82e</span></div>
<div title="Code: 0xe82f" class="the-icons span3"><i class="demo-icon icon-phone"></i> <span class="i-name">icon-phone</span><span class="i-code">0xe82f</span></div>
</div>
<div class="row">
<div title="Code: 0xe830" class="the-icons span3"><i class="demo-icon icon-phone-squared"></i> <span class="i-name">icon-phone-squared</span><span class="i-code">0xe830</span></div>
<div title="Code: 0xe831" class="the-icons span3"><i class="demo-icon icon-fax"></i> <span class="i-name">icon-fax</span><span class="i-code">0xe831</span></div>
<div title="Code: 0xe832" class="the-icons span3"><i class="demo-icon icon-menu"></i> <span class="i-name">icon-menu</span><span class="i-code">0xe832</span></div>
<div title="Code: 0xe833" class="the-icons span3"><i class="demo-icon icon-cog"></i> <span class="i-name">icon-cog</span><span class="i-code">0xe833</span></div>
</div>
<div class="row">
<div title="Code: 0xe834" class="the-icons span3"><i class="demo-icon icon-cog-alt"></i> <span class="i-name">icon-cog-alt</span><span class="i-code">0xe834</span></div>
<div title="Code: 0xe835" class="the-icons span3"><i class="demo-icon icon-wrench"></i> <span class="i-name">icon-wrench</span><span class="i-code">0xe835</span></div>
<div title="Code: 0xe836" class="the-icons span3"><i class="demo-icon icon-sliders"></i> <span class="i-name">icon-sliders</span><span class="i-code">0xe836</span></div>
<div title="Code: 0xe837" class="the-icons span3"><i class="demo-icon icon-basket"></i> <span class="i-name">icon-basket</span><span class="i-code">0xe837</span></div>
</div>
<div class="row">
<div title="Code: 0xe838" class="the-icons span3"><i class="demo-icon icon-calendar"></i> <span class="i-name">icon-calendar</span><span class="i-code">0xe838</span></div>
<div title="Code: 0xe839" class="the-icons span3"><i class="demo-icon icon-calendar-empty"></i> <span class="i-name">icon-calendar-empty</span><span class="i-code">0xe839</span></div>
<div title="Code: 0xe83a" class="the-icons span3"><i class="demo-icon icon-login"></i> <span class="i-name">icon-login</span><span class="i-code">0xe83a</span></div>
<div title="Code: 0xe83b" class="the-icons span3"><i class="demo-icon icon-logout"></i> <span class="i-name">icon-logout</span><span class="i-code">0xe83b</span></div>
</div>
<div class="row">
<div title="Code: 0xe83c" class="the-icons span3"><i class="demo-icon icon-mic"></i> <span class="i-name">icon-mic</span><span class="i-code">0xe83c</span></div>
<div title="Code: 0xe83d" class="the-icons span3"><i class="demo-icon icon-mute"></i> <span class="i-name">icon-mute</span><span class="i-code">0xe83d</span></div>
<div title="Code: 0xe83e" class="the-icons span3"><i class="demo-icon icon-volume-off"></i> <span class="i-name">icon-volume-off</span><span class="i-code">0xe83e</span></div>
<div title="Code: 0xe83f" class="the-icons span3"><i class="demo-icon icon-volume-down"></i> <span class="i-name">icon-volume-down</span><span class="i-code">0xe83f</span></div>
</div>
<div class="row">
<div title="Code: 0xe840" class="the-icons span3"><i class="demo-icon icon-volume-up"></i> <span class="i-name">icon-volume-up</span><span class="i-code">0xe840</span></div>
<div title="Code: 0xe841" class="the-icons span3"><i class="demo-icon icon-headphones"></i> <span class="i-name">icon-headphones</span><span class="i-code">0xe841</span></div>
<div title="Code: 0xe842" class="the-icons span3"><i class="demo-icon icon-clock"></i> <span class="i-name">icon-clock</span><span class="i-code">0xe842</span></div>
<div title="Code: 0xe843" class="the-icons span3"><i class="demo-icon icon-lightbulb"></i> <span class="i-name">icon-lightbulb</span><span class="i-code">0xe843</span></div>
</div>
<div class="row">
<div title="Code: 0xe844" class="the-icons span3"><i class="demo-icon icon-block"></i> <span class="i-name">icon-block</span><span class="i-code">0xe844</span></div>
<div title="Code: 0xe845" class="the-icons span3"><i class="demo-icon icon-resize-full"></i> <span class="i-name">icon-resize-full</span><span class="i-code">0xe845</span></div>
<div title="Code: 0xe846" class="the-icons span3"><i class="demo-icon icon-resize-full-alt"></i> <span class="i-name">icon-resize-full-alt</span><span class="i-code">0xe846</span></div>
<div title="Code: 0xe847" class="the-icons span3"><i class="demo-icon icon-resize-small"></i> <span class="i-name">icon-resize-small</span><span class="i-code">0xe847</span></div>
</div>
<div class="row">
<div title="Code: 0xe848" class="the-icons span3"><i class="demo-icon icon-resize-vertical"></i> <span class="i-name">icon-resize-vertical</span><span class="i-code">0xe848</span></div>
<div title="Code: 0xe849" class="the-icons span3"><i class="demo-icon icon-resize-horizontal"></i> <span class="i-name">icon-resize-horizontal</span><span class="i-code">0xe849</span></div>
<div title="Code: 0xe84a" class="the-icons span3"><i class="demo-icon icon-move"></i> <span class="i-name">icon-move</span><span class="i-code">0xe84a</span></div>
<div title="Code: 0xe84b" class="the-icons span3"><i class="demo-icon icon-zoom-in"></i> <span class="i-name">icon-zoom-in</span><span class="i-code">0xe84b</span></div>
</div>
<div class="row">
<div title="Code: 0xe84c" class="the-icons span3"><i class="demo-icon icon-zoom-out"></i> <span class="i-name">icon-zoom-out</span><span class="i-code">0xe84c</span></div>
<div title="Code: 0xe84d" class="the-icons span3"><i class="demo-icon icon-down-circled2"></i> <span class="i-name">icon-down-circled2</span><span class="i-code">0xe84d</span></div>
<div title="Code: 0xe84e" class="the-icons span3"><i class="demo-icon icon-up-circled2"></i> <span class="i-name">icon-up-circled2</span><span class="i-code">0xe84e</span></div>
<div title="Code: 0xe84f" class="the-icons span3"><i class="demo-icon icon-help"></i> <span class="i-name">icon-help</span><span class="i-code">0xe84f</span></div>
</div>
<div class="row">
<div title="Code: 0xe850" class="the-icons span3"><i class="demo-icon icon-info-circled"></i> <span class="i-name">icon-info-circled</span><span class="i-code">0xe850</span></div>
<div title="Code: 0xe851" class="the-icons span3"><i class="demo-icon icon-down-dir"></i> <span class="i-name">icon-down-dir</span><span class="i-code">0xe851</span></div>
<div title="Code: 0xe852" class="the-icons span3"><i class="demo-icon icon-up-dir"></i> <span class="i-name">icon-up-dir</span><span class="i-code">0xe852</span></div>
<div title="Code: 0xe853" class="the-icons span3"><i class="demo-icon icon-star"></i> <span class="i-name">icon-star</span><span class="i-code">0xe853</span></div>
</div>
<div class="row">
<div title="Code: 0xe854" class="the-icons span3"><i class="demo-icon icon-star-empty"></i> <span class="i-name">icon-star-empty</span><span class="i-code">0xe854</span></div>
<div title="Code: 0xe855" class="the-icons span3"><i class="demo-icon icon-down-open"></i> <span class="i-name">icon-down-open</span><span class="i-code">0xe855</span></div>
<div title="Code: 0xe856" class="the-icons span3"><i class="demo-icon icon-gym"></i> <span class="i-name">icon-gym</span><span class="i-code">0xe856</span></div>
<div title="Code: 0xe857" class="the-icons span3"><i class="demo-icon icon-sports"></i> <span class="i-name">icon-sports</span><span class="i-code">0xe857</span></div>
</div>
<div class="row">
<div title="Code: 0xe858" class="the-icons span3"><i class="demo-icon icon-up-open"></i> <span class="i-name">icon-up-open</span><span class="i-code">0xe858</span></div>
<div title="Code: 0xe859" class="the-icons span3"><i class="demo-icon icon-browser"></i> <span class="i-name">icon-browser</span><span class="i-code">0xe859</span></div>
<div title="Code: 0xe85a" class="the-icons span3"><i class="demo-icon icon-download"></i> <span class="i-name">icon-download</span><span class="i-code">0xe85a</span></div>
<div title="Code: 0xe85b" class="the-icons span3"><i class="demo-icon icon-angle-up"></i> <span class="i-name">icon-angle-up</span><span class="i-code">0xe85b</span></div>
</div>
<div class="row">
<div title="Code: 0xe85c" class="the-icons span3"><i class="demo-icon icon-angle-down"></i> <span class="i-name">icon-angle-down</span><span class="i-code">0xe85c</span></div>
<div title="Code: 0xe85f" class="the-icons span3"><i class="demo-icon icon-angle-circled-up"></i> <span class="i-name">icon-angle-circled-up</span><span class="i-code">0xe85f</span></div>
<div title="Code: 0xe860" class="the-icons span3"><i class="demo-icon icon-angle-circled-down"></i> <span class="i-name">icon-angle-circled-down</span><span class="i-code">0xe860</span></div>
<div title="Code: 0xe863" class="the-icons span3"><i class="demo-icon icon-angle-double-up"></i> <span class="i-name">icon-angle-double-up</span><span class="i-code">0xe863</span></div>
</div>
<div class="row">
<div title="Code: 0xe864" class="the-icons span3"><i class="demo-icon icon-angle-double-down"></i> <span class="i-name">icon-angle-double-down</span><span class="i-code">0xe864</span></div>
<div title="Code: 0xe865" class="the-icons span3"><i class="demo-icon icon-down"></i> <span class="i-name">icon-down</span><span class="i-code">0xe865</span></div>
<div title="Code: 0xe868" class="the-icons span3"><i class="demo-icon icon-up"></i> <span class="i-name">icon-up</span><span class="i-code">0xe868</span></div>
<div title="Code: 0xe869" class="the-icons span3"><i class="demo-icon icon-down-big"></i> <span class="i-name">icon-down-big</span><span class="i-code">0xe869</span></div>
</div>
<div class="row">
<div title="Code: 0xe86c" class="the-icons span3"><i class="demo-icon icon-up-big"></i> <span class="i-name">icon-up-big</span><span class="i-code">0xe86c</span></div>
<div title="Code: 0xe86f" class="the-icons span3"><i class="demo-icon icon-up-hand"></i> <span class="i-name">icon-up-hand</span><span class="i-code">0xe86f</span></div>
<div title="Code: 0xe870" class="the-icons span3"><i class="demo-icon icon-down-hand"></i> <span class="i-name">icon-down-hand</span><span class="i-code">0xe870</span></div>
<div title="Code: 0xe873" class="the-icons span3"><i class="demo-icon icon-up-circled"></i> <span class="i-name">icon-up-circled</span><span class="i-code">0xe873</span></div>
</div>
<div class="row">
<div title="Code: 0xe874" class="the-icons span3"><i class="demo-icon icon-down-circled"></i> <span class="i-name">icon-down-circled</span><span class="i-code">0xe874</span></div>
<div title="Code: 0xe875" class="the-icons span3"><i class="demo-icon icon-cw"></i> <span class="i-name">icon-cw</span><span class="i-code">0xe875</span></div>
<div title="Code: 0xe876" class="the-icons span3"><i class="demo-icon icon-ccw"></i> <span class="i-name">icon-ccw</span><span class="i-code">0xe876</span></div>
<div title="Code: 0xe877" class="the-icons span3"><i class="demo-icon icon-arrows-cw"></i> <span class="i-name">icon-arrows-cw</span><span class="i-code">0xe877</span></div>
</div>
<div class="row">
<div title="Code: 0xe878" class="the-icons span3"><i class="demo-icon icon-level-up"></i> <span class="i-name">icon-level-up</span><span class="i-code">0xe878</span></div>
<div title="Code: 0xe879" class="the-icons span3"><i class="demo-icon icon-level-down"></i> <span class="i-name">icon-level-down</span><span class="i-code">0xe879</span></div>
<div title="Code: 0xe87a" class="the-icons span3"><i class="demo-icon icon-shuffle"></i> <span class="i-name">icon-shuffle</span><span class="i-code">0xe87a</span></div>
<div title="Code: 0xe87b" class="the-icons span3"><i class="demo-icon icon-exchange"></i> <span class="i-name">icon-exchange</span><span class="i-code">0xe87b</span></div>
</div>
<div class="row">
<div title="Code: 0xe87c" class="the-icons span3"><i class="demo-icon icon-history"></i> <span class="i-name">icon-history</span><span class="i-code">0xe87c</span></div>
<div title="Code: 0xe87d" class="the-icons span3"><i class="demo-icon icon-expand"></i> <span class="i-name">icon-expand</span><span class="i-code">0xe87d</span></div>
<div title="Code: 0xe87e" class="the-icons span3"><i class="demo-icon icon-collapse"></i> <span class="i-name">icon-collapse</span><span class="i-code">0xe87e</span></div>
<div title="Code: 0xe881" class="the-icons span3"><i class="demo-icon icon-play"></i> <span class="i-name">icon-play</span><span class="i-code">0xe881</span></div>
</div>
<div class="row">
<div title="Code: 0xe882" class="the-icons span3"><i class="demo-icon icon-play-circled"></i> <span class="i-name">icon-play-circled</span><span class="i-code">0xe882</span></div>
<div title="Code: 0xe883" class="the-icons span3"><i class="demo-icon icon-play-circled2"></i> <span class="i-name">icon-play-circled2</span><span class="i-code">0xe883</span></div>
<div title="Code: 0xe884" class="the-icons span3"><i class="demo-icon icon-stop"></i> <span class="i-name">icon-stop</span><span class="i-code">0xe884</span></div>
<div title="Code: 0xe885" class="the-icons span3"><i class="demo-icon icon-pause"></i> <span class="i-name">icon-pause</span><span class="i-code">0xe885</span></div>
</div>
<div class="row">
<div title="Code: 0xe886" class="the-icons span3"><i class="demo-icon icon-to-end"></i> <span class="i-name">icon-to-end</span><span class="i-code">0xe886</span></div>
<div title="Code: 0xe887" class="the-icons span3"><i class="demo-icon icon-to-end-alt"></i> <span class="i-name">icon-to-end-alt</span><span class="i-code">0xe887</span></div>
<div title="Code: 0xe888" class="the-icons span3"><i class="demo-icon icon-to-start"></i> <span class="i-name">icon-to-start</span><span class="i-code">0xe888</span></div>
<div title="Code: 0xe889" class="the-icons span3"><i class="demo-icon icon-to-start-alt"></i> <span class="i-name">icon-to-start-alt</span><span class="i-code">0xe889</span></div>
</div>
<div class="row">
<div title="Code: 0xe88a" class="the-icons span3"><i class="demo-icon icon-fast-fw"></i> <span class="i-name">icon-fast-fw</span><span class="i-code">0xe88a</span></div>
<div title="Code: 0xe88b" class="the-icons span3"><i class="demo-icon icon-fast-bw"></i> <span class="i-name">icon-fast-bw</span><span class="i-code">0xe88b</span></div>
<div title="Code: 0xe88c" class="the-icons span3"><i class="demo-icon icon-eject"></i> <span class="i-name">icon-eject</span><span class="i-code">0xe88c</span></div>
<div title="Code: 0xe88d" class="the-icons span3"><i class="demo-icon icon-target"></i> <span class="i-name">icon-target</span><span class="i-code">0xe88d</span></div>
</div>
<div class="row">
<div title="Code: 0xe88e" class="the-icons span3"><i class="demo-icon icon-signal"></i> <span class="i-name">icon-signal</span><span class="i-code">0xe88e</span></div>
<div title="Code: 0xe88f" class="the-icons span3"><i class="demo-icon icon-award"></i> <span class="i-name">icon-award</span><span class="i-code">0xe88f</span></div>
<div title="Code: 0xe890" class="the-icons span3"><i class="demo-icon icon-desktop"></i> <span class="i-name">icon-desktop</span><span class="i-code">0xe890</span></div>
<div title="Code: 0xe891" class="the-icons span3"><i class="demo-icon icon-laptop"></i> <span class="i-name">icon-laptop</span><span class="i-code">0xe891</span></div>
</div>
<div class="row">
<div title="Code: 0xe892" class="the-icons span3"><i class="demo-icon icon-tablet"></i> <span class="i-name">icon-tablet</span><span class="i-code">0xe892</span></div>
<div title="Code: 0xe893" class="the-icons span3"><i class="demo-icon icon-mobile"></i> <span class="i-name">icon-mobile</span><span class="i-code">0xe893</span></div>
<div title="Code: 0xe894" class="the-icons span3"><i class="demo-icon icon-inbox"></i> <span class="i-name">icon-inbox</span><span class="i-code">0xe894</span></div>
<div title="Code: 0xe895" class="the-icons span3"><i class="demo-icon icon-globe"></i> <span class="i-name">icon-globe</span><span class="i-code">0xe895</span></div>
</div>
<div class="row">
<div title="Code: 0xe896" class="the-icons span3"><i class="demo-icon icon-sun"></i> <span class="i-name">icon-sun</span><span class="i-code">0xe896</span></div>
<div title="Code: 0xe897" class="the-icons span3"><i class="demo-icon icon-cloud"></i> <span class="i-name">icon-cloud</span><span class="i-code">0xe897</span></div>
<div title="Code: 0xe898" class="the-icons span3"><i class="demo-icon icon-flash"></i> <span class="i-name">icon-flash</span><span class="i-code">0xe898</span></div>
<div title="Code: 0xe899" class="the-icons span3"><i class="demo-icon icon-moon"></i> <span class="i-name">icon-moon</span><span class="i-code">0xe899</span></div>
</div>
<div class="row">
<div title="Code: 0xe89a" class="the-icons span3"><i class="demo-icon icon-umbrella"></i> <span class="i-name">icon-umbrella</span><span class="i-code">0xe89a</span></div>
<div title="Code: 0xe89b" class="the-icons span3"><i class="demo-icon icon-flight"></i> <span class="i-name">icon-flight</span><span class="i-code">0xe89b</span></div>
<div title="Code: 0xe89c" class="the-icons span3"><i class="demo-icon icon-tasklist"></i> <span class="i-name">icon-tasklist</span><span class="i-code">0xe89c</span></div>
<div title="Code: 0xe89d" class="the-icons span3"><i class="demo-icon icon-paper-plane"></i> <span class="i-name">icon-paper-plane</span><span class="i-code">0xe89d</span></div>
</div>
<div class="row">
<div title="Code: 0xe89e" class="the-icons span3"><i class="demo-icon icon-leaf"></i> <span class="i-name">icon-leaf</span><span class="i-code">0xe89e</span></div>
<div title="Code: 0xe89f" class="the-icons span3"><i class="demo-icon icon-font"></i> <span class="i-name">icon-font</span><span class="i-code">0xe89f</span></div>
<div title="Code: 0xe8a0" class="the-icons span3"><i class="demo-icon icon-bold"></i> <span class="i-name">icon-bold</span><span class="i-code">0xe8a0</span></div>
<div title="Code: 0xe8a1" class="the-icons span3"><i class="demo-icon icon-italic"></i> <span class="i-name">icon-italic</span><span class="i-code">0xe8a1</span></div>
</div>
<div class="row">
<div title="Code: 0xe8a2" class="the-icons span3"><i class="demo-icon icon-paragraph"></i> <span class="i-name">icon-paragraph</span><span class="i-code">0xe8a2</span></div>
<div title="Code: 0xe8a3" class="the-icons span3"><i class="demo-icon icon-text-height"></i> <span class="i-name">icon-text-height</span><span class="i-code">0xe8a3</span></div>
<div title="Code: 0xe8a4" class="the-icons span3"><i class="demo-icon icon-text-width"></i> <span class="i-name">icon-text-width</span><span class="i-code">0xe8a4</span></div>
<div title="Code: 0xe8a5" class="the-icons span3"><i class="demo-icon icon-align-left"></i> <span class="i-name">icon-align-left</span><span class="i-code">0xe8a5</span></div>
</div>
<div class="row">
<div title="Code: 0xe8a6" class="the-icons span3"><i class="demo-icon icon-align-center"></i> <span class="i-name">icon-align-center</span><span class="i-code">0xe8a6</span></div>
<div title="Code: 0xe8a7" class="the-icons span3"><i class="demo-icon icon-align-right"></i> <span class="i-name">icon-align-right</span><span class="i-code">0xe8a7</span></div>
<div title="Code: 0xe8a8" class="the-icons span3"><i class="demo-icon icon-align-justify"></i> <span class="i-name">icon-align-justify</span><span class="i-code">0xe8a8</span></div>
<div title="Code: 0xe8a9" class="the-icons span3"><i class="demo-icon icon-list"></i> <span class="i-name">icon-list</span><span class="i-code">0xe8a9</span></div>
</div>
<div class="row">
<div title="Code: 0xe8aa" class="the-icons span3"><i class="demo-icon icon-indent-left"></i> <span class="i-name">icon-indent-left</span><span class="i-code">0xe8aa</span></div>
<div title="Code: 0xe8ab" class="the-icons span3"><i class="demo-icon icon-indent-right"></i> <span class="i-name">icon-indent-right</span><span class="i-code">0xe8ab</span></div>
<div title="Code: 0xe8ac" class="the-icons span3"><i class="demo-icon icon-list-bullet"></i> <span class="i-name">icon-list-bullet</span><span class="i-code">0xe8ac</span></div>
<div title="Code: 0xe8ad" class="the-icons span3"><i class="demo-icon icon-list-numbered"></i> <span class="i-name">icon-list-numbered</span><span class="i-code">0xe8ad</span></div>
</div>
<div class="row">
<div title="Code: 0xe8ae" class="the-icons span3"><i class="demo-icon icon-strike"></i> <span class="i-name">icon-strike</span><span class="i-code">0xe8ae</span></div>
<div title="Code: 0xe8af" class="the-icons span3"><i class="demo-icon icon-underline"></i> <span class="i-name">icon-underline</span><span class="i-code">0xe8af</span></div>
<div title="Code: 0xe8b0" class="the-icons span3"><i class="demo-icon icon-superscript"></i> <span class="i-name">icon-superscript</span><span class="i-code">0xe8b0</span></div>
<div title="Code: 0xe8b1" class="the-icons span3"><i class="demo-icon icon-subscript"></i> <span class="i-name">icon-subscript</span><span class="i-code">0xe8b1</span></div>
</div>
<div class="row">
<div title="Code: 0xe8b2" class="the-icons span3"><i class="demo-icon icon-table"></i> <span class="i-name">icon-table</span><span class="i-code">0xe8b2</span></div>
<div title="Code: 0xe8b3" class="the-icons span3"><i class="demo-icon icon-columns"></i> <span class="i-name">icon-columns</span><span class="i-code">0xe8b3</span></div>
<div title="Code: 0xe8b4" class="the-icons span3"><i class="demo-icon icon-crop"></i> <span class="i-name">icon-crop</span><span class="i-code">0xe8b4</span></div>
<div title="Code: 0xe8b5" class="the-icons span3"><i class="demo-icon icon-scissors"></i> <span class="i-name">icon-scissors</span><span class="i-code">0xe8b5</span></div>
</div>
<div class="row">
<div title="Code: 0xe8b6" class="the-icons span3"><i class="demo-icon icon-paste"></i> <span class="i-name">icon-paste</span><span class="i-code">0xe8b6</span></div>
<div title="Code: 0xe8b7" class="the-icons span3"><i class="demo-icon icon-briefcase"></i> <span class="i-name">icon-briefcase</span><span class="i-code">0xe8b7</span></div>
<div title="Code: 0xe8b8" class="the-icons span3"><i class="demo-icon icon-suitcase"></i> <span class="i-name">icon-suitcase</span><span class="i-code">0xe8b8</span></div>
<div title="Code: 0xe8b9" class="the-icons span3"><i class="demo-icon icon-ellipsis"></i> <span class="i-name">icon-ellipsis</span><span class="i-code">0xe8b9</span></div>
</div>
<div class="row">
<div title="Code: 0xe8ba" class="the-icons span3"><i class="demo-icon icon-ellipsis-vert"></i> <span class="i-name">icon-ellipsis-vert</span><span class="i-code">0xe8ba</span></div>
<div title="Code: 0xe8bb" class="the-icons span3"><i class="demo-icon icon-off"></i> <span class="i-name">icon-off</span><span class="i-code">0xe8bb</span></div>
<div title="Code: 0xe8bc" class="the-icons span3"><i class="demo-icon icon-road"></i> <span class="i-name">icon-road</span><span class="i-code">0xe8bc</span></div>
<div title="Code: 0xe8bd" class="the-icons span3"><i class="demo-icon icon-list-alt"></i> <span class="i-name">icon-list-alt</span><span class="i-code">0xe8bd</span></div>
</div>
<div class="row">
<div title="Code: 0xe8be" class="the-icons span3"><i class="demo-icon icon-qrcode"></i> <span class="i-name">icon-qrcode</span><span class="i-code">0xe8be</span></div>
<div title="Code: 0xe8bf" class="the-icons span3"><i class="demo-icon icon-barcode"></i> <span class="i-name">icon-barcode</span><span class="i-code">0xe8bf</span></div>
<div title="Code: 0xe8c0" class="the-icons span3"><i class="demo-icon icon-book"></i> <span class="i-name">icon-book</span><span class="i-code">0xe8c0</span></div>
<div title="Code: 0xe8c1" class="the-icons span3"><i class="demo-icon icon-ajust"></i> <span class="i-name">icon-ajust</span><span class="i-code">0xe8c1</span></div>
</div>
<div class="row">
<div title="Code: 0xe8c2" class="the-icons span3"><i class="demo-icon icon-tint"></i> <span class="i-name">icon-tint</span><span class="i-code">0xe8c2</span></div>
<div title="Code: 0xe8c3" class="the-icons span3"><i class="demo-icon icon-toggle-off"></i> <span class="i-name">icon-toggle-off</span><span class="i-code">0xe8c3</span></div>
<div title="Code: 0xe8c4" class="the-icons span3"><i class="demo-icon icon-toggle-on"></i> <span class="i-name">icon-toggle-on</span><span class="i-code">0xe8c4</span></div>
<div title="Code: 0xe8c5" class="the-icons span3"><i class="demo-icon icon-check"></i> <span class="i-name">icon-check</span><span class="i-code">0xe8c5</span></div>
</div>
<div class="row">
<div title="Code: 0xe8c6" class="the-icons span3"><i class="demo-icon icon-check-empty"></i> <span class="i-name">icon-check-empty</span><span class="i-code">0xe8c6</span></div>
<div title="Code: 0xe8c7" class="the-icons span3"><i class="demo-icon icon-circle"></i> <span class="i-name">icon-circle</span><span class="i-code">0xe8c7</span></div>
<div title="Code: 0xe8c8" class="the-icons span3"><i class="demo-icon icon-circle-empty"></i> <span class="i-name">icon-circle-empty</span><span class="i-code">0xe8c8</span></div>
<div title="Code: 0xe8c9" class="the-icons span3"><i class="demo-icon icon-circle-notch"></i> <span class="i-name">icon-circle-notch</span><span class="i-code">0xe8c9</span></div>
</div>
<div class="row">
<div title="Code: 0xe8ca" class="the-icons span3"><i class="demo-icon icon-dot-circled"></i> <span class="i-name">icon-dot-circled</span><span class="i-code">0xe8ca</span></div>
<div title="Code: 0xe8cb" class="the-icons span3"><i class="demo-icon icon-asterisk"></i> <span class="i-name">icon-asterisk</span><span class="i-code">0xe8cb</span></div>
<div title="Code: 0xe8cc" class="the-icons span3"><i class="demo-icon icon-gift"></i> <span class="i-name">icon-gift</span><span class="i-code">0xe8cc</span></div>
<div title="Code: 0xe8cd" class="the-icons span3"><i class="demo-icon icon-fire"></i> <span class="i-name">icon-fire</span><span class="i-code">0xe8cd</span></div>
</div>
<div class="row">
<div title="Code: 0xe8ce" class="the-icons span3"><i class="demo-icon icon-magnet"></i> <span class="i-name">icon-magnet</span><span class="i-code">0xe8ce</span></div>
<div title="Code: 0xe8cf" class="the-icons span3"><i class="demo-icon icon-chart-bar"></i> <span class="i-name">icon-chart-bar</span><span class="i-code">0xe8cf</span></div>
<div title="Code: 0xe8d0" class="the-icons span3"><i class="demo-icon icon-chart-area"></i> <span class="i-name">icon-chart-area</span><span class="i-code">0xe8d0</span></div>
<div title="Code: 0xe8d1" class="the-icons span3"><i class="demo-icon icon-chart-pie"></i> <span class="i-name">icon-chart-pie</span><span class="i-code">0xe8d1</span></div>
</div>
<div class="row">
<div title="Code: 0xe8d2" class="the-icons span3"><i class="demo-icon icon-chart-line"></i> <span class="i-name">icon-chart-line</span><span class="i-code">0xe8d2</span></div>
<div title="Code: 0xe8d3" class="the-icons span3"><i class="demo-icon icon-ticket"></i> <span class="i-name">icon-ticket</span><span class="i-code">0xe8d3</span></div>
<div title="Code: 0xe8d4" class="the-icons span3"><i class="demo-icon icon-credit-card"></i> <span class="i-name">icon-credit-card</span><span class="i-code">0xe8d4</span></div>
<div title="Code: 0xe8d5" class="the-icons span3"><i class="demo-icon icon-floppy"></i> <span class="i-name">icon-floppy</span><span class="i-code">0xe8d5</span></div>
</div>
<div class="row">
<div title="Code: 0xe8d6" class="the-icons span3"><i class="demo-icon icon-megaphone"></i> <span class="i-name">icon-megaphone</span><span class="i-code">0xe8d6</span></div>
<div title="Code: 0xe8d7" class="the-icons span3"><i class="demo-icon icon-hdd"></i> <span class="i-name">icon-hdd</span><span class="i-code">0xe8d7</span></div>
<div title="Code: 0xe8d9" class="the-icons span3"><i class="demo-icon icon-fork"></i> <span class="i-name">icon-fork</span><span class="i-code">0xe8d9</span></div>
<div title="Code: 0xe8da" class="the-icons span3"><i class="demo-icon icon-rocket"></i> <span class="i-name">icon-rocket</span><span class="i-code">0xe8da</span></div>
</div>
<div class="row">
<div title="Code: 0xe8db" class="the-icons span3"><i class="demo-icon icon-bug"></i> <span class="i-name">icon-bug</span><span class="i-code">0xe8db</span></div>
<div title="Code: 0xe8dc" class="the-icons span3"><i class="demo-icon icon-certificate"></i> <span class="i-name">icon-certificate</span><span class="i-code">0xe8dc</span></div>
<div title="Code: 0xe8dd" class="the-icons span3"><i class="demo-icon icon-tasks"></i> <span class="i-name">icon-tasks</span><span class="i-code">0xe8dd</span></div>
<div title="Code: 0xe8de" class="the-icons span3"><i class="demo-icon icon-filter"></i> <span class="i-name">icon-filter</span><span class="i-code">0xe8de</span></div>
</div>
<div class="row">
<div title="Code: 0xe8df" class="the-icons span3"><i class="demo-icon icon-beaker"></i> <span class="i-name">icon-beaker</span><span class="i-code">0xe8df</span></div>
<div title="Code: 0xe8e0" class="the-icons span3"><i class="demo-icon icon-magic"></i> <span class="i-name">icon-magic</span><span class="i-code">0xe8e0</span></div>
<div title="Code: 0xe8e1" class="the-icons span3"><i class="demo-icon icon-cab"></i> <span class="i-name">icon-cab</span><span class="i-code">0xe8e1</span></div>
<div title="Code: 0xe8e2" class="the-icons span3"><i class="demo-icon icon-taxi"></i> <span class="i-name">icon-taxi</span><span class="i-code">0xe8e2</span></div>
</div>
<div class="row">
<div title="Code: 0xe8e3" class="the-icons span3"><i class="demo-icon icon-truck"></i> <span class="i-name">icon-truck</span><span class="i-code">0xe8e3</span></div>
<div title="Code: 0xe8e4" class="the-icons span3"><i class="demo-icon icon-bus"></i> <span class="i-name">icon-bus</span><span class="i-code">0xe8e4</span></div>
<div title="Code: 0xe8e5" class="the-icons span3"><i class="demo-icon icon-bicycle"></i> <span class="i-name">icon-bicycle</span><span class="i-code">0xe8e5</span></div>
<div title="Code: 0xe8e6" class="the-icons span3"><i class="demo-icon icon-money"></i> <span class="i-name">icon-money</span><span class="i-code">0xe8e6</span></div>
</div>
<div class="row">
<div title="Code: 0xe8e7" class="the-icons span3"><i class="demo-icon icon-euro"></i> <span class="i-name">icon-euro</span><span class="i-code">0xe8e7</span></div>
<div title="Code: 0xe8e8" class="the-icons span3"><i class="demo-icon icon-pound"></i> <span class="i-name">icon-pound</span><span class="i-code">0xe8e8</span></div>
<div title="Code: 0xe8e9" class="the-icons span3"><i class="demo-icon icon-dollar"></i> <span class="i-name">icon-dollar</span><span class="i-code">0xe8e9</span></div>
<div title="Code: 0xe8ea" class="the-icons span3"><i class="demo-icon icon-sort"></i> <span class="i-name">icon-sort</span><span class="i-code">0xe8ea</span></div>
</div>
<div class="row">
<div title="Code: 0xe8eb" class="the-icons span3"><i class="demo-icon icon-sort-down"></i> <span class="i-name">icon-sort-down</span><span class="i-code">0xe8eb</span></div>
<div title="Code: 0xe8ec" class="the-icons span3"><i class="demo-icon icon-sort-up"></i> <span class="i-name">icon-sort-up</span><span class="i-code">0xe8ec</span></div>
<div title="Code: 0xe8ed" class="the-icons span3"><i class="demo-icon icon-sort-alt-up"></i> <span class="i-name">icon-sort-alt-up</span><span class="i-code">0xe8ed</span></div>
<div title="Code: 0xe8ee" class="the-icons span3"><i class="demo-icon icon-sort-alt-down"></i> <span class="i-name">icon-sort-alt-down</span><span class="i-code">0xe8ee</span></div>
</div>
<div class="row">
<div title="Code: 0xe8ef" class="the-icons span3"><i class="demo-icon icon-sort-name-up"></i> <span class="i-name">icon-sort-name-up</span><span class="i-code">0xe8ef</span></div>
<div title="Code: 0xe8f0" class="the-icons span3"><i class="demo-icon icon-sort-name-down"></i> <span class="i-name">icon-sort-name-down</span><span class="i-code">0xe8f0</span></div>
<div title="Code: 0xe8f1" class="the-icons span3"><i class="demo-icon icon-sort-number-up"></i> <span class="i-name">icon-sort-number-up</span><span class="i-code">0xe8f1</span></div>
<div title="Code: 0xe8f2" class="the-icons span3"><i class="demo-icon icon-sort-number-down"></i> <span class="i-name">icon-sort-number-down</span><span class="i-code">0xe8f2</span></div>
</div>
<div class="row">
<div title="Code: 0xe8f3" class="the-icons span3"><i class="demo-icon icon-hammer"></i> <span class="i-name">icon-hammer</span><span class="i-code">0xe8f3</span></div>
<div title="Code: 0xe8f4" class="the-icons span3"><i class="demo-icon icon-gauge"></i> <span class="i-name">icon-gauge</span><span class="i-code">0xe8f4</span></div>
<div title="Code: 0xe8f5" class="the-icons span3"><i class="demo-icon icon-sitemap"></i> <span class="i-name">icon-sitemap</span><span class="i-code">0xe8f5</span></div>
<div title="Code: 0xe8f6" class="the-icons span3"><i class="demo-icon icon-spinner"></i> <span class="i-name">icon-spinner</span><span class="i-code">0xe8f6</span></div>
</div>
<div class="row">
<div title="Code: 0xe8f7" class="the-icons span3"><i class="demo-icon icon-coffee"></i> <span class="i-name">icon-coffee</span><span class="i-code">0xe8f7</span></div>
<div title="Code: 0xe8f8" class="the-icons span3"><i class="demo-icon icon-food"></i> <span class="i-name">icon-food</span><span class="i-code">0xe8f8</span></div>
<div title="Code: 0xe8f9" class="the-icons span3"><i class="demo-icon icon-beer"></i> <span class="i-name">icon-beer</span><span class="i-code">0xe8f9</span></div>
<div title="Code: 0xe8fa" class="the-icons span3"><i class="demo-icon icon-user-md"></i> <span class="i-name">icon-user-md</span><span class="i-code">0xe8fa</span></div>
</div>
<div class="row">
<div title="Code: 0xe8fb" class="the-icons span3"><i class="demo-icon icon-stethoscope"></i> <span class="i-name">icon-stethoscope</span><span class="i-code">0xe8fb</span></div>
<div title="Code: 0xe8fc" class="the-icons span3"><i class="demo-icon icon-ambulance"></i> <span class="i-name">icon-ambulance</span><span class="i-code">0xe8fc</span></div>
<div title="Code: 0xe8fd" class="the-icons span3"><i class="demo-icon icon-medkit"></i> <span class="i-name">icon-medkit</span><span class="i-code">0xe8fd</span></div>
<div title="Code: 0xe8fe" class="the-icons span3"><i class="demo-icon icon-h-sigh"></i> <span class="i-name">icon-h-sigh</span><span class="i-code">0xe8fe</span></div>
</div>
<div class="row">
<div title="Code: 0xe8ff" class="the-icons span3"><i class="demo-icon icon-hospital"></i> <span class="i-name">icon-hospital</span><span class="i-code">0xe8ff</span></div>
<div title="Code: 0xe900" class="the-icons span3"><i class="demo-icon icon-building"></i> <span class="i-name">icon-building</span><span class="i-code">0xe900</span></div>
<div title="Code: 0xe901" class="the-icons span3"><i class="demo-icon icon-building-filled"></i> <span class="i-name">icon-building-filled</span><span class="i-code">0xe901</span></div>
<div title="Code: 0xe902" class="the-icons span3"><i class="demo-icon icon-bank"></i> <span class="i-name">icon-bank</span><span class="i-code">0xe902</span></div>
</div>
<div class="row">
<div title="Code: 0xe903" class="the-icons span3"><i class="demo-icon icon-smile"></i> <span class="i-name">icon-smile</span><span class="i-code">0xe903</span></div>
<div title="Code: 0xe904" class="the-icons span3"><i class="demo-icon icon-frown"></i> <span class="i-name">icon-frown</span><span class="i-code">0xe904</span></div>
<div title="Code: 0xe905" class="the-icons span3"><i class="demo-icon icon-meh"></i> <span class="i-name">icon-meh</span><span class="i-code">0xe905</span></div>
<div title="Code: 0xe906" class="the-icons span3"><i class="demo-icon icon-anchor"></i> <span class="i-name">icon-anchor</span><span class="i-code">0xe906</span></div>
</div>
<div class="row">
<div title="Code: 0xe907" class="the-icons span3"><i class="demo-icon icon-terminal"></i> <span class="i-name">icon-terminal</span><span class="i-code">0xe907</span></div>
<div title="Code: 0xe908" class="the-icons span3"><i class="demo-icon icon-eraser"></i> <span class="i-name">icon-eraser</span><span class="i-code">0xe908</span></div>
<div title="Code: 0xe909" class="the-icons span3"><i class="demo-icon icon-puzzle"></i> <span class="i-name">icon-puzzle</span><span class="i-code">0xe909</span></div>
<div title="Code: 0xe90a" class="the-icons span3"><i class="demo-icon icon-shield"></i> <span class="i-name">icon-shield</span><span class="i-code">0xe90a</span></div>
</div>
<div class="row">
<div title="Code: 0xe90b" class="the-icons span3"><i class="demo-icon icon-extinguisher"></i> <span class="i-name">icon-extinguisher</span><span class="i-code">0xe90b</span></div>
<div title="Code: 0xe90c" class="the-icons span3"><i class="demo-icon icon-bullseye"></i> <span class="i-name">icon-bullseye</span><span class="i-code">0xe90c</span></div>
<div title="Code: 0xe90d" class="the-icons span3"><i class="demo-icon icon-wheelchair"></i> <span class="i-name">icon-wheelchair</span><span class="i-code">0xe90d</span></div>
<div title="Code: 0xe90e" class="the-icons span3"><i class="demo-icon icon-attach"></i> <span class="i-name">icon-attach</span><span class="i-code">0xe90e</span></div>
</div>
<div class="row">
<div title="Code: 0xe90f" class="the-icons span3"><i class="demo-icon icon-paw"></i> <span class="i-name">icon-paw</span><span class="i-code">0xe90f</span></div>
<div title="Code: 0xe910" class="the-icons span3"><i class="demo-icon icon-spoon"></i> <span class="i-name">icon-spoon</span><span class="i-code">0xe910</span></div>
<div title="Code: 0xe911" class="the-icons span3"><i class="demo-icon icon-cube"></i> <span class="i-name">icon-cube</span><span class="i-code">0xe911</span></div>
<div title="Code: 0xe912" class="the-icons span3"><i class="demo-icon icon-cubes"></i> <span class="i-name">icon-cubes</span><span class="i-code">0xe912</span></div>
</div>
<div class="row">
<div title="Code: 0xe913" class="the-icons span3"><i class="demo-icon icon-recycle"></i> <span class="i-name">icon-recycle</span><span class="i-code">0xe913</span></div>
<div title="Code: 0xe914" class="the-icons span3"><i class="demo-icon icon-tree"></i> <span class="i-name">icon-tree</span><span class="i-code">0xe914</span></div>
<div title="Code: 0xe915" class="the-icons span3"><i class="demo-icon icon-database"></i> <span class="i-name">icon-database</span><span class="i-code">0xe915</span></div>
<div title="Code: 0xe916" class="the-icons span3"><i class="demo-icon icon-lifebuoy"></i> <span class="i-name">icon-lifebuoy</span><span class="i-code">0xe916</span></div>
</div>
<div class="row">
<div title="Code: 0xe917" class="the-icons span3"><i class="demo-icon icon-birthday"></i> <span class="i-name">icon-birthday</span><span class="i-code">0xe917</span></div>
<div title="Code: 0xe918" class="the-icons span3"><i class="demo-icon icon-adn"></i> <span class="i-name">icon-adn</span><span class="i-code">0xe918</span></div>
<div title="Code: 0xe919" class="the-icons span3"><i class="demo-icon icon-android"></i> <span class="i-name">icon-android</span><span class="i-code">0xe919</span></div>
<div title="Code: 0xe91a" class="the-icons span3"><i class="demo-icon icon-angellist"></i> <span class="i-name">icon-angellist</span><span class="i-code">0xe91a</span></div>
</div>
<div class="row">
<div title="Code: 0xe91b" class="the-icons span3"><i class="demo-icon icon-apple"></i> <span class="i-name">icon-apple</span><span class="i-code">0xe91b</span></div>
<div title="Code: 0xe91c" class="the-icons span3"><i class="demo-icon icon-behance"></i> <span class="i-name">icon-behance</span><span class="i-code">0xe91c</span></div>
<div title="Code: 0xe91d" class="the-icons span3"><i class="demo-icon icon-bitbucket"></i> <span class="i-name">icon-bitbucket</span><span class="i-code">0xe91d</span></div>
<div title="Code: 0xe91e" class="the-icons span3"><i class="demo-icon icon-bitbucket-squared"></i> <span class="i-name">icon-bitbucket-squared</span><span class="i-code">0xe91e</span></div>
</div>
<div class="row">
<div title="Code: 0xe91f" class="the-icons span3"><i class="demo-icon icon-css3"></i> <span class="i-name">icon-css3</span><span class="i-code">0xe91f</span></div>
<div title="Code: 0xe920" class="the-icons span3"><i class="demo-icon icon-delicious"></i> <span class="i-name">icon-delicious</span><span class="i-code">0xe920</span></div>
<div title="Code: 0xe921" class="the-icons span3"><i class="demo-icon icon-digg"></i> <span class="i-name">icon-digg</span><span class="i-code">0xe921</span></div>
<div title="Code: 0xe922" class="the-icons span3"><i class="demo-icon icon-dribbble"></i> <span class="i-name">icon-dribbble</span><span class="i-code">0xe922</span></div>
</div>
<div class="row">
<div title="Code: 0xe923" class="the-icons span3"><i class="demo-icon icon-dropbox"></i> <span class="i-name">icon-dropbox</span><span class="i-code">0xe923</span></div>
<div title="Code: 0xe924" class="the-icons span3"><i class="demo-icon icon-facebook"></i> <span class="i-name">icon-facebook</span><span class="i-code">0xe924</span></div>
<div title="Code: 0xe925" class="the-icons span3"><i class="demo-icon icon-facebook-squared"></i> <span class="i-name">icon-facebook-squared</span><span class="i-code">0xe925</span></div>
<div title="Code: 0xe926" class="the-icons span3"><i class="demo-icon icon-flickr"></i> <span class="i-name">icon-flickr</span><span class="i-code">0xe926</span></div>
</div>
<div class="row">
<div title="Code: 0xe927" class="the-icons span3"><i class="demo-icon icon-foursquare"></i> <span class="i-name">icon-foursquare</span><span class="i-code">0xe927</span></div>
<div title="Code: 0xe928" class="the-icons span3"><i class="demo-icon icon-git-squared"></i> <span class="i-name">icon-git-squared</span><span class="i-code">0xe928</span></div>
<div title="Code: 0xe929" class="the-icons span3"><i class="demo-icon icon-github-circled"></i> <span class="i-name">icon-github-circled</span><span class="i-code">0xe929</span></div>
<div title="Code: 0xe92a" class="the-icons span3"><i class="demo-icon icon-gittip"></i> <span class="i-name">icon-gittip</span><span class="i-code">0xe92a</span></div>
</div>
<div class="row">
<div title="Code: 0xe92b" class="the-icons span3"><i class="demo-icon icon-google"></i> <span class="i-name">icon-google</span><span class="i-code">0xe92b</span></div>
<div title="Code: 0xe92c" class="the-icons span3"><i class="demo-icon icon-gplus"></i> <span class="i-name">icon-gplus</span><span class="i-code">0xe92c</span></div>
<div title="Code: 0xe92d" class="the-icons span3"><i class="demo-icon icon-gplus-squared"></i> <span class="i-name">icon-gplus-squared</span><span class="i-code">0xe92d</span></div>
<div title="Code: 0xe92e" class="the-icons span3"><i class="demo-icon icon-html5"></i> <span class="i-name">icon-html5</span><span class="i-code">0xe92e</span></div>
</div>
<div class="row">
<div title="Code: 0xe92f" class="the-icons span3"><i class="demo-icon icon-instagramm"></i> <span class="i-name">icon-instagramm</span><span class="i-code">0xe92f</span></div>
<div title="Code: 0xe930" class="the-icons span3"><i class="demo-icon icon-linkedin-squared"></i> <span class="i-name">icon-linkedin-squared</span><span class="i-code">0xe930</span></div>
<div title="Code: 0xe931" class="the-icons span3"><i class="demo-icon icon-linux"></i> <span class="i-name">icon-linux</span><span class="i-code">0xe931</span></div>
<div title="Code: 0xe932" class="the-icons span3"><i class="demo-icon icon-linkedin"></i> <span class="i-name">icon-linkedin</span><span class="i-code">0xe932</span></div>
</div>
<div class="row">
<div title="Code: 0xe933" class="the-icons span3"><i class="demo-icon icon-pagelines"></i> <span class="i-name">icon-pagelines</span><span class="i-code">0xe933</span></div>
<div title="Code: 0xe934" class="the-icons span3"><i class="demo-icon icon-pied-piper-squared"></i> <span class="i-name">icon-pied-piper-squared</span><span class="i-code">0xe934</span></div>
<div title="Code: 0xe935" class="the-icons span3"><i class="demo-icon icon-pinterest-circled"></i> <span class="i-name">icon-pinterest-circled</span><span class="i-code">0xe935</span></div>
<div title="Code: 0xe936" class="the-icons span3"><i class="demo-icon icon-pinterest-squared"></i> <span class="i-name">icon-pinterest-squared</span><span class="i-code">0xe936</span></div>
</div>
<div class="row">
<div title="Code: 0xe937" class="the-icons span3"><i class="demo-icon icon-renren"></i> <span class="i-name">icon-renren</span><span class="i-code">0xe937</span></div>
<div title="Code: 0xe938" class="the-icons span3"><i class="demo-icon icon-skype"></i> <span class="i-name">icon-skype</span><span class="i-code">0xe938</span></div>
<div title="Code: 0xe939" class="the-icons span3"><i class="demo-icon icon-slideshare"></i> <span class="i-name">icon-slideshare</span><span class="i-code">0xe939</span></div>
<div title="Code: 0xe93a" class="the-icons span3"><i class="demo-icon icon-stackexchange"></i> <span class="i-name">icon-stackexchange</span><span class="i-code">0xe93a</span></div>
</div>
<div class="row">
<div title="Code: 0xe93b" class="the-icons span3"><i class="demo-icon icon-stackoverflow"></i> <span class="i-name">icon-stackoverflow</span><span class="i-code">0xe93b</span></div>
<div title="Code: 0xe93c" class="the-icons span3"><i class="demo-icon icon-trello"></i> <span class="i-name">icon-trello</span><span class="i-code">0xe93c</span></div>
<div title="Code: 0xe93d" class="the-icons span3"><i class="demo-icon icon-tumblr"></i> <span class="i-name">icon-tumblr</span><span class="i-code">0xe93d</span></div>
<div title="Code: 0xe93e" class="the-icons span3"><i class="demo-icon icon-tumblr-squared"></i> <span class="i-name">icon-tumblr-squared</span><span class="i-code">0xe93e</span></div>
</div>
<div class="row">
<div title="Code: 0xe93f" class="the-icons span3"><i class="demo-icon icon-twitter-squared"></i> <span class="i-name">icon-twitter-squared</span><span class="i-code">0xe93f</span></div>
<div title="Code: 0xe940" class="the-icons span3"><i class="demo-icon icon-twitter"></i> <span class="i-name">icon-twitter</span><span class="i-code">0xe940</span></div>
<div title="Code: 0xe941" class="the-icons span3"><i class="demo-icon icon-vimeo-squared"></i> <span class="i-name">icon-vimeo-squared</span><span class="i-code">0xe941</span></div>
<div title="Code: 0xe942" class="the-icons span3"><i class="demo-icon icon-windows"></i> <span class="i-name">icon-windows</span><span class="i-code">0xe942</span></div>
</div>
<div class="row">
<div title="Code: 0xe943" class="the-icons span3"><i class="demo-icon icon-wordpress"></i> <span class="i-name">icon-wordpress</span><span class="i-code">0xe943</span></div>
<div title="Code: 0xe944" class="the-icons span3"><i class="demo-icon icon-youtube"></i> <span class="i-name">icon-youtube</span><span class="i-code">0xe944</span></div>
<div title="Code: 0xe945" class="the-icons span3"><i class="demo-icon icon-youtube-squared"></i> <span class="i-name">icon-youtube-squared</span><span class="i-code">0xe945</span></div>
<div title="Code: 0xe946" class="the-icons span3"><i class="demo-icon icon-youtube-play"></i> <span class="i-name">icon-youtube-play</span><span class="i-code">0xe946</span></div>
</div>
<div class="row">
<div title="Code: 0xe947" class="the-icons span3"><i class="demo-icon icon-blank"></i> <span class="i-name">icon-blank</span><span class="i-code">0xe947</span></div>
<div title="Code: 0xe948" class="the-icons span3"><i class="demo-icon icon-lemon"></i> <span class="i-name">icon-lemon</span><span class="i-code">0xe948</span></div>
<div title="Code: 0xe949" class="the-icons span3"><i class="demo-icon icon-note"></i> <span class="i-name">icon-note</span><span class="i-code">0xe949</span></div>
<div title="Code: 0xe94a" class="the-icons span3"><i class="demo-icon icon-note-beamed"></i> <span class="i-name">icon-note-beamed</span><span class="i-code">0xe94a</span></div>
</div>
<div class="row">
<div title="Code: 0xe94c" class="the-icons span3"><i class="demo-icon icon-alert"></i> <span class="i-name">icon-alert</span><span class="i-code">0xe94c</span></div>
<div title="Code: 0xe94f" class="the-icons span3"><i class="demo-icon icon-graduation-cap"></i> <span class="i-name">icon-graduation-cap</span><span class="i-code">0xe94f</span></div>
<div title="Code: 0xe950" class="the-icons span3"><i class="demo-icon icon-water"></i> <span class="i-name">icon-water</span><span class="i-code">0xe950</span></div>
<div title="Code: 0xe951" class="the-icons span3"><i class="demo-icon icon-droplet"></i> <span class="i-name">icon-droplet</span><span class="i-code">0xe951</span></div>
</div>
<div class="row">
<div title="Code: 0xe952" class="the-icons span3"><i class="demo-icon icon-key"></i> <span class="i-name">icon-key</span><span class="i-code">0xe952</span></div>
<div title="Code: 0xe953" class="the-icons span3"><i class="demo-icon icon-infinity"></i> <span class="i-name">icon-infinity</span><span class="i-code">0xe953</span></div>
<div title="Code: 0xe956" class="the-icons span3"><i class="demo-icon icon-at"></i> <span class="i-name">icon-at</span><span class="i-code">0xe956</span></div>
<div title="Code: 0xe957" class="the-icons span3"><i class="demo-icon icon-money-bag"></i> <span class="i-name">icon-money-bag</span><span class="i-code">0xe957</span></div>
</div>
<div class="row">
<div title="Code: 0xe958" class="the-icons span3"><i class="demo-icon icon-hash"></i> <span class="i-name">icon-hash</span><span class="i-code">0xe958</span></div>
<div title="Code: 0xe959" class="the-icons span3"><i class="demo-icon icon-airport"></i> <span class="i-name">icon-airport</span><span class="i-code">0xe959</span></div>
<div title="Code: 0xe95a" class="the-icons span3"><i class="demo-icon icon-fast-food"></i> <span class="i-name">icon-fast-food</span><span class="i-code">0xe95a</span></div>
<div title="Code: 0xe95b" class="the-icons span3"><i class="demo-icon icon-fuel"></i> <span class="i-name">icon-fuel</span><span class="i-code">0xe95b</span></div>
</div>
<div class="row">
<div title="Code: 0xe95c" class="the-icons span3"><i class="demo-icon icon-police"></i> <span class="i-name">icon-police</span><span class="i-code">0xe95c</span></div>
<div title="Code: 0xe95d" class="the-icons span3"><i class="demo-icon icon-religious-christian"></i> <span class="i-name">icon-religious-christian</span><span class="i-code">0xe95d</span></div>
<div title="Code: 0xe95e" class="the-icons span3"><i class="demo-icon icon-religious-islam"></i> <span class="i-name">icon-religious-islam</span><span class="i-code">0xe95e</span></div>
<div title="Code: 0xe95f" class="the-icons span3"><i class="demo-icon icon-religious-jewish"></i> <span class="i-name">icon-religious-jewish</span><span class="i-code">0xe95f</span></div>
</div>
<div class="row">
<div title="Code: 0xe960" class="the-icons span3"><i class="demo-icon icon-school"></i> <span class="i-name">icon-school</span><span class="i-code">0xe960</span></div>
<div title="Code: 0xe961" class="the-icons span3"><i class="demo-icon icon-swimming"></i> <span class="i-name">icon-swimming</span><span class="i-code">0xe961</span></div>
<div title="Code: 0xe962" class="the-icons span3"><i class="demo-icon icon-toilet"></i> <span class="i-name">icon-toilet</span><span class="i-code">0xe962</span></div>
<div title="Code: 0xe964" class="the-icons span3"><i class="demo-icon icon-universal-access"></i> <span class="i-name">icon-universal-access</span><span class="i-code">0xe964</span></div>
</div>
<div class="row">
<div title="Code: 0xe966" class="the-icons span3"><i class="demo-icon icon-travel"></i> <span class="i-name">icon-travel</span><span class="i-code">0xe966</span></div>
<div title="Code: 0xe967" class="the-icons span3"><i class="demo-icon icon-symbols"></i> <span class="i-name">icon-symbols</span><span class="i-code">0xe967</span></div>
<div title="Code: 0xe968" class="the-icons span3"><i class="demo-icon icon-recent"></i> <span class="i-name">icon-recent</span><span class="i-code">0xe968</span></div>
<div title="Code: 0xe969" class="the-icons span3"><i class="demo-icon icon-people"></i> <span class="i-name">icon-people</span><span class="i-code">0xe969</span></div>
</div>
<div class="row">
<div title="Code: 0xe96a" class="the-icons span3"><i class="demo-icon icon-objects"></i> <span class="i-name">icon-objects</span><span class="i-code">0xe96a</span></div>
<div title="Code: 0xe96b" class="the-icons span3"><i class="demo-icon icon-nature"></i> <span class="i-name">icon-nature</span><span class="i-code">0xe96b</span></div>
<div title="Code: 0xe96c" class="the-icons span3"><i class="demo-icon icon-foods"></i> <span class="i-name">icon-foods</span><span class="i-code">0xe96c</span></div>
<div title="Code: 0xe96d" class="the-icons span3"><i class="demo-icon icon-activity"></i> <span class="i-name">icon-activity</span><span class="i-code">0xe96d</span></div>
</div>
<div class="row">
<div title="Code: 0xe96e" class="the-icons span3"><i class="demo-icon icon-flags"></i> <span class="i-name">icon-flags</span><span class="i-code">0xe96e</span></div>
<div title="Code: 0xe96f" class="the-icons span3"><i class="demo-icon icon-people-plus"></i> <span class="i-name">icon-people-plus</span><span class="i-code">0xe96f</span></div>
<div title="Code: 0xe970" class="the-icons span3"><i class="demo-icon icon-file-pdf"></i> <span class="i-name">icon-file-pdf</span><span class="i-code">0xe970</span></div>
<div title="Code: 0xe971" class="the-icons span3"><i class="demo-icon icon-file-word"></i> <span class="i-name">icon-file-word</span><span class="i-code">0xe971</span></div>
</div>
<div class="row">
<div title="Code: 0xe972" class="the-icons span3"><i class="demo-icon icon-file-excel"></i> <span class="i-name">icon-file-excel</span><span class="i-code">0xe972</span></div>
<div title="Code: 0xe973" class="the-icons span3"><i class="demo-icon icon-file-powerpoint"></i> <span class="i-name">icon-file-powerpoint</span><span class="i-code">0xe973</span></div>
<div title="Code: 0xe974" class="the-icons span3"><i class="demo-icon icon-file-image"></i> <span class="i-name">icon-file-image</span><span class="i-code">0xe974</span></div>
<div title="Code: 0xe975" class="the-icons span3"><i class="demo-icon icon-file-archive"></i> <span class="i-name">icon-file-archive</span><span class="i-code">0xe975</span></div>
</div>
<div class="row">
<div title="Code: 0xe976" class="the-icons span3"><i class="demo-icon icon-file-audio"></i> <span class="i-name">icon-file-audio</span><span class="i-code">0xe976</span></div>
<div title="Code: 0xe977" class="the-icons span3"><i class="demo-icon icon-file-video"></i> <span class="i-name">icon-file-video</span><span class="i-code">0xe977</span></div>
<div title="Code: 0xe978" class="the-icons span3"><i class="demo-icon icon-file-code"></i> <span class="i-name">icon-file-code</span><span class="i-code">0xe978</span></div>
<div title="Code: 0xe979" class="the-icons span3"><i class="demo-icon icon-issue-closed"></i> <span class="i-name">icon-issue-closed</span><span class="i-code">0xe979</span></div>
</div>
<div class="row">
<div title="Code: 0xe97a" class="the-icons span3"><i class="demo-icon icon-issue-opened"></i> <span class="i-name">icon-issue-opened</span><span class="i-code">0xe97a</span></div>
<div title="Code: 0xe97b" class="the-icons span3"><i class="demo-icon icon-issue-reopened"></i> <span class="i-name">icon-issue-reopened</span><span class="i-code">0xe97b</span></div>
<div title="Code: 0xe97c" class="the-icons span3"><i class="demo-icon icon-milestone"></i> <span class="i-name">icon-milestone</span><span class="i-code">0xe97c</span></div>
<div title="Code: 0xe97d" class="the-icons span3"><i class="demo-icon icon-mirror"></i> <span class="i-name">icon-mirror</span><span class="i-code">0xe97d</span></div>
</div>
<div class="row">
<div title="Code: 0xe97e" class="the-icons span3"><i class="demo-icon icon-plug"></i> <span class="i-name">icon-plug</span><span class="i-code">0xe97e</span></div>
<div title="Code: 0xe980" class="the-icons span3"><i class="demo-icon icon-repo-forked"></i> <span class="i-name">icon-repo-forked</span><span class="i-code">0xe980</span></div>
<div title="Code: 0xe981" class="the-icons span3"><i class="demo-icon icon-repo-pull"></i> <span class="i-name">icon-repo-pull</span><span class="i-code">0xe981</span></div>
<div title="Code: 0xe982" class="the-icons span3"><i class="demo-icon icon-repo-push"></i> <span class="i-name">icon-repo-push</span><span class="i-code">0xe982</span></div>
</div>
<div class="row">
<div title="Code: 0xe983" class="the-icons span3"><i class="demo-icon icon-shield-key"></i> <span class="i-name">icon-shield-key</span><span class="i-code">0xe983</span></div>
<div title="Code: 0xe984" class="the-icons span3"><i class="demo-icon icon-repo-clone"></i> <span class="i-name">icon-repo-clone</span><span class="i-code">0xe984</span></div>
<div title="Code: 0xe985" class="the-icons span3"><i class="demo-icon icon-repo-force-push"></i> <span class="i-name">icon-repo-force-push</span><span class="i-code">0xe985</span></div>
<div title="Code: 0xe986" class="the-icons span3"><i class="demo-icon icon-unverified"></i> <span class="i-name">icon-unverified</span><span class="i-code">0xe986</span></div>
</div>
<div class="row">
<div title="Code: 0xe987" class="the-icons span3"><i class="demo-icon icon-verified"></i> <span class="i-name">icon-verified</span><span class="i-code">0xe987</span></div>
<div title="Code: 0xe988" class="the-icons span3"><i class="demo-icon icon-zap"></i> <span class="i-name">icon-zap</span><span class="i-code">0xe988</span></div>
<div title="Code: 0xe989" class="the-icons span3"><i class="demo-icon icon-pulse"></i> <span class="i-name">icon-pulse</span><span class="i-code">0xe989</span></div>
<div title="Code: 0xe98a" class="the-icons span3"><i class="demo-icon icon-versions"></i> <span class="i-name">icon-versions</span><span class="i-code">0xe98a</span></div>
</div>
<div class="row">
<div title="Code: 0xe98b" class="the-icons span3"><i class="demo-icon icon-text-size"></i> <span class="i-name">icon-text-size</span><span class="i-code">0xe98b</span></div>
<div title="Code: 0xe98c" class="the-icons span3"><i class="demo-icon icon-markdown"></i> <span class="i-name">icon-markdown</span><span class="i-code">0xe98c</span></div>
<div title="Code: 0xe98d" class="the-icons span3"><i class="demo-icon icon-no-newline"></i> <span class="i-name">icon-no-newline</span><span class="i-code">0xe98d</span></div>
<div title="Code: 0xe98e" class="the-icons span3"><i class="demo-icon icon-tools"></i> <span class="i-name">icon-tools</span><span class="i-code">0xe98e</span></div>
</div>
<div class="row">
<div title="Code: 0xe98f" class="the-icons span3"><i class="demo-icon icon-tape"></i> <span class="i-name">icon-tape</span><span class="i-code">0xe98f</span></div>
</div>
</div>
<div class="container footer">Generated by <a href="http://fontello.com">fontello.com</a></div>
</body>
</html>
|
Série 02/eg06-02-03.html | Diego999/Infographie | <!doctype html>
<html>
<head>
<!-- Definition of style sheet format, especially for the WebGL canevas: -->
<link rel="stylesheet" href="css/stylesheet.css">
<!-- External JavaScript (JS) sources: -->
<script src="js/commonFunctions.js"></script> <!-- Example external source -->
<script src='js/gl-matrix-min.js'></script> <!-- Matrix Library -->
<script src='js/webglTools.js'></script> <!-- Basic WebGL initialization tools -->
<!-- *** Vertex Shader ***
-- Applies projection and model-view transformations to each vertex -->
<script id="shader-vs" type="x-shader/x-vertex">
/*
General idea : Change the formula of Bézier for the cubic
*/
//vertices are positioned according to the Bezier formula
attribute vec3 aVertexPosition;
attribute vec4 aColor;
uniform mat4 uMVMatrix;
uniform mat4 uPMatrix;
varying vec4 vColor;
//points defined by the user (mouse clicks) are the 4 control points of the cubic Bezier
uniform vec2 uP0;
uniform vec2 uP1;
uniform vec2 uP2;
uniform vec2 uP3;
void main(void) {
//sets the size of the 3 control point primitive 'uP0', 'uP1', and 'uP2'
gl_PointSize = 5.0;
vColor = aColor;
//if the vertex z coordinate is not 0, then its a point and will be rendered with the red color
if (aVertexPosition.z != 0.0){
vColor = vec4(1.0, 0.0, 0.0, 1.0);
gl_Position = uPMatrix * uMVMatrix * vec4(aVertexPosition, 1.0);
}else{
//vertex position is calculated according to the quadratic Bezier formula
float t = aVertexPosition.x;
vec2 B_t = (1.0 - t) * (1.0 - t) * (1.0 - t) * uP0 + 3.0 * (1.0 - t) * (1.0 - t) * t* uP1 + 3.0 * (1.0 - t) * (1.0 -t) * t * t * uP2 + t * t * t * uP3;//Cubic curve
vec3 newVertexPos = vec3(B_t, 0.0);
gl_Position = uPMatrix * uMVMatrix * vec4(newVertexPos, 1.0);
}
}
</script>
<!-- *** Fragment Shader ***
-- Sets the pixel color using the "aColor" attribute -->
<script id="shader-fs" type="x-shader/x-fragment">
#ifdef GL_ES
precision highp float;
#endif
varying vec4 vColor;
void main(void) {
gl_FragColor = vColor;
}
</script>
<script>
var maxPoints = 3 //resolution of the Bezier curve, more points give a smoother curve
window.onkeydown = checkKey;
// Buffers to send data to the graphics card (vertices, indices, color per vertex)
var vertexBuffer = null;
var indexBuffer = null;
var colorBuffer = null;
// point coordinates
var pointsBuffer = null;
var pointsIndexBuffer = null;
var indices = []; //JavaScript array to store the indices of the curve
var vertices = []; //JavaScript array to store the vertices of the curve
var colors = []; //JavaScript array to store the color assigned to each vertex
var points = []; //JavaScript array to store and display the points of the Bezier curve
var pointsIndices = []; //JavaScript array to store the indices of the control points
var mvMatrix = mat4.create(); // The Model-View matrix
var pMatrix = mat4.create(); // The projection matrix
function checkKey(ev){
switch(ev.keyCode){
case 173: // '-' key (from keyboard)
case 109:{ // '-' key (from number pad)
if (maxPoints >1) --maxPoints;
initBuffers();
break;
}
case 49: // '+' key (from keyboard)
case 107:{ // '+' key (from number pad)
if (maxPoints <20) ++maxPoints;
maxPoints ++;
initBuffers();
break;
}
case 65:{ // 'a' key
points[3] -= 0.01;
initBuffers();
break;
}
case 68:{ // 'd' key
points[3] += 0.01; // notice that p[3] corresponds to p1.x
initBuffers();
break;
}
case 87:{ // 'w'
points[4] += 0.01; // notice that p[4] corresponds to p1.y
initBuffers();
break;
}
case 83:{ // 's'
points[4] -= 0.01;
initBuffers();
break;
}
default:
console.log(ev.keyCode); //--- DEBUG LINE ---
break;
}
}
//this function is called from initProgram() which is defined in webglTools.js, it is implemented here for clarity
function initShaderParameters(prg){
//The following lines get a reference to the uniforms and attributes defined in the shaders.
//This is a necessary step as the shaders are NOT written in JavaScript but in a
//specialized language called GLSL.
//--- Information for the Vertex Shader ---
prg.vertexPositionAttribute = glContext.getAttribLocation(prg, "aVertexPosition");
glContext.enableVertexAttribArray(prg.vertexPositionAttribute);
prg.colorAttribute = glContext.getAttribLocation(prg, "aColor");
glContext.enableVertexAttribArray(prg.colorAttribute);
prg.pMatrixUniform = glContext.getUniformLocation(prg, 'uPMatrix');
prg.mvMatrixUniform = glContext.getUniformLocation(prg, 'uMVMatrix');
prg.p0Uniform = glContext.getUniformLocation(prg, 'uP0');
prg.p1Uniform = glContext.getUniformLocation(prg, 'uP1');
prg.p2Uniform = glContext.getUniformLocation(prg, 'uP2');
prg.p3Uniform = glContext.getUniformLocation(prg, 'uP3');//P3
//--- Information for the Fragment Shader ---
// <none>
}
//initializes buffers: sends data from the javascript arrays to the graphics card
function initBuffers(){
// init or reset 'indices' and 'vertices' tables
indices = [];
vertices = [];
colors = [];
for (i = 0.0; i <= maxPoints; i++){
vertices.push(1.0/maxPoints * i, 0, 0);
indices.push(i);
colors.push(0.0, i/maxPoints, 0.0, 1.0); // dark to light green
}
vertexBuffer = getVertexBufferWithVertices(vertices);
indexBuffer = getIndexBufferWithIndices(indices);
pointsIndexBuffer = getIndexBufferWithIndices(pointsIndices);
colorBuffer = getVertexBufferWithVertices(colors);
pointsBuffer = getVertexBufferWithVertices(points);
}
/*
* Draws the scene
*/
function drawScene(){
//light grey background
glContext.clearColor(0.9, 0.9, 1.0, 1.0); // #EEEEFF
//activate z-buffer
glContext.enable(glContext.DEPTH_TEST);
//resets color and depth buffer before drawing
glContext.clear(glContext.COLOR_BUFFER_BIT | glContext.DEPTH_BUFFER_BIT);
//defines viewport dimensions based on the webgl canvas size
glContext.viewport(0, 0, c_width, c_height);
//send transformation matrices to vertex shader
//perspective projection
//mat4.perspective(60, c_width / c_height, 0.1, 10000.0, pMatrix);
//orthographic projection : left, right, bottom, top, near, far, dest
mat4.ortho(-1.0, 1.0, -1.0, 1.0, -1.0, 1.0, pMatrix);
//this example does not apply model-view transformations
mat4.identity(mvMatrix);
//send the projection and model view matrices to the vertex shader
glContext.uniformMatrix4fv(prg.pMatrixUniform, false, pMatrix);
glContext.uniformMatrix4fv(prg.mvMatrixUniform, false, mvMatrix);
//sets Bezier control points
var numberBezPoints = 0;
if (points.length == 12){
var p0 = [];
var p1 = [];
var p2 = [];
var p3 = [];
p0.push(points[0], points[1]);
p1.push(points[3], points[4]);
p2.push(points[6], points[7]);
p3.push(points[9], points[10]);
glContext.uniform2fv(prg.p0Uniform, p0);
glContext.uniform2fv(prg.p1Uniform, p1);
glContext.uniform2fv(prg.p2Uniform, p2);
glContext.uniform2fv(prg.p3Uniform, p3);
numberBezPoints = indices.length;
}
//1. Sending vertices(1.1), colors(1.2), and indices(1.3) to the Vertex Shader;
// then ask Vertex Shader to draw lines between vertices(1.4)
//1.1 Send the array of VERTEX specifying that they are each composed of 3 parameters
glContext.bindBuffer(glContext.ARRAY_BUFFER, vertexBuffer);
glContext.vertexAttribPointer(prg.vertexPositionAttribute, 3, glContext.FLOAT, false, 0, 0);
//1.2 Send the array of COLOR specifying that they are each composed of 4 parameters
glContext.bindBuffer(glContext.ARRAY_BUFFER, colorBuffer);
glContext.vertexAttribPointer(prg.colorAttribute, 4, glContext.FLOAT, false, 0, 0);
//1.3 Send the array of INDEX (1 param. for each => no need of 'vertexAttribPointer')
glContext.bindBuffer(glContext.ELEMENT_ARRAY_BUFFER, indexBuffer);
//1.4 Draw as line strip to approximate the bezier curve
glContext.drawElements(glContext.LINE_STRIP, numberBezPoints, glContext.UNSIGNED_SHORT,0);
//2. Sending vertices(1.1), colors(1.2), and indices(1.3) to the Vertex Shader;
// then ask Vertex Shader to draw lines between vertices(1.4)
//2.1 Send control points data
glContext.bindBuffer(glContext.ARRAY_BUFFER, pointsBuffer);
glContext.vertexAttribPointer(prg.vertexPositionAttribute, 3, glContext.FLOAT, false, 0, 0);
//2.2 Send indices data to the vertex shader
glContext.bindBuffer(glContext.ELEMENT_ARRAY_BUFFER, pointsIndexBuffer);
glContext.drawElements(glContext.POINTS, pointsIndices.length, glContext.UNSIGNED_SHORT, 0);
}
/*******************************************************************************
Starting point!!
Initializes webgl, shaders, buffers and starts rendering loop
********************************************************************************/
function initWebGL(){
glContext = getGLContext('webgl-canvas');
//Initializes the program (shaders).
initProgram();
//Initializes the buffers that we are going to use to draw polygons (vertex buffer, color and index buffer)
initBuffers();
//Starts rendering loop, calls drawScene
renderLoop();
}
</script>
</head>
<!-- HTML body -->
<body onload="initWebGL()">
<script>displayTitle("Eg06-02 : WebGL, Courbes quadratiques de Bezier Ex3", 0,1,1,1);</script>
<p> Définir les trois points de contrôle en cliquant à trois endroits dans le canevas, puis pour modifier la courbe,
utiliser les touches suivantes : - pour réduire la résolution de la courbe ; + pour laugmenter ; a et d pour
les mouvements horizontaux du point de contrôle central et similairement w et s pour laxe vertical.
</p>
<!-- WebGL canvas -->
<canvas id="webgl-canvas" width="500" height="500">
HTML5 is not supported
</canvas>
</body>
<!-- Second script block, gets mouse clicks and transforms html space coordinates to webgl coordinates
This block is separated because it needs the webgl canvas to be created first.
-->
<script id='code-js' type="text/javascript">
function addPointOnGLScene(pX,pY){
if (points.length >= 12){
//resets points and related arrays
points = [];
pointsIndices = [];
}
//adds a control point
points.push(pX,pY, 0.5);
//adds a new, consecutive index
pointsIndices.push(pointsIndices.length);
//re-initializes the buffers to take the new vertex into account when rendering the scene
initBuffers();
}
//correction required to eliminate offset on mouse coordinates
function getMousePos(canvas, evt) {
var rect = canvas.getBoundingClientRect();
return {
x: evt.clientX - rect.left,
y: evt.clientY - rect.top
};
}
//get a reference to the webgl canvas
var canvas = document.getElementById('webgl-canvas');
//add a call back for mouse click events on the webgl canvas
canvas.addEventListener('click', function(evt) {
//gets position of the click
var mousePos = getMousePos(canvas, evt);
//converts coordinates in html space (origin on upper left corner)
//to world space (origin at the center of the viewport)
var pX = (mousePos.x - canvas.width/2.0) / canvas.width * 2.0;
var pY = (canvas.height/2.0 - mousePos.y) / canvas.height * 2.0;
//var message = 'point: ' + pX + ',' + pY;
//console.log(message);
//sends point coordinates to the webgl scene
addPointOnGLScene(pX,pY);
}, false);
</script>
</html> |
src/font/font-awesome/css/font-awesome.css | fadhilnapis/fadhilnapis.github.io | /*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-project-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
|
public/index.html | alexspence/operationcode_frontend | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="%PUBLIC_URL%/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="%PUBLIC_URL%/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="%PUBLIC_URL%/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="%PUBLIC_URL%/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="%PUBLIC_URL%/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="%PUBLIC_URL%/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Operation Code</title>
<!-- Start of Async Drift Code -->
<script>
!function() {
var t;
if (t = window.driftt = window.drift = window.driftt || [], !t.init) return t.invoked ? void (window.console && console.error && console.error("Drift snippet included twice.")) : (t.invoked = !0,
t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n;
return n = Array.prototype.slice.call(arguments), n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e, n, o, i;
e = 3e5, i = Math.ceil(new Date() / e) * e, o = document.createElement("script"),
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + i + "/" + t + ".js",
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
});
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('85m6w5amcr58');
</script>
<!-- End of Async Drift Code -->
</head>
<body>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
</body>
</html>
|
app/assets/templates/v2/OrganizationMemberPayment.html | Mackaber/LeanLaunchLab | <div class="body-wrapper">
<div class="box-wrapper">
<div class="form-body">
<div style="float: left; width: 500px">
<h2><%= organizationMember.user().get("name") %></h2>
Favor de introducir los datos de tu tarjeta de crédito para hacer un pago único de $<%= parseInt(organizationMember.organization().get("member_price")).toFixed(2) %>. Si tienes alguna pregunta contactanos en <a href="mailto:hola@spartans.academy">hola@spartans.academy</a>.
</div>
<div class="accountinfo">
<div class="cc"></div>
</div>
</div>
</div>
</div>
|
firefox/chrome/userChrome.css | DrunkenInfant/dotfiles | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* to hide the native tabs */
#TabsToolbar {
visibility: collapse;
}
/* to hide the sidebar header */
#sidebar-header {
visibility: collapse;
}
|
android/doc/com.epimorphics.android.myrivers.data/-w-i-m-s-point/index.html | alessio-b-zak/myRivers | <HTML>
<HEAD>
<meta charset="UTF-8">
<title>WIMSPoint - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">com.epimorphics.android.myrivers.data</a> / <a href=".">WIMSPoint</a><br/>
<br/>
<h1>WIMSPoint</h1>
<code><span class="keyword">class </span><span class="identifier">WIMSPoint</span> <span class="symbol">:</span> <a href="../-point/index.html"><span class="identifier">com.epimorphics.android.myrivers.data.Point</span></a></code>
<p>Data class storing water quality sample details found in Water Quality Data Archive(WIMS). Extends Point.</p>
<p><strong>See Also</strong><br/>
<a href="http://environment.data.gov.uk/water-quality/view/landing">Water Quality Data Archive</a>Point</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<a href="-init-.html"><init></a></td>
<td>
<code><span class="identifier">WIMSPoint</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>Data constructor for a WIMS sampling point</p>
<code><span class="identifier">WIMSPoint</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>Data constructor for a WIMS sampling point including distance which is used inside MyArea</p>
</td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="get-distance.html">getDistance</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getDistance</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">double</span></code></td>
</tr>
<tr>
<td>
<a href="get-id.html">getId</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getId</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">java.lang.String</span></code></td>
</tr>
<tr>
<td>
<a href="get-label.html">getLabel</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getLabel</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">java.lang.String</span></code></td>
</tr>
<tr>
<td>
<a href="get-latitude.html">getLatitude</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getLatitude</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">double</span></code></td>
</tr>
<tr>
<td>
<a href="get-longitude.html">getLongitude</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getLongitude</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">double</span></code></td>
</tr>
<tr>
<td>
<a href="get-measurement-map.html">getMeasurementMap</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getMeasurementMap</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">java.util.HashMap</span><span class="symbol"><</span><span class="identifier">java.lang.String</span><span class="symbol">,</span> <span class="identifier">java.util.ArrayList</span><span class="symbol"><</span><a href="../-measurement/index.html"><span class="identifier">com.epimorphics.android.myrivers.data.Measurement</span></a><span class="symbol">></span><span class="symbol">></span></code></td>
</tr>
<tr>
<td>
<a href="set-id.html">setId</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">setId</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">void</span></code></td>
</tr>
<tr>
<td>
<a href="set-label.html">setLabel</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">setLabel</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">void</span></code></td>
</tr>
<tr>
<td>
<a href="set-latitude.html">setLatitude</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">setLatitude</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">void</span></code></td>
</tr>
<tr>
<td>
<a href="set-longitude.html">setLongitude</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">setLongitude</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">void</span></code></td>
</tr>
</tbody>
</table>
<h3>Other members</h3>
<table>
<tbody>
<tr>
<td>
<a href="dissolved-oxygen-group.html">dissolvedOxygenGroup</a></td>
<td>
<code><span class="identifier">dissolvedOxygenGroup</span></code></td>
</tr>
<tr>
<td>
<a href="general-group.html">generalGroup</a></td>
<td>
<code><span class="identifier">generalGroup</span></code></td>
</tr>
<tr>
<td>
<a href="nitrate-group.html">nitrateGroup</a></td>
<td>
<code><span class="identifier">nitrateGroup</span></code></td>
</tr>
<tr>
<td>
<a href="non-metal-group.html">nonMetalGroup</a></td>
<td>
<code><span class="identifier">nonMetalGroup</span></code></td>
</tr>
<tr>
<td>
<a href="oxygen-demand-group.html">oxygenDemandGroup</a></td>
<td>
<code><span class="identifier">oxygenDemandGroup</span></code></td>
</tr>
<tr>
<td>
<a href="phosphate-group.html">phosphateGroup</a></td>
<td>
<code><span class="identifier">phosphateGroup</span></code></td>
</tr>
<tr>
<td>
<a href="solid-group.html">solidGroup</a></td>
<td>
<code><span class="identifier">solidGroup</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|
checkin/templates/checkin/hacker.html | hackupc/backend | {% extends "base_tabs.html" %}
{% block head_title %}Check In {{ app.user.name }}{% endblock %}
{% block panel %}
<dl class="dl-horizontal">
{% include 'include/field.html' with desc='Lenny face' value=app.lennyface %}
{% include 'include/field.html' with desc='Type' value=app.user.get_type_display %}
{% if app.user.is_sponsor %}
{% include 'include/field.html' with desc='Name' value=app.name %}
{% include 'include/field.html' with desc='Company' value=app.user.name %}
{% else %}
{% include 'include/field.html' with desc='Name' value=app.user.name %}
{% endif %}
{% include 'include/field.html' with desc='Email' value=app.user.email %}
{% include 'include/field.html' with desc='Shirt Size' value=app.tshirt_size %}
{% include 'include/field.html' with desc='Diet' value=app.diet %}
{% include 'include/field.html' with desc='Other' value=app.other_diet %}
{% include 'include/field.html' with desc='Status' value=app.get_status_display %}
</dl>
{% endblock %}
{% block cols-panel %}col-md-6 col-md-offset-3{% endblock %}
{% block out_panel %}
<div class="panel-footer">
{% if checkedin %}
<h4>Let's keep this up!</h4>
{% if app.user.is_hacker %}
<a class="btn btn-default btn-block" href="{% url 'check_in_list' %}">Check in more hackers
manually...</a>
{% elif app.user.is_volunteer %}
<a class="btn btn-default btn-block" href="{% url 'check_in_volunteer_list' %}">Check in more volunteers
manually...</a>
{% elif app.user.is_mentor %}
<a class="btn btn-default btn-block" href="{% url 'check_in_mentor_list' %}">Check in more mentors
manually...</a>
{% elif app.user.is_sponsor %}
<a class="btn btn-default btn-block" href="{% url 'check_in_sponsor_list' %}">Check in more sponsors
manually...</a>
{% endif %}
<a class="btn btn-info btn-block" href="{% url 'check_in_qr' %}">... or try the QR
better?</a>
{% else %}
<form action="" method="post">
{% csrf_token %}
<input type="hidden" name="app_id" value="{{ app.uuid }}"/>
<input type="hidden" name="type" value="{{ app.user.type }}"/>
<button class="btn btn-success btn-block" name="checkin">Check In</button>
</form>
{% endif %}
</div>
{% endblock %}
|
views/shared/layout.html | pf12345/CSD | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>{{title}}</title>
<link rel="stylesheet" href="/css/reset.css"/>
<link rel="stylesheet" href="/css/common.css"/>
<link rel="stylesheet" href="/css/fontIcon/font-awesome.min.css"/>
<script src="/js/jquery/jquery-1.7.2.min.js"></script>
<script src="/js/util.js"></script>
</head>
<body>
{% include "header.html" %}
{% block content %}{% endblock %}
<div id="showMsg"></div>
<script src="/js/socket/socket.io-1.2.1.js"></script>
<script src="/js/jquery/jquery.flexslider-min.js"></script>
</body>
</html> |
_react_docs/0.8.8/classes/core.uirouterpluginbase.html | ui-router/ui-router.github.io | ---
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UIRouterPluginBase | @uirouter/react</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/uirouter.css">
<script src="../assets/js/modernizr.js"></script>
<script src="../assets/js/reset.js"></script>
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@uirouter/react</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<!--
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
-->
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label>
<!--
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
-->
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">@uirouter/react</a>
</li>
<li>
<a href="../modules/core.html">core</a>
</li>
<li>
<a href="core.uirouterpluginbase.html">UIRouterPluginBase</a>
</li>
</ul>
<h1>Class UIRouterPluginBase</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">UIRouterPluginBase</span>
</li>
</ul>
</section>
<section class="tsd-panel">
<h3>Implements</h3>
<ul class="tsd-hierarchy">
<li><a href="../interfaces/core.uirouterplugin.html" class="tsd-signature-type">UIRouterPlugin</a></li>
<li><a href="../interfaces/core.disposable.html" class="tsd-signature-type">Disposable</a></li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class"><a href="core.uirouterpluginbase.html#name" class="tsd-kind-icon">name</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="core.uirouterpluginbase.html#dispose" class="tsd-kind-icon">dispose</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="name" class="tsd-anchor"></a>
<!--
<h3><span class="tsd-flag ts-flagAbstract">Abstract</span> name</h3>
-->
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/core.uirouterplugin.html">UIRouterPlugin</a>.<a href="../interfaces/core.uirouterplugin.html#name">name</a></p>
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/interface.ts#L114">ui-router-core/src/interface.ts:114</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="dispose" class="tsd-anchor"></a>
<!--
<h3>dispose</h3>
-->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span>router<span class="tsd-signature-symbol">: </span><a href="core.uirouter.html" class="tsd-signature-type">UIRouter</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>router <a href="core.uirouter.html" class="tsd-signature-type">UIRouter</a></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</div>
<hr>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/core.disposable.html">Disposable</a>.<a href="../interfaces/core.disposable.html#dispose">dispose</a></p>
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/d7fcc8f/src/interface.ts#L115">ui-router-core/src/interface.ts:115</a></li>
</ul>
</aside> </li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>@uirouter/react</em></a>
</li>
<li class="label tsd-is-external">
<span>Public API</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/components.html">components</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/react.html">react</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/url.html">url</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/view.html">view</a>
</li>
<li class="label tsd-is-external">
<span>Internal UI-<wbr><wbr>Router API</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/hooks.html">hooks</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/path.html">path</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/trace.html">trace</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/vanilla.html">vanilla</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="core.glob.html" class="tsd-kind-icon">Glob</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="core.uirouter.html" class="tsd-kind-icon">UIRouter</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="core.uirouterglobals.html" class="tsd-kind-icon">UIRouter<wbr>Globals</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="core.uirouterpluginbase.html" class="tsd-kind-icon">UIRouter<wbr>Plugin<wbr>Base</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="core.uirouterpluginbase.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="core.uirouterpluginbase.html#dispose" class="tsd-kind-icon">dispose</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="../interfaces/core.disposable.html" class="tsd-kind-icon">Disposable</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="../interfaces/core.uiinjector.html" class="tsd-kind-icon">UIInjector</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="../interfaces/core.uirouterplugin.html" class="tsd-kind-icon">UIRouter<wbr>Plugin</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module tsd-has-type-parameter tsd-is-external">
<a href="../modules/core.html#pluginfactory" class="tsd-kind-icon">Plugin<wbr>Factory</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> |
ReferralTracker/ReferralReboot/App/referral/refereeComment.html | kmlewis/_old_stuff | <div class="container" >
<div class="row review-header">
<div class="col-md-12">
<h2 class="col-md-6 text-muted">Add Teacher Comment</h2>
<a href="/#" class="btn btn-info pull-right">Back</a>
</div>
</div>
<div data-bind="compose:'partials/_referralDetail.html'">
</div>
<div class="panel panel-default">
<div class="panel-heading" >
<div class="row">
<div class=col-md-3><h3 data-bind="text:referee().staffCode()" class="text-primary"></h3></div>
<div class="col-md-3"><h3 data-bind="text:referee().subject()" class="text-primary"></h3></div>
</div>
<div class="clearfix"></div>
</div>
<div class="panel-body">
<!--<h4 class="text-muted">Enter your Teacher comment in the box below. </h4>-->
<div class="bs-callout bs-callout-danger">
<h4>Before entering your comment please note:</h4>
<ul class="text-warning">
<li>Please comment specifically on the concern raised above.</li>
<li>Other comments are welcome.</li>
<li>Please photocopy work, scan and email it to tutors as further evidence (if you have any).</li>
<li>Do not merely write, ‘I agree with the above’</li>
</ul>
</div>
<div class="col-md-12">
<textarea name="teacher comment" cols="100" rows="5" data-bind="value:comment,valueUpdate:'input'"></textarea>
</div>
</div>
</div>
<div>
<div>
<button class="btn btn-primary" data-bind="click:postComment,enable:canSubmit()">Submit</button>
</div>
</div>
</div>
|
index.html | liamwye/liamwye.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Hello</title>
<meta name="description" content="Liam Wye, Mixeh">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' />
</head>
<body>
<div class="container">
<div id="mugshot">
<p class="right bubble">
Hello, my name is <strong>Liam Wye</strong>.
</p>
<p class="left bubble">
I'm a web developer living in Cambridge, UK.
</p>
</div>
<div id="social">
<ul>
<li><a href="https://www.twitter.com/iamliamwye" title="My Twitter profile"><span class="fa fa-twitter"></span></a></li>
<li><a href="https://www.linkedin.com/pub/liam-wye/76/11/684" title="My LinkedIn profile"><span class="fa fa-linkedin"></span></a></li>
<li><a href="http://uk.pinterest.com/liamwye/" title="My Pinterest"><span class="fa fa-pinterest"></span></a></li>
<li><span class="fa fa-envelope"></span></li>
</ul>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41679182-1', 'liamwye.me');
ga('send', 'pageview');
</script>
</body>
</html>
|
static/css/main.css | funandplausible/this-is-your-tour | .row {
background-color:#fff;
height: 100vh;
margin:0px;
}
.container {
margin:0px;
padding:0px;
}
.row .row {
height:50vh;
background-color:#41A0DC;
}
.container {
width:100%;
}
.artist-image {
max-height:50vh;
}
.start {
background-color:#F0646E;
padding-top:15vh;
color:#fff;
}
.start input {
color:#000;
}
h1 {
}
#name {
width:300px;
margin-bottom:.5em;
background-color:rgba(255,255,255,0.1);
border:0px;
outline: none;
box-shadow:none !important;
border: 0px;
padding-left:10px;
border-bottom: 1px solid #ccc;
color:#fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #942C2C;
}
#who-with {
padding-top:10vh;
background-color:#3C5A8C;
color:#fff;
position:relative;
}
#who-me {
padding-top:10vh;
background-color:#3C5A8C;
color:#fff;
position:relative;
}
#who {
position:absolute;
top: 0px;
padding-left:10px;
background-color:rgba(0,0,0,0.7);
padding:1em;
}
#who2 {
position:absolute;
top: 0px;
padding-left:10px;
background-color:rgba(0,0,0,0.7);
padding:1em;
}
.bottom-of-parent {
position:absolute;
bottom: 0px;
width:100%;
text-align:center;
}
.black-hover {
display: block;
z-index: 3;
position: absolute;
background:rgba(0,0,0,0.7);
color:#fff;
width:100%;
}
.black-hover-bottom {
display: block;
z-index: 3;
position: absolute;
bottom:0;
right:0;
text-align:left;
width:100%;
background:rgba(0,0,0,0.7);
color:#fff;
width:100%;
font-size:2em;
padding:.5em;
}
#map-canvas {
width:100vw;
height:100vh;
}
.noverflow img {
max-width:100%;
max-height:100%;
}
.thing-icon {
-webkit-filter: invert(1);
height:50px;
width:50px;
border: 0px solid #0F9B91;
background-color:#0F9B91;
border-radius:50%;
padding:12px;
margin-left:1em;
}
.thing-to-do {
font-size:16pt;
margin-bottom:1em;
color:#fff;
height:50px;
}
.thing-to-do hr {
width:225px;
margin-right:0px;
}
.middlish {
text-align:right;
}
.middlish h1 {
color:#fff;
margin-bottom:.5em;
}
.middlish {
padding-right:4em;
}
.middlish img {
}
.middlish a {
color:#F0646E;
}
.thing-text {
height:50px;
}
#finalslide {
background-color:#373737;
color:#fff;
margin-top:-20px;
padding-bottom:30px;
}
.final-text {
text-align:center;
}
.final-text p {
width:500px;
margin-left:auto;
margin-right:auto;
margin-bottom:2em;
}
.large-text {
font-size:3em;
}
.venue-text {
}
.location-title {
padding-top:1.5em;
background-color:#3C5A8C;
padding-bottom:2em;
color:#fff;
}
.location-title h1 {
margin-bottom:0em;
}
#finalslide a {
color:#41A0DC;
}
.btn-primary {
background-color:#41A0DC;
color:#FFF !important;
}
.btn-go {
font-size:1em;
border-radius: 15px;
padding:12 25 12 25;
}
@font-face
{
font-family: Yanone Kaffeesatz;
src: url(http://samphippen.com/yanone.ttf);
}
.pagetitle {
font-size:8em;
font-family: Yanone Kaffeesatz;
}
.description {
font-size:2em;
font-weight:200;
width:400px;
margin-left:auto;
margin-right:auto;
}
#another-loading {
height:1em;
color:#fff;
}
a img {
text-decoration:none;
}
#final-show {
font-family: Yanone Kaffeesatz;
font-size:6em;
}
#pause {
position: fixed;
bottom:0px;
left:0px;
padding:15px;
display:none;
z-index:5;
}
#pause-butan {
color:#fff;
}
#link-box {
color:#000;
width:500px;
padding:5px 15px;
margin-bottom:1em;
background-color:rgba(255,255,255,0.2);
border:0px;
outline: none;
box-shadow:none !important;
color:#fff;
}
#twitter-link {
margin-bottom:2em;
}
.brightpink {
color:#fff;
font-size:2em;
}
|
templates/includes/business_questions.html | texastribune/salesforce-stripe | <section class="grid_container--m business-benefits grid_padded">
<div class="prose grid_separator--xl">
<p>You can also <a href="{{ url_for('static', filename='pdf/TT-BusinessMembership-contribution-form.pdf') }}">donate by mail</a>.</p>
</div>
<header>
<div class="border--yellow_notch"></div>
<h4 class="grid_separator">Questions?</h4>
</header>
<div class="contact contact--small grid_row grid_wrap--l grid_separator--l">
<div class="col">
<p class="grid_separator--s">For <a href="https://www.texastribune.org/support-us/corporate-sponsors/">corporate sponsorships</a> and business membership, contact:</p>
<p><strong>April Hinkle</strong></p>
<p>Chief Revenue Officer</p>
<p>512-716-8634</p>
<p><a href="mailto:ahinkle@texastribune.org">ahinkle@texastribune.org</a></p>
</div>
</div>
<div class="contact contact--small grid_row grid_wrap--l">
<div class="col grid_separator--l">
<p class="grid_separator--s">For other membership questions, contact:</p>
<p><strong>Sarah Glen</strong></p>
<p>Loyalty Program Director</p>
<p>512-716-8696</p>
<p><a href="mailto:sglen@texastribune.org">sglen@texastribune.org</a></p>
</div>
<div class="col">
<p class="grid_separator--s">For major gifts or grants, contact:</p>
<p><strong>Terry Quinn</strong></p>
<p>Chief Development Officer</p>
<p>512-716-8613</p>
<p><a href="mailto:tquinn@texastribune.org">tquinn@texastribune.org</a></p>
</div>
</div>
</section>
|
VenusCRM/views/pbx/inputs/invalidkey.html | coojee2012/SccinAgi | <div class="layout_main">
<div class="page_box">
<div class="column form-column main col form-horizontal">
<div class="panel panel-default fieldset">
<div class="panel-heading">
<lable><h2>当用户输入了一个没有被设置的选择时应该如何处理?</h2></lable>
</div>
<div class="panel-body ">
<div class="form-group">
<div class="panel panel-default fieldset">
<div class="formStyle">
<form action='<%- baseurl%>
/save' method='POST' id='form1'>
<input type="hidden" id="id" name="id" value="<%= inst.id%>" />
<table>
<colgroup>
<col style="width:20%"></colgroup>
<tr>
<th>播放语音文件目录</th>
<td>
<select class="form-control input-sm" id="folder" name="folder">
<option value="system">系统默认</option>
<option value="custom">用户语音</option>
</select>
</td>
</tr>
<tr>
<th>播放语音文件名</th>
<td>
<select class="form-control input-sm" id="filename" name="filename">
</select>
</td>
</tr>
<tr>
<th>文件描述</th>
<td id="desciption">
</td>
</tr>
<tr>
<th>跳转到IVR</th>
<td>
<select class="form-control input-sm" id="gotoivrnumber" name="gotoivrnumber" datatype="*" errormsg="不能为空!">
<option value="">请选择</option>
</select>
</td>
</tr>
<tr>
<th>跳转到IVR动作</th>
<td>
<select class="form-control input-sm" id="gotoivractid" name="gotoivractid" datatype="*" errormsg="不能为空!"></select>
</td>
</tr>
<tr>
<td colspan="4" style="text-align: center">
<input type="button" class="btn btn-primary btn-sm" id="savemenmu" value="保存"></td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<%- include ../../ivractsfuncs.html %>
<script type='text/javascript'>
var gotoivrnumber="";
var gotoivractid="";
var filename="";
var folder="";
<%if(args!==null && inst!==null){%>
gotoivrnumber="<%= inst.gotoivrnumber%>";
gotoivractid="<%= inst.gotoivractid%>";
filename="<%= args.filename%>";
folder="<%= args.folder%>";
<%}%>
$(function () {
$(".tipmsg").tooltip({placement: 'auto'});
$('#form1').Validform();
$("#folder").val(folder);
filenameoption(folder, filename);
$("#filename").val(filename);
$("#folder").change(function() {
$("#filename").empty();
folder = $("#folder").val();
filenameoption(folder, filename);
$("#filename").val(filename);
});
$("#filename").change(function(){
var desc=$("#filename").find("option:selected").attr('desc');
$("#desciption").html(desc)
});
getivrbumbers('gotoivrnumber',gotoivrnumber);
getivractions('gotoivractid',gotoivrnumber,gotoivractid);
$("#gotoivrnumber").change(function(){
var ivrnum=$("#gotoivrnumber").val();
getivractions('gotoivractid',ivrnum);
});
$('#savemenmu').click(function (e) {
if ($('#form1').Validform().check()) {
$.ajax({
cache: true,
type: "POST",
url: '<%- baseurl%>/saveinput',
data: $('#form1').serialize(),// 你的formid
async: false,
error: function (request) {
$.scojs_message('连接服务器失败!', $.scojs_message.TYPE_ERROR);
},
success: function (data) {
if (data.success === 'OK') {
//window.location.href = "edit?id=" + data.id;
}
$.scojs_message(data.msg, $.scojs_message['TYPE_' + data.success]);
}
});
} else {
$.scojs_message('输入验证不通过,请检查!', $.scojs_message.TYPE_ERROR);
}
});
});
/*function getivrbumbers(elmid,value){
$.ajax({
cache: true,
type: "POST",
url: '<%- baseurl%>/getivrnums',
data: {},// 你的formid
async: false,
error: function (request) {
$.scojs_message('连接服务器失败!', $.scojs_message.TYPE_ERROR);
},
success: function (data) {
for(var i=0;i<data.length;i++){
var option = $("<option>").val(data[i].id).text(data[i].id+'-'+data[i].ivrname);
//option.attr('desc',data[i].description);
$("#"+elmid).append(option);
}
$("#"+elmid).val(value);
}
});
}
function getivractions(actid,ivrnum,value){
$("#"+actid).empty();
$("#"+actid).append($("<option>").val("").text("请选择"));
$.ajax({
cache: true,
type: "POST",
url: '<%- baseurl%>/getivracts',
data: {ivrnum:ivrnum},// 你的formid
async: false,
error: function (request) {
$.scojs_message('连接服务器失败!', $.scojs_message.TYPE_ERROR);
},
success: function (data) {
for(var i=0;i<data.length;i++){
var option = $("<option>").val(data[i].ordinal).text(data[i].ordinal+'-'+data[i].text);
//option.attr('desc',data[i].description);
$("#"+actid).append(option);
}
$("#"+actid).val(value);
}
});
}*/
function filenameoption(folder,filename){
$.ajax({
type: "POST",
url: '<%- baseurl%>/getFilename',
data:{folder:folder},
async: false,
error: function (request) {
$.scojs_message('连接服务器失败!', $.scojs_message.TYPE_ERROR);
},
success: function (data) {
for(var i=0;i<data.length;i++){
var option = $("<option>").val(data[i].filename).text(data[i].filename);
option.attr('desc',data[i].description);
$("#filename").append(option);
}
$("#filename").val(filename);
var desc=$("#filename").find("option:selected").attr('desc');
$("#desciption").html(desc)
}
});
}
</script> |
_Unused_/halo.html | akauppi/svg.rx.js | <html>
<head>
<meta charset="UTF-8">
<script src="lib/svg.min.js"></script>
<script src="lib/Rx.umd.js"></script>
<script src="lib/chai.js"></script>
<script>
var assert = chai.assert;
</script>
<script src="src/gx.js"></script>
<script src="src/svg.rx.js"></script>
<script src="src/gx.draggable.js"></script>
<script src="src/gx-halo.js"></script>
<link href="halo.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1>Demo halo menu</h1>
<script src="halo.js"></script>
</body>
</html>
|
src/tests/pages/frames2.html | bolinfest/chickenfoot | <html>
<body>
<iframe src="google.html" width="49%" height="100%"></iframe>
<iframe src="frames.html" width="49%" height="100%"></iframe>
</body>
</html> |
src/lib/src/ui/card/card-content/card-content.component.html | lernejaro/core | <div class="card-content-wrapper">
<ng-content></ng-content>
</div>
|
links.html | hyperpower/hyperpower.github.io | ---
title: Links
---
<div class="container">
<div id="article">
<h1>Introduction</h1>
<p>We chosen many classical numerical test cases to verify the correctness of this software.</p>
<br>
<center>
<a href="#Poisson"><span class="label label-danger fashion-button">Poisson</span></a>
<a href="#programming"><span class="label label-danger programming-button">Programming</span></a>
<a href="#tech"><span class="label label-danger tech-button">Tech & Gadgets</span></a>
<a href="#misc"><span class="label label-danger misc-button">Misc</span></a>
<a href="#misc"><span class="label label-danger podcasts-button">Podcasts</span></a>
</center>
<br>
</div>
<div id="article" class="content_section">
<a name="Poisson">
<h2>Poisson</h2>
<table class="table table-hover ">
<tbody>
<tr>
<td valign="top" class="td2">
<p class="p2"><span class="s1"><b>site</b></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td2">
<p class="p2"><span class="s2"><a href="http://reddit.com/r/malefashionadvice"><b>r/malefashionadvice</b></a></span></p>
</td>
<td valign="top" class="td3">
<p class="p2"><span class="s1">This is the go-to community for beginners in male fashion. Their FAQ guides are extremely helpful. The fashion here tends to be more of the casual-professional side, with a healthy dose of urban fashionwear.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td4">
<p class="p2"><span class="s1"><a href="http://4chan.org/fa/"><b>/fa/</b></a></span></p>
</td>
<td valign="top" class="td5">
<p class="p2"><span class="s1">Not mentioning whatever stigmas 4chan has, I’ve found the /fa/ community to be a great resource for anyone interested in more urban fashion. High end designers are greatly favored here (such as Rick Owens). Their FAQ is straightforward.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td6">
<p class="p2"><span class="s1"><a href="http://dappered.com"><b>dappered</b></a></span></p>
</td>
<td valign="top" class="td7">
<p class="p2"><span class="s1">Joe does an amazing job with Dappered. With daily posts ranging from style advice to killer deals, this is a must add for your bookmarks. I find this perfect for those looking to dress business-casual.</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<div id="article"class="programming">
<a name="programming">
<h2>Programming</h2>
<table class="table table-hover ">
<tbody>
<tr>
<td valign="top" class="td1">
<p class="p2"><span class="s1"><a href="https://news.ycombinator.com/news"><b>hacker news</b></a></span></p>
</td>
<td valign="top" class="td2">
<p class="p2"><span class="s1">An indispensable community if you’re interested in the more technical side of tech. Incredibly smart people discussing equally (usually) smart topics. <span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p2"><span class="s1"><a href="http://reddit.com/r/programming"><b>r/programming</b></a></span></p>
</td>
<td valign="top" class="td4">
<p class="p2"><span class="s1">An excellent resource for programmers both beginner and experienced. Be sure to check out other related subreddits from their sidebar.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td5">
<p class="p2"><span class="s1"><a href="http://www.codersgrid.com"><b>coders grid</b></a></span></p>
</td>
<td valign="top" class="td6">
<p class="p2"><span class="s1">Great collection of links and articles related to mostly front end development.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<div id="article"class="tech">
<a name="tech">
<h2>Tech & Gadgets</h2>
<table class="table table-hover ">
<tbody>
<tr>
<td valign="top" class="td1">
<p class="p2"><span class="s1"><a href="http://www.theverge.com"><b>the verge</b></a></span></p>
</td>
<td valign="top" class="td2">
<p class="p2"><span class="s2">My go to site for tech news. Their longform work is also deserving of your time.</span></p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p2"><span class="s1"><a href="http://recode.net"><b>re/code</b></a></span></p>
</td>
<td valign="top" class="td4">
<p class="p2"><span class="s2">Essentially the entire (great) team from AllThings D moved over to a separate site at the turn of the year. An excellent resource for reliable news and reviews.</span></p>
</td>
</tr>
<tr>
<td valign="top" class="td5">
<p class="p2"><span class="s1"><a href="http://www.anandtech.com"><b>anandtech</b></a></span><span class="s2"><b><span class="Apple-converted-space"> </span></b></span></p>
</td>
<td valign="top" class="td6">
<p class="p2"><span class="s2">Want to read the most in-depth reviews on products? Look no further.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<div id="article"class="misc">
<a name="misc">
<h2>Misc</h2>
<table class="table table-hover ">
<tbody>
<tr>
<td valign="top" class="td1">
<p class="p2"><span class="s1"><a href="http://www.quora.com"><b>Quora</b></a></span></p>
</td>
<td valign="top" class="td2">
<p class="p2"><span class="s2">Think Yahoo! Answers but more…serious. You can find some discussions on very interesting questions. You do need to sign up though.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p2"><span class="s1"><a href="http://longform.org"><b>Longform</b></a></span></p>
</td>
<td valign="top" class="td4">
<p class="p2"><span class="s2">One of the best collections of reading (both fiction and non-fiction articles) material for your Pocket.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td5">
<p class="p2"><span class="s2"><b>Ask </b><a href="http://ask.metafilter.com"><span class="s1"><b>Metafilter</b></span></a></span></p>
</td>
<td valign="top" class="td6">
<p class="p2"><span class="s2">A great loyal community whose quality is in part kept high with a pay-for-membership model. Browse through the top questions for some great discussions.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<div id="article"class="podcasts">
<a name="podcasts">
<h2>Podcasts</h2>
<table class="table table-hover ">
<tbody>
<tr>
<td valign="top" class="td1">
<p class="p2"><span class="s1"><a href="http://www.twit.tv"><b>twit.tv</b></a></span></p>
</td>
<td valign="top" class="td2">
<p class="p2"><span class="s2">Leo Laporte is<span class="Apple-converted-space"> </span>great to listen to and his guests help keep the discussions fun and lively. My favorite podcasts include “This Week in Tech” and “Windows Weekly”<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td3">
<p class="p2"><span class="s1"><a href="http://howtodoeverything.org"><b>How to do Everything (NPR)</b></a></span></p>
</td>
<td valign="top" class="td4">
<p class="p2"><span class="s2">How do you order water at a restaurant without looking like an idiot? One part educational, one part humor.</span></p>
</td>
</tr>
<tr>
<td valign="top" class="td1">
<p class="p2"><span class="s1"><a href="http://www.radiolab.org"><b>Radiolab (NPR)</b></a></span></p>
</td>
<td valign="top" class="td2">
<p class="p2"><span class="s2">Radiolab has a huge fanbase and it’s not without reason. They do a great job of keeping your attention with engrossing topics and amazing audio work. <span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
<tr>
<td valign="top" class="td5">
<p class="p2"><span class="s1"><a href="http://www.npr.org/blogs/allsongs/"><b>all songs considered (NPR)</b></a></span></p>
</td>
<td valign="top" class="td6">
<p class="p2"><span class="s2">NPR’s music podcast can be a hit or a miss depending on your taste (less mainstream, more discovery based)<span class="Apple-converted-space"> </span>in music but be sure to give it try.<span class="Apple-converted-space"> </span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
|
css/main.css | dev0x/neovim.github.io | * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.4;
color: #444;
background-color: #fbfbfb;
}
@media (min-width: 568px) {
body {
font-size: 17px;
}
}
a {
color: #3c92d1;
text-decoration: none;
}
.current a {
font-weight: bold;
}
h1,
h2,
h3 {
font-family: 'Lato', sans-serif;
}
h2 {
font-size: 24px;
font-weight: 400;
color: #54a23d;
margin-bottom: 0;
}
@media (min-width: 568px) {
h2 {
font-size: 30px;
}
}
h3 {
/* color: #54a23d; */
}
blockquote {
border-left: 5px solid #eeeeee;
margin-left: 0;
padding-left: 15px;
}
blockquote small {
display: block;
font-size: 80%;
line-height: 1.4;
}
blockquote small:before {
content: '\2014 \00A0'
}
pre {
overflow: auto;
padding: 0.8rem;
border-radius: 0.2rem;
border: solid 1px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.05);
white-space: pre-wrap;
font-size: 0.9rem;
}
/*
* Content container
*
* Centered container for all content
*/
.container {
margin: 0 15px;
}
@media (min-width: 568px) {
.container {
margin: 0 auto;
width: 90%;
max-width: 1200px;
}
}
/*
* Navbar
*
* Logo and navigation at the top of the page
*/
#navbar-logo {
height: 3em;
}
.navbar-top-align {
margin-top:1em;
}
.col-half {
display: table-cell;
width: 50%;
min-width: 50%;
vertical-align: top;
}
.col-half.second {
padding-left: 6%;
}
.navbar-right .dropdown-menu {
left: 0px;
}
/*
* Masthead
*
* Big intro billboard
*/
.masthead {
border-top: solid 1px #ececec;
border-bottom: solid 1px #ececec;
text-align: center;
padding: 20px 12px;
}
@media (min-width: 568px) {
.masthead {
padding-top: 40px;
padding-bottom: 40px;
}
}
.masthead .container {
}
@media (min-width: 568px) {
.masthead .container {
width: 568px;
margin: 0 auto;
}
}
.masthead h1 {
font-size: 20px;
font-weight: 400;
}
@media (min-width: 568px) {
.masthead h1 {
font-size: 40px;
margin-bottom: 20px;
}
}
.masthead .lead {
font-weight: 900;
color: #54a23d;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 900;
}
@media (min-width: 568px) {
.masthead .lead {
font-size: 26px;
}
}
/*
* Columns
*
* Two columns utilizing the golden ratio
*/
.col-wide,
.col-narrow {
display: block;
}
@media (min-width: 568px) {
.col-wide {
display: table-cell;
width: 61.8%;
vertical-align: top;
}
.col-narrow {
display: table-cell;
width: 38.2%;
padding-left: 6%;
vertical-align: top;
}
}
/*
* Front page
*
* Big section blocks for the front page
*/
.front-section {
padding: 8px 0;
}
@media (min-width: 568px) {
.front-section {
padding-top: 30px;
padding-bottom: 30px;
display: table;
width: 100%;
}
.front-section h2:first-child {
margin-top: 0;
}
}
.front-section.shaded {
background-color: #f4f4f4;
}
/*
* FAQs
*
* Formatted as a definition list
*/
.faqs dt {
font-weight: 700;
}
.faqs dd {
color: #777;
font-size: 15px;
margin-left: 0;
margin-bottom: 20px;
}
/*
* Buttons
*
* Fun to click
*/
.btn {
display: inline-block;
text-align: center;
vertical-align: middle;
background-color: #3c92d1;
color: #fff;
font-family: 'Lato', sans-serif;
border-radius: 4px;
padding: 15px 30px;
}
.btn:hover {
background-color: #3889c4;
}
.btn.full-width {
width: 100%;
}
/*
* Sponsors
*
* Callout-style box
*/
.sponsors-main {
padding: 5px 20px;
border-radius: 4px;
margin-top: 10px;
}
.original-sponsors {
width: 400px;
}
.sponsors-main h3 {
color: #54a23d;
}
.first-level-sponsor {
margin-bottom: 20px;
}
.first-level-sponsor img {
max-width: 100%;
}
.second-level-sponsors {
width: 100%;
}
.second-level-sponsors td {
width: 50%;
padding: 12px 0;
text-align: center;
vertical-align: middle;
}
.second-level-sponsors img {
width: 80%;
}
@media (min-width: 568px) {
.second-level-sponsor img {
width: auto;
}
}
/*
* Sponsors table
*
*/
.sponsors-table {
width: 100%;
margin-top: 20px;
line-height: 1;
}
.sponsors-table td {
vertical-align: middle;
}
.sponsors-table h3 {
display: inline;
margin: 0;
padding-bottom: 20px;
position: relative;
top: -0.8rem;
}
.sponsors-table .sponsor-image {
text-align: right;
padding-right: 12px;
padding-bottom: 20px;
width: 128px;
}
.sponsors-table .sponsor-amount {
padding-left: 12px;
}
.sponsors-table .sponsor-name {
background-image: linear-gradient(90deg, #fbfbfb 25%, #fbfbfb 75%, #ddd 75%);
background-size: 6px 2px;
background-position: 0 40%;
background-repeat: repeat-x;
}
.sponsors-table .sponsor-name h3 {
background-color: #fbfbfb;
padding-right: 10px;
}
.sponsor-amount {
white-space: nowrap;
}
/*
* Footer
*
* Links, legalese, etc.
*/
footer .container {
border-top: solid 1px #ececec;
padding: 20px 0 50px;
font-size: 12px;
color: #777;
}
footer .col-narrow {
text-align: right;
}
@media (min-width: 568px) {
footer .container {
font-size: 14px;
display: table;
}
}
footer a {
color: #444;
}
/*
* Misc
*
* Odds 'n ends
*/
.light {
color: #777;
}
.light a {
color: #444;
}
.small {
font-size: 70%;
}
/*
* Newsletter CSS
*/
.newsletter h1 {
margin-bottom: 0px;
}
/*
* Donation
*/
.donate {
display: table;
width: 100%;
font-size: 17px;
}
.donate > .icon {
width: .01%;
display: table-cell;
vertical-align: middle;
padding: 0 1em;
border-radius: 8px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 1px solid rgba(0,0,0,.15);
background-color: #FAFAFA;
background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.05)));
background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
}
.donate > .icon img {
display: inline;
vertical-align: top;
}
.donate > input {
font-family: monospace, monospace;
padding: .65em 1em;
border: 1px solid rgba(0,0,0,.15);
-webkit-transition: background-color .3s ease-out,-webkit-box-shadow .2s ease,border-color .2s ease;
-moz-transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
color: #d72929;
background-color: #efefef;
white-space: nowrap;
border-radius: 8px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: none;
}
/*
* Poll info
*/
iframe.poll {
width: 100%;
overflow-y: hidden;
}
|
main/tokio_sync/mpsc/unbounded/struct.UnboundedReceiver.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../tokio_sync/mpsc/struct.UnboundedReceiver.html">
</head>
<body>
<p>Redirecting to <a href="../../../tokio_sync/mpsc/struct.UnboundedReceiver.html">../../../tokio_sync/mpsc/struct.UnboundedReceiver.html</a>...</p>
<script>location.replace("../../../tokio_sync/mpsc/struct.UnboundedReceiver.html" + location.search + location.hash);</script>
</body>
</html> |
_site/2011/06/wishlist_present.html | nakakura/nakakura.github.io | <!DOCTYPE html>
<html>
<head>
<title>匿名のほしい物リストからプレゼントが届いた – ふぃーりんぐ駆動ぶろぐ – ぼちぼちやります</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<meta name="description" content="以前、匿名でほしい物リストを作る方法について記載したが、
そこで公開したリストから、買って頂いたものが届きました。
プレゼントを下さった皆様、ありがとうございました。
" />
<meta property="og:description" content="以前、匿名でほしい物リストを作る方法について記載したが、
そこで公開したリストから、買って頂いたものが届きました。
プレゼントを下さった皆様、ありがとうございました。
" />
<meta name="author" content="ふぃーりんぐ駆動ぶろぐ" />
<meta property="og:title" content="匿名のほしい物リストからプレゼントが届いた" />
<meta property="twitter:title" content="匿名のほしい物リストからプレゼントが届いた" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="ふぃーりんぐ駆動ぶろぐ - ぼちぼちやります" href="/feed.xml" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="/" class="site-avatar"><img src="http://blog.fff.io/img/top/arukakan.png" /></a>
<div class="site-info">
<h1 class="site-name"><a href="/">ふぃーりんぐ駆動ぶろぐ</a></h1>
<p class="site-description">ぼちぼちやります</p>
</div>
<nav>
<a href="/">Blog</a>
<a href="/about">About</a>
</nav>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<article class="post">
<h1>匿名のほしい物リストからプレゼントが届いた</h1>
<div class="entry">
<p><a href="/2011/06/wishlist_make.html">以前、匿名でほしい物リストを作る方法について記載した</a>が、
<a href="http://amzn.to/kDrLgG">そこで公開したリスト</a>から、買って頂いたものが届きました。
プレゼントを下さった皆様、ありがとうございました。</p>
<p>実際に使ってみて分かったことについてメモ。</p>
<p><strong>・匿名でも届くことw</strong><br />
前回のコラムで記載した方法でちゃんと届きました。
よかったよかった。</p>
<p><strong>・購入から届くまで</strong><br />
購入されたものは通知が来ないので、届くまで全く分からない。
プレゼントだから、購入者からの通知ならともかく、
Amazonから無粋なことはしませんよということなんだろうな。
誕生日当日までないしょにするなんて場合もあるだろうし、
これはいい仕様のように思う。配送事故が怖いけど。</p>
<p><strong>・購入済みのアイテムの扱い</strong><br />
買ったものはリストから外れるのかと思いきや、
購入済みというフラグが立つだけのようだ。
デフォルトの表示が未購入なのでこれらは表示されないが、
<a href="http://www.amazon.co.jp/registry/wishlist/1UDKUUTMPVHSP?reveal=purchased&filter=all&sort=date-added&layout=standard&x=13&y=5">プルダウンメニューから購入済みを選択して検索</a>すれば表示される。</p>
<p>さて、買って頂いたもの。ほぼドラえもん一色w</p>
<p><strong>ドラえもんの空気砲</strong></p>
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=arukakan03-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B004IX295O" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
<p><strong>ドラえもんのぬいぐるみ</strong></p>
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=arukakan03-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B004OCEFTM" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
<p><strong>ドラえもんのマグカップ</strong></p>
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=arukakan03-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B003ISM7BG" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
<p><strong>ドラえもんのスピーカー</strong></p>
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=arukakan03-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B004VPC3WS" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
<p><strong>もしドラのねんどろいど</strong>(これだけどなたに頂いたのか分からない。9月発送らしい)</p>
<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=arukakan03-22&o=9&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B004ZWOK3M" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
<p>もしドラもドラつながりかw
下さった皆様、ありがとうございました。</p>
</div>
<div class="date">
Written on June 29, 2011
</div>
</article>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<a href="https://www.twitter.com/arukakan"><i class="svg-icon twitter"></i></a>
</footer>
</div>
</div>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50632658-1', 'auto');
ga('send', 'pageview', {
'page': '/2011/06/wishlist_present.html',
'title': '匿名のほしい物リストからプレゼントが届いた'
});
</script>
<!-- End Google Analytics -->
</body>
</html>
|
lib/pmd-bin-5.0.4/docs/apidocs/net/sourceforge/pmd/util/viewer/package-frame.html | jmagas/RedditDailyProgrammer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Wed May 01 12:49:30 CEST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>net.sourceforge.pmd.util.viewer (PMD 5.0.4 API)</title>
<meta name="date" content="2013-05-01">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../net/sourceforge/pmd/util/viewer/package-summary.html" target="classFrame">net.sourceforge.pmd.util.viewer</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="Viewer.html" title="class in net.sourceforge.pmd.util.viewer" target="classFrame">Viewer</a></li>
</ul>
</div>
</body>
</html>
|
week-2/berkshire/my-berkshire-site.html | clairemation/phase-0 | <!DOCTYPE html>
<!--
- What was it like to translate your previous learning with HTML into an actual site?
Feels good. There's more room for creativity, experimentation, an playing around. Plus you get to figure out how to implement stuff (and there may be more than one way), whereas the HTML exercises at CodeAcademy pretty much walked you through everything.
- How was it researching and using semantic HTML5 elements?
There are plenty of resources online for HTML5, so it isn't hard to find answers to just about anything you might want to know. But I do find the document outline somewhat challenging to grasp. I never knew that header tags actually affect how the browser understands the structure of the document. It seems like you could easily end up with unintended results. I guess that underscores how you shouldn't use semantic tags for stylistic purposes.
- How did you do at keeping to best practices (i.e. no formatting in the HTML)
Technically we didn't use formatting. But we did use a table, which feels a bit like defeat.
- What seems good and bad about HTML?
HTML seems pretty limited, being only a markup language. That's the bad. But now that we also have CSS and JavaScript and PHP and whatever else, that limitation seems like the flip side of a benefit. Keeping semantics and style totally separate is a challenge, and having each task relegated to a different system helps compartmentalize them.
- What tricks do you have for remembering how to write HTML?
I'm already familiar with HTML, so I know the basic tags pretty much by heart. But I'm also frequently looking up ones I don't know, and even ones I do know that I want to know more about. I guess I don't have any memorization tricks, but I find that the process of searching something out on my own tends to cement it in my head better than studying from a list.
-->
<html>
<head>
<link type="text/css" rel="stylesheet" href="../../week-3/stylesheets/my-berkshire-stylesheet.css" />
<title>Berksire Hathaway Clone</title>
</head>
<body>
<h3><span class="big">B</span>ERKSHIRE <span class="big">H</span>ATHAWAY INC.</h3><h3>3555 Farnam Street</h3><h3>Omaha, NE 68131</h3><h3>Official Home Page</h3>
<section>
<ul>
<li><a href="#">A Message from Warren E. Bufffet</a></li>
<li><a href="#">News Releases</a><br>Updated November 6, 2015</li>
<li><a href="#">Annual & Interim Reports</a><br>Updated November 6, 2015</li>
<li><a href="#">Warren Buffett's Letters to Berkshire Shareholders</a><br>Updated November 6, 2015</li>
<li><a href="#">Special Letters From Warren and Charlie RE:Past, Present and Future</a></li>
<li><a href="#">Charlie Munger's Letters to Wesco Shareholders</a></li>
<li><a href="#">Link to SEC Filings</a></li>
<li><a href="#">Annual Meeting Information</a></li>
<li><a href="#">Links to Berkshire Subsidiary Companies</a></li>
<li><a href="#">Celebrating 50 Years of a Profitable Partnership</a><br>(A commemorative book first sold at the 2015 Annual Meeting and now for sale on eBay.)</li>
<li><a href="#">Corporate Governance</a></li>
<li><a href="#">Comparative Rights and Relative Prices of Class A and B Stock</a></li>
<li><a href="#">Owner's Manual</a></li>
<li><a href="#">Berkshire Activeweare</a></li>
<li><a href="#">Letters from Warren E. Buffett Regarding Pledges to Make Gifts of Berkshire Stock</a></li>
</ul>
</section>
<aside>
<p>
<img src="../imgs/geicoimg.gif" /><br>
FOR A FREE CAR INSURANCE RATE QUOTE THAT COULD SAVE YOU SUBSTANTIAL MONEY<br>
<a href="www.geico.com">WWW.GEICO.COM</a> OR CALL 1-888-395-6349, 24 HOURS A DAY
</p>
</aside>
<section>
<p>
If you have any comments about our WEB page, you can either write us at the address shown above or email us at <a href="mailto:berkshire@berkshirehathaway.com">berkshire@berkshirehathaway.com</a>. However, due to the limited number of personnel in our corporate office, we are unable to provide a direct response.
</p>
</section>
<footer>
<p>
<a href="#">Legal Disclaimer</a>
</p>
<p>
Copyright © 1978-2014 <strong>Berkshire Hathaway Inc.</strong>
</p>
</footer>
</body>
</html> |
src/main/resources/CustomSpecRunner.html | djjorjinho/siteSearch.yui | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=$sourceEncoding$">
$if(autoRefresh)$
<meta http-equiv="refresh" content="$autoRefreshInterval$">
$endif$
<title>Jasmine Spec Runner</title>
$cssDependencies$
$javascriptDependencies$
$allScriptTags$
</head>
<body>
<script>
var Y;
var executeJasmineSpecs = function(){
window.reporter = new jasmine.$reporter$(); jasmine.getEnv().addReporter(reporter);
if ('$reporter$' == 'HtmlReporter') {
jasmine.getEnv().specFilter = function(spec) {
return window.reporter.specFilter(spec);
};
}
//Don't do live updates when running through HTMLUnit
if ('$reporter$' == 'JsApiReporter'){
jasmine.getEnv().updateInterval = Number.MAX_VALUE;
}
jasmine.getEnv().execute();
};
YUI().use(['site-search', 'node', 'node-event-simulate'], function (YUI) {
Y = YUI;
Y.on("domready", function () {executeJasmineSpecs();}, this);
});
</script>
</body>
</html> |
webdesign2016/daniel-phan/master.css | LogosCambodia/LogosCambodia.github.io | #main-body{
background-color: white;
}
#interest-body{
background-color: green;
}
#world-body{
background-color: rgb(135, 200, 229);
}
#guest-body{
background-color: rgb(123, 123, 157)
}
#faith
{
border-style: groove;
}
#blit
{
border-style: groove;
}
#ybook
{
border-style: groove;
}
#web
{
border-style: groove;
}
#calc
{
border-style: groove;
}
#main{
width: 900px;
float: right;
border-style: solid;
border-width: 2px;
background-color: rgb(37, 118, 135);
box-shadow: -1px 11px 57px 30px rgba(0,0,0,1);
padding: 50px 30px 50px 80px;
}
#menu
{
float:left;
width: 100px;
border-style: solid;
border-width: 2px;
min-height: 200px;
padding: 10px 10px 10px 10px;
height: 450px;
background-color: #ffb366;
border-radius: 25px;
}
#stats
{
border-style: groove;
}
#phys
{
border-style: groove;
}
#world
{
border-style: groove;
}
#name{
font-family: Trebuchet MS;
background-color: #404040 ;
color: white;
text-align: center;
font-size: 150%;
}
#biography{
position: relative;
bottom: 400px;
}
|
src/kvibes/SeleyaBundle/Resources/public/css/admin.css | Komet/seleya | body {
background-image: url('../images/low_contrast_linen.png');
}
.container-content {
border-radius: 0 0 14px 14px;
border: 1px solid #c0c0c0;
background-color: #ffffff;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
margin-top: -22px;
}
.content {
padding: 30px;
padding-top: 16px;
}
@media (max-width: 767px) {
.container-content {
margin-left: -20px;
margin-right: -20px;
}
}
.content > div.page-header {
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
margin: 24px -31px;
padding: 6px 30px;
border-bottom: none;
text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.2);
background-color: #0072a9;
color: #F0F0F0;
}
.content > div.page-header h2 {
font-size: 20px;
line-height: 1em;
}
.sidebar {
border-left: 5px solid #EEEEEE;
margin: 0 0 20px;
padding: 0 0 0 15px;
}
/*** Navbar ***/
.navbar-inner {
background-color: #86A841;
background-image: -moz-linear-gradient(center top, #A1CB4F, #9BC34B);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A1CB4F), to(#9BC34B));
background-image: -webkit-linear-gradient(top, #A1CB4F, #9BC34B);
background-image: -o-linear-gradient(top, #A1CB4F, #9BC34B);
background-image: linear-gradient(to bottom, #A1CB4F, #9BC34B);
position: relative;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
border: 0;
}
.navbar .brand, .navbar .nav > li > a {
color: #005133;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.navbar .nav > li > a:hover, .navbar .nav > li.active > a {
color: #f0f0f0;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.navbar .nav > .active > a:hover {
background-color: #404040;
color: #f0f0f0;
}
.navbar .nav .active > a, .navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #404040;
background-image: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #f0f0f0;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
border-bottom-color: #005133;
border-top-color: #005133;
}
.navbar .nav li.dropdown .dropdown-toggle:hover .caret,
.navbar .nav li.dropdown.active .dropdown-toggle .caret {
border-bottom-color: #f0f0f0;
border-top-color: #f0f0f0;
}
/*
.dropdown-menu li > a:hover {
background-color: #86A841;
background-image: -moz-linear-gradient(center top, #A1CB4F, #9BC34B);
color: #f0f0f0;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
*/
|
css/glDatePicker.default.css | petrosh/weekly-calendar | .gldp-default {
position: absolute;
font-family: 'helvetica';
}
/* Core style for every cell */
.gldp-default .core {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative;
float: left;
padding: 0;
margin: 0;
font-size: 14px;
text-align: center;
cursor: pointer;
color: #222;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #dadada 98%, #ffffff 99%, #dadada 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(98%,#dadada), color-stop(99%,#ffffff), color-stop(100%,#dadada));
background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
background: -o-linear-gradient(top, #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
background: linear-gradient(to bottom, #ffffff 0%,#dadada 98%,#ffffff 99%,#dadada 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
}
/* Cell border */
.gldp-default .border {
border-style: solid;
border-width: 0;
border-color: #888;
}
/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
font-size: 16px !important;
font-weight: bold;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}
/* Month/Year text */
.gldp-default .monyear span {
margin: 0 5px 0 5px;
}
/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
color: #222;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}
.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
color: #f00;
}
.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
color: #222;
opacity: 0.15;
}
/* Days of the week */
.gldp-default .dow {
color: #fff;
font-weight: bold;
cursor: wait !important;
background: #ff0000;
background: -moz-linear-gradient(top, #ff0000 0%, #ffcccc 1%, #ff0000 2%, #aa0000 98%, #dd4444 99%, #880000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(1%,#dd4444), color-stop(2%,#ff0000), color-stop(98%,#aa0000), color-stop(99%,#ffcccc), color-stop(100%,#880000));
background: -webkit-linear-gradient(top, #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
background: -o-linear-gradient(top, #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
background: -ms-linear-gradient(top, #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
background: linear-gradient(to bottom, #ff0000 0%,#ffcccc 1%,#ff0000 2%,#aa0000 98%,#dd4444 99%,#880000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#880000',GradientType=0 );
}
/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
font-weight: bold;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}
/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
color: #3858a8;
font-weight: bold;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}
/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
color: #666 !important;
}
/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
background: #fcfff4;
background: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce));
background: -webkit-linear-gradient(top, #fcfff4 0%,#e9e9ce 100%);
background: -o-linear-gradient(top, #fcfff4 0%,#e9e9ce 100%);
background: -ms-linear-gradient(top, #fcfff4 0%,#e9e9ce 100%);
background: linear-gradient(to bottom, #fcfff4 0%,#e9e9ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
}
/* Non-Selectable days */
.gldp-default .noday {
color: #444;
font-weight: normal;
cursor: wait !important;
background: #aaaaaa;
background: -moz-linear-gradient(top, #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(98%,#8a8a8a), color-stop(99%,#aaaaaa), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
background: -o-linear-gradient(top, #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
background: -ms-linear-gradient(top, #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
background: linear-gradient(to bottom, #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8a8a8a',GradientType=0 );
}
/* Currently selected day */
.gldp-default .selected {
color: #fff;
font-weight: bold;
border-color: #c00;
background: #e8bf88;
background: -moz-linear-gradient(top, #e8bf88 0%, #ffc19d 1%, #fd8642 2%, #ab2412 98%, #ef753f 99%, #ef753f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8bf88), color-stop(1%,#ffc19d), color-stop(2%,#fd8642), color-stop(98%,#ab2412), color-stop(99%,#ef753f), color-stop(100%,#ef753f));
background: -webkit-linear-gradient(top, #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
background: -o-linear-gradient(top, #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
background: -ms-linear-gradient(top, #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
background: linear-gradient(to bottom, #e8bf88 0%,#ffc19d 1%,#fd8642 2%,#ab2412 98%,#ef753f 99%,#ef753f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bf88', endColorstr='#ef753f',GradientType=0 );
}
/* Today */
.gldp-default .today {
color: #fff;
font-weight: bold;
border-color: #00c;
background: #88bfe8;
background: -moz-linear-gradient(top, #88bfe8 0%, #9dc1ff 1%, #4286fd 2%, #0124ab 98%, #3775ef 99%, #3775ef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(1%,#9dc1ff), color-stop(2%,#4286fd), color-stop(98%,#0124ab), color-stop(99%,#3775ef), color-stop(100%,#3775ef));
background: -webkit-linear-gradient(top, #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
background: -o-linear-gradient(top, #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
background: -ms-linear-gradient(top, #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
background: linear-gradient(to bottom, #88bfe8 0%,#9dc1ff 1%,#4286fd 2%,#0124ab 98%,#3775ef 99%,#3775ef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#3775ef',GradientType=0 );
}
/* Special */
.gldp-default .special {
color: #fff;
font-weight: bold;
border-color: #0c0;
background: #88e888;
background: -moz-linear-gradient(top, #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88e888), color-stop(1%,#9dff9d), color-stop(2%,#42fd42), color-stop(98%,#01ab01), color-stop(99%,#37ef37), color-stop(100%,#37ef37));
background: -webkit-linear-gradient(top, #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
background: -o-linear-gradient(top, #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
background: -ms-linear-gradient(top, #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
background: linear-gradient(to bottom, #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88e888', endColorstr='#37ef37',GradientType=0 );
} |
2/css/heroic-features.css | contasnatan/contasnatan.github.io | /*!
* Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
*/
body {
background-color:#c7c4c4;
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.card {
height: 100%;
}
#qx-node-395 {
padding-top: 90px;
padding-bottom: 90px;
}
.t3-wrapper {
background: #ffffff;
position: relative;
left: 0;
z-index: 99;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
overflow: visible;
}
#tamanho{
width: 720px;
height: 540px;
}
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.2/cybele/1.3.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cybele: 30 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.2 / cybele - 1.3.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
cybele
<small>
1.3.0
<span class="label label-success">30 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-04 10:12:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 10:12:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.5.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/cybele"
dev-repo: "git+https://github.com/clarus/cybele.git"
bug-reports: "https://github.com/clarus/cybele/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Cybele"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
synopsis: "A Coq plugin for simpler proofs by reflection or OCaml certificates"
flags: light-uninstall
url {
src: "https://github.com/clarus/cybele/archive/1.3.0.tar.gz"
checksum: "md5=e453430d1c377c65904ae6c2ed3c54be"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-cybele.1.3.0 coq.8.5.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-cybele.1.3.0 coq.8.5.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>12 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-cybele.1.3.0 coq.8.5.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>30 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 2 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/Map.vo</code></li>
<li>115 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/Monad.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/Memoization.vo</code></li>
<li>76 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/cybelePlugin.cmxs</code></li>
<li>60 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/Reifiable.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/DataStructures.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/Cybele.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/cybelePlugin.cma</code></li>
<li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/cybele.cmi</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/cybeleConstants.cmi</code></li>
<li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/cybelePluginModule.cmi</code></li>
<li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/cybeleState.cmi</code></li>
<li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Cybele/cybeleDynamicCompilation.cmi</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-cybele.1.3.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.08.1-2.0.5/released/8.9.0/disel/2.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>disel: 1 m 24 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / disel - 2.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
disel
<small>
2.1
<span class="label label-success">1 m 24 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-21 13:36:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 13:36:26 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/DistributedComponents/disel"
dev-repo: "git+https://github.com/DistributedComponents/disel.git"
bug-reports: "https://github.com/DistributedComponents/disel/issues"
license: "BSD-2-Clause"
synopsis: "Core framework files for Disel, a separation-style logic for compositional verification of distributed systems in Coq"
description: """
Disel is a framework for implementation and compositional verification of
distributed systems and their clients in Coq. In Disel, users implement
distributed systems using a domain specific language shallowly embedded in Coq
which provides both high-level programming constructs as well as low-level
communication primitives. Components of composite systems are specified in Disel
as protocols, which capture system-specific logic and disentangle system definitions
from implementation details.
"""
build: [make "-j%{jobs}%" "-C" "Core"]
install: [make "-C" "Core" "install"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.12~"}
"coq-mathcomp-ssreflect" {>= "1.6.2" & < "1.11~"}
"coq-fcsl-pcm" {< "1.3.0"}
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:program verification"
"keyword:separation logic"
"keyword:distributed algorithms"
"date:2019-02-11"
"logpath:DiSeL"
]
authors: [
"Ilya Sergey"
"James R. Wilcox"
]
url {
src: "https://github.com/DistributedComponents/disel/archive/v2.1.tar.gz"
checksum: "sha512=8931a36001c2be3aedb0c8872bb13e3dd2932be3e1e8200a7d9de46dbc1185ea1ba5eb4ea9e7523bc2bd326f2fb4486e3eaf63280c4f7021a87cab0f88829f26"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-disel.2.1 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-disel.2.1 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 m 12 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-disel.2.1 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 24 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 3 M</p>
<ul>
<li>243 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Domain.vo</code></li>
<li>232 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Process.vo</code></li>
<li>207 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Always.vo</code></li>
<li>202 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Injection.vo</code></li>
<li>168 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/InductiveInv.vo</code></li>
<li>144 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Domain.glob</code></li>
<li>131 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Rely.vo</code></li>
<li>126 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/HoareTriples.vo</code></li>
<li>123 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Injection.glob</code></li>
<li>119 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Actions.vo</code></li>
<li>110 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/StatePredicates.vo</code></li>
<li>93 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/NetworkSem.vo</code></li>
<li>91 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/InductiveInv.glob</code></li>
<li>79 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Worlds.vo</code></li>
<li>77 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Protocols.vo</code></li>
<li>75 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/InferenceRules.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Always.glob</code></li>
<li>63 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Freshness.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/State.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/NewStatePredicates.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/DepMaps.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/HoareTriples.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Actions.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/StatePredicates.glob</code></li>
<li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/While.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Process.glob</code></li>
<li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Domain.v</code></li>
<li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/InferenceRules.glob</code></li>
<li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/EqTypeX.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/DiSeLExtraction.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Rely.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Protocols.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/NetworkSem.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Worlds.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Freshness.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Injection.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/State.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/InductiveInv.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Always.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/DepMaps.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/NewStatePredicates.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/HoareTriples.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Process.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Actions.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/StatePredicates.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Protocols.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/InferenceRules.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/State.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/NetworkSem.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Rely.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/While.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Worlds.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/Freshness.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/EqTypeX.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/DepMaps.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/NewStatePredicates.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/EqTypeX.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/While.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/DiSeLExtraction.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/DiSeL/DiSeLExtraction.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-disel.2.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
ajax/libs/bootswatch/3.1.0-1/css/journal/bootstrap.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:885f9db685b3ba96c26b53a5ec731b77edb5e05621e49c73d8c363587c368c17
size 123644
|
unit1_projects/blog_template.html | kabrewer07/kabrewer07.github.io | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Kim's Cultural Blog</title>
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alegreya' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/blog.css">
</head>
<body>
<div id="sidebar">
<h1>Aloha!</h1>
<h2>Welcome to my DBCxNYC<br><span class="highlight">Cultural Blog</span></h2>
<div class="author">By Kim Brewer</div>
</div>
<div id="main">
<article>
<header>
<h1></h1>
<div class="date">May 16th, 2014</div>
</header>
<div class="content">
</div>
</article>
</div>
</body>
</html>
|
loginStyle.css | Noah-Huppert/devCenter | body{
background: #FCFCFC;
}
#loginBox{
width: 300px;
height: 250px;
margin: auto;
border-style: solid;
border-width: 1px;
border-color: #B8B8B8;
border-radius: 8px;
}
#loginBoxHeader{
width: 300px;
height: 50px;
line-height: 50px;
background: #247FFF;
color: #FFFFFF;
border-radius: 8px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
#loginForm{
width: 175px;
height: 200px;
margin: auto;
margin-top: -10px;
}
#loginHint{
margin-top: 15px;
text-align: center;
font-size: 12px;
font-style: italic;
color: #FF0000;
font-weight: bold;
}
.loginLabel{
margin-top: 10px;
font-size: 17px;
font-weight: bold;
}
.loginInput{
width: 170px;
height: 18px;
font-style: italic;
outline: 0;
}
#loginSubmitButton{
width: 60px;
height: 30px;
line-height: 30px;
color: #FFFFFF;
margin-top: 15px;
margin-left: 60px;
background: #247FFF;
border-style: solid;
border-wdith: 1px;
border-color: #4592FF;
border-radius: 3px;
text-align: center;
font-weight: bold;
cursor: pointer;
}
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.0/coalgebras/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coalgebras: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.0 / coalgebras - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coalgebras
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-12 21:03:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-12 21:03:31 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/coalgebras"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Coalgebras"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: coalgebra"
"keyword: bisimulation"
"keyword: weakly final"
"keyword: coiteration"
"keyword: co-inductive types"
"category: Mathematics/Category Theory"
"date: 2008-10"
]
authors: [ "Milad Niqui <M.Niqui@cwi.nl> [http://www.cwi.nl/~milad]" ]
bug-reports: "https://github.com/coq-contribs/coalgebras/issues"
dev-repo: "git+https://github.com/coq-contribs/coalgebras.git"
synopsis: "Coalgebras, bisimulation and lambda-coiteration"
description:
"This contribution contains a formalisation of coalgebras, bisimulation on coalgebras, weakly final coalgebras, lambda-coiteration definition scheme (including primitive corecursion) and a version of lambda-bisimulation. The formalisation is modular. The implementation of the module types for streams and potentially infinite Peano numbers are provided using the coinductive types."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/coalgebras/archive/v8.8.0.tar.gz"
checksum: "md5=203f9bfcfcbddf4b5a4bf7392c9f2bd8"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-coalgebras.8.8.0 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0).
The following dependencies couldn't be met:
- coq-coalgebras -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coalgebras.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/app/Components/Editor/TitleInput/style.css | reauv/persgroep-app | .input {
composes: sans h1 from 'Stylesheets/typography';
line-height: 1.5;
border: 0;
outline: none;
width: 100%;
}
|
templates/transcripts.html | sauloal/cufflinksviewer | {% for fileType in transcriptData.getFileTypes(transcriptName) -%}
<div class="row-fluid rowgroup" id="row{{ pageshort }}{{ transcriptNameShort }}">
<div class="span11 offset1 fileType{{ fileType }}">
<div class="row-fluid">
<div class="span12">
<h5>{{ fileType.upper() }} <i class="icon-chevron-down" dst="row{{ pageshort }}{{ transcriptNameShort }}{{ fileType }}" title="show/hide type"></i></h5>
</div>
</div>
{% set regCount = 0 -%}
{% for regNum in transcriptData.getRegNums(transcriptName, fileType) -%}
{% set regCount = regCount + 1 -%}
<div class="row-fluid rowtype" id="row{{ pageshort }}{{ transcriptNameShort }}{{ fileType }}">
<div class="span11 offset1">
<div class="row-fluid">
<div class="span12">
<h6 class="h6big"># {{ regNum }} <i class="icon-chevron-down" dst="row{{ pageshort }}{{ transcriptNameShort }}{{ fileType }}{{ regCount }}" title="show/hide file"></i></h6>
</div>
</div>
<div class="row-fluid rowdata" id="row{{ pageshort }}{{ transcriptNameShort }}{{ fileType }}{{ regCount }}"> <!-- start vals row 1 -->
{% set counter = 0 -%}
{% for key in transcriptData.getHeaders(fileType) if key not in ( "details", "dot", "program", "thousand", "type", "chr", "Contig", "FMI", "frac") -%}
{% set value = transcriptData.getValue(transcriptName, fileType, regNum, key) -%}
{% if (counter % 5) == 0 -%}
{% if counter != 0 -%}
</div> <!-- end vals row 1 -->
<div class="row-fluid rowdata" id="row{{ pageshort }}{{ transcriptNameShort }}{{ fileType }}{{ regCount }}"> <!-- start vals row 2-->
{% endif -%}
{% endif -%}
{% if key in ["Description1","Description2", "Accession1", "Accession2"] -%}
<div class="span4"> <!-- start dial cell -->
<p class="keyname">{{ key }}</p>
{{ value }}
</div>
{% set counter = counter + 1 -%}
{% else -%}
<div class="span2"> <!-- start dial cell -->
<p class="keyname">{{ key }}</p>
{{ value }}
</div>
{% endif -%}
{% set counter = counter + 1 -%}
{% endfor -%}
</div> <!-- end vals row graph -->
</div>
</div>
{% endfor -%}
</div>
</div>
{% endfor -%}
|
OctoAskT12/doc/cs/ualberta/octoaskt12/R.menu.html | 0nebit/OctoAsk | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Mon Nov 10 19:42:16 MST 2014 -->
<title>R.menu</title>
<meta name="date" content="2014-11-10">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="R.menu";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/R.menu.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../cs/ualberta/octoaskt12/R.layout.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../cs/ualberta/octoaskt12/R.string.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cs/ualberta/octoaskt12/R.menu.html" target="_top">Frames</a></li>
<li><a href="R.menu.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">cs.ualberta.octoaskt12</div>
<h2 title="Class R.menu" class="title">Class R.menu</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>cs.ualberta.octoaskt12.R.menu</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../cs/ualberta/octoaskt12/R.html" title="class in cs.ualberta.octoaskt12">R</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="typeNameLabel">R.menu</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#create_answer">create_answer</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#create_question">create_question</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#create_reply">create_reply</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#global">global</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#main">main</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#question_detailed_view">question_detailed_view</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#user_login">user_login</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/R.menu.html#menu--">menu</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="create_answer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create_answer</h4>
<pre>public static final int create_answer</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#cs.ualberta.octoaskt12.R.menu.create_answer">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="create_question">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create_question</h4>
<pre>public static final int create_question</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#cs.ualberta.octoaskt12.R.menu.create_question">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="create_reply">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create_reply</h4>
<pre>public static final int create_reply</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#cs.ualberta.octoaskt12.R.menu.create_reply">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="global">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>global</h4>
<pre>public static final int global</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#cs.ualberta.octoaskt12.R.menu.global">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="main">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>main</h4>
<pre>public static final int main</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#cs.ualberta.octoaskt12.R.menu.main">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="question_detailed_view">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>question_detailed_view</h4>
<pre>public static final int question_detailed_view</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#cs.ualberta.octoaskt12.R.menu.question_detailed_view">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="user_login">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>user_login</h4>
<pre>public static final int user_login</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#cs.ualberta.octoaskt12.R.menu.user_login">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="menu--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>menu</h4>
<pre>public menu()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/R.menu.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../cs/ualberta/octoaskt12/R.layout.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../cs/ualberta/octoaskt12/R.string.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cs/ualberta/octoaskt12/R.menu.html" target="_top">Frames</a></li>
<li><a href="R.menu.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
all-data/3000-3999/3346-33.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">調高和寡</td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
|
src/toolkit/components/blockquote.html | salvationarmyusa/styleguide-coronet | <blockquote>Test test!</blockquote> |
public/css/webfont.css | vnykmshr/nepalhacker | @font-face {
font-family:'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
font-family:'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
font-family:'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/d-6IYplOFocCacKzxwXSOLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
font-family:'Roboto';
font-style: italic;
font-weight: 400;
src: local('Roboto Italic'), local('Roboto-Italic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/1pO9eUAp8pSF8VnRTP3xnnYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
font-family:'Roboto';
font-style: italic;
font-weight: 500;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/OLffGBTaF0XFOW1gnuHF0brIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}
|
templates/partials/archive_month.html | kura/eevee | {% for month, articles in date_year|groupby('date.month')|sort(reverse=True) %}
<h3>
{% if MONTH_ARCHIVE_SAVE_AS %}
<a href="{{ SITEURL }}/{{ MONTH_ARCHIVE_SAVE_AS.format(date=articles[0].date)|replace('index.html', '') }}"
rel="bookmark" title="Archives for {{ articles[0].date.strftime('%B') }} {{ year }}"
itemprop="url">
{{ articles[0].date.strftime('%B') }}
</a>
{% else %}
{{ articles[0].date.strftime('%B') }}
{% endif %}
</h3>
<section class="eevee-toc">
<nav class="eevee-toc-ribbon">
<ul>
{% for article in articles|reverse %}
<li>
<a href="{{ SITEURL }}/{{ article.url }}" itemprop="url" rel="bookmark"
title="Permalink to '{{ article.title|striptags }}'">
{{ article.title }}
</a>
</li>
{% endfor %}
</ul>
</nav>
</section>
{% endfor %}
|
imports/ui/message.html | lukeellison/chat_app | <template name="message">
<li class="clearfix message {{#if thisUser}}message-sent{{else}}message-received{{/if}} {{#if active}}active{{/if}}">
<span class="message-title">
<strong>{{senderUsername}}:</strong>
<time>{{time _id}}{{#unless read}} - [unread]{{/unless}}</time>
</span>
<span class="message-text dont-break-out">{{{text}}}</span>
{{#if active}}
<span class="edit-additions">
<span class="edit-title"><strong>{{editType}}</strong> - {{edit}}</span>
<button type="button" class="hide-pane" aria-label="Hide pane" title="Hide pane"><span class="glyphicon glyphicon-chevron-up"></span></button>
<button type="button" class="delete-edit" aria-label="Delete {{editType}}" title="Delete {{editType}}"><span class="glyphicon glyphicon-remove"></span></button>
{{#each additions}}
<p class="dont-break-out"><strong>{{sender}}:</strong> {{addition}}</p>
{{/each}}
<form class="additionForm">
<input type="text" name="text" placeholder="Add to {{editType}}" />
</form>
</span>
{{/if}}
</li>
</template> |
_site/2018/10/18/binzu.html | binzu/binzu.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Binzu Digital</title>
<meta name="description" content="A responsive corporate website for Binzu Digital built using WordPress with Bootstrap, and designed in Sketch.">
<meta content="Vince Golveo" property="og:site_name">
<meta content="Binzu Digital" property="og:title">
<meta content="article" property="og:type">
<meta content="<p>A responsive corporate website for Binzu Digital built using WordPress with Bootstrap, and designed in Sketch.</p>
" property="og:description">
<meta content="http://localhost:4000/2018/10/18/binzu.html" property="og:url">
<meta content="2018-10-18T22:30:00-04:00" property="article:published_time">
<meta content="http://localhost:4000/about/" property="article:author">
<meta content="http://localhost:4000/img/vincegolveo.jpg" property="og:image">
<!-- Favicons -->
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Freelancer Theme CSS -->
<link rel="stylesheet" href="/css/freelancer.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://localhost:4000/2018/10/18/binzu.html">
<link rel="alternate" type="application/rss+xml" title="Vince Golveo" href="http://localhost:4000/feed.xml ">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#page-top">Vince Golveo</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#portfolio">Portfolio</a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
<li>
<a href="https://vincegolveo.com/online-cv/" target="_blank">CV</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" width="256" height="256" src="img/vincegolveo.jpg" alt="">
<div class="intro-text">
<h1 class="name">Vince Golveo</h1>
<span class="star-primary"></span>
<span class="skills">Front-End Web Developer Consultant
</span>
</div>
</div>
</div>
</div>
</header>
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Portfolio</h2>
<span class="star-light"></span>
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="#modalHoneycomb" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/honeyhealth.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalRenegade" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/renegade.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalCPack" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/calligraphypack.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalScowlan" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/saracowlan.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalBinzu" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/binzu.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalMarketerWorkspace" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/marketerworkspace.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalIBMCloud" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/ibmcloud.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalThinkManagement" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/thinkmanagement.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalMixon" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/mixon.jpg" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#modalQnasl" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="/img/portfolio/qnasl.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<span class="star-primary"></span>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>
I help businesses by providing savvy front-end development for websites and applications, delivering innovative web-based business solutions. Businesses and professionals enjoy working with me because I am passionate, dedicated, and provide a range of comprehensive digital marketing services to impact business.
</p>
</div>
<div class="col-lg-4">
<p>
My talents cover a wide range of technical skills, deep knowledge of lean and agile methodologies, an artistic designer’s eye for visual detail and drive for innovation.
<br /><br />
Connect with me today to learn how I can elevate your business to the next level.
</p>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<br>
<a href="/online-cv" target="_blank" role="button" class="btn btn-success btn-lg">Learn More in Online CV</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact Me</h2>
<span class="star-light"></span>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<form name="sentMessage" id="contactForm" novalidate>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Name</label>
<input type="text" class="form-control" placeholder="Name" id="name" name="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Email Address</label>
<input type="email" class="form-control" placeholder="Email Address" id="email" name="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Phone Number</label>
<input type="tel" class="form-control" placeholder="Phone Number" id="phone" name="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Message</label>
<textarea rows="5" class="form-control" placeholder="Message" id="message" name="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-xs-12">
<button type="submit" class="btn btn-success btn-lg">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>Bedford-Stuyvesant
<br>Brooklyn, NY 11238</p>
</div>
<div class="footer-col col-md-4">
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="https://twitter.com/binzu" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/binzu" class="btn-social btn-outline"><i class="fa fa-fw fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/vincegolveo/" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>About this site</h3>
<p>Based on <a href="https://startbootstrap.com/template-overviews/freelancer/">Freelancer</a>, an open source <a href="http://jekyllrb.com/">Jekyll</a> theme.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Vince Golveo 2019 | Built by <a href="https://binzu.io" target="_blank">Binzu Digital</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<div class="portfolio-modal modal fade" id="modalHoneycomb" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Honeycomb Health App</h3>
<span class="star-light"></span>
<img src="/img/portfolio/honeyhealth.jpg" class="img-responsive img-centered" alt="">
<h4><i class="fa fa-external-link"></i> <a href="https://honeycombhealth.com/" target="_blank">https://honeycombhealth.com/</a></h4>
A web application built for a health tech agency startup non-profit using Drupal 8, and customizing screens with Drupal WebForm. Created custom theme and modules with PHP, Twig, JavaScript, jQuery, Bootstrap 4, Node, Gulp and SASS.
Technology used: **Drupal 8, Drupal WebForm, PHP, TWIG, JavaScript, jQuery, Bootstrap 4, Node, Gulp and SASS**
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Lead Web Developer
</strong>
</li>
<li>Company:
<strong>Greater Than One
</strong>
</li>
<li>Client:
<strong>Honeycomb Health
</strong>
</li>
<li>Project Dates:
<strong>November 2018 - February 2019
</strong>
</li>
<li>Posted: February 2019
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalRenegade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Renegade Marketing</h3>
<span class="star-light"></span>
<img src="/img/portfolio/renegade.jpg" class="img-responsive img-centered" alt="">
<h4><i class="fa fa-external-link"></i> <a href="https://renegade.com/" target="_blank">https://renegade.com/</a></h4>
A B2B site for a marketing consultancy group. Set up site architecture, staging servers, database, and Git repositories. Customized CMS forms through plugins and Advanced Custom Fields. Infinite scroll implemented on all post listing pages. Responsive design.
Technology used: **Wordpress, PHP, MySQL, Advance Custom Fields, Git, Gulp, Node, Bootstrap 4, SASS, JavaScript, jQuery, HTML, CSS**
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Lead Front-End Developer Consultant
</strong>
</li>
<li>Company:
<strong>Binzu Digital
</strong>
</li>
<li>Client:
<strong>Renegade Marketing
</strong>
</li>
<li>Project Dates:
<strong>June 2018 - September 2018
</strong>
</li>
<li>Posted: October 2018
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalCPack" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Calligrahy Pack</h3>
<span class="star-light"></span>
<img src="/img/portfolio/calligraphypack.jpg" class="img-responsive img-centered" alt="">
<h4><i class="fa fa-external-link"></i> <a href="https://www.calligraphypack.com/" target="_blank">https://www.calligraphypack.com/</a></h4>
A responsive e-commerce store with hundreds of products built on the Shopify platform with PHP and Liquid, and designed with Sketch and Photoshop.
Technology used: **Shopify CMS, Liquid, PHP, JavaScript, jQuery, HTML, CSS, Sketch, Photoshop**
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Designer, Developer, SEO and Marketing
</strong>
</li>
<li>Company:
<strong>Binzu Digital
</strong>
</li>
<li>Client:
<strong>Calligraphy Pack
</strong>
</li>
<li>Project Dates:
<strong>March 2018 - May 2018
</strong>
</li>
<li>Posted: October 2018
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalScowlan" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Sara Cowlan</h3>
<span class="star-light"></span>
<img src="/img/portfolio/saracowlan.jpg" class="img-responsive img-centered" alt="">
<h4><i class="fa fa-external-link"></i> <a href="http://saracowlan.com/" target="_blank">http://saracowlan.com/</a></h4>
A responsive website for a nutritionist built with WordPress and designed with Sketch and Photoshop.
Technology used: **WordPress, Bootstrap 4, HTML5, CSS, Sketch, Photoshop**
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Freelance Front-End Developer
</strong>
</li>
<li>Company:
<strong>Binzu Digital
</strong>
</li>
<li>Client:
<strong>Sara Cowlan
</strong>
</li>
<li>Project Dates:
<strong>April 2018 - July 2018
</strong>
</li>
<li>Posted: October 2018
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalBinzu" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Binzu Digital</h3>
<span class="star-light"></span>
<img src="/img/portfolio/binzu.jpg" class="img-responsive img-centered" alt="">
<h4><i class="fa fa-external-link"></i> <a href="https://binzu.io/" target="_blank">https://binzu.io/</a></h4>
<p>A responsive corporate website for Binzu Digital built using WordPress with Bootstrap, and designed in Sketch.</p>
<p>Technology used: <strong>Wordpress, PHP, MySQL, Bootstrap, Photoshop, Sketch</strong></p>
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Interactive Developer
</strong>
</li>
<li>Company:
<strong>Binzu Digital
</strong>
</li>
<li>Client:
<strong>Binzu Digital
</strong>
</li>
<li>Project Dates:
<strong>January 2018 - February 2018
</strong>
</li>
<li>Posted: October 2018
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalMarketerWorkspace" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Marketer Workspace</h3>
<span class="star-light"></span>
<img src="/img/portfolio/marketerworkspace.jpg" class="img-responsive img-centered" alt="">
<p>Launched new features on IBM’s global marketing platform incorporating multiple APIs, enhancing responsiveness, improving usability and data integrity.</p>
<p>Technology used: <strong>API, AngularJS, Typescript, ES6, Node, Karma, Jasmine, Protractor, Grunt, SASS, HTML5, CSS3, Git</strong></p>
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Applications Developer
</strong>
</li>
<li>Company:
<strong>Ogilvy & Mather
</strong>
</li>
<li>Client:
<strong>IBM
</strong>
</li>
<li>Project Dates:
<strong>May 2015 - June 2017
</strong>
</li>
<li>Posted: August 2017
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalIBMCloud" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>IBM Cloud Computing</h3>
<span class="star-light"></span>
<img src="/img/portfolio/ibmcloud.jpg" class="img-responsive img-centered" alt="">
<h4><i class="fa fa-external-link"></i> <a href="https://www.ibm.com/cloud/" target="_blank">https://www.ibm.com/cloud/</a></h4>
<p>Successfully revamped the IBM cloud website to new CMS and responsive layout, and drastically improved SEO and performance through collaboration in an agile development team. Developed maintainable technical documentation and an online CSS style guide, simplifying transfer of knowledge workflow and global deployment processes.</p>
<p>Technology used: <strong>CMS, JavaScript, jQuery, HTML5, CSS3, SASS, Grunt, Git</strong></p>
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Frontend Developer Lead
</strong>
</li>
<li>Company:
<strong>Ogilvy & Mather
</strong>
</li>
<li>Client:
<strong>IBM
</strong>
</li>
<li>Project Dates:
<strong>February 2014 - May 2015
</strong>
</li>
<li>Posted: August 2017
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalThinkManagement" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>IBM Think Management</h3>
<span class="star-light"></span>
<img src="/img/portfolio/thinkmanagement.jpg" class="img-responsive img-centered" alt="">
<p>Prototyped and developed features for an IBM management training tool and customized front-end for a manager forum.</p>
<p>Technology used: <strong>IBM ECM, IBM Connections API, Dojo, JavaScript, jQuery, HTML5, CSS3, SASS, Grunt, SVN</strong></p>
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Frontend Developer Lead
</strong>
</li>
<li>Company:
<strong>Ogilvy & Mather
</strong>
</li>
<li>Client:
<strong>IBM
</strong>
</li>
<li>Project Dates:
<strong>August 2012 - August 2014
</strong>
</li>
<li>Posted: August 2017
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalMixon" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Coca-Cola Mix'On</h3>
<span class="star-light"></span>
<img src="/img/portfolio/mixon.jpg" class="img-responsive img-centered" alt="">
<p>Spearheaded Coca-Cola’s Road to the VMAs digital marketing campaign by building a responsive interactive timeline and questionnaire designed for smartphones and tablets.</p>
<p>Technology used: <strong>JavaScript, jQuery, HTML5, CSS3</strong></p>
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Frontend Developer
</strong>
</li>
<li>Company:
<strong>Robert Half Technology
</strong>
</li>
<li>Client:
<strong>LBi
</strong>
</li>
<li>Project Dates:
<strong>July 2012 - August 2012
</strong>
</li>
<li>Posted: August 2017
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="modalQnasl" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Qnasl Device Tour</h3>
<span class="star-light"></span>
<img src="/img/portfolio/qnasl.jpg" class="img-responsive img-centered" alt="">
<p>Developed an interactive 360° visualization of a nasal spray for a large pharmaceutical industry client.</p>
<p>Technology used: <strong>Sencha Animator, JavaScript, jQuery, HTML5, CSS3, Canvas</strong></p>
<ul class="list-inline item-details">
<!-- <li>Technology Stack:
<strong>
</strong>
</li> -->
<li>Role:
<strong>Interactive Developer
</strong>
</li>
<li>Company:
<strong>Robert Half Technology
</strong>
</li>
<li>Client:
<strong>Heartbeat Ideas
</strong>
</li>
<li>Project Dates:
<strong>December 2011 - February 2012
</strong>
</li>
<li>Posted: August 2017
</li>
</ul>
<button type="button" class="btn btn-success btn-close" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="/js/jqBootstrapValidation.js"></script>
<script src="/js/contact_me.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/startbootstrap-freelancer/3.3.7/js/freelancer.min.js"></script>
</body>
</html>
|
src/iris_demo/template/django/templates/mypage.html | a233894432/gowork | <html>
<head>
<title>Hello Django from Iris</title>
</head>
<body>
{% if is_admin %}
<p>{{username}} is an admin!</p>
{% endif %}
</body>
</html> |
public/yandex_ccce4ed27f7fe7d7.html | m4rr/m4rr_on_rails | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>Verification: ccce4ed27f7fe7d7</body>
</html> |
archives/2017/index.html | dawnnnnn/dawnnnnn.github.io | <!DOCTYPE html>
<html lang="zh-CN">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Description-->
<!--Author-->
<meta name="author" content="dawnnnnn">
<!--Open Graph Title-->
<meta property="og:title" content="dawnnnnn's blog"/>
<!--Open Graph Description-->
<!--Open Graph Site Name-->
<meta property="og:site_name" content="dawnnnnn's blog"/>
<!--Type page-->
<meta property="og:type" content="website" />
<!--Page Cover-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Title -->
<title>归档:2017 - dawnnnnn's blog</title>
<link rel="shortcut icon" href="https://hexo.io/icon/favicon-96x96.png">
<!-- Custom CSS/Sass -->
<link rel="stylesheet" href="/css/style.css">
<!----------------------------
https://github.com/GallenHu/hexo-theme-Daily
_____ _ _
| __ \ (_) | |
| | | | __ _ _ | | _ _
| | | | / _` | | | | | | | | |
| |__| | | (_| | | | | | | |_| |
|_____/ \__,_| |_| |_| \__, |
__/ |
|___/
--------------------------->
</head>
<body>
<!-- Nav -->
<header class="site-header">
<div class="header-inside">
<div class="logo">
<a href="/" rel="home">
<img src="https://hexo.io/logo.svg" alt="dawnnnnn's blog" height="60">
</a>
</div>
<!-- Navigation -->
<nav class="navbar">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse">
<ul class="navbar-nav">
<li>
<a href="/.">
home
</a>
</li>
<li>
<a href="/archives">
archive
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div class="button-wrap">
<button class="menu-toggle">Primary Menu</button>
</div>
</div>
</header>
<!-- Main Content -->
<!-- Main Content -->
<div class="archive content-area">
<div class="container">
<h1 class="entry-title">2017</h1>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<!-- Use lodash to classify posts. See https://lodash.com/docs#groupBy
1. group site.posts by year
2. sort posts-in-one-year by Month and Day
-->
<h2 class="year">2017</h2>
<ul class="list">
<li>
<span class="date">
2017-02-13
</span>
<a href="/2017/02/13/hello-world/" class="title">
Hello World
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- Footer-widgets -->
<div class="footer-widgets">
<div class="row inside-wrapper">
<div class="col-1-3">
<aside>
<h1 class="widget-title">关于本站</h1>
<div class="custom-widget-content">
<ul><li><a href="https://github.com/GallenHu/hexo-theme-Daily">如何自定义这里的内容(配置教程)?</a></li></ul>
</div>
</aside>
</div>
<div class="col-1-3">
<aside>
<h1 class="widget-title">与我联系</h1>
<div class="widget-text">
<a href="https://github.com/dawnnnnn" class="icon icon-github" target="_blank">github</a>
<a href="http://weibo.com/traffictag" class="icon icon-weibo" target="_blank">weibo</a>
<a href="mailto:tan32211@gmail.com" class="icon icon-mail" target="_blank">mail</a>
<a href="https://twitter.com/dawnnnnnc" class="icon icon-twitter" target="_blank">twitter</a>
</div>
</aside>
</div>
<div class="col-1-3">
<aside>
<h1 class="widget-title">站内搜索</h1>
<div class="widget-text">
<form onSubmit="return appDaily.submitSearch('')">
<p>
<input type="text" placeholder="search..." id="homeSearchInput">
</p>
<!-- <input type="submit" value="GO"> -->
</form>
</div>
</aside>
</div>
</div>
</div>
<!-- Footer -->
<footer class="site-info">
<p>
<span>dawnnnnn's blog © 2017</span>
<span class="split">|</span>
<span>Powered by <a href="https://hexo.io/" target="_blank">Hexo</a> with Theme <a href="https://github.com/GallenHu/hexo-theme-Daily" target="_blank">Daily</a></span>
</p>
</footer>
<!-- After footer scripts -->
<!-- scripts -->
<script src="/js/app.js"></script>
<script>
var disqus_shortname = 'dawnnnnn';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</body>
</html> |
_includes/head.html | digitalpow/digitalpow.github.io | <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
{% if page.title %} {{ page.title }}
{% else %} {{ site.title }}
{% endif %}
</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
<link rel="shortcut icon" href="{{ site.url }}{{ site.baseurl }}{{ site.favicon }}" type="image/png" />
<script src="{{ site.baseurl }}/assets/js/main.js" type="text/javascript" charset="utf-8" async defer></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</head>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.1/hierarchy-builder/1.1.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hierarchy-builder: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.1 / hierarchy-builder - 1.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hierarchy-builder
<small>
1.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-28 03:36:04 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-28 03:36:04 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-hierarchy-builder"
version: "dev"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Cyril Cohen" "Kazuhiko Sakaguchi" "Enrico Tassi" ]
license: "MIT"
homepage: "https://github.com/math-comp/hierarchy-builder"
bug-reports: "https://github.com/math-comp/hierarchy-builder/issues"
dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
build: [ [ make "config"]
[ make "build"]
[ make "test-suite" ] # {with-test} waiting https://github.com/coq-community/docker-coq-action/pull/48
]
install: [ make "install" ]
depends: [ "coq-elpi" {= "1.6.2~8.11" | = "1.8.2~8.12" | (>= "1.9.5" & < "1.10~")} ]
conflicts: [ "coq-hierarchy-builder-shim" ]
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
description: """
Hierarchy Builder is a high level language to build hierarchies of algebraic structures and make these
hierarchies evolve without breaking user code. The key concepts are the ones of factory, builder
and abbreviation that let the hierarchy developer describe an actual interface for their library.
Behind that interface the developer can provide appropriate code to ensure retro compatibility.
"""
tags: [ "logpath:HB" ]
url {
src: "https://github.com/math-comp/hierarchy-builder/archive/v1.1.0.tar.gz"
checksum: "sha256=ac5ebf16afdc4ed14018b823d19838c6e8423319c858c1f6e65f21f6b18d96b1"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-hierarchy-builder.1.1.0 coq.8.10.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1).
The following dependencies couldn't be met:
- coq-hierarchy-builder -> coq-elpi (= 1.6.2~8.11 & = 1.8.2~8.12 & >= 1.9.5) -> ocaml >= 4.07.0
base of this switch (use `--unlock-base' to force)
- coq-hierarchy-builder -> coq-elpi (= 1.6.2~8.11 & = 1.8.2~8.12 & >= 1.9.5) -> coq >= 8.11
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hierarchy-builder.1.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
bdOdonto/sistema_fichas/static/css/index.css | FACTOSolution/bdOdonto | @import url(https://fonts.googleapis.com/css?family=Roboto:400,100);
body {
background-color:#800000;
font-family: Arial, Helvetica, sans-serif;
font-size:1.2rem;
}
.container {
background-color: white;
background-image: url("../images/logo_claro.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 800px;
width: 50%;
min-width: 500px;
height: 70%;
margin: 5% 25%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding:1rem;
}
p {
margin-bottom:1.4rem;
}
img {
width: 20em;
}
.container a {
margin-top:5%;
opacity: .6;
}
.container a:hover {
opacity: 1;
}
form {
margin-bottom:8%;
display:flex;
flex-direction: column;
align-items: center;
}
form input[type="text"] {
width: 340px;
height: 2rem;
padding: .5rem;
opacity: .6;
text-align: center;
}
form input[type="text"]:hover {
opacity: 1;
}
form input[type="submit"] {
height: 2.5rem;
opacity: .6;
width: 10rem;
font-size: 1.1rem;
margin-top:1.4rem;
background-color: #800000;
color:white;
border: none;
}
form input[type="submit"]:hover {
opacity: 1;
}
.footer {
position:fixed;
bottom: 0;
right: 1rem;
color: white;
font-size: 0.8rem;
}
.footer img {
margin-left:.1rem;
width: 60px;
margin-bottom:-.5rem;
}
.logout:before {
content: "";
display: block;
background: url("../images/sair.svg") no-repeat;
background-size: 3.5rem;
width: 3.5rem;
height: 3.5rem;
float: left;
filter:invert(100%);
}
.logout:hover:before {
fill:pink;
background-size: 3.7rem;
}
.logout {
color: white;
font-size: 1.7rem;
position:absolute;
left:1rem;
top:.5rem;
text-decoration: none;
}
.logout:hover {
color:#d26c6c;
}
|
297cadb/html/classv8_1_1_cpu_profiler.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for io.js v1.0.4: v8::CpuProfiler Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for io.js v1.0.4
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_cpu_profiler.html">CpuProfiler</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_cpu_profiler-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::CpuProfiler Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8-profiler_8h_source.html">v8-profiler.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ac5b05c72fb899e20adfa7f8cc57f21fb"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_cpu_profiler.html#ac5b05c72fb899e20adfa7f8cc57f21fb">SetSamplingInterval</a> (int us)</td></tr>
<tr class="separator:ac5b05c72fb899e20adfa7f8cc57f21fb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a429a16655bbed7649b1869eefebb4fe9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_cpu_profiler.html#a429a16655bbed7649b1869eefebb4fe9">StartProfiling</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > title, bool record_samples=false)</td></tr>
<tr class="separator:a429a16655bbed7649b1869eefebb4fe9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a26af7927eff24c33196beee4507d8924"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_cpu_profiler.html#a26af7927eff24c33196beee4507d8924">V8_DEPRECATED</a> ("Use <a class="el" href="classv8_1_1_cpu_profiler.html#a429a16655bbed7649b1869eefebb4fe9">StartProfiling</a>", void StartCpuProfiling(<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > title, bool record_samples=false))</td></tr>
<tr class="separator:a26af7927eff24c33196beee4507d8924"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a538b947e27524bc64ceab85df5e81c5f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_cpu_profile.html">CpuProfile</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_cpu_profiler.html#a538b947e27524bc64ceab85df5e81c5f">StopProfiling</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > title)</td></tr>
<tr class="separator:a538b947e27524bc64ceab85df5e81c5f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad134cf9b3676fced85e430b3f2566275"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_cpu_profiler.html#ad134cf9b3676fced85e430b3f2566275">V8_DEPRECATED</a> ("Use <a class="el" href="classv8_1_1_cpu_profiler.html#a538b947e27524bc64ceab85df5e81c5f">StopProfiling</a>", const <a class="el" href="classv8_1_1_cpu_profile.html">CpuProfile</a> *StopCpuProfiling(<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > title))</td></tr>
<tr class="separator:ad134cf9b3676fced85e430b3f2566275"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a68e6da6f9ff4a0d3bde505f378a9a7fa"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_cpu_profiler.html#a68e6da6f9ff4a0d3bde505f378a9a7fa">SetIdle</a> (bool is_idle)</td></tr>
<tr class="separator:a68e6da6f9ff4a0d3bde505f378a9a7fa"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Interface for controlling CPU profiling. Instance of the profiler can be retrieved using <a class="el" href="classv8_1_1_isolate.html#a7eb415d9210d912aa57877ab6416fec8">v8::Isolate::GetCpuProfiler</a>. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a68e6da6f9ff4a0d3bde505f378a9a7fa"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::CpuProfiler::SetIdle </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>is_idle</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Tells the profiler whether the embedder is idle. </p>
</div>
</div>
<a class="anchor" id="ac5b05c72fb899e20adfa7f8cc57f21fb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::CpuProfiler::SetSamplingInterval </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>us</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Changes default CPU profiler sampling interval to the specified number of microseconds. Default interval is 1000us. This method must be called when there are no profiles being recorded. </p>
</div>
</div>
<a class="anchor" id="a429a16655bbed7649b1869eefebb4fe9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::CpuProfiler::StartProfiling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td>
<td class="paramname"><em>title</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"><em>record_samples</em> = <code>false</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Starts collecting CPU profile. Title may be an empty string. It is allowed to have several profiles being collected at once. Attempts to start collecting several profiles with the same title are silently ignored. While collecting a profile, functions from all security contexts are included in it. The token-based filtering is only performed when querying for a profile.</p>
<p>|record_samples| parameter controls whether individual samples should be recorded in addition to the aggregated tree. </p>
</div>
</div>
<a class="anchor" id="a538b947e27524bc64ceab85df5e81c5f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1_cpu_profile.html">CpuProfile</a>* v8::CpuProfiler::StopProfiling </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td>
<td class="paramname"><em>title</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Stops collecting CPU profile with a given title and returns it. If the title given is empty, finishes the last profile started. </p>
</div>
</div>
<a class="anchor" id="a26af7927eff24c33196beee4507d8924"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::CpuProfiler::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use <a class="el" href="classv8_1_1_cpu_profiler.html#a429a16655bbed7649b1869eefebb4fe9">StartProfiling</a>" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>StartCpuProfiling</em>Handle< String > title, bool record_samples=false </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Deprecated. Use StartProfiling instead. </p>
</div>
</div>
<a class="anchor" id="ad134cf9b3676fced85e430b3f2566275"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::CpuProfiler::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use <a class="el" href="classv8_1_1_cpu_profiler.html#a538b947e27524bc64ceab85df5e81c5f">StopProfiling</a>" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classv8_1_1_cpu_profile.html">CpuProfile</a> * </td>
<td class="paramname"><em>StopCpuProfiling</em>Handle< String > title </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Deprecated. Use StopProfiling instead. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8-profiler_8h_source.html">v8-profiler.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:49:16 for V8 API Reference Guide for io.js v1.0.4 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
src/app/main/main.html | babelouest/morgan | <div class="container" id="mainContainer" data-ng-controller="morganCtrl" data-fullscreen>
<!--<button type="button" data-ng-click="goFullscreen()" data-ng-if="showButton">Fullsreen</button>-->
<div data-ng-repeat="source in sourceList">
<div
class="component block"
data-ng-class="{visible: source.isVisible, invisible: !source.isVisible}"
data-ng-style="{'top': source.pos.top + '%', 'left': source.pos.left + '%'}"
data-ng-bind-html="source.content">
</div>
</div>
<div class="component" data-ng-class="{'marquee': showScroll, 'stopped': !showScroll}">
{{horizontalScroll}}
</div>
</div>
|
timepiece/templates/timepiece/entry/clock_in.html | caktus/django-timepiece | {% extends 'timepiece/base.html' %}
{% load bootstrap_toolkit %}
{% load static %}
{% load timepiece_tags %}
{% block crumbs %}
{{ block.super }}
<li><span class="divider">/</span> <a href="{% url 'clock_in' %}">Clock In</a></li>
{% endblock crumbs %}
{% block title %}Clock In{% endblock title %}
{% block extrajs %}
<script charset="utf-8" src="{% static "timepiece/js/prevent_double_click.js" %}"></script>
<script type="text/javascript">
$(document).ready(function() {
function newParameters(query) {
query.project = $('#id_project').val();
}
$('#id_activity_0').djselectable('option', 'prepareQuery', newParameters);
});
</script>
<script>
$.ui.djselectable.prototype._comboButtonTemplate = function (input) {
var icon = $("<i>").addClass("icon-chevron-down");
// Remove current classes on the text input
$(input).attr("class", "");
// Wrap with input-append
$(input).wrap('<div class="input-append" />');
// Return button link with the chosen icon
return $("<a>").append(icon).addClass("btn ");
};
$.ui.djselectable.prototype._removeButtonTemplate = function (item) {
var icon = $("<i>").addClass("icon-remove-sign");
// Return button link with the chosen icon
return $("<a>").append(icon).addClass("btn pull-right");
};
</script>
{% endblock extrajs %}
{% block content %}
<div class="row-fluid">
<div class="span12">
<h2>Clock Into Project</h2>
<br style="clear: both;" />
{% if active %}
<div class="alert">
<button type="button" class="close" data-dismiss="alert">x</button>
<h4 class="alert-heading">Switching Projects</h4>
<p>You are currently clocked into {{active.activity.name }} for {{ active.project }} with {{ active.get_total_seconds|humanize_seconds }} time clocked. Switching to a new project below will clock out of this entry and start a new one. Please enter any notes about switching below.</p>
</div>
{% endif %}
<form class="form-horizontal prevent-doubleclick" accept-charset="utf-8"
action="" method="post">
{% csrf_token %}
{{ form|as_bootstrap:"horizontal" }}
<div class="form-actions">
<input class="btn btn-primary" type="submit" name="submit" value="Clock In" />
<input class="btn cancel" type="button" value="Cancel" onclick="history.back()" />
</div>
</form>
</div>
</div>
{% endblock content %}
|
Rust/share/doc/rust/html/libc/funcs/extra/kernel32/fn.GetOverlappedResult.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `GetOverlappedResult` fn in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, GetOverlappedResult">
<title>libc::funcs::extra::kernel32::GetOverlappedResult - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../../../libc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>funcs</a>::<wbr><a href='../index.html'>extra</a>::<wbr><a href='index.html'>kernel32</a></p><script>window.sidebarCurrent = {name: 'GetOverlappedResult', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>funcs</a>::<wbr><a href='../index.html'>extra</a>::<wbr><a href='index.html'>kernel32</a>::<wbr><a class='fn' href=''>GetOverlappedResult</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-3736' href='../../../../src/libc/lib.rs.html#5738-5741'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe fn GetOverlappedResult(hFile: <a class='type' href='../../../../libc/types/os/arch/extra/type.HANDLE.html' title='libc::types::os::arch::extra::HANDLE'>HANDLE</a>, lpOverlapped: <a class='type' href='../../../../libc/types/os/arch/extra/type.LPOVERLAPPED.html' title='libc::types::os::arch::extra::LPOVERLAPPED'>LPOVERLAPPED</a>, lpNumberOfBytesTransferred: <a class='type' href='../../../../libc/types/os/arch/extra/type.LPDWORD.html' title='libc::types::os::arch::extra::LPDWORD'>LPDWORD</a>, bWait: <a class='type' href='../../../../libc/types/os/arch/extra/type.BOOL.html' title='libc::types::os::arch::extra::BOOL'>BOOL</a>) -> <a class='type' href='../../../../libc/types/os/arch/extra/type.BOOL.html' title='libc::types::os::arch::extra::BOOL'>BOOL</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../../../";
window.currentCrate = "libc";
window.playgroundUrl = "http://play.rust-lang.org/";
</script>
<script src="../../../../jquery.js"></script>
<script src="../../../../main.js"></script>
<script src="../../../../playpen.js"></script>
<script async src="../../../../search-index.js"></script>
</body>
</html> |
src/Viteloge/CoreBundle/Resources/descriptions/31494.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Saint-Laurent est
un village
géographiquement positionné dans le département de Haute-Garonne en Midi-Pyrénées. Elle totalisait 160 habitants en 2008.</p>
<p>Si vous pensez emmenager à Saint-Laurent, vous pourrez facilement trouver une maison à vendre. </p>
<p>À coté de Saint-Laurent sont localisées les villes de
<a href="{{VLROOT}}/immobilier/puymaurin_31443/">Puymaurin</a> située à 5 km, 293 habitants,
<a href="{{VLROOT}}/immobilier/saint-frajou_31482/">Saint-Frajou</a> située à 4 km, 182 habitants,
<a href="{{VLROOT}}/immobilier/montesquieu-guittaut_31373/">Montesquieu-Guittaut</a> située à 2 km, 119 habitants,
<a href="{{VLROOT}}/immobilier/montbernard_31363/">Montbernard</a> située à 3 km, 209 habitants,
<a href="{{VLROOT}}/immobilier/lilhac_31301/">Lilhac</a> située à 4 km, 128 habitants,
<a href="{{VLROOT}}/immobilier/castera-vignoles_31121/">Castéra-Vignoles</a> à 5 km, 55 habitants,
entre autres. De plus, Saint-Laurent est située à seulement 24 km de <a href="{{VLROOT}}/immobilier/saint-gaudens_31483/">Saint-Gaudens</a>.</p>
<p>Le parc d'habitations, à Saint-Laurent, était réparti en 2011 en trois appartements et 115 maisons soit
un marché plutôt équilibré.</p>
</div>
|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.2/rsa/8.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>rsa: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.2 / rsa - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
rsa
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-01 19:32:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 19:32:40 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/rsa"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RSA"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [
"keyword:rsa"
"keyword:chinese remainder"
"keyword:Fermat's little theorem"
"category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"date:1999"
]
authors: [ "Laurent Théry <>" "Jose C. Almeida <>" ]
bug-reports: "https://github.com/coq-contribs/rsa/issues"
dev-repo: "git+https://github.com/coq-contribs/rsa.git"
synopsis: "Correctness of RSA algorithm"
description: """
This directory contains the proof of correctness
of RSA algorithm. It contains a proof of Fermat's little theorem"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/rsa/archive/v8.5.0.tar.gz"
checksum: "md5=28a3ed04d2f9259671999c466239b54a"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-rsa.8.5.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2).
The following dependencies couldn't be met:
- coq-rsa -> coq < 8.6~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-rsa.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
Source/AngularApplication/App/Views/OrganizationPartials/EditBasicInformation.html | City-of-Helsinki/organisaatiorekisteri |
<!-- TODO: fix element positions before/after affecto-help-popup icon -->
<div class="row">
<div class="col-xs-5">
<label>
Organisaatiotyyppi*
<affecto-help-popup paragraphs='["Valitse valikosta organisaatiotyyppi, jota organisaatiosi edustaa. Mikäli valitset organisaatiotyypiksi \"Kunta\", tulee sinun syöttää erilliseen kenttään myös kuntasi kuntanumero."]'/>
</label>
<select id="organizationType" class="form-control" data-ng-model="controller.model.typeProperty"
data-ng-options="pt for pt in controller.organizationTypes" data-ng-required="true"></select>
</div>
<div class="col-xs-2">
<label>
{{ controller.editBusinessIdentifierLabel }}
<affecto-help-popup paragraphs='["Kirjota kenttään organisaatiosi Y-tunnus. Jos et muista sitä, voit hakea Y-tunnuksen <a href=\"https://www.ytj.fi/yrityshaku.aspx?path=1547;1631;1678&kielikoodi=1\" target=\"_blank\">Yritys- ja yhteisötietojärjestelmästä (YTJ).</a>",
"Tarkista oman organisaatiosi Y-tunnuksen käytön käytäntö: Joillain organisaatioilla on vain yksi yhteinen Y-tunnus, toisilla myös alaorganisaatioilla on omat Y-tunnuksensa. Varmista, että annat alaorganisaatiolle oikean Y-tunnuksen."]' />
</label>
<input id="organizationBusinessId" type="text" class="form-control" name="businessId" maxlength="9" data-ng-model="controller.model.businessId"
data-ng-required="!controller.isSubOrganization()" data-ng-blur="controller.validateBusinessId()" />
</div>
<div class="col-xs-2 col-xs-offset-1" id="organizationTypeDiv" data-ng-show="controller.model.isMunicipality()">
<label class="mandatory-field">Kunnan numero</label>
<input id="organizationMunicipalityCode" type="number" class="form-control" name="municipalityCode" maxlength="3" min="1" placeholder="Kuntanumero"
data-ng-model="controller.model.municipalityCode" data-ng-required="controller.model.isMunicipality()"/>
<div aria-live="polite" class="validation-message" data-ng-show="controller.basicInformationForm.municipalityCode.$error.maxlength">
Kuntanumero on yhdestä kolmeen numeroa
</div>
</div>
</div>
<div class="row">
<div class="col-xs-8">
<label>
Nimi*
<affecto-help-popup paragraphs='["Kirjoita kenttään organisaation virallinen nimi. Kirjoita nimi auki, älä käytä lyhenteitä."]' />
</label>
<div data-ng-repeat="name in controller.model.names">
<p>
<input type="text" class="form-control" data-ng-required="name.isRequired" data-ng-model="name.localizedValue" maxlength="100" ng-attr-placeholder="{{name.localizedTitle}}" />
</p>
</div>
</div>
<div class="col-xs-4">
<label>
Nimen lyhenne
</label>
<div data-ng-repeat="abbreviation in controller.model.nameAbbreviations">
<p>
<input type="text" class="form-control" data-ng-required="abbreviation.isRequired" data-ng-model="abbreviation.localizedValue" maxlength="100" ng-attr-placeholder="{{abbreviation.localizedTitle}}" />
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<label>
Kuvaus
<affecto-help-popup paragraphs='["Kirjoita organisaatiolle lyhyt, käyttäjäystävällinen kuvaus. Mikä tämä (ala)organisaatio on ja mitä se tekee organisaation palveluita käyttävän asiakkaan näkökulmasta? Alä mainosta vaan kuvaa neutraalisti organisaation ydintehtävä. Kuvaus saa olla korkeintaan 4000 merkkiä pitkä."]' />
</label>
<div data-ng-repeat="desc in controller.model.descriptions">
<p>
<textarea id="organizationDescription" name="organizationDescription" data-ng-maxlength="4000" class="form-control" data-ng-model="desc.localizedValue" data-ng-required="desc.isRequired" ng-attr-placeholder="{{desc.localizedTitle}}"></textarea>
</p>
<p aria-live="polite" class="validation-message" data-ng-show="controller.basicInformationForm.organizationDescription.$error.maxlength">Kuvauksen maksimipituus on 4000 merkkiä</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<label>
Voimassaolo alkaa
</label>
<input id="organizationValidFrom" type="text" class="form-control" name="validFrom" data-ng-model="controller.model.validFromDate" data-ng-blur="controller.validateValidity()"
data-uib-datepicker-popup="dd.MM.yyyy" data-is-open="controller.isValidFromCalendarShown" data-show-button-bar="false"
data-datepicker-options="{'startingDay': 1, 'formatDayTitle': 'MM yyyy'}" data-ng-click="controller.showValidFromCalendar()" />
<div id="organizationValidityErrorMessage" aria-live="polite" class="validation-message" data-ng-show="!controller.validValidity">
Voimassaolo ei voi alkaa sen päättymisen jälkeen
</div>
</div>
<div class="col-xs-3">
<label>
Voimassaolo päättyy
</label>
<input id="organizationValidTo" type="text" class="form-control" name="validTo" data-ng-model="controller.model.validToDate" data-ng-blur="controller.validateValidity()"
data-uib-datepicker-popup="dd.MM.yyyy" data-is-open="controller.isValidToCalendarShown" data-show-button-bar="false"
data-datepicker-options="{'startingDay': 1, 'formatDayTitle': 'MM yyyy'}" data-ng-click="controller.showValidToCalendar()" />
</div>
<div class="col-xs-3 col-xs-offset-2" style="margin-top:-4px">
<label>
OID
<affecto-help-popup paragraphs='["Jos omalla organisaatiollasi tai toimialallasi on käytössä oma organisaatio-OID-luokitus (tällainen on olemassa esimerkiksi sote-sektorilla), kirjoita tähän tämän luokituksen mukainen organisaatio-OID."]' />
</label>
<input id="organizationOid" type="text" class="form-control" maxlength="100" data-ng-model="controller.model.oid" />
</div>
</div>
<div class="row">
<div class="col-xs-12">
<label>
Näkyvyys tietojärjestelmissä
</label>
<ul>
<li>
<input id="canBeTransferredToFsc" type="checkbox" class="form-control" name="canBeTransferredToFsc"
data-ng-model="controller.model.canBeTransferredToFsc"/> Organisaatioyksikön toimipisteiden tiedot saa viedä kansalliseen palvelutietovarantoon (PTV)
</li>
<li>
<input id="canBeResponsibleDeptForService" type="checkbox" class="form-control" name="canBeResponsibleDeptForService"
data-ng-model="controller.model.canBeResponsibleDeptForService" /> Organisaatioyksikkö voi olla palvelurekisterissä vastuuyksikkö
</li>
</ul>
</div>
</div>
|
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1+2/mathcomp-algebra/1.6.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-algebra: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / mathcomp-algebra - 1.6.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-algebra
<small>
1.6.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-27 01:18:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 01:18:40 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-algebra"
version: "1.6.1"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "http://ssr.msr-inria.inria.fr/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/algebra" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/algebra" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/algebra'" ]
depends: [
"ocaml"
"coq-mathcomp-fingroup" {= "1.6.1"}
]
tags: [ "keyword:algebra" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on Algebra"
description: """
This library contains definitions and theorems about discrete
(i.e. with decidable equality) algebraic structures : ring, fields,
ordered fields, real fields, modules, algebras, integers, rational
numbers, polynomials, matrices, vector spaces..."""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz"
checksum: "md5=10d8a17134ddb509b4afa8d3243ee1a0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-algebra.1.6.1 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-mathcomp-algebra -> coq-mathcomp-fingroup = 1.6.1 -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-algebra.1.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
app/content/texts/grc_sblgnt/P15.html | khangpng/VietnameseBible | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>ΠΕΤΡΟΥ Α΄ 5 (SBLGNT)</title>
<link href="../../../build/mobile.css" rel="stylesheet" />
<script src="../../../build/mobile.js"></script>
</head>
<body dir="ltr" class="section-document">
<div class="header"><div class="nav">
<a class="name" href="P1.html">SBL Greek New Testament</a><a class="location" href="P1.html">ΠΕΤΡΟΥ Α΄ 5</a><a class="prev" href="P14.html"><</a>
<a class="home" href="index.html">=</a>
<a class="next" href="P21.html">></a>
</div></div>
<div class="section chapter P1 P15 grc_sblgnt grc " dir="ltr" lang="el" data-id="P15" data-nextid="P21" data-previd="P14">
<div class="c">5</div>
<div class="p">
<span class="v-num v-1">1 </span><span class="v P15_1" data-id="P15_1"><l s="G4245" m="A-APM">Πρεσβυτέρους</l> <l s="G3767" m="C-">⸀οὖν</l> <l s="G1722" m="P-">ἐν</l> <l s="G4771" m="RP-DP">ὑμῖν</l> <l s="G3870" m="V-1PAIS">παρακαλῶ</l> <l m="RA-NSM">ὁ</l> <l s="G4850" m="N-NSM">συμπρεσβύτερος</l> <l s="G2532" m="C-">καὶ</l> <l s="G3144" m="N-NSM">μάρτυς</l> <l m="RA-GPN">τῶν</l> <l m="RA-GSM">τοῦ</l> <l s="G5547" m="N-GSM">Χριστοῦ</l> <l s="G3804" m="N-GPN">παθημάτων,</l> <l m="RA-NSM">ὁ</l> <l s="G2532" m="D-">καὶ</l> <l m="RA-GSF">τῆς</l> <l s="G3195" m="V-PAPGSF">μελλούσης</l> <l s="G601" m="V-PPN">ἀποκαλύπτεσθαι</l> <l s="G1391" m="N-GSF">δόξης</l> <l s="G2844" m="N-NSM">κοινωνός,</l> </span>
<span class="v-num v-2">2 </span><span class="v P15_2" data-id="P15_2"><l s="G4165" m="V-2AADP">ποιμάνατε</l> <l m="RA-ASN">τὸ</l> <l s="G1722" m="P-">ἐν</l> <l s="G4771" m="RP-DP">ὑμῖν</l> <l s="G4168" m="N-ASN">ποίμνιον</l> <l m="RA-GSM">τοῦ</l> <l s="G2316" m="N-GSM">θεοῦ,</l> <l s="G1983" m="V-PAPNPM">⸀ἐπισκοποῦντες</l> <l s="G3361" m="D-">μὴ</l> <l s="G317" m="D-">ἀναγκαστῶς</l> <l s="G235" m="C-">ἀλλὰ</l> <l s="G1596" m="D-">ἑκουσίως</l> <l s="G2596" m="P-">⸂κατὰ</l> <l s="G2316" m="N-ASM">θεόν⸃,</l> <l s="G3366" m="C-">μηδὲ</l> <l s="G147" m="D-">αἰσχροκερδῶς</l> <l s="G235" m="C-">ἀλλὰ</l> <l s="G4290" m="D-">προθύμως,</l> </span>
<span class="v-num v-3">3 </span><span class="v P15_3" data-id="P15_3"><l s="G3366" m="C-">μηδ’</l> <l s="G5613" m="C-">ὡς</l> <l s="G2634" m="V-PAPNPM">κατακυριεύοντες</l> <l m="RA-GPM">τῶν</l> <l s="G2819" m="N-GPM">κλήρων</l> <l s="G235" m="C-">ἀλλὰ</l> <l s="G5179" m="N-NPM">τύποι</l> <l s="G1096" m="V-PMPNPM">γινόμενοι</l> <l m="RA-GSN">τοῦ</l> <l s="G4168" m="N-GSN">ποιμνίου·</l> </span>
<span class="v-num v-4">4 </span><span class="v P15_4" data-id="P15_4"><l s="G2532" m="C-">καὶ</l> <l s="G5319" m="V-APPGSM">φανερωθέντος</l> <l m="RA-GSM">τοῦ</l> <l s="G750" m="N-GSM">ἀρχιποίμενος</l> <l s="G2865" m="V-2FMIP">κομιεῖσθε</l> <l m="RA-ASM">τὸν</l> <l s="G262" m="A-ASM">ἀμαράντινον</l> <l m="RA-GSF">τῆς</l> <l s="G1391" m="N-GSF">δόξης</l> <l s="G4735" m="N-ASM">στέφανον.</l> </span>
<span class="v-num v-5">5 </span><span class="v P15_5" data-id="P15_5"><l s="G3668" m="D-">ὁμοίως,</l> <l s="G3501" m="A-VPMC">νεώτεροι,</l> <l s="G5293" m="V-2APDP">ὑποτάγητε</l> <l s="G4245" m="A-DPMC">πρεσβυτέροις.</l> <l s="G3956" m="A-VPM">πάντες</l> <l s="G1161" m="C-">δὲ</l> <l s="G240" m="RP-DPM">⸀ἀλλήλοις</l> <l m="RA-ASF">τὴν</l> <l s="G5012" m="N-ASF">ταπεινοφροσύνην</l> <l s="G1463" m="V-2AMDP">ἐγκομβώσασθε,</l> <l s="G3748" m="C-">ὅτι</l> <l m="RA-NSM">Ὁ</l> <l s="G2316" m="N-NSM">θεὸς</l> <l s="G5244" m="A-DPM">ὑπερηφάνοις</l> <l s="G498" m="V-3PMIS">ἀντιτάσσεται</l> <l s="G5011" m="A-DPM">ταπεινοῖς</l> <l s="G1161" m="C-">δὲ</l> <l s="G1325" m="V-3PAIS">δίδωσιν</l> <l s="G5485" m="N-ASF">χάριν.</l> </span>
<span class="v-num v-6">6 </span><span class="v P15_6" data-id="P15_6"><l s="G5013" m="V-2APDP">Ταπεινώθητε</l> <l s="G3767" m="C-">οὖν</l> <l s="G5259" m="P-">ὑπὸ</l> <l m="RA-ASF">τὴν</l> <l s="G2900" m="A-ASF">κραταιὰν</l> <l s="G5495" m="N-ASF">χεῖρα</l> <l m="RA-GSM">τοῦ</l> <l s="G2316" m="N-GSM">θεοῦ,</l> <l s="G2443" m="C-">ἵνα</l> <l s="G4771" m="RP-AP">ὑμᾶς</l> <l s="G5312" m="V-3AASS">ὑψώσῃ</l> <l s="G1722" m="P-">ἐν</l> <l s="G2540" m="N-DSM">καιρῷ,</l> </span>
<span class="v-num v-7">7 </span><span class="v P15_7" data-id="P15_7"><l s="G3956" m="A-ASF">πᾶσαν</l> <l m="RA-ASF">τὴν</l> <l s="G3308" m="N-ASF">μέριμναν</l> <l s="G4771" m="RP-GP">ὑμῶν</l> <l m="V-AAPNPM">ἐπιρίψαντες</l> <l s="G1909" m="P-">ἐπ’</l> <l s="G846" m="RP-ASM">αὐτόν,</l> <l s="G3748" m="C-">ὅτι</l> <l s="G846" m="RP-DSM">αὐτῷ</l> <l m="V-3PAIS">μέλει</l> <l s="G4012" m="P-">περὶ</l> <l s="G4771" m="RP-GP">ὑμῶν.</l> </span>
<span class="v-num v-8">8 </span><span class="v P15_8" data-id="P15_8"><l s="G3525" m="V-2AADP">νήψατε,</l> <l m="V-2AADP">γρηγορήσατε.</l> <l m="RA-NSM">ὁ</l> <l s="G476" m="N-NSM">ἀντίδικος</l> <l s="G4771" m="RP-GP">ὑμῶν</l> <l s="G1228" m="A-NSM">διάβολος</l> <l s="G5613" m="C-">ὡς</l> <l s="G3023" m="N-NSM">λέων</l> <l s="G5612" m="V-PMPNSM">ὠρυόμενος</l> <l s="G4043" m="V-3PAIS">περιπατεῖ</l> <l s="G2212" m="V-PAPNSM">ζητῶν</l> <l m="RI-ASM">⸀τινα</l> <l s="G2666" m="V-AAN">⸀καταπιεῖν·</l> </span>
<span class="v-num v-9">9 </span><span class="v P15_9" data-id="P15_9"><l m="RR-DSM">ᾧ</l> <l s="G436" m="V-2AADP">ἀντίστητε</l> <l s="G4731" m="A-NPM">στερεοὶ</l> <l m="RA-DSF">τῇ</l> <l s="G4102" m="N-DSF">πίστει,</l> <l m="V-XAPNPM">εἰδότες</l> <l m="RA-APN">τὰ</l> <l s="G846" m="A-APN">αὐτὰ</l> <l m="RA-GPN">τῶν</l> <l s="G3804" m="N-GPN">παθημάτων</l> <l m="RA-DSF">τῇ</l> <l s="G1722" m="P-">ἐν</l> <l m="RA-DSM">⸀τῷ</l> <l s="G2889" m="N-DSM">κόσμῳ</l> <l s="G4771" m="RP-GP">ὑμῶν</l> <l s="G81" m="N-DSF">ἀδελφότητι</l> <l s="G2005" m="V-PPN">ἐπιτελεῖσθαι.</l> </span>
<span class="v-num v-10">10 </span><span class="v P15_10" data-id="P15_10"><l m="RA-NSM">ὁ</l> <l s="G1161" m="C-">δὲ</l> <l s="G2316" m="N-NSM">θεὸς</l> <l s="G3956" m="A-GSF">πάσης</l> <l s="G5485" m="N-GSF">χάριτος,</l> <l m="RA-NSM">ὁ</l> <l s="G2564" m="V-AAPNSM">καλέσας</l> <l s="G4771" m="RP-AP">ὑμᾶς</l> <l s="G1519" m="P-">εἰς</l> <l m="RA-ASF">τὴν</l> <l s="G166" m="A-ASF">αἰώνιον</l> <l s="G846" m="RP-GSM">αὐτοῦ</l> <l s="G1391" m="N-ASF">δόξαν</l> <l s="G1722" m="P-">ἐν</l> <l s="G5547" m="N-DSM">⸀Χριστῷ,</l> <l s="G3641" m="A-ASN">ὀλίγον</l> <l m="V-AAPAPM">παθόντας</l> <l s="G846" m="RP-NSM">αὐτὸς</l> <l s="G2675" m="V-3FAIS">⸀καταρτίσει,</l> <l s="G4741" m="V-3FAIS">στηρίξει,</l> <l s="G4599" m="V-3FAIS">σθενώσει,</l> <l s="G2311" m="V-3FAIS">⸀θεμελιώσει.</l> </span>
<span class="v-num v-11">11 </span><span class="v P15_11" data-id="P15_11"><l s="G846" m="RP-DSM">⸀αὐτῷ</l> <l m="RA-NSN">τὸ</l> <l s="G2904" m="N-NSN">κράτος</l> <l s="G1519" m="P-">εἰς</l> <l m="RA-APM">τοὺς</l> <l s="G165" m="N-APM">αἰῶνας</l> <l m="RA-GPM">⸂τῶν</l> <l s="G165" m="N-GPM">αἰώνων⸃·</l> <l s="G281" m="X-">ἀμήν.</l> </span>
<span class="v-num v-12">12 </span><span class="v P15_12" data-id="P15_12"><l s="G1223" m="P-">Διὰ</l> <l s="G4610" m="N-GSM">Σιλουανοῦ</l> <l s="G4771" m="RP-DP">ὑμῖν</l> <l m="RA-GSM">τοῦ</l> <l s="G4103" m="A-GSM">πιστοῦ</l> <l s="G80" m="N-GSM">ἀδελφοῦ,</l> <l s="G5613" m="C-">ὡς</l> <l s="G3049" m="V-1PMIS">λογίζομαι,</l> <l s="G1223" m="P-">δι’</l> <l s="G3641" m="A-GPM">ὀλίγων</l> <l s="G1125" m="V-1AAIS">ἔγραψα,</l> <l s="G3870" m="V-PAPNSM">παρακαλῶν</l> <l s="G2532" m="C-">καὶ</l> <l s="G1957" m="V-PAPNSM">ἐπιμαρτυρῶν</l> <l m="RD-ASF">ταύτην</l> <l s="G1510" m="V-PAN">εἶναι</l> <l s="G227" m="A-ASF">ἀληθῆ</l> <l s="G5485" m="N-ASF">χάριν</l> <l m="RA-GSM">τοῦ</l> <l s="G2316" m="N-GSM">θεοῦ·</l> <l s="G1519" m="P-">εἰς</l> <l m="RR-ASF">ἣν</l> <l s="G2476" m="V-2AADP">⸀στῆτε.</l> </span>
<span class="v-num v-13">13 </span><span class="v P15_13" data-id="P15_13"><l s="G782" m="V-3PMIS">ἀσπάζεται</l> <l s="G4771" m="RP-AP">ὑμᾶς</l> <l m="RA-NSF">ἡ</l> <l s="G1722" m="P-">ἐν</l> <l s="G897" m="N-DSF">Βαβυλῶνι</l> <l s="G4899" m="A-NSF">συνεκλεκτὴ</l> <l s="G2532" m="C-">καὶ</l> <l m="N-NSM">Μᾶρκος</l> <l m="RA-NSM">ὁ</l> <l s="G5207" m="N-NSM">υἱός</l> <l s="G1473" m="RP-GS">μου.</l> </span>
<span class="v-num v-14">14 </span><span class="v P15_14" data-id="P15_14"><l s="G782" m="V-2AMDP">ἀσπάσασθε</l> <l s="G240" m="RP-APM">ἀλλήλους</l> <l s="G1722" m="P-">ἐν</l> <l s="G5370" m="N-DSN">φιλήματι</l> <l s="G26" m="N-GSF">ἀγάπης.</l> <l s="G1515" m="N-NSF">εἰρήνη</l> <l s="G4771" m="RP-DP">ὑμῖν</l> <l s="G3956" m="A-DPM">πᾶσιν</l> <l m="RA-DPM">τοῖς</l> <l s="G1722" m="P-">ἐν</l> <l s="G5547" m="N-DSM">⸀Χριστῷ.</l> </span>
</div>
</div>
<div class="footer"><div class="nav">
<a class="prev" href="P14.html"><</a>
<a class="home" href="index.html">=</a>
<a class="next" href="P21.html">></a>
</div></div>
</body>
</html> |
mirror/prvCode_07/cityCode_000-areaCode_01-deptCode_011/voteCode_20120101T1A2-qryType_ctks-prvCode_04-cityCode_000-areaCode_01-deptCode_011-liCode_0197.html | g0v/projectV |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=04&cityCode=000&areaCode=01&deptCode=011&liCode=0197#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=3 align=center>臺南市第01選區六甲區菁埔里第0291投開票所</td>
<td nowrap align="center">葉宜津</td>
<td nowrap align="center">1</td>
<td nowrap align="right">294</td>
<td nowrap align="right"> 66.51%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">李宗智</td>
<td nowrap align="center">2</td>
<td nowrap align="right">33</td>
<td nowrap align="right"> 7.46%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">歐崇敬</td>
<td nowrap align="center">3</td>
<td nowrap align="right">115</td>
<td nowrap align="right"> 26.01%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> |
css/bootstrap.css | ninjamuffin/SeniorDesignGroup5 | /*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
padding-top: 50px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.calendar-container {
padding-right: 15px;
padding-left: 50px;
margin-right: auto;
margin-left: auto;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 46px;
line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #337ab7;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
background: transparent;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: transparent;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0.4) ;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
max-width: 600px;
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
filter: alpha(opacity=50);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
|
about.html | baocongchen/baocongchen.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Thong Tran | Developer</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Thong Tran</h1>
<h2>Developer</h2>
</a>
<nav class="blog-nav">
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html" class="selected">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section>
<img src="img/thong.jpeg" alt="Photograph of Nick Pettit" class="profile-photo">
<h3>About</h3>
<p>Hi, I'm Thong Tran! This is my design portfolio where I share all of my favorite work. When I'm not developing apps, I enjoy exercising, drinking good coffee, and more.</p>
<p>If you'd like to follow me on Twitter, my username is <a href="http://twitter.com/thong">@thong</a>.</p>
</section>
<footer>
<a href="http://twitter.com/TranBuuThong"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
<a href="http://facebook.com/tran.b.thong"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
<p>© 2015 Thong Tran.</p>
</footer>
</div>
</body>
</html>
|
pyconkr/templates/pyconkr/announcement_detail.html | pythonkr/pyconkr-2014 | {% extends "base.html" %}
{% load i18n %}
{% block titlebar %}
{% include "titlebar.html" with title=object.title %}
{% endblock %}
{% block content %}
{{ object.desc|safe }}
<p class="pull-right">{{ object.created }}</p>
<hr class="clear">
<a href="{% url "announcements" %}" class="btn btn-default btn-lg">
<span class="glyphicon glyphicon-chevron-left"></span> {% trans "Back to list" %}
</a>
{% endblock %}
|
projects/dd/prototype/每日新增学员数.html | tiansiyuan/SQA | <html>
<head>
<title>每日新增学员数</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="imagetoolbar" content="no"/>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="data/apple-touch-icon.png" />
<link rel="apple-touch-startup-image" href="data/startup-iphone.png" media="screen and (max-device-width: 320px)"/>
<link href="resources/css/jquery-ui-themes.css" type="text/css" rel="stylesheet">
<link href="resources/css/axure_rp_page.css" type="text/css" rel="stylesheet">
<link href="每日新增学员数_files/axurerp_pagespecificstyles.css" type="text/css" rel="stylesheet">
<!--[if IE 6]>
<link href="每日新增学员数_files/axurerp_pagespecificstyles_ie6.css" type="text/css" rel="stylesheet">
<![endif]-->
<script src="data/sitemap.js"></script>
<script src="resources/scripts/jquery-1.7.1.min.js"></script>
<script src="resources/scripts/axutils.js"></script>
<script src="resources/scripts/jquery-ui-1.8.10.custom.min.js"></script>
<script src="resources/scripts/axurerp_beforepagescript.js"></script>
<script src="resources/scripts/messagecenter.js"></script>
<script src='每日新增学员数_files/data.js'></script>
</head>
<body>
<div id="main_container">
<div id="u0" class="u0_container" >
<div id="u0_img" class="u0_normal detectCanvas"></div>
<div id="u1" class="u1" style="visibility:hidden;" >
<div id="u1_rtf"></div>
</div>
</div>
<div id="u2" class="u2_container" >
<div id="u2_img" class="u2_normal detectCanvas"></div>
<div id="u3" class="u3" style="visibility:hidden;" >
<div id="u3_rtf"></div>
</div>
</div>
<div id="u4" class="u4_container" >
<div id="u4_img" class="u4_normal detectCanvas"></div>
<div id="u5" class="u5" style="visibility:hidden;" >
<div id="u5_rtf"></div>
</div>
</div>
<div id="u6" class="u6" >
<div id="u6_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:16px;font-weight:bold;font-style:normal;text-decoration:none;color:#333333;">返回</span></p></div>
</div>
<div id="u7" class="u7_container" >
<div id="u7_img" class="u7_normal detectCanvas"></div>
<div id="u8" class="u8" style="visibility:hidden;" >
<div id="u8_rtf"></div>
</div>
</div>
<div id="u9" class="u9_container" >
<div id="u9_img" class="u9_normal detectCanvas"></div>
<div id="u10" class="u10" >
<div id="u10_rtf"><p style="text-align:center;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#FFFFFF;">日期</span></p></div>
</div>
</div>
<div id="u11" class="u11_container" >
<div id="u11_img" class="u11_normal detectCanvas"></div>
<div id="u12" class="u12" >
<div id="u12_rtf"><p style="text-align:center;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#FFFFFF;">新增学员</span></p></div>
</div>
</div>
<div id="u13" class="u13_container" >
<div id="u13_img" class="u13_normal detectCanvas"></div>
<div id="u14" class="u14" >
<div id="u14_rtf"><p style="text-align:center;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;">每日新增用户</span></p></div>
</div>
</div>
<div id="u15" class="u15_container" >
<div id="u15_img" class="u15_normal detectCanvas"></div>
<div id="u16" class="u16" >
<div id="u16_rtf"><p style="text-align:center;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;">每月新增用户</span></p></div>
</div>
</div>
<div id="u17" class="u17_container" >
<div id="u17_img" class="u17_normal detectCanvas"></div>
<div id="u18" class="u18" >
<div id="u18_rtf"><p style="text-align:center;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#FFFFFF;">累计学员</span></p></div>
</div>
</div>
<div id="u19" class="u19_container" >
<div id="u19_img" class="u19_normal detectCanvas"></div>
<div id="u20" class="u20" style="visibility:hidden;" >
<div id="u20_rtf"></div>
</div>
</div>
<div id="u21" class="u21" >
<div id="u21_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;">2013-07-09 </span></p></div>
</div>
<div id="u22" class="u22" >
<div id="u22_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;">3000</span></p></div>
</div>
<div id="u23" class="u23" >
<div id="u23_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;">100000</span></p></div>
</div>
<div id="u24" class="u24_container" >
<div id="u24_img" class="u24_normal detectCanvas"></div>
<div id="u25" class="u25" >
<div id="u25_rtf"><p style="text-align:center;"><span style="font-family:Heiti SC;font-size:13px;font-weight:bold;font-style:normal;text-decoration:none;color:#FFFFFF;">每日新增学员</span></p></div>
</div>
</div>
<div id="u26" class="u26_container" >
<div id="u26_img" class="u26_normal detectCanvas"></div>
<div id="u27" class="u27" >
<div id="u27_rtf"><p style="text-align:center;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#000000;">每月新增学员</span></p></div>
</div>
</div>
<div id="u28" class="u28" >
<div id="u28_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:20px;font-weight:bold;font-style:normal;text-decoration:none;color:#333333;">用户、学员统计</span></p></div>
</div>
<div id="u29" class="u29_container" >
<div id="u29_img" class="u29_normal detectCanvas"></div>
<div id="u30" class="u30" style="visibility:hidden;" >
<div id="u30_rtf"></div>
</div>
</div>
<div id="u31" class="u31" >
<div id="u31_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;">2013-07-09 </span></p></div>
</div>
<div id="u32" class="u32" >
<div id="u32_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;">3000</span></p></div>
</div>
<div id="u33" class="u33" >
<div id="u33_rtf"><p style="text-align:left;"><span style="font-family:Heiti SC;font-size:13px;font-weight:normal;font-style:normal;text-decoration:none;color:#333333;">100000</span></p></div>
</div>
</div>
<div class="preload"><img src="每日新增学员数_files/u0_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u2_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u4_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u7_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u9_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u11_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u13_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u17_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u19_normal.png" width="1" height="1"/><img src="每日新增学员数_files/u24_normal.png" width="1" height="1"/></div>
</body>
<script src="resources/scripts/axurerp_pagescript.js"></script>
<script src="每日新增学员数_files/axurerp_pagespecificscript.js" charset="utf-8"></script> |
builder/cmake/linux/doc/cmake/html/prop_tgt/RULE_LAUNCH_COMPILE.html | pipou/rae | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RULE_LAUNCH_COMPILE — CMake 3.8.2 Documentation</title>
<link rel="stylesheet" href="../_static/cmake.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '3.8.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/cmake-favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="RULE_LAUNCH_CUSTOM" href="RULE_LAUNCH_CUSTOM.html" />
<link rel="prev" title="RESOURCE" href="RESOURCE.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="RULE_LAUNCH_CUSTOM.html" title="RULE_LAUNCH_CUSTOM"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="RESOURCE.html" title="RESOURCE"
accesskey="P">previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.8.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-properties.7.html" accesskey="U">cmake-properties(7)</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="rule-launch-compile">
<span id="prop_tgt:RULE_LAUNCH_COMPILE"></span><h1>RULE_LAUNCH_COMPILE<a class="headerlink" href="#rule-launch-compile" title="Permalink to this headline">¶</a></h1>
<p>Specify a launcher for compile rules.</p>
<p>See the global property of the same name for details. This overrides
the global and directory property for a target.</p>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="RESOURCE.html"
title="previous chapter">RESOURCE</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="RULE_LAUNCH_CUSTOM.html"
title="next chapter">RULE_LAUNCH_CUSTOM</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/prop_tgt/RULE_LAUNCH_COMPILE.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="RULE_LAUNCH_CUSTOM.html" title="RULE_LAUNCH_CUSTOM"
>next</a> |</li>
<li class="right" >
<a href="RESOURCE.html" title="RESOURCE"
>previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.8.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-properties.7.html" >cmake-properties(7)</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2000-2017 Kitware, Inc. and Contributors.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div>
</body>
</html> |
src/css/modules/_menu.css | sonnetmedia/whatsnous.com | .dropdown__arrow {
width: 0;
height: 0;
border-width: 10px;
border-style: solid;
border-color: transparent transparent white;
top: -20px;
opacity: 0;
pointer-events: none;
}
.dropdown-menu.active .dropdown-menu__content {
opacity: 1;
z-index: 999;
/*perspective: 3000px;*/
}
/*.dropdown-menu {
width:650px;
}*/
/*.dropdown__bg {
width: 450px;
height: 400px;
}*/
/*.dropdown-menu__content {
min-width: 200px;
}*/
/*
#watch .dropdown-menu__content {
width: 640px;
}
#about .dropdown-menu__content {
width: 400px;
}*/
|
app/score-keeper-components/stop-watch/stop-watch.component.html | SusanDikramanjian/PingPong | <div class=" col-xs-12 text-center time">You have been playing for</div>
<div class=" col-xs-12 text-center time-value">{{$ctrl.elapsedTime | pingPongStopWatch}}</div> |
2017/11/14/Neo4j-330-is-out-but-where-are-the-open-source-enterprise-binaries.html | igovsol/blog | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Neo4j 3.3.0 is out, but where are the open source enterprise binaries?</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="http://blog.igovsol.com/favicon.ico">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:400,700,400italic,700italic|Open+Sans:400italic,700italic,700,400">
<link rel="stylesheet" type="text/css" href="//blog.igovsol.com/themes/igov/assets/css/screen.css?v=1578618823897" />
<link rel="stylesheet" href="https://igovsol.com/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/animate/animate.min.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/simple-line-icons/css/simple-line-icons.min.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/owl.carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/owl.carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="https://igovsol.com/css/theme.css">
<link rel="stylesheet" href="https://igovsol.com/css/theme-elements.css">
<link rel="stylesheet" href="https://igovsol.com/css/theme-blog.css">
<link rel="stylesheet" href="https://igovsol.com/css/theme-shop.css">
<!-- Current Page CSS -->
<link rel="stylesheet" href="https://igovsol.com/vendor/rs-plugin/css/settings.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/rs-plugin/css/layers.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/rs-plugin/css/navigation.css">
<link rel="stylesheet" href="https://igovsol.com/vendor/circle-flip-slideshow/css/component.css">
<!-- Skin CSS -->
<link rel="stylesheet" href="https://igovsol.com/css/skins/skin-igov.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="https://igovsol.com/css/custom.css">
<link rel="canonical" href="http://blog.igovsol.com/2017/11/14/Neo4j-330-is-out-but-where-are-the-open-source-enterprise-binaries.html" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="iGov Inc Neo4j Blog" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Neo4j 3.3.0 is out, but where are the open source enterprise binaries?" />
<meta property="og:description" content="Neo4j Enterprise is still open source under it&#8217;s AGPLv3 license. However you may have noticed that you can no longer build the enterprise package binary from the source code or download the enterprise package binary with it&#8217;s free AGPLv3 license from dist.neo4j.org. Furthermore, if" />
<meta property="og:url" content="http://blog.igovsol.com/2017/11/14/Neo4j-330-is-out-but-where-are-the-open-source-enterprise-binaries.html" />
<meta property="article:published_time" content="2017-11-14T00:00:00.000Z" />
<meta property="article:tag" content="Neo4j" />
<meta property="article:tag" content="GraphDatabase" />
<meta property="article:tag" content="Neo4j Enterprise" />
<meta property="article:tag" content="open source" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Neo4j 3.3.0 is out, but where are the open source enterprise binaries?" />
<meta name="twitter:description" content="Neo4j Enterprise is still open source under it&#8217;s AGPLv3 license. However you may have noticed that you can no longer build the enterprise package binary from the source code or download the enterprise package binary with it&#8217;s free AGPLv3 license from dist.neo4j.org. Furthermore, if" />
<meta name="twitter:url" content="http://blog.igovsol.com/2017/11/14/Neo4j-330-is-out-but-where-are-the-open-source-enterprise-binaries.html" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "iGov Inc Neo4j Blog",
"author": {
"@type": "Person",
"name": "John Mark",
"image": "https://avatars0.githubusercontent.com/u/5272174?v=4",
"url": "http://blog.igovsol.com/author/jmsuhy/",
"sameAs": "https://purethink.com",
"description": "Senior software developer and enterprise architect with a focus on introducing innovative open source technologies into the US federal government. "
},
"headline": "Neo4j 3.3.0 is out, but where are the open source enterprise binaries?",
"url": "http://blog.igovsol.com/2017/11/14/Neo4j-330-is-out-but-where-are-the-open-source-enterprise-binaries.html",
"datePublished": "2017-11-14T00:00:00.000Z",
"keywords": "Neo4j, GraphDatabase, Neo4j Enterprise, open source",
"description": "Neo4j Enterprise is still open source under it&#8217;s AGPLv3 license. However you may have noticed that you can no longer build the enterprise package binary from the source code or download the enterprise package binary with it&#8217;s free AGPLv3 license from dist.neo4j.org. Furthermore, if"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="iGov Inc Neo4j Blog" href="http://blog.igovsol.com/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
</head>
<body class="post-template tag-Neo4j tag-Graph-Database tag-Neo4j-Enterprise tag-open-source noimage">
<article role="main" class="">
<header>
<a href="http://blog.igovsol.com" id="home_link">«</a>
<div class="meta"><time datetime="2017-11-14"><a href="/">November 14, 2017</a></time> <span class="count" id="js-reading-time"></span></div>
<h1>Neo4j 3.3.0 is out, but where are the open source enterprise binaries?</h1>
</header>
<div class="text" id="js-post-content">
<div class="paragraph">
<p>Neo4j Enterprise is still open source under it’s <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>. However you may have noticed that you can no longer build the enterprise package binary from the source code or download the enterprise package binary with it’s free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a> from dist.neo4j.org. Furthermore, if you use docker, <a href="https://github.com/neo4j/docker-neo4j-publish/commit/aa31654ee8544cd544b369d2646cf372086f7b70" target="_blank">you must now accept a 'commercial agreement’ before proceeding</a>. In other words, official Neo4j docker images are no longer packaged with the free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3</a> licensed binaries.</p>
</div>
<div class="paragraph">
<p>Neo4j Enterprise 'binaries’ are simply the compiled and packaged Neo4j distributions you download and run on your computer, server, container, etc.</p>
</div>
<div class="paragraph">
<p>For the 3.3.0 release the enterprise binary package file names would be <a href="https://dist.igovsol.com/neo4j-enterprise-3.3.0-unix.tar.gz" target="_blank">neo4j-enterprise-3.3.0-unix.tar.gz</a>
for the linux package and <a href="https://dist.igovsol.com/neo4j-enterprise-3.3.0-windows.zip" target="_blank">neo4j-enterprise-3.3.0-windows.zip</a> for the windows package.
(The links above point to the binaries iGov Inc compiled and packaged using the source code found at the Neo4j Github repository.
By default it is packaged with the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>.)</p>
</div>
<div class="paragraph">
<p>Why has Neo4j Inc made it harder to access the open source enterprise binaries?</p>
</div>
<div class="paragraph">
<p>If they are going to take the trouble to make Neo4j Enterprise more inaccessible to the public, why not just take Neo4j closed source before releasing 3.3.0?</p>
</div>
<div class="paragraph">
<p>Only Neo4j Inc can answer these questions, and I feel they owe an explanation to the open source community which has made Neo4j what it is today.</p>
</div>
<div class="paragraph">
<p>With ambitions of an IPO, it would be an extremely risky maneuver to attempt taking Neo4j closed source. It could backfire and be disastrous if the community revolted and creates a more successful Neo4j fork. Even the perceived threat of this sort of behavior could trigger a revolt and fork.</p>
</div>
<div class="paragraph">
<p>As a reference, look no further than MySQL and <a href="https://mariadb.org/about/" target="_blank">MariaDB</a> , the more popular fork of MySQL, and <a href="http://www.zdnet.com/article/open-source-mariadb-a-mysql-fork-challenges-oracle/" target="_blank">you can see what could happen</a>.</p>
</div>
<div class="paragraph">
<p>It looks like Neo4j Inc does not want to tempt fate with a closed source move just yet. Instead another path was taken which makes it very hard to get ahold of the enterprise packaged binaries with the free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>. As a passionate advocate of both open source software and Neo4j, this does not sit well with me.</p>
</div>
<div class="paragraph">
<p>Federal agencies have already invested in the adoption and use of Neo4j Enterprise and many are using it’s free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>. Luckily, iGov Inc builds the Neo4j binaries from the source code and makes it available via a <a href="https://igovsol.com/downloads.html" target="_blank">distribution site we setup</a>.</p>
</div>
<div class="paragraph">
<p>Back to the core of this post. So what has Neo4j Inc done to limit your access to Neo4j Enterprise binaries packaged with the free open source <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>?</p>
</div>
<div class="paragraph">
<p><strong>Action 1</strong>: The enterprise packaging build instructions <a href="https://github.com/neo4j/neo4j/commit/affe1a0b4ab47c9d4673bfa507868ccd03c48ddd" target="_blank">were removed from the code base</a>. Until the 3.3.0 release, anyone could have checked out the <a href="https://github.com/neo4j/neo4j" target="_blank">Neo4j source code from github</a>, and run a few simple commands to build the Neo4j Enterprise binaries complete with the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>. That’s not the case anymore. If you run the build commands on the 3.3.0 branch you will notice that only the Neo4j Community Edition binary is present after the build process completes. Who really uses Neo4j Community Edition once they realized Neo4j Enterprise edition is also free?</p>
</div>
<div class="paragraph">
<p>The packaging system simply provides the instructions on how to ‘build’ the Neo4j Enterprise distribution binary, much like the instructions you get with furniture purchased at IKEA. All the artifacts that are used to build the Neo4j Enterprise binary are all open source, but the instructions explaining how to put together these artifacts have disappeared.</p>
</div>
<div class="imageblock">
<div class="content">
<img src="http://blog.igovsol.com/images/standalone-1.png" alt="standalone 1.png">
</div>
</div>
<div class="paragraph">
<p><strong>Action 2</strong>: Neo4j Inc slipped a commercial license into the official binaries found on their distribution site that is used for docker images. Until now, if you wanted to download the Neo4j Enterprise binary from Neo4j Inc directly, you could have done so using the distribution site which is publically available. It just isn’t advertised for obvious reasons.</p>
</div>
<div class="paragraph">
<p>Those who were using the official docker images or downloading the enterprise binary directly from dist.neo4j.org were in for a surprise when they were forced to accept commercial terms in order to access the distributions.</p>
</div>
<div class="paragraph">
<p>Want to see for yourself - download the <a href="http://dist.neo4j.org/neo4j-enterprise-3.3.0-unix.tar.gz" target="_blank">Neo4j Enterprise binary</a> which Neo4j Inc packages and take a look at the LICENSE.txt file.</p>
</div>
<div class="paragraph">
<p>Instead of the standard <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a> which used to be there, the LICENSE.txt file now says:</p>
</div>
<div class="listingblock">
<div class="content">
<pre>Network Engine for Objects in Lund AB. 2017.
All Rights Reserved. Use of this Software without
a proper commercial license with Neo4j, Inc. or its affiliates
is prohibited.</pre>
</div>
</div>
<div class="paragraph">
<p>As copyright holders, Neo4j Inc has the right to add any license they want for the binary distributions they build, package, and make available for download themselves. If anyone else packages the enterprise binary distribution like we do, you must simply make sure the LICENSE.txt file is the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>. That is exactly what we do.</p>
</div>
<div class="paragraph">
<p><strong>Action 3</strong>: Neo4j Inc kept causal cluster communication encryption (Intra-cluster encryption) off by default. They then created a ‘proprietary module’ that turns it on.</p>
</div>
<div class="paragraph">
<p>Of course you can get intra-cluster encryption turned back on by purchasing a costly commercial package.</p>
</div>
<div class="paragraph">
<p>This move was referenced in the <a href="https://neo4j.com/release-notes/neo4j-3-3-0/" target="_blank">3.3.0 release changelog</a>. They justified this change with the following blurb:</p>
</div>
<div class="listingblock">
<div class="content">
<pre>Neo4j Enterprise Edition binaries now include new proprietary
add-ons. Intra-cluster encryption is the first of these.
Consequently Neo4j Enterprise Edition can no longer be
distributed under a dual license but the source is still
available under AGPLv3.</pre>
</div>
</div>
<div class="paragraph">
<p>Of course Neo4j Enterprise can still be distributed under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a>. Simply provide a binary download without the 'proprietary add-ons' that turn on intra-cluster encryption. The Neo4j Enterprise binaries we make available to the public are proof that this can be done.</p>
</div>
<div class="paragraph">
<p>I believe that security critical components of Neo4j should remain open source, security by obscurity has proven not to be a good strategy in the past. Currently, the security components of Neo4j Enterprise are still open source. In the case of intra-cluster encryption (causal clustering) - it is just not initialized.</p>
</div>
<div class="paragraph">
<p>Right now the only difference between the paid Neo4j Enterprise (commercial) binary and Neo4j Enterprise (open source) binary (we compile from source) is that intra-cluster encryption is still off by default in the AGPLv3 version.</p>
</div>
<div class="paragraph">
<p>We turn it back on for our federal customers via a new component in our FISMA framework, which will be available on github for everyone to use soon.</p>
</div>
<div class="paragraph">
<p>How many of you are actually using causal clustering in production? Well - if you upgrade to 3.3.0 and don’t turn it back on yourself , you may be a little less secure assuming you aren’t using encrypted tunnels / vpn, etc between your cluster nodes.</p>
</div>
<div class="paragraph">
<p>Look for yourself:</p>
</div>
<div class="paragraph">
<p><a href="https://github.com/neo4j/neo4j/blob/3.2/enterprise/causal-clustering/src/main/java/org/neo4j/causalclustering/discovery/HazelcastClientConnector.java" target="_blank">3.2 release code</a> : The sslPolicy initialized in the code.</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-java" data-lang="java">HazelcastClientConnector( Config config, LogProvider logProvider, SslPolicy sslPolicy,
HostnameResolver hostnameResolver )
{
this.config = config;
this.logProvider = logProvider;
this.sslPolicy = sslPolicy;
this.hostnameResolver = hostnameResolver;
}</code></pre>
</div>
</div>
<div class="paragraph">
<p><a href="https://github.com/neo4j/neo4j/blob/3.3/enterprise/causal-clustering/src/main/java/org/neo4j/causalclustering/discovery/HazelcastClientConnector.java" target="_blank">3.3 release code</a> : The sslPolicy initialization has disappeared.</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-java" data-lang="java"> HazelcastClientConnector( Config config, LogProvider logProvider, HostnameResolver hostnameResolver )
{
this.config = config;
this.logProvider = logProvider;
this.hostnameResolver = hostnameResolver;
}</code></pre>
</div>
</div>
<div class="paragraph">
<p>These three actions effectively made it impossible to get Neo4j Enterprise binaries with the open source <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3 license</a> from Neo4j Inc starting with the 3.3.0 release.</p>
</div>
<div class="paragraph">
<p>As a consulting company offering software development and support for Neo4j Enterprise open source licenses to the US federal government, we have been building the binaries ourselves for some time.</p>
</div>
<div class="paragraph">
<p>As part of the Neo4j open source community, we’ve decided to absorb the hosting costs and make these distributions available to the general public, not just US federal agencies. We’ve setup a distribution site that can be used to download Neo4j Enterprise directly, or use use with docker compose.</p>
</div>
<div class="paragraph">
<p>We will have docker images up as well complete with the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3</a> licensed packages.</p>
</div>
<div class="paragraph">
<p>We will also have the FISMA framework modules on GitHub soon, one of which turns back on intra-cluster encryption.</p>
</div>
<div class="paragraph">
<p>You can download the Neo4j Enterprise binaries with the open source license from our website at <a href="https://igovsol.com/downloads.html" class="bare">https://igovsol.com/downloads.html</a>.</p>
</div>
<div class="paragraph">
<p>We compile and package these using the source code from the official Neo4j GitHub repositories.</p>
</div>
<div class="paragraph">
<p>Federal agencies should email us at <a href="mailto:support@igovsol.com">support@igovsol.com</a> to get their AWS GovCloud download links which should be whitelisted for most agencies.</p>
</div>
<div class="paragraph">
<p>If you would were not aware that Neo4j Enterprise is open source just like it’s sibling 'Neo4j Community Edition', you can <a href="https://igovsol.com/downloads.html#neo4j-os-faqs" target="_blank">learn more here</a>.</p>
</div>
<div class="paragraph">
<p>If you are not happy with Neo4j Inc’s behavior, then please reach out to Neo4j Inc and voice your concerns.</p>
</div>
<div class="paragraph">
<p>Feel free to contact me directly via email at <a href="mailto:jmsuhy@igovsol.com">jmsuhy@igovsol.com</a> if you have questions, comments, or just want to talk about Neo4j in general. We are always available.</p>
</div>
</div>
<menu>
<a href="" id="btn_share" class="btn" title="Share">
<span aria-hidden="true" data-icon="S"></span>
<strong>Share</strong>
</a>
<a href="http://twitter.com/share?text=Neo4j%203.3.0%20is%20out%2C%20but%20where%20are%20the%20open%20source%20enterprise%20binaries%3F&url=http://blog.igovsol.com/" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" id="btn_comment" class="btn" target="_blank">
<span aria-hidden="true" data-icon="C"></span> Comment on Twitter
</a>
</menu>
<footer class="post-footer" role="contentinfo">
<div class="vcard">
<a href="http://blog.igovsol.com/rss" id="btn_feed" class="btn" title="Feed" target="_blank">
<span aria-hidden="true" data-icon=")"></span>
<strong>Feed</strong>
</a>
<a href="http://blog.igovsol.com/author/jmsuhy/" class="photo">
<span style="background-image: url('https://avatars0.githubusercontent.com/u/5272174?v=4');">
<img src="https://avatars0.githubusercontent.com/u/5272174?v=4" alt="John Mark">
</span>
</a>
<div class="details">
<h4><a href="http://blog.igovsol.com/author/jmsuhy/" class="url n">John Mark</a></h4>
Alexandria, VA<br>
<a href="https://purethink.com" class="js-remove-domain-schema">https://purethink.com</a>
</div>
</div>
<div id="user_bio">
<div class="inner">
Senior software developer and enterprise architect with a focus on introducing innovative open source technologies into the US federal government.
</div>
</div>
</footer>
</article>
<div id="share_modal">
<div class="wrap">
<div class="inner">
<header>
Share
<a href="" class="close" title="Close">×</a>
</header>
<div class="roon-share-links">
<a href="https://twitter.com/share" class="twitter-share-button" data-dnt="true">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div id="fb-elems">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=463438580397968";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="110" data-show-faces="false" data-font="arial"></div>
</div>
<div id="pinit-btn">
<a href="//pinterest.com/pin/create/button/?url=http://blog.igovsol.com/&description=Neo4j%203.3.0%20is%20out%2C%20but%20where%20are%20the%20open%20source%20enterprise%20binaries%3F-iGov%20Inc%20Neo4j%20Blog " data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png"></a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
</div>
</div>
</div>
</div>
</div>
<script>
function get_text(el) {
ret = "";
var length = el.childNodes.length;
for(var i = 0; i < length; i++) {
var node = el.childNodes[i];
if(node.nodeType != 8) {
ret += node.nodeType != 1 ? node.nodeValue : get_text(node);
}
}
return ret;
}
function reading_time () {
var post_content = document.getElementById('js-post-content');
if (post_content) {
var words = get_text(post_content),
count = words.split(/\s+/).length,
read_time = Math.ceil((count / 150)),
read_time_node = document.createTextNode(read_time + ' min read');
document.getElementById('js-reading-time').appendChild(read_time_node);
}
}
function no_schema_links () {
var links = document.querySelectorAll('.js-remove-domain-schema');
if (links) {
for (i = 0; i < links.length; ++i) {
var link = links[i],
text = link.innerHTML,
no_schema = text.replace(/.*?:\/\//g, "");
link.innerHTML = no_schema;
}
}
}
window.onload = function () {
no_schema_links();
reading_time();
}
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script>
$(function(){
var share_modal = $("#share_modal"),
update_social_links = true;
$("#btn_share").click(function(){
var that = $(this);
share_modal.fadeIn(200);
return false;
});
share_modal.click(function(e){
if (e.target.className == "wrap" || e.target.id == "share_modal") {
share_modal.fadeOut(200);
}
return false;
});
share_modal.find("div.inner > header > a.close").click(function(){
share_modal.fadeOut(200);
return false;
});
});
</script>
</body>
</html>
|
clean/Linux-x86_64-4.12.1-2.0.8/released/8.15.0/streams/8.6.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>streams: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.15.0 / streams - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
streams
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-01 04:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 04:13:48 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.15.0 Formal proof management system
dune 2.9.3 Fast, portable, and opinionated build system
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/streams"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Streams"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: Streams" "keyword: Eratosthene Sieve" "keyword: prime numbers" "keyword: number theory" "keyword: primality" "category: Mathematics/Arithmetic and Number Theory/Number theory" ]
authors: [ "François Leclerc, Christine Paulin-Mohring" ]
bug-reports: "https://github.com/coq-contribs/streams/issues"
dev-repo: "git+https://github.com/coq-contribs/streams.git"
synopsis: "Specification of Eratosthene Sieve"
description: """
Proof of Eratosthene Sieve formalised using streams
encoded as greatest fixpoints. See paper:
@InProceedings{LePa94,
author = "F. Leclerc and C. Paulin-Mohring",
title = "Programming with Streams in {Coq}. A case study : The Sieve of Eratosthenes",
editor = "H. Barendregt and T. Nipkow",
volume = 806,
series = "LNCS",
booktitle = "{Types for Proofs and Programs, Types' 93}",
year = 1994,
publisher = "Springer-Verlag"
}"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/streams/archive/v8.6.0.tar.gz"
checksum: "md5=e7298898abb272e76ed8afc658dd244d"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-streams.8.6.0 coq.8.15.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0).
The following dependencies couldn't be met:
- coq-streams -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-streams.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
embeded-video.html | Okrajs/videosforyou.in | <code>videoprovider.com</code>
<img id="video"
width="267" height="200"
data-animated="images/animated.gif"
data-still="images/still.gif"
src="images/still.gif">
<script src="bower_components/okrajs/okra.js"></script>
<script src="scripts/video-main.js"></script>
|
_includes/svg-icons.html | madjenjen/madjenjen.github.io | {% if site.footer-links.dribbble %}<a href="https://dribbble.com/{{ site.footer-links.dribbble }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-dribble fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.email %}<a href="mailto:{{ site.footer-links.email }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-envelope fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.facebook %}<a href="https://www.facebook.com/{{ site.footer-links.facebook }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-facebook fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.flickr %}<a href="https://www.flickr.com/{{ site.footer-links.flickr }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-flickr fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.github %}<a href="https://github.com/{{ site.footer-links.github }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-github fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.instagram %}<a href="https://instagram.com/{{ site.footer-links.instagram }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-instagram fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.linkedin %}<a href="https://www.linkedin.com/in/{{ site.footer-links.linkedin }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-linkedin fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.pinterest %}<a href="https://www.pinterest.com/{{ site.footer-links.pinterest }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-pinterest-p fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-rss fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.twitter %}<a href="https://www.twitter.com/{{ site.footer-links.twitter }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-twitter fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-stack-overflow fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-youtube fa-stack-1x"></i></span></a>{% endif %}
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}" target="\_blank"><span class="fa-stack fa-2x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-google-plus fa-stack-1x"></i></span></a>{% endif %}
|
hw1/table.html | dkalinina/vis101-hw-kalinina-darina | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
table, tr, td, th {
border: 1px solid #000000;
border-collapse: collapse;
}
tr.even {
background: #ffffff;
}
tr.odd{
background: #eeeeee;
}
tr.notSelected {
display: none;
}
p {
margin: 0;
}
</style>
</head>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
/*d3.select("body").append("label").classed("times", true);
d3.select("body").append("p");
d3.select("body").append("label").classed("checkboxes", true);
d3.select("body").append("p");
d3.select("body").append("label").classed("radiobuttons", true);*/
d3.select("body").append("p").classed("times", true);
d3.select("body").append("p").classed("checkboxes", true);
d3.select("body").append("p").classed("radiobuttons", true);
var aggrMode = false, r, rows, rowsaggr;
var continents = [];
var year = 0;
var filterList = [ "name", "continent", "gdp", "life_expectancy", "population", "year" ];
d3.json("data/countries_1995_2012.json", function(error, data){
dataset = data;
var columns = Object.keys(data[0]);
//filterList = filterList.filter(function(d) {return columns.some(elem => elem == d );});
var table = d3.select("body").append("table"),
thead = table.append("thead")
tbody = table.append("tbody");
table.append("caption")
.html("World Countries Ranking");
var sortOrder = [];
thead.append("tr").selectAll("th")
.data(filterList)
.enter()
.append("th")
.text(function(d) {
sortOrder.push(true);
return d; })
.on("click", function(header, i) {
tbody.selectAll("tr").sort(function(a, b) {
if (sortOrder[i]) {
if(a.key == null && b.key == null) {
var x;
if(a[header] == null)
x = d3.ascending(a.years[year][header],b.years[year][header]);
else
x = d3.ascending(a[header], b[header]);
if(x == 0) return d3.ascending(a[filterList[0]], b[filterList[0]]);
else return x;
} else if(a.key != null && b.key != null) {
var x;
if(header == "name" || header == "continent") return d3.ascending(a.key, b.key);
else x = d3.ascending(a.values.years[year][header], b.values.years[year][header]);
if(x == 0) return d3.ascending(a.key, b.key); else return x;
} else if(a.key != null) return -1;
else return 1;
} else {
if(a.key == null && b.key == null) {
var x;
if(a[header] == null)
x = d3.descending(a.years[year][header],b.years[year][header]);
else
x = d3.descending(a[header], b[header]);
if(x == 0) return d3.descending(a[filterList[0]], b[filterList[0]]);
else return x;
} else if(a.key != null && b.key != null) {
var x;
if(header == "name" || header == "continent") return d3.descending(a.key, b.key);
else x = d3.descending(a.values.years[year][header], b.values.years[year][header]);
if(x == 0) return d3.descending(a.key, b.key); else return x;
} else if(a.key != null) return 1;
else return -1;
}
});
d3.range(filterList.length).map(function(d,j) {
if(i==j) sortOrder[i] = !sortOrder[i];
else sortOrder[j] = true;
});
zebra();
});
rows = tbody.selectAll("tr.row")
.data(data)
.enter()
.append("tr").attr("class", "row");
r = rows;
var cells = rows.selectAll("td")
.data(function(row) {
return d3.range(filterList.length).map(function(i) {
var info = row[filterList[i]];
if(info == null) info = row.years[year][filterList[i]];
return info;
});
})
.enter()
.append("td")
.text(function(d,i) { if(filterList[i] == "continent") {
if(!(continents.some(elem => elem == d)))
continents.push(d);
}
if(filterList[i] == "life_expectancy") return d3.format(".1f")(d);
if(filterList[i] == "population") return d3.format(",")(d);
if(filterList[i] == "gdp") return d3.format(".0f")(d);
return d; });
nested_rows = d3.nest()
.key(function(d) { return d.continent; })
.rollup(function(d) {
var rollYears = [];
for(var i = 0; i < d[0].years.length; i++) {
var parameters = [];
for(var j = 0; j < filterList.length; j++)
parameters[filterList[j]]=0;
rollYears.push(parameters);
}
for(var i = 0; i < d.length; i++) {
for(var j = 0; j < d[0].years.length; j++) {
for(var k = 0; k < filterList.length; k++) {
if(filterList[k] == "continent" || filterList[k] == "name")
rollYears[j][filterList[k]] = d.continent;
else if(filterList[k] == "year") rollYears[j][filterList[k]] = d[i].years[j][filterList[k]];
else rollYears[j][filterList[k]] += d[i].years[j][filterList[k]];
}
}
}
for(var j = 0; j < d[0].years.length; j++) {
rollYears[j]["life_expectancy"] /= d.length;
}
return {
years: rollYears
}; }) // Where aggregation happens
.entries(dataset);
rowsaggr = tbody.selectAll("tr.aggr").data(nested_rows)
.enter().append("tr").attr("class", "aggr notSelected");
var cellsaggr = rowsaggr.selectAll("td")
.data(function(row) {
return d3.range(filterList.length).map(function(column, i) {
if(filterList[i] == "name" || filterList[i] == "continent") return row.key;
else return row.values.years[year][filterList[i]];
});})
.enter()
.append("td")
.text(function(d,i) {
if(filterList[i] == "life_expectancy") return d3.format(".1f")(d);
if(filterList[i] == "population") return d3.format(",")(d);
if(filterList[i] == "gdp") return d3.format(".0f")(d);
return d; });
var l = d3.select("body").select("p.checkboxes");
l.text("Filter by:");
d3.range(continents.length).map(function(i) {
l.append("input")
.text( continents[i] ) //â áðàóçåðå îòîáðàæàåòñÿ êîä <input ...>text</input>, íî ïðè ýòîì òåêñò íå ïîâëÿåòñÿ ðÿäîì ñ êíîïêîé â ðåæèìå ïðîñìîòðà
.attr( "type", "checkbox" )
.attr( "name", continents[i] )
.attr( "onchange", "checkboxselect()");
l.append("label").text(continents[i]);
});
var l = d3.select("body").select("p.radiobuttons");
l.text("Aggregation:");
l.append("input")
.attr( "type", "radio" )
.attr( "name", "aggregation" )
.attr( "value", "none")
.attr( "checked", true)
.attr( "onchange", "radioselect()");
l.append("label").text("None");
l.append("input")
.attr( "type", "radio" )
.attr( "name", "aggregation" )
.attr( "value", "continent")
.attr( "onchange", "radioselect()");
l.append("label").text("by Continent");
var minTime = d3.min(dataset, function(array) {return array.years[0].year;}),
maxTime = d3.max(dataset, function(array) {return array.years[array.years.length-1].year;});
var l = d3.select("body").select("p.times");
l.text("Time update:");
l.append("label").text(minTime);
l.append("input")
.attr( "type", "range" )
.attr( "name", "points" )
.attr( "min", minTime)
.attr( "max", maxTime)
.attr( "step", "1")
.attr( "value", "0")
.attr( "id", "slider-time")
.attr( "oninput", "year = this.value - this.min; updateTime(rows); updateTime(rowsaggr);");
l.append("label").text(maxTime);
zebra();
});
function zebra() {
var num = 0;
d3.selectAll("tr").each( function() {
var elt = d3.select(this);
if(!elt.classed("notSelected")) {
if(num%2 == 0) {
elt.classed("odd", false);
elt.classed("even", true);
} else {
elt.classed("odd", true);
elt.classed("even", false);
}
num = num + 1;
}
});
}
function checkboxselect() {
var checkboxselected = 0;
var visible = [];
d3.selectAll("input").each(function(d) {
if(d3.select(this).attr("type") == "checkbox" && d3.select(this).node().checked) {
checkboxselected = checkboxselected + 1;
visible.push(d3.select(this).attr("name"));
}
})
if (checkboxselected == 0 || checkboxselected == 5)
r.each( function() {
var elt = d3.select(this);
elt.classed("notSelected", false);
});
else r.each( function() {
var elt = d3.select(this);
var selectedTR = false;
elt.classed("notSelected", true);
elt.selectAll("td").each( function(d) {
if(visible.some(x => x == d)) elt.classed("notSelected", false);
});
});
zebra();
}
function radioselect() {
if(!aggrMode) {
aggrMode = true;
r = rowsaggr;
rows.each( function() {
var elt = d3.select(this);
elt.classed("notSelected", true);
});
checkboxselect();
} else {
aggrMode = false;
r = rows;
rowsaggr.each( function() {
var elt = d3.select(this);
elt.classed("notSelected", true);
});
checkboxselect();
}
zebra();
}
function updateTime(x) {
var p = x.selectAll("td")
.data(function(row) {
return d3.range(filterList.length).map(function(i) {
var info = row[filterList[i]];
if(row.key == null) { if(info == null) info = row.years[year][filterList[i]]; }
else {
if(filterList[i] == "name" || filterList[i] == "continent") info = row.key;
else info = row.values.years[year][filterList[i]]; }
return info;
});
});
p.enter().append("td");
p.exit().remove();
p.text(function(d,i) { if(filterList[i] == "life_expectancy") return d3.format(".1f")(d);
if(filterList[i] == "population") return d3.format(",")(d);
if(filterList[i] == "gdp") return d3.format(".0f")(d);
return d; });
}
</script>
</body>
</html> |
src/SSCM/SadminBundle/Resources/public/css/dashboard.css | efrainbonilla/SSCM | /*
* Base structure
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display: none;
}
@media (min-width: 768px) {
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f5f5f5;
border-right: 1px solid #eee;
}
}
/* Sidebar navigation */
.nav-sidebar {
margin-right: -21px; /* 20px padding + 1px border */
margin-bottom: 20px;
margin-left: -20px;
}
.nav-sidebar > li > a {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar > .active > a {
color: #fff;
background-color: #007fff;
}
.nav-sidebar > .active > a:hover{
background-color: #006bd6;
}
/*
* Main content
*/
.main {
padding: 20px;
}
@media (min-width: 768px) {
.main {
/* padding-right: 40px;
padding-left: 40px;*/
}
}
.main .page-header {
margin-top: 0;
}
/*
* Placeholder dashboard ideas
*/
.placeholders {
margin-bottom: 30px;
text-align: center;
}
.placeholders h4 {
margin-bottom: 0;
}
.placeholder {
margin-bottom: 20px;
}
.placeholder img {
display: inline-block;
border-radius: 50%;
}
|
templates/stanley/footer.html | HackerLabs/HackerNews |
<!-- +++++ Footer Section +++++ -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>About Hackernews</h4>
<p> This is a clone of <a href="http://https://news.ycombinator.com/">hackernews</a> in PHP. I created this for <a href="http://nextbighack.com">NextBigHack</a> </p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<a href="http://hackerlabs.org">Blog</a><br/>
<a href="http://nextbighack.com">Next Big Hack</a><br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>About Stanley Theme</h4>
<p>Theme created by <a href="http://www.blacktie.co/2014/01/stanley-freelancer-theme/">blacktie.co</a>.</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{ theme_url }}/assets/js/bootstrap.min.js"></script>
</body>
</html>
|
_includes/fragments/less/less-variables-thumbnails.inc.html | imaguiraga/bootstrap-css-customizer | <div class="page-header">
<h2 id="variables-thumbnails">Thumbnails</h2>
</div>
<div class="edit-view">
<div class="row">
<div class="col-md-4">
<label>@thumbnail-padding</label>
<input type="text" class="form-control" placeholder="4px" data-var="@thumbnail-padding" id="thumbnail-padding" />
<p class="help-block">Padding around the thumbnail image</p>
</div>
<div class="col-md-4">
<label>@thumbnail-bg</label>
<input type="text" class="color-box color-input form-control" placeholder="@body-bg" data-var="@thumbnail-bg" id="thumbnail-bg" />
<p class="help-block">Thumbnail background color</p>
</div>
<div class="col-md-4">
<label>@thumbnail-border</label>
<input type="text" class="color-box color-input form-control" placeholder="#ddd" value="#ddd" data-var="@thumbnail-border" id="thumbnail-border" />
<p class="help-block">Thumbnail border color</p>
</div>
<div class="col-md-4">
<label>@thumbnail-border-radius</label>
<input type="text" class="form-control" placeholder="@border-radius-base" data-var="@thumbnail-border-radius" id="thumbnail-border-radius" />
<p class="help-block">Thumbnail border radius</p>
</div>
<div class="col-md-4">
<label>@thumbnail-caption-padding</label>
<input type="text" class="color-box color-input form-control" placeholder="@text-color" data-var="@thumbnail-caption-padding" id="thumbnail-caption-padding" />
<p class="help-block">Padding around the thumbnail caption</p>
</div>
<div class="col-md-4">
<label>@thumbnail-caption-color</label>
<input type="text" class="color-box color-input form-control" placeholder="@text-color" data-var="@thumbnail-caption-color" id="thumbnail-caption-color" />
<p class="help-block">Custom text color for thumbnail captions</p>
</div>
</div>
</div>
{% include fragments/less/preview-thumbnails.inc.html %} |
template/tienda/confirmation.html | hectoritoh/listafacil | <!DOCTYPE html>
<html lang="en">
<!-- Mirrored from responsivewebinc.com/premium/mackart/red/confirmation.html by HTTrack Website Copier/3.x [XR&CO'2013], Wed, 02 Apr 2014 19:56:19 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- Title and other stuffs -->
<title>Confirmation - MacKart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
<!-- Stylesheets -->
<link href="style/bootstrap.css" rel="stylesheet">
<!-- Pretty Photo -->
<link href="style/prettyPhoto.css" rel="stylesheet">
<!-- Sidebar nav -->
<link href="style/sidebar-nav.css" rel="stylesheet">
<!-- Flex slider -->
<link href="style/flexslider.css" rel="stylesheet">
<!-- Font awesome icon -->
<link rel="stylesheet" href="style/font-awesome.css">
<!-- Main stylesheet -->
<link href="style/style.css" rel="stylesheet">
<!-- Stylesheet for Color -->
<link href="style/red.css" rel="stylesheet">
<!-- HTML5 Support for IE -->
<!--[if lt IE 9]>
<script src="js/html5shim.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon/favicon.png">
</head>
<body>
<!-- Header starts -->
<header>
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- Logo. Use class "color" to add color to the text. -->
<div class="logo">
<h1><a href="#">Mac<span class="color bold">Kart</span></a></h1>
<p class="meta">online shopping is fun!!!</p>
</div>
</div>
<div class="col-md-5 col-md-offset-3">
<!-- Search form -->
<form class="form-inline" role="form">
<div class="form-group">
<input type="email" class="form-control" id="search" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Search</button>
</form>
<div class="hlinks">
<span>
<!-- item details with price -->
<a href="#cart" role="button" data-toggle="modal">3 Item(s) in your <i class="icon-shopping-cart"></i></a> -<span class="bold">$25</span>
</span>
<!-- Login and Register link -->
<span class="lr"><a href="#login" role="button" data-toggle="modal">Login</a> or <a href="#register" role="button" data-toggle="modal">Register</a></span>
</div>
</div>
</div>
</div>
</header>
<!-- Header ends -->
<!-- Cart, Login and Register form (Modal) -->
<!-- Cart Modal starts -->
<div id="cart" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4>Shopping Cart</h4>
</div>
<div class="modal-body">
<table class="table table-striped tcart">
<thead>
<tr>
<th>Name</th>
<th>Quantity</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="single-item.html">HTC One</a></td>
<td>2</td>
<td>$250</td>
</tr>
<tr>
<td><a href="single-item.html">Apple iPhone</a></td>
<td>1</td>
<td>$502</td>
</tr>
<tr>
<td><a href="single-item.html">Galaxy Note</a></td>
<td>4</td>
<td>$1303</td>
</tr>
<tr>
<th></th>
<th>Total</th>
<th>$2405</th>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<a href="index.html" class="btn">Continue Shopping</a>
<a href="checkout.html" class="btn btn-danger">Checkout</a>
</div>
</div>
</div>
</div>
<!-- Cart modal ends -->
<!-- Login Modal starts -->
<div id="login" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4>Login</h4>
</div>
<div class="modal-body">
<div class="form">
<form class="form-horizontal">
<div class="form-group">
<label class="control-label col-md-3" for="username">Username</label>
<div class="col-md-9">
<input type="text" class="form-control" id="username">
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3" for="email">Password</label>
<div class="col-md-9">
<input type="password" class="form-control" id="password">
</div>
</div>
<div class="form-group">
<div class="col-md-9 col-md-offset-3">
<div class="checkbox inline">
<label>
<input type="checkbox" id="inlineCheckbox1" value="agree"> Remember Password
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-9 col-md-offset-3">
<button type="submit" class="btn btn-default">Login</button>
<button type="reset" class="btn btn-default">Reset</button>
</div>
</div>
</form>
</div>
</div>
<div class="modal-footer">
<p>Dont have account? <a href="register.html">Register</a> here.</p>
</div>
</div>
</div>
</div>
<!-- Login modal ends -->
<!-- Register Modal starts -->
<div id="register" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4>Register</h4>
</div>
<div class="modal-body">
<div class="form">
<form class="form-horizontal">
<div class="form-group">
<label class="control-label col-md-3" for="name">Name</label>
<div class="col-md-9">
<input type="text" class="form-control" id="name">
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3" for="email">Email</label>
<div class="col-md-9">
<input type="text" class="form-control" id="email">
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3">Drop Down</label>
<div class="col-md-9">
<select class="form-control">
<option> </option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3" for="username1">Username</label>
<div class="col-md-9">
<input type="text" class="form-control" id="username1">
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3" for="password1">Password</label>
<div class="col-md-9">
<input type="password" class="form-control" id="password1">
</div>
</div>
<div class="form-group">
<div class="col-md-9 col-md-offset-3">
<div class="checkbox inline">
<label>
<input type="checkbox" id="inlineCheckbox2" value="agree"> Agree with Terms and Conditions
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-9 col-md-offset-3">
<button type="submit" class="btn btn-default">Register</button>
<button type="reset" class="btn btn-default">Reset</button>
</div>
</div>
</form>
</div>
</div>
<div class="modal-footer">
<p>Already have account? <a href="login.html">Login</a> here.</p>
</div>
</div>
</div>
</div>
<!-- Register modal ends -->
<!-- Navigation -->
<div class="navbar bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li><a href="index.html"><i class="icon-home"></i></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Account <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="myaccount.html">My Account</a></li>
<li><a href="view-cart.html">View Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="wish-list.html">Wish List</a></li>
<li><a href="order-history.html">Order History</a></li>
<li><a href="edit-profile.html">Edit Profile</a></li>
<li><a href="confirmation.html">Confirmation</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="general.html">General</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Smartphones <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="items.html">HTC</a></li>
<li><a href="items.html">Samsung</a></li>
<li><a href="items.html">Apple</a></li>
<li><a href="items.html">Motorola</a></li>
<li><a href="items.html">Nokia</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Tablets <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="items.html">Samsung</a></li>
<li><a href="items.html">Micromax</a></li>
<li><a href="items.html">Apple</a></li>
</ul>
</li>
<li><a href="support.html">Support</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Account page -->
<div class="items">
<div class="container">
<div class="row">
<!-- Sidebar navigation-->
<div class="col-md-3 col-sm-3 hidden-xs">
<h4 class="title">Pages</h4>
<!-- Sidebar navigation -->
<nav>
<ul id="navi">
<li><a href="myaccount.html">My Account</a></li>
<li><a href="wish-list.html">Wish List</a></li>
<li><a href="order-history.html">Order History</a></li>
<li><a href="edit-profile.html">Edit Profile</a></li>
</ul>
</nav>
</div>
<div class="col-md-9 col-sm-9">
<!-- Title -->
<h4 class="title">Confirmation</h4>
<h5>Thanks for buying from MacKart!!</h5>
<p>Your Order #id is <strong>43454354</strong>. Say this Order while communicating further.</p>
<hr />
<!-- Some links -->
<div class="horizontal-links">
<h5>Take a look around our site</h5>
<a href="#">Home</a> <a href="#">About us</a> <a href="#">Support</a> <a href="#">Contact Us</a> <a href="#">Disclaimer</a>
</div>
<hr />
<!-- Search form -->
<div class="form">
<form class="form-inline" role="form">
<div class="form-group">
<input type="email" class="form-control" id="search" placeholder="">
</div>
<button type="submit" class="btn btn-default">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Recent items carousel starts -->
<div class="recent-posts">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="bor"></div>
<h4 class="title">Recent Items</h4>
<div class="carousel_nav pull-right">
<!-- Navigation -->
<a class="prev" id="car_prev" href="#"><i class="icon-chevron-left"></i></a>
<a class="next" id="car_next" href="#"><i class="icon-chevron-right"></i></a>
</div>
<div class="clearfix"></div>
<ul class="rps-carousel">
<!-- Recent items #1 -->
<!-- Each item should be enclosed inside "li" tag. -->
<li>
<div class="rp-item">
<div class="rp-image">
<!-- Image -->
<a href="single-item.html"><img src="img/photos/2.png" alt=""/></a>
</div>
<div class="rp-details">
<!-- Title and para -->
<h5><a href="single-item.html">HTC One V <span class="price pull-right">$225</span></a></h5>
<div class="clearfix"></div>
<!-- Description -->
<p>Travel far away to a space station.</p>
</div>
</div>
</li>
<!-- Recent items #2 -->
<li>
<div class="rp-item">
<div class="rp-image">
<a href="single-item.html"><img src="img/photos/3.png" alt=""/></a>
</div>
<div class="rp-details">
<!-- Title and para -->
<h5><a href="single-item.html">Sony Xperia Pro <span class="price pull-right">$525</span></a></h5>
<div class="clearfix"></div>
<p>Travel far away to a space station.</p>
</div>
</div>
</li>
<li>
<div class="rp-item">
<div class="rp-image">
<a href="single-item.html"><img src="img/photos/4.png" alt=""/></a>
</div>
<div class="rp-details">
<!-- Title and para -->
<h5><a href="single-item.html">Samsung Pop <span class="price pull-right">$255</span></a></h5>
<div class="clearfix"></div>
<p>Travel far away to a space station.</p>
</div>
</div>
</li>
<li>
<div class="rp-item">
<div class="rp-image">
<a href="single-item.html"><img src="img/photos/5.png" alt=""/></a>
</div>
<div class="rp-details">
<!-- Title and para -->
<h5><a href="single-item.html">Motorola Droid <span class="price pull-right">$325</span></a></h5>
<div class="clearfix"></div>
<p>Travel far away to a space station.</p>
</div>
</div>
</li>
<li>
<div class="rp-item">
<div class="rp-image">
<a href="single-item.html"><img src="img/photos/6.png" alt=""/></a>
</div>
<div class="rp-details">
<!-- Title and para -->
<h5><a href="single-item.html">Blackberry Force <span class="price pull-right">$125</span></a></h5>
<div class="clearfix"></div>
<p>Travel far away to a space station.</p>
</div>
</div>
</li>
<li>
<div class="rp-item">
<div class="rp-image">
<a href="single-item.html"><img src="img/photos/7.png" alt=""/></a>
</div>
<div class="rp-details">
<!-- Title and para -->
<h5><a href="single-item.html">Pantech One <span class="price pull-right">$253</span></a></h5>
<div class="clearfix"></div>
<p>Travel far away to a space station.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Recent Posts ends -->
<!-- Newsletter starts -->
<div class="container newsletter">
<div class="row">
<div class="col-md-12">
<div class="well">
<h5><i class="icon-envelope-alt"></i> Hot Offers - Don't Miss Anything!!!</h5>
<p>Nulla facilisi. Sed justo dui, scelerisque ut consectetur vel, eleifend id erat. Morbi auctor adipiscing tempor. Phasellus condimentum rutrum aliquet.</p>
<form class="form-inline" role="form">
<div class="form-group">
<input type="email" class="form-control" id="search" placeholder="Subscribe">
</div>
<button type="submit" class="btn btn-default">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<!-- Newsletter ends -->
<!-- Footer starts -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-4">
<div class="widget">
<h5>Contact</h5>
<hr />
<div class="social">
<a href="#"><i class="icon-facebook facebook"></i></a>
<a href="#"><i class="icon-twitter twitter"></i></a>
<a href="#"><i class="icon-linkedin linkedin"></i></a>
<a href="#"><i class="icon-google-plus google-plus"></i></a>
</div>
<hr />
<i class="icon-home"></i> 123, Some Area. Los Angeles, CA, 54321.
<hr />
<i class="icon-phone"></i> +239-3823-3434
<hr />
<i class="icon-envelope-alt"></i> <a href="mailto:#">someone@company.com</a>
<hr />
<div class="payment-icons">
<img src="img/payment/americanexpress.gif" alt="" />
<img src="img/payment/visa.gif" alt="" />
<img src="img/payment/mastercard.gif" alt="" />
<img src="img/payment/discover.gif" alt="" />
<img src="img/payment/paypal.gif" alt="" />
</div>
</div>
</div>
<div class="col-md-4">
<div class="widget">
<h5>About Us</h5>
<hr />
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras elementum dolor eget nisi fermentum quis hendrerit magna vestibulum. Curabitur pulvinar ornare vulputate scelerisque scelerisque ut consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras elementum dolor eget nisi fermentum quis hendrerit magna vestibulum.</p>
</div>
</div>
<div class="col-md-4">
<div class="widget">
<h5>Links Goes Here</h5>
<hr />
<div class="two-col">
<div class="col-left">
<ul>
<li><a href="#">Condimentum</a></li>
<li><a href="#">Etiam at</a></li>
<li><a href="#">Fusce vel</a></li>
<li><a href="#">Vivamus</a></li>
<li><a href="#">Pellentesque</a></li>
<li><a href="#">Vivamus</a></li>
</ul>
</div>
<div class="col-right">
<ul>
<li><a href="#">Condimentum</a></li>
<li><a href="#">Etiam at</a></li>
<li><a href="#">Fusce vel</a></li>
<li><a href="#">Vivamus</a></li>
<li><a href="#">Pellentesque</a></li>
<li><a href="#">Vivamus</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<hr />
<!-- Copyright info -->
<p class="copy">Copyright © 2012 | <a href="#">Your Site</a> - <a href="#">Home</a> | <a href="#">About Us</a> | <a href="#">Service</a> | <a href="#">Contact Us</a></p>
</div>
</div>
<div class="clearfix"></div>
</div>
</footer>
<!-- Footer ends -->
<!-- Scroll to top -->
<span class="totop"><a href="#"><i class="icon-chevron-up"></i></a></span>
<!-- JS -->
<script src="js/jquery.js"></script> <!-- jQuery -->
<script src="js/bootstrap.js"></script> <!-- Bootstrap -->
<script src="js/jquery.prettyPhoto.js"></script> <!-- Pretty Photo -->
<script src="js/filter.js"></script> <!-- Filter for support page -->
<script src="js/jquery.flexslider-min.js"></script> <!-- Flex slider -->
<script src="js/nav.js"></script> <!-- Sidebar navigation -->
<script src="js/jquery.carouFredSel-6.1.0-packed.js"></script> <!-- Carousel for recent posts -->
<script src="js/custom.js"></script> <!-- Custom codes -->
</body>
<!-- Mirrored from responsivewebinc.com/premium/mackart/red/confirmation.html by HTTrack Website Copier/3.x [XR&CO'2013], Wed, 02 Apr 2014 19:56:19 GMT -->
</html> |
options/buttons-order.html | wenzhixin/bootstrap-table-examples | <script>
init({
title: 'Buttons Order',
desc: 'Use `buttonsOrder` option to custom order of the toolbar buttons.',
links: [
'https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css',
'bootstrap-table.min.css'
],
scripts: [
'https://code.jquery.com/ui/1.12.1/jquery-ui.js',
'bootstrap-table.min.js'
]
})
</script>
<style>
ul {
margin: 0;
padding: 0;
}
li {
margin-right: 10px;
padding: 0 10px;
display: inline-block;
border: 1px solid #c5c5c5;
background: #f6f6f6;
cursor: move;
}
</style>
<ul id="sortable">
<li>paginationSwitch</li>
<li>refresh</li>
<li>toggle</li>
<li>fullscreen</li>
<li>columns</li>
</ul>
<table
id="table"
data-toolbar="#sortable"
data-toggle="table"
data-height="460"
data-show-pagination-switch="true"
data-show-refresh="true"
data-show-toggle="true"
data-show-fullscreen="true"
data-show-columns="true"
data-url="json/data1.json">
<thead>
<tr>
<th data-field="id">ID</th>
<th data-field="name">Item Name</th>
<th data-field="price">Item Price</th>
</tr>
</thead>
</table>
<script>
function mounted() {
$('#sortable').sortable({
stop: function () {
var buttonsOrder = []
$('#sortable').find('li').each(function () {
buttonsOrder.push($(this).text().trim())
})
$('#table').bootstrapTable('refreshOptions', {
buttonsOrder: buttonsOrder
})
}
})
}
</script>
|
WebSite/website/index.html | dobri19/OldRepos | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Index</title>
<link rel="stylesheet" href="styles/reset.css" />
<link rel="stylesheet" href="styles/style.css" />
<script src="scripts/timer-script.js">
</script>
</head>
<body onload="startTimer()">
<div id="wrapper">
<header id="header">
<h1 id="site-logo">Dobri19</h1>
<div id="timer">
</div>
<h2 id="site-logo2">Website under construction</h2>
<div class="box1">
<img src="img/star1.png" width="100" height="100" alt="star">
</div>
<div class="box2">
<img src="img/star2.png" width="100" height="100" alt="star">
</div>
<div class="box3">
<img src="img/star3.png" width="80" height="80" alt="star">
</div>
<div class="box4">
<img src="img/star4.png" width="80" height="80" alt="star">
</div>
</header>
<footer>
<div id="line">
<p id="finally">The universe is wider than our views of it. © <time>29 January 2017</time>
| <a href="https://www.nasa.gov/">NASA</a>
| <a href="https://home.cern/">CERN</a>
</p>
</div>
</footer>
</div>
</body>
</html>
|
app/views/main.scala.html | jorilytter/simple-todo | @(title: String)(content: Html)
<!DOCTYPE html>
<html>
<head>
<title>@title</title>
<link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.css")">
<link rel="shortcut icon" type="image/png" href="@routes.Assets.at("images/favicon.png")">
<script src="@routes.Assets.at("javascripts/jquery-1.9.0.min.js")" type="text/javascript"></script>
</head>
<body>
<a href="task">GET /task get all tasks</a>
@content
</body>
</html>
|
public/Windows 10 x64 (19041.572)/_DMA_OPERATIONS.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.572)</h4><br>
<h2>_DMA_OPERATIONS</h2>
<font face="arial"> +0x000 Size : Uint4B<br>
+0x008 PutDmaAdapter : Ptr64 void <br>
+0x010 AllocateCommonBuffer : Ptr64 void* <br>
+0x018 FreeCommonBuffer : Ptr64 void <br>
+0x020 AllocateAdapterChannel : Ptr64 long <br>
+0x028 FlushAdapterBuffers : Ptr64 unsigned char <br>
+0x030 FreeAdapterChannel : Ptr64 void <br>
+0x038 FreeMapRegisters : Ptr64 void <br>
+0x040 MapTransfer : Ptr64 _<a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br>
+0x048 GetDmaAlignment : Ptr64 unsigned long <br>
+0x050 ReadDmaCounter : Ptr64 unsigned long <br>
+0x058 GetScatterGatherList : Ptr64 long <br>
+0x060 PutScatterGatherList : Ptr64 void <br>
+0x068 CalculateScatterGatherList : Ptr64 long <br>
+0x070 BuildScatterGatherList : Ptr64 long <br>
+0x078 BuildMdlFromScatterGatherList : Ptr64 long <br>
+0x080 GetDmaAdapterInfo : Ptr64 long <br>
+0x088 GetDmaTransferInfo : Ptr64 long <br>
+0x090 InitializeDmaTransferContext : Ptr64 long <br>
+0x098 AllocateCommonBufferEx : Ptr64 void* <br>
+0x0a0 AllocateAdapterChannelEx : Ptr64 long <br>
+0x0a8 ConfigureAdapterChannel : Ptr64 long <br>
+0x0b0 CancelAdapterChannel : Ptr64 unsigned char <br>
+0x0b8 MapTransferEx : Ptr64 long <br>
+0x0c0 GetScatterGatherListEx : Ptr64 long <br>
+0x0c8 BuildScatterGatherListEx : Ptr64 long <br>
+0x0d0 FlushAdapterBuffersEx : Ptr64 long <br>
+0x0d8 FreeAdapterObject : Ptr64 void <br>
+0x0e0 CancelMappedTransfer : Ptr64 long <br>
+0x0e8 AllocateDomainCommonBuffer : Ptr64 long <br>
+0x0f0 FlushDmaBuffer : Ptr64 long <br>
+0x0f8 JoinDmaDomain : Ptr64 long <br>
+0x100 LeaveDmaDomain : Ptr64 long <br>
+0x108 GetDmaDomain : Ptr64 void* <br>
+0x110 AllocateCommonBufferWithBounds : Ptr64 void* <br>
+0x118 AllocateCommonBufferVector : Ptr64 long <br>
+0x120 GetCommonBufferFromVectorByIndex : Ptr64 void <br>
+0x128 FreeCommonBufferFromVector : Ptr64 void <br>
+0x130 FreeCommonBufferVector : Ptr64 void <br>
</font></body></html> |
doc/java/jdk8/javax/print/class-use/DocFlavor.READER.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:29 PST 2014 -->
<title>Uses of Class javax.print.DocFlavor.READER (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class javax.print.DocFlavor.READER (Java Platform SE 8 )";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/print/class-use/DocFlavor.READER.html" target="_top">Frames</a></li>
<li><a href="DocFlavor.READER.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class javax.print.DocFlavor.READER" class="title">Uses of Class<br>javax.print.DocFlavor.READER</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#javax.print">javax.print</a></td>
<td class="colLast">
<div class="block">Provides the principal classes and interfaces for the
Java<sup><font size="-2">TM</font></sup> Print Service API.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="javax.print">
<!-- -->
</a>
<h3>Uses of <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a> in <a href="../../../javax/print/package-summary.html">javax.print</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../javax/print/package-summary.html">javax.print</a> declared as <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a></code></td>
<td class="colLast"><span class="typeNameLabel">DocFlavor.READER.</span><code><span class="memberNameLink"><a href="../../../javax/print/DocFlavor.READER.html#TEXT_HTML">TEXT_HTML</a></span></code>
<div class="block">Doc flavor with MIME type = <CODE>"text/html;
charset=utf-16"</CODE>, print data representation class name =
<CODE>"java.io.Reader"</CODE> (character stream).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a></code></td>
<td class="colLast"><span class="typeNameLabel">DocFlavor.READER.</span><code><span class="memberNameLink"><a href="../../../javax/print/DocFlavor.READER.html#TEXT_PLAIN">TEXT_PLAIN</a></span></code>
<div class="block">Doc flavor with MIME type = <CODE>"text/plain;
charset=utf-16"</CODE>, print data representation class name =
<CODE>"java.io.Reader"</CODE> (character stream).</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/print/class-use/DocFlavor.READER.html" target="_top">Frames</a></li>
<li><a href="DocFlavor.READER.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
dev-assets/spacial-2.3/agency-portfolio-2.html | ark-aces/aces-website | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Spacial - Portfolio 2 columns</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- stylesheets -->
<link rel="stylesheet" type="text/css" href="scss/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="dist/theme.min.css" />
<!-- javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="dist/theme.min.js"></script>
</head>
<body>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar navbar-expand-lg navbar-light" role="navigation">
<div class="container no-override">
<a class="navbar-brand" href="index.html">
<img src="images/logo-alt-b.png" class="d-none d-lg-inline mr-2 w-25" />
Spacial
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbar-collapse">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
Home pages
<i class="ion-chevron-down"></i>
</a>
<div class="dropdown-menu" role="menu">
<a class="dropdown-item" href="index.html">Business</a>
<a class="dropdown-item" href="index-app.html">Web app</a>
<a class="dropdown-item" href="index-features.html">Features showcase</a>
<a class="dropdown-item" href="agency.html">Creative agency</a>
<a class="dropdown-item" href="index-mobile.html">App showcase</a>
<a class="dropdown-item" href="index-mobile-2.html">App showcase 2</a>
<a class="dropdown-item" href="index-mobile-3.html">App showcase 3</a>
<a class="dropdown-item" href="index-mobile-4.html">App showcase 4</a>
<a class="dropdown-item" href="index-slider.html">Hero Slider</a>
<a class="dropdown-item" href="index-photography.html">Photography</a>
<a class="dropdown-item" href="index-dark.html">Dark background</a>
<a class="dropdown-item" href="index-restaurant.html">Restaurant</a>
<a class="dropdown-item" href="index-event.html">Event</a>
<a class="dropdown-item" href="index-video.html">Video background</a>
<a class="dropdown-item" href="intro.html">Intro</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
Blogs
<i class="ion-chevron-down"></i>
</a>
<div class="dropdown-menu" role="menu">
<a class="dropdown-item" href="blog.html">Blog list</a>
<a class="dropdown-item" href="blog-3-cols.html">Blog columns</a>
<a class="dropdown-item" href="blog-grid.html">Blog grid</a>
<a class="dropdown-item" href="blog-sidebar.html">Blog sidebar</a>
<a class="dropdown-item" href="blog-masonry.html">Blog masonry</a>
<a class="dropdown-item" href="blog-timeline.html">Blog timeline</a>
<a class="dropdown-item" href="blog-post.html">Single blog post</a>
<a class="dropdown-item" href="blog-post-alt.html">Single blog post 2</a>
<a class="dropdown-item" href="blog-post-3.html">Single blog post 3</a>
</div>
</li>
<li class="nav-item active dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
Pages
<i class="ion-chevron-down"></i>
</a>
<div class="dropdown-menu" role="menu">
<div class="dropdown dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown">
About us
<i class="ion-chevron-right"></i>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="agency-about.html">About us 1</a>
<a class="dropdown-item" href="agency-about-2.html">About us 2</a>
</div>
</div>
<div class="dropdown dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown">
Portfolio
<i class="ion-chevron-right"></i>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="agency-portfolio-2.html">2 columns</a>
<a class="dropdown-item" href="agency-portfolio-3.html">3 columns</a>
<a class="dropdown-item" href="agency-portfolio-4.html">4 columns</a>
</div>
</div>
<div class="dropdown dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown">
Contact
<i class="ion-chevron-right"></i>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="agency-contact.html">Contact us 1</a>
<a class="dropdown-item" href="agency-contact-2.html">Contact us 2</a>
<a class="dropdown-item" href="agency-start-project.html">Contact us project</a>
</div>
</div>
<a class="dropdown-item" href="agency-project.html">Project showcase</a>
<a class="dropdown-item" href="pricing.html">Pricing</a>
<a class="dropdown-item" href="pricing-charts.html">Pricing charts</a>
<a class="dropdown-item" href="careers.html">Careers</a>
<a class="dropdown-item" href="career-post.html">Careers job post</a>
<a class="dropdown-item" href="support.html">Support</a>
<a class="dropdown-item" href="support-topic.html">Support topic</a>
<a class="dropdown-item" href="customers.html">Customer stories</a>
<a class="dropdown-item" href="customer-story.html">Single customer story</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="sign-up.html">Sign up</a>
<a class="dropdown-item" href="sign-in.html">Sign in</a>
<a class="dropdown-item" href="recover-password.html">Recover password</a>
<a class="dropdown-item" href="timeline.html">Timeline</a>
<a class="dropdown-item" href="coming-soon.html">Coming soon</a>
<a class="dropdown-item" href="api-docs.html">API docs</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
Features
<i class="ion-chevron-down"></i>
</a>
<div class="dropdown-menu" role="menu">
<div class="dropdown dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown">
Headers
<i class="ion-chevron-right"></i>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="header-light.html">Light</a>
<a class="dropdown-item" href="header-dark.html">Dark</a>
<a class="dropdown-item" href="header-transparent-light.html">Transparent light</a>
<a class="dropdown-item" href="header-transparent-dark.html">Transparent dark</a>
<a class="dropdown-item" href="header-transparent-fixed-light.html">Transparent fixed light</a>
<a class="dropdown-item" href="header-transparent-fixed-dark.html">Transparent fixed dark</a>
<a class="dropdown-item" href="header-off-canvas-left.html">Sidebar left</a>
<a class="dropdown-item" href="header-off-canvas-right.html">Sidebar right</a>
<a class="dropdown-item" href="header-navleft.html">Navbar left</a>
<a class="dropdown-item" href="header-dark-submenu.html">Dark submenu</a>
<a class="dropdown-item" href="header-fixed-bottom.html">Bottom fixed</a>
<a class="dropdown-item" href="header-logo-center.html">Logo center</a>
<a class="dropdown-item" href="header-all-center.html">All center</a>
<a class="dropdown-item" href="header-full-width.html">Full width</a>
</div>
</div>
<div class="dropdown dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown">
Footers
<i class="ion-chevron-right"></i>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="header-light.html#footer">Dark</a>
<a class="dropdown-item" href="footer-light.html#footer">Light</a>
<a class="dropdown-item" href="footer-big-menu.html#footer">Big Menu</a>
<a class="dropdown-item" href="footer-sign-up.html#footer">Sign up</a>
<a class="dropdown-item" href="footer-agency.html#footer">Agency</a>
</div>
</div>
<div class="dropdown dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown">
Covers
<i class="ion-chevron-right"></i>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="cover-panorama.html">Panorama View</a>
<a class="dropdown-item" href="cover-360.html">360º Image</a>
</div>
</div>
<div class="dropdown dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown">
Email templates
<i class="ion-chevron-right"></i>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="email-template-newsletter.html" target="_blank">
Newsletter
<i class="ion-share"></i>
</a>
<a class="dropdown-item" href="email-template-receipt.html" target="_blank">
Receipt
<i class="ion-share"></i>
</a>
<a class="dropdown-item" href="email-template-announcement.html" target="_blank">
Simple announcement
<i class="ion-share"></i>
</a>
<a class="dropdown-item" href="email-template-text.html" target="_blank">
Formal text
<i class="ion-share"></i>
</a>
</div>
</div>
<a class="dropdown-item" href="docs/grid-system.html">Grid system</a>
<a class="dropdown-item" href="docs/animations.html">Animations</a>
<a class="dropdown-item" href="docs/typography.html">Typography</a>
</div>
</li>
<li class="nav-item dropdown dropdown-extend">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
Components
<i class="ion-chevron-down"></i>
</a>
<div class="dropdown-menu dropdown-extend-menu" role="menu">
<div class="row">
<div class="col-md-3">
<a class="dropdown-item" href="docs/alerts.html"><i class="ion-alert-circled"></i> Alerts</a>
<a class="dropdown-item" href="docs/animations.html"><i class="ion-wand"></i> Animations</a>
<a class="dropdown-item" href="docs/badges.html"><i class="ion-ios-pricetag-outline"></i> Badges</a>
<a class="dropdown-item" href="docs/buttons.html"><i class="ion-ios-paperplane"></i> Buttons</a>
<a class="dropdown-item" href="docs/button-groups.html"><i class="ion-ios-browsers"></i> Button groups</a>
<a class="dropdown-item" href="docs/cards.html"><i class="ion-ios-albums-outline"></i> Cards</a>
</div>
<div class="col-md-3">
<a class="dropdown-item" href="docs/carousel.html"><i class="ion-android-arrow-dropright-circle"></i> Carousel</a>
<a class="dropdown-item" href="docs/accordion.html"><i class="ion-navicon"></i> Accordion</a>
<a class="dropdown-item" href="docs/cta.html"><i class="ion-funnel"></i> Call to action</a>
<a class="dropdown-item" href="docs/dropdowns.html"><i class="ion-arrow-down-b"></i> Dropdowns</a>
<a class="dropdown-item" href="docs/forms.html"><i class="ion-clipboard"></i> Forms</a>
<a class="dropdown-item" href="docs/input-groups.html"><i class="ion-toggle"></i> Input groups</a>
</div>
<div class="col-md-3">
<a class="dropdown-item" href="docs/icons.html"><i class="ion-social-octocat"></i> Icons</a>
<a class="dropdown-item" href="docs/list-groups.html"><i class="ion-ios-list-outline"></i> List groups</a>
<a class="dropdown-item" href="docs/modals.html"><i class="ion-monitor"></i> Modals</a>
<a class="dropdown-item" href="docs/navs.html"><i class="ion-navigate"></i> Navs</a>
<a class="dropdown-item" href="docs/navbars.html"><i class="ion-navicon-round"></i> Navbars</a>
<a class="dropdown-item" href="docs/plugins.html"><i class="ion-compose"></i> New plugins</a>
</div>
<div class="col-md-3">
<a class="dropdown-item" href="docs/progress.html"><i class="ion-stats-bars d-inline-block" style="transform: rotate(90deg);"></i> Progress bars</a>
<a class="dropdown-item" href="docs/stats-cards.html"><i class="ion-arrow-graph-up-right"></i> Stats cards</a>
<a class="dropdown-item" href="docs/tables.html"><i class="ion-grid"></i> Tables</a>
<a class="dropdown-item" href="docs/typography.html"><i class="ion-paintbrush"></i> Typography</a>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
Shop
<i class="ion-chevron-down"></i>
</a>
<div class="dropdown-menu" role="menu">
<a class="dropdown-item" href="ecommerce/index.html">Home page</a>
<a class="dropdown-item" href="ecommerce/collection-grid.html">Products grid</a>
<a class="dropdown-item" href="ecommerce/collection-list.html">Products list</a>
<a class="dropdown-item" href="ecommerce/collection-grid-sidebar.html">Products grid w/ sidebar</a>
<a class="dropdown-item" href="ecommerce/collection-list-sidebar.html">Products list w/ sidebar</a>
<a class="dropdown-item" href="ecommerce/product.html">Single product</a>
<a class="dropdown-item" href="ecommerce/cart.html">Cart</a>
<a class="dropdown-item" href="ecommerce/search.html">Search results</a>
<a class="dropdown-item" href="ecommerce/checkout.html">Checkout</a>
<a class="dropdown-item" href="ecommerce/checkout-payment.html">Checkout ship & payment</a>
<a class="dropdown-item" href="ecommerce/checkout-confirmation.html">Checkout confirmation</a>
<a class="dropdown-item" href="ecommerce/account-orders.html">My account order history</a>
<a class="dropdown-item" href="ecommerce/account-wishlist.html">My account wishlist</a>
<a class="dropdown-item" href="ecommerce/account-profile.html">My account profile</a>
<a class="dropdown-item" href="ecommerce/account-invoice.html">Order invoice</a>
<a class="dropdown-item" href="ecommerce/sign-up.html">Sign up</a>
<a class="dropdown-item" href="ecommerce/sign-in.html">Sign in</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link nav-link--rounded" href="docs/intro.html">Theme Docs</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="agency-portfolio-hero">
<section class="container">
<h1>
Showcase of our latest projects
</h1>
<p>
We believe in simple and efficient ways to grow a business by being smart.
</p>
</section>
</div>
<div class="agency-portfolio-gallery">
<div class="container">
<div class="row no-gutters">
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>Landscape Trip</h3>
<p>
Blog About spacial trips
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1478059425650-ca13d6d422f4.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>App Icon</h3>
<p>
New icon for mobile app
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/project/shot-3.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>App Icon</h3>
<p>
New mobile app icon for fighters
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1467659226669-a1360d97be2d.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>Mobile Analytics</h3>
<p>
iOS mobile app for charts and stuff
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1474843148229-3163319fcc4c.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>App Food Icon</h3>
<p>
New icon for food mobile app
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1470274038469-958113db2384.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>App Food Icon</h3>
<p>
New icon for food mobile app
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1479243396208-be1751535cdb.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>Health App</h3>
<p>
Keep track of your health
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/project/shot-1.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>PSD Freebie</h3>
<p>
Free presentation mockups
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1467703834117-04386e3dadd8.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>Grid Blog</h3>
<p>
Portfolio grid blog
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1444210971048-6130cf0c46cf.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>New client website</h3>
<p>
International business site
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/project/shot-2.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>Portfolio showcase</h3>
<p>
Grid-based site for work
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/unsplash/photo-1472132858735-6313c7962473.jpg');" class="pic">
</span>
</a>
</div>
<div class="col-md-6">
<a href="agency-project.html" class="project">
<span class="mask">
<span class="info">
<h3>App Food Icon</h3>
<p>
New icon for food mobile app
</p>
</span>
<span class="btn-see-project">
See project
</span>
</span>
<span style="background-image:url('images/project/shot-4.jpg');" class="pic">
</span>
</a>
</div>
</div>
</div>
</div>
<div class="agency-portfolio-cta">
<div class="container">
<h3>
Want to work with us?
</h3>
<p>
Have an idea for an awesome project?
We'd love <br> to help make it real.
<a href="agency-contact.html">Get in touch</a>
</p>
</div>
</div>
<div class="agency-footer">
<a href="#" class="go-top">
<i class="fa fa-angle-up"></i>
TOP
</a>
<div class="container">
<div class="row">
<div class="col-md-3">
<h4>About</h4>
<a href="#" class="legal">Portfolio</a>
<a href="#" class="legal">Clients</a>
<a href="#" class="legal">Careers</a>
</div>
<div class="col-md-3">
<h4>Address</h4>
<p>
10th Street 12/3
4580 San Francisco, Ca.
</p>
</div>
<div class="col-md-3">
<h4>Contact</h4>
<p>
+81 555 489 902
info@spacial.com
</p>
</div>
<div class="col-md-3">
<h4>Social</h4>
<a href="#" class="social first">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="social">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="social">
<i class="fa fa-dribbble"></i>
</a>
<a href="#" class="social">
<i class="fa fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
// (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
// function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
// e=o.createElement(i);r=o.getElementsByTagName(i)[0];
// e.src='//www.google-analytics.com/analytics.js';
// r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
// ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html> |
kelvin_1wire.X/html/s438.assem.html | grodansparadis/can4vscp_kelvin_1wire | <HTML>
<HEAD>
<TITLE>Assembler information for html\s438.assem.html</TITLE>
<LINK rel=stylesheet href="udf_styles.css" type="text/css">
</HEAD>
<BODY>
<frameset rows="15,85"><frame name ="toc" src="toc_s438.assem.html" /><frame name ="main" src="main_s438.assem.html" /></frameset></HTML>
|
clean/Linux-x86_64-4.03.0-2.0.5/released/8.6.1/hammer-tactics/1.3.2+8.11.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.6.1 / hammer-tactics - 1.3.2+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer-tactics
<small>
1.3.2+8.11
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-14 22:10:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 22:10:28 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.6.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "Reconstruction tactics for the hammer for Coq"
description: """
Collection of tactics that are used by the hammer for Coq
to reconstruct proofs found by automated theorem provers. When the hammer
has been successfully applied to a project, only this package needs
to be installed; the hammer plugin is not required.
"""
build: [make "-j%{jobs}%" "tactics"]
install: [
[make "install-tactics"]
[make "test-tactics"] {with-test}
]
depends: [
"ocaml" { >= "4.08" }
"coq" {>= "8.11" & < "8.12~"}
]
conflicts: [
"coq-hammer" {!= version}
]
tags: [
"keyword:automation"
"keyword:hammer"
"keyword:tactics"
"logpath:Hammer.Tactics"
"date:2021-10-01"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.3.2-coq8.11.tar.gz"
checksum: "sha512=0429b17d0d118ea85aa9be1c15cd205527b8ea4d7ea3e92dcaf7deb52d039dd9a3c6941f0a289c718c62ae6545dce68464ffb2d46196c0093d2960f1def83168"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-hammer-tactics.1.3.2+8.11 coq.8.6.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.6.1).
The following dependencies couldn't be met:
- coq-hammer-tactics -> ocaml >= 4.08
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer-tactics.1.3.2+8.11</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1/streams/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>streams: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / streams - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
streams
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-24 17:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 17:13:48 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/streams"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Streams"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Streams"
"keyword: Eratosthene Sieve"
"keyword: prime numbers"
"keyword: number theory"
"keyword: primality"
"category: Mathematics/Arithmetic and Number Theory/Number theory"
]
authors: [
"François Leclerc, Christine Paulin-Mohring"
]
bug-reports: "https://github.com/coq-contribs/streams/issues"
dev-repo: "git+https://github.com/coq-contribs/streams.git"
synopsis: "Specification of Eratosthene Sieve"
description: """
Proof of Eratosthene Sieve formalised using streams
encoded as greatest fixpoints. See paper:
@InProceedings{LePa94,
author = "F. Leclerc and C. Paulin-Mohring",
title = "Programming with Streams in {Coq}. A case study : The Sieve of Eratosthenes",
editor = "H. Barendregt and T. Nipkow",
volume = 806,
series = "LNCS",
booktitle = "{Types for Proofs and Programs, Types' 93}",
year = 1994,
publisher = "Springer-Verlag"
}"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/streams/archive/v8.10.0.tar.gz"
checksum: "md5=f9db2a9ae41623c70c7c0d889833ca75"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-streams.8.10.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1).
The following dependencies couldn't be met:
- coq-streams -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-streams.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
app/styles/app.animations.css | unreliableMerge/PropertyCross | /*animation for popups*/
.popup-animation-show.ng-hide-add,
.popup-animation-show.ng-hide-remove {
-webkit-transition:all linear .5s;
-moz-transition:all linear .5s;
-o-transition:all linear .5s;
transition:all linear .5s;
display:block!important;
}
.popup-animation-show.ng-hide-add.ng-hide-add-active,
.popup-animation-show.ng-hide-remove {
opacity:0;
}
.popup-animation-show.ng-hide-add,
.popup-animation-show.ng-hide-remove.ng-hide-remove-active {
opacity:1;
}
/*frame animation*/
.view-frame.ng-enter,
.view-frame.ng-leave {
background: #515151;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.view-frame.ng-enter {
animation: 1s fade-in;
z-index: 100;
}
.view-frame.ng-leave {
animation: 1s fade-out;
z-index: 99;
}
@keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fade-out {
from { opacity: 1; }
to { opacity: 0; }
}
/*animation for searching results*/
.result-list.ng-enter,
.result-list.ng-leave,
.result-list.ng-move {
overflow: hidden;
transition: 1s linear all;
}
.result-list.ng-enter,
.result-list.ng-leave.ng-leave-active,
.result-list.ng-move {
height: 0;
margin-bottom: 0;
opacity: 0;
padding-bottom: 0;
padding-top: 0;
}
.result-list.ng-enter.ng-enter-active,
.result-list.ng-leave,
.result-list.ng-move.ng-move-active {
height: 200px;
margin-bottom: 0px;
opacity: 1;
}
/*animation for recent search*/
.recent-search.ng-enter,
.recent-search.ng-leave,
.recent-search.ng-move {
-webkit-transition: 600ms cubic-bezier(0.950, 0.050, 0.795, 0.035) all;
-moz-transition: 600ms cubic-bezier(0.950, 0.050, 0.795, 0.035) all;
-ms-transition: 600ms cubic-bezier(0.950, 0.050, 0.795, 0.035) all;
-o-transition: 600ms cubic-bezier(0.950, 0.050, 0.795, 0.035) all;
transition: 600ms cubic-bezier(0.950, 0.050, 0.795, 0.035) all;
position: relative;
display: block;
}
.recent-search.ng-enter,
.recent-search.ng-leave.ng-leave-active,
.recent-search.ng-move {
opacity: 1;
right: 0;
height: 30px;
}
.recent-search.ng-enter.ng-enter-active,
.recent-search.ng-leave,
.recent-search.ng-move.ng-move-active {
opacity: 0;
right: 0px;
height: 0px;
} |
index.html | Ypnypn/Par | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script src="jquery-2.1.3.min.js"></script>
<script src="par.js"></script>
<script src="docs.js"></script>
<script src="test.js"></script>
<script src="analysis.js"></script>
<title>Par</title>
</head>
<body>
<div style="width: 50%; float: left">
<h1><a href="https://github.com/Ypnypn/Par/" style="text-decoration: none; color: #00007f">Par</a> Interpreter</h1>
<div style="width: 50%; float: left">
<h2>Code - <span id="size">0 bytes</span></h2>
</div>
<div style="width: 50%; float: right">
<label for="fileUpload">Upload .par file</label>
</div>
<input type="file" id="fileUpload" accept=".par" />
<textarea id="code" rows="4" cols="60"></textarea>
<h2>Input</h2>
<textarea id="input" rows="4" cols="60"></textarea>
<div>
<button id="run">Run</button>
</div>
<h2>Output</h2>
<textarea id="output" rows="4" cols="60" readonly></textarea>
</div>
<div style="width: 50%; float: right">
<div id="buttons"></div>
<div id="doc">
<div><span id="symbolName"></span></div>
<table id="docTable">
<thead>
<tr id="docHeaderRow"></tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="analysis">
</div>
</div>
<footer>
<p>
On your browser, <span id="testResultsText">tests are currently running</span>.
<a href="tests.html">See full results.</a>
</p>
</footer>
<script>
$(document).ready(function () {
function updateCodeSize() {
const codeSize = $("#code").val().length;
$("#size").text(codeSize + " bytes");
}
try {
updateCodeSize();
analyzeCode();
} catch (e) { }
try {
for (var ind = 0; ind < allParChars.length; ind++)
(function (ch) {
$("<button>").appendTo($("#buttons")).text(ch === '\n' ? '<LF>' : ch === ' ' ? '<SP>' : ch).click(function () {
const caretPos = $("#code")[0].selectionStart;
const code = $("#code").val();
$("#code").val(code.substring(0, caretPos) + ch + code.substring(caretPos));
$("#code")[0].focus();
$("#code")[0].selectionStart = caretPos + 1;
$("#code")[0].selectionEnd = caretPos + 1;
}).mouseover(function () {
$("#docTable").show();
const symbolData = documentation[ch];
if (symbolData) {
const arity = arities[ch] % 100 || 0;
var symbolTitle = 'abcdefghij'.slice(0, arity) + ch;
if (arities[ch] >= 200)
symbolTitle += '...)';
if (ch === '`')
symbolTitle += '...`';
if (ch === '\'')
symbolTitle += '.';
if (ch >= 'V' && ch <= 'Z')
symbolTitle = 'a' + symbolTitle;
$("#symbolName").text(symbolTitle);
for (var i = 0; i < arity; i++) {
$("<th>").text('abcdefghij'[i]).appendTo("#docHeaderRow");
}
$("<th>").text('Description').appendTo("#docHeaderRow");
for (var sig in symbolData) {
var newRow = $("<tr>");
for (var i = 0; i < sig.length; i++)
$("<td>").text({ '?': 'any', a: 'array', n: 'number', s: 'string' }[sig[i]]).appendTo(newRow);
$("<td>").html(symbolData[sig].replace(/`(.)`/g, '<code>$1</code>')).appendTo(newRow);
newRow.appendTo("#docTable tbody");
}
}
}).mouseout(function () {
$("#symbolName").text('');
$("#docHeaderRow th").remove();
$("#doc tbody td").remove();
});
})(allParChars[ind]);
} catch (e) {
}
setInterval(updateCodeSize, 200);
function fit(text, padding, size) {
if (size >= text.length)
return text + padding.repeat(size - text.length);
else
return text.substring(0, size - 5) + '...' + text.substring(text.length - 2);
}
function analyzeCode() {
if (!window.analyze)
return false;
const code = $("#code").val();
const analysis = analyzePar(code);
$("#analysis").html('<pre></pre>');
analysis.forEach(line => {
$("#analysis pre").append(`${fit(line[0], ' ', 13)} ## ${line[1]}\n`);
});
return true;
}
setInterval(analyzeCode, 1000);
$("#run").prop("disabled", false);
$("#run").click(function () {
$("#run").prop("disabled", true);
const code = $("#code").val();
if (checkCodeValid(code)) {
const input = $("#input").val();
try {
const result = interpretPar(code, input);
const stack = result[0];
const output = result[1];
$("#output").val(output + stack.map(stringify).join(' '));
} catch (e) {
$("#output").val(e.message);
}
}
$("#run").prop("disabled", false);
});
function checkCodeValid(code) {
var output = '';
for (var i = 0; i < code.length; i++) {
if (allParChars.indexOf(code[i]) === -1) {
output += "Contains illegal character: '" + c + "'\n";
}
}
if (output.length !== 0) {
$("#output").val(output);
return false;
}
return true;
}
$("#fileUpload").change(function (evt) {
const file = evt.target.files[0];
const reader = new FileReader();
reader.onloadend = function () {
const data = reader.result;
const code = data.split('').map(function (b) { return allParChars[b.charCodeAt(0)]; }).join('');
$("#code").val(code);
};
reader.readAsBinaryString(file);
});
setTimeout(function () {
var testResults;
try {
testResults = runTests();
} catch (e) {
testResults = { passed: [], failed: [] };
}
const passed = testResults.passed;
const failed = testResults.failed;
const passRate = passed.length / (passed.length + failed.length);
$("#testResultsText").text(Math.round(passRate * 10000) / 100 + '% of tests passed');
var lum = Math.round(passRate * passRate * 255);
$("body").css({
"background-color": "rgb(" + lum + "," + lum + "," + lum + ")",
"color": "rgb(" + (255 - lum) + ",0,0)"
});
$("textarea").css({
"color": "rgb(" + (255 - lum) + ",0,0)"
});
}, 20);
});
</script>
<style>
body {
margin: 15px;
font-family: Georgia, serif;
}
h1 {
font-size: 28px;
margin: 6px 4px 8px;
}
h2 {
font-size: 22px;
margin: 4px;
}
textarea, button {
font-family: Consolas, monospace;
}
textarea#output {
background-color: #EEEEEE;
}
table {
margin: 0 auto;
border-collapse: collapse;
}
td, th {
padding: 5px;
border: 1px black solid;
}
pre, code {
font-family: Consolas, monospace;
background-color: #DDDDDD;
}
#doc {
width: 100%;
text-align: center;
}
#doc > div {
margin: 25px 5px 10px;
}
#symbolName {
font-size: 22px;
font-family: Consolas, monospace;
background-color: #DDDDDD;
}
footer {
clear: left;
padding: 20px;
}
</style>
</body>
</html> |
javadoc/red5-server/org/red5/server/api/service/ISubscriberStreamService.html | Red5/red5.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_95) on Thu Feb 18 20:56:30 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ISubscriberStreamService (Red5 :: Server 1.0.7-SNAPSHOT API)</title>
<meta name="date" content="2016-02-18">
<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ISubscriberStreamService (Red5 :: Server 1.0.7-SNAPSHOT API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ISubscriberStreamService.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/red5/server/api/service/IServiceHandlerProviderAware.html" title="interface in org.red5.server.api.service"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/red5/server/api/service/ServiceUtils.html" title="class in org.red5.server.api.service"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/red5/server/api/service/ISubscriberStreamService.html" target="_top">Frames</a></li>
<li><a href="ISubscriberStreamService.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.red5.server.api.service</div>
<h2 title="Interface ISubscriberStreamService" class="title">Interface ISubscriberStreamService</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd>org.red5.server.api.scope.IScopeService</dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/red5/server/adapter/ApplicationAdapter.html" title="class in org.red5.server.adapter">ApplicationAdapter</a>, <a href="../../../../../org/red5/server/adapter/MultiThreadedApplicationAdapter.html" title="class in org.red5.server.adapter">MultiThreadedApplicationAdapter</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">ISubscriberStreamService</span>
extends org.red5.server.api.scope.IScopeService</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/red5/server/api/service/ISubscriberStreamService.html#BEAN_NAME">BEAN_NAME</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.red5.server.api.stream.ISubscriberStream</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/red5/server/api/service/ISubscriberStreamService.html#getSubscriberStream(org.red5.server.api.scope.IScope,%20java.lang.String)">getSubscriberStream</a></strong>(org.red5.server.api.scope.IScope scope,
<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="BEAN_NAME">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BEAN_NAME</h4>
<pre>static final <a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> BEAN_NAME</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.red5.server.api.service.ISubscriberStreamService.BEAN_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getSubscriberStream(org.red5.server.api.scope.IScope, java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getSubscriberStream</h4>
<pre>org.red5.server.api.stream.ISubscriberStream getSubscriberStream(org.red5.server.api.scope.IScope scope,
<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre>
<div class="block">Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>scope</code> - the scope to return the stream from</dd><dd><code>name</code> - the name of the stream</dd>
<dt><span class="strong">Returns:</span></dt><dd>the stream object</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ISubscriberStreamService.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/red5/server/api/service/IServiceHandlerProviderAware.html" title="interface in org.red5.server.api.service"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/red5/server/api/service/ServiceUtils.html" title="class in org.red5.server.api.service"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/red5/server/api/service/ISubscriberStreamService.html" target="_top">Frames</a></li>
<li><a href="ISubscriberStreamService.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2005–2016 <a href="https://github.com/Red5">Red5</a>. All rights reserved.</small></p>
</body>
</html>
|
src/Viteloge/CoreBundle/Resources/descriptions/62592.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Moringhem est
un village
localisé dans le département des Pas-de-Calais en Nord-Pas-de-Calais. Elle comptait 456 habitants en 2008.</p>
<p>À coté de Moringhem sont localisées les communes de
<a href="{{VLROOT}}/immobilier/boisdinghem_62149/">Boisdinghem</a> située à 2 km, 211 habitants,
<a href="{{VLROOT}}/immobilier/mentque-nortbecourt_62567/">Mentque-Nortbécourt</a> localisée à 3 km, 520 habitants,
<a href="{{VLROOT}}/immobilier/nort-leulinghem_62622/">Nort-Leulinghem</a> localisée à 4 km, 197 habitants,
<a href="{{VLROOT}}/immobilier/acquin-westbecourt_62008/">Acquin-Westbécourt</a> à 4 km, 647 habitants,
<a href="{{VLROOT}}/immobilier/zudausques_62905/">Zudausques</a> à 2 km, 763 habitants,
<a href="{{VLROOT}}/immobilier/moulle_62595/">Moulle</a> située à 4 km, 900 habitants,
entre autres. De plus, Moringhem est située à seulement 29 km de <a href="{{VLROOT}}/immobilier/calais_62193/">Calais</a>.</p>
<p>Si vous envisagez de venir habiter à Moringhem, vous pourrez aisément trouver une maison à vendre. </p>
<p>Le nombre d'habitations, à Moringhem, se décomposait en 2011 en un appartements et 199 maisons soit
un marché relativement équilibré.</p>
</div>
|
about/index.html | Leejigun/Leejigun.github.io | <!-- footer도 여기에 있음 -->
<!DOCTYPE html>
<html>
<head>
<!-- Document Settings -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Base Meta -->
<!-- iOS-tip 이라고 태그를 만들었으면 post에서는 iOS tip 이라고 태그를 줘야한다. -->
<!-- dynamically fixing the title for tag/author pages -->
<title>About</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Styles'n'Scripts -->
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.edited.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/syntax.css" />
<!-- highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<style>.hljs { background: none; }</style>
<!-- This tag outputs SEO meta+structured data and other important settings -->
<meta name="description" content="iOS developer." />
<link rel="shortcut icon" href="https://leejigun.github.io//assets/images/blog-icon.png" type="image/png" />
<link rel="canonical" href="https://leejigun.github.io//about/" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--title below is coming from _includes/dynamic_title-->
<meta property="og:site_name" content="iOS 삽질 블로그" />
<meta property="og:type" content="website" />
<meta property="og:title" content="About" />
<meta property="og:description" content="안녕하세요. Openit에서 iOS 개발자로 근무중인 이지건입니다. 아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다. 사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다. > 2017.12 ~ 2018.06 - **FIDO iOS** > - Authenticator" />
<meta property="og:url" content="https://leejigun.github.io//about/" />
<meta property="og:image" content="https://leejigun.github.io//assets/images/blog-cover.jpg" />
<meta property="article:publisher" content="https://www.facebook.com/" />
<meta property="article:author" content="https://www.facebook.com/" />
<meta property="article:published_time" content="" />
<meta property="article:modified_time" content="" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="About" />
<meta name="twitter:description" content="안녕하세요. Openit에서 iOS 개발자로 근무중인 이지건입니다. 아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다. 사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다. > 2017.12 ~ 2018.06 - **FIDO iOS** > - Authenticator" />
<meta name="twitter:url" content="https://leejigun.github.io//" />
<meta name="twitter:image" content="https://leejigun.github.io//assets/images/blog-cover.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="iOS 삽질 블로그" />
<meta name="twitter:site" content="@" />
<meta name="twitter:creator" content="@" />
<meta property="og:image:width" content="1400" />
<meta property="og:image:height" content="933" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "iOS 삽질 블로그",
"logo": "https://leejigun.github.io//assets/images/blog-icon.png"
},
"url": "https://leejigun.github.io//about/",
"image": {
"@type": "ImageObject",
"url": "https://leejigun.github.io//assets/images/blog-cover.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://leejigun.github.io//about/"
},
"description": "안녕하세요. Openit에서 iOS 개발자로 근무중인 이지건입니다. 아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다. 사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다. > 2017.12 ~ 2018.06 - **FIDO iOS** > - Authenticator"
}
</script>
<!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "f84a07a72b17"
});
</script> -->
<meta name="generator" content="Jekyll 3.6.2" />
<link rel="alternate" type="application/rss+xml" title="About" href="/feed.xml" />
</head>
<body class="page-template">
<div class="site-wrapper">
<!-- All the main content gets inserted here, index.hbs, post.hbs, etc -->
<!-- HTML elements for search -->
<!-- < default -->
<!-- The tag above means: insert everything in this file
into the {body} of the default.hbs template -->
<!-- The big featured header, it uses blog cover image as a BG if available -->
<header class="site-header outer">
<div class="inner">
<!-- 네비게이션 바 -->
<nav class="site-nav">
<div class="site-nav-left">
<a class="site-nav-logo" href="https://leejigun.github.io//"><img src="/assets/images/blog-icon.png" alt="iOS 삽질 블로그" /></a>
<!-- 여기서 navigation 에 표시할 이이템 추가 -->
<ul class="nav" role="menu">
<li class="nav-home" role="menuitem"><a href="/">Home</a></li>
<li class="nav-about" role="menuitem"><a href="/about/">About</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/ios-tip/">iOS tip</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/watchos/">watchOS</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/rxswift/">RxSwift</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/swiftui/">swiftui</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/project/">project</a></li>
<li class="nav-getting-started" role="menuitem"><a href="/tag/ml/">ML</a></li>
<li class="nav-try-ghost" role="menuitem"><a href="https://github.com/Leejigun">github</a></li>
<li class="nav-try-ghost" role="menuitem"><a href="/search.html">Search</a></li>
</ul>
</div>
<div class="site-nav-right">
<div class="social-links">
</div>
</div>
</nav>
</div>
</header>
<!-- Everything inside the #post tags pulls data from the post -->
<!-- #post -->
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<article class="post-full post page no-image">
<header class="post-full-header">
<h1 class="post-full-title">About</h1>
</header>
<section class="post-full-content">
<p>안녕하세요.</p>
<p>Openit에서 iOS 개발자로 근무중인 이지건입니다.</p>
<p>아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다.</p>
<p>사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다.</p>
<blockquote>
<p>2017.12 ~ 2018.06 - <strong>FIDO iOS</strong><br /></p>
<ul>
<li>Authenticator + Client Combo 개발 및 FIDO 인증</li>
</ul>
</blockquote>
<blockquote>
<p>2018.02 ~ 2018.04 - <strong>자사 프로젝트 운영</strong><br /></p>
<ul>
<li>SoS 누르미 - 이용약관, 버전체크 로직 추가 개발 <br /></li>
<li>혈압 다이어리 - iPhone X UI 대응 개발</li>
</ul>
</blockquote>
<blockquote>
<p>2018.02 ~ 2018.03 - <strong>KIMES 전시회 출품</strong><br /></p>
<ul>
<li>헬스업 스테이션 연동 추가 개발<br /></li>
</ul>
</blockquote>
<blockquote>
<p>2018.05 ~ 2018.06 - <strong>혈압 다이어리 개발</strong><br /></p>
<ul>
<li>측정패턴, 자기관리, 목표달성, 코호트 DB를 통한 분포도 개발</li>
</ul>
</blockquote>
<blockquote>
<p>2018.07 ~ - <strong>쥬비스 iOS 외부 프로젝트</strong><br /></p>
<ul>
<li>쥬비스 협력사로 iOS app 개발 진행</li>
</ul>
</blockquote>
<p><img src="https://openit.openclib.com/static/sign/jglee.gif" alt="명함" /></p>
</section>
</article>
</div>
</main>
<!-- /post -->
<!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs -->
<script>
$(function() {
var $postContent = $(".post-full-content");
$postContent.fitVids();
});
</script>
<!-- Previous/next page links - displayed on every page -->
<!-- The footer at the very bottom of the screen -->
<footer class="site-footer outer">
<div class="site-footer-content inner">
<section class="copyright"><a href="https://leejigun.github.io//">iOS 삽질 블로그</a> © 2020</section>
<section class="poweredby">Github page blog of <a href="https://github.com/Leejigun">Leejigun</a> &
<a href="https://pages.github.com/" target="_blank" rel="noopener">GitHub Pages</a> using
<a href="https://github.com/jekyller/jasper2" target="_blank" rel="noopener">Jasper2</a></section>
<nav class="site-footer-nav">
<a href="/">Latest Posts</a>
<!-- <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a> -->
</nav>
</div>
</footer>
</div>
<!-- The big email subscribe modal content -->
<!-- highlight.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.10.0/components/prism-abap.min.js"></script>
<script>$(document).ready(function() {
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});</script>
<!-- jQuery + Fitvids, which makes all video embeds responsive -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://demo.ghost.io/assets/js/jquery.fitvids.js?v=724281a32e"></script>
<!-- Paginator increased to "infinit" in _config.yml -->
<!-- if paginator.posts -->
<!-- <script>
var maxPages = parseInt('');
</script>
<script src="/assets/js/infinitescroll.js"></script> -->
<!-- /endif -->
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-154736789-1', 'auto');
ga('send', 'pageview');
</script>
<!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. -->
<script>
$(function() {
var $postContent = $(".post-full-content");
$postContent.fitVids();
});
</script>
<!-- Ghost outputs important scripts and data with this tag - it should always be the very last thing before the closing body tag -->
<!-- ghost_foot -->
</body>
</html>
|
docs/aspguidc/model/input/value/package-tree.html | nnatter/aspguid-compiler | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Jun 19 13:27:34 CEST 2017 -->
<title>aspguidc.model.input.value Class Hierarchy</title>
<meta name="date" content="2017-06-19">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="aspguidc.model.input.value Class Hierarchy";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../aspguidc/model/input/entity/package-tree.html">Prev</a></li>
<li><a href="../../../../aspguidc/model/output/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?aspguidc/model/input/value/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package aspguidc.model.input.value</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">aspguidc.model.input.value.<a href="../../../../aspguidc/model/input/value/InputValueDefinition.html" title="class in aspguidc.model.input.value"><span class="typeNameLink">InputValueDefinition</span></a></li>
<li type="circle">aspguidc.model.input.value.<a href="../../../../aspguidc/model/input/value/ValueInputDefinition.html" title="class in aspguidc.model.input.value"><span class="typeNameLink">ValueInputDefinition</span></a> (implements aspguidc.model.input.<a href="../../../../aspguidc/model/input/InputElementDefinition.html" title="interface in aspguidc.model.input">InputElementDefinition</a>)</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../aspguidc/model/input/entity/package-tree.html">Prev</a></li>
<li><a href="../../../../aspguidc/model/output/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?aspguidc/model/input/value/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
demo/route-simple/view/index.html | chenshenhai/koa2-note | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>index</title>
</head>
<body>
<h1>koa2 demo index page</h1>
<p>this is a index page</p>
<ul>
<li><a href="/">/</a></li>
<li><a href="/index">/index</a></li>
<li><a href="/todo">/todo</a></li>
<li><a href="/404">/404</a></li>
<li><a href="/nofund">/nofund</a></li>
</ul>
</body>
</html>
|
index.html | skippengs/MagicMirror | <!DOCTYPE html>
<html>
<head>
<title>Magic Mirror</title>
<meta name="google" content="notranslate" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="google-signin-client_id" content="907595300534-211pr8kqp3ujaoqvl6srkta8ts6qgn44.apps.googleusercontent.com">
<meta name="google-signin-scope" content="https://www.googleapis.com/auth/analytics.readonly">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="fonts/roboto.css">
<!-- custom.css is loaded by the loader.js to make sure it's loaded after the module css files. -->
<script type="text/javascript">
var version = "#VERSION#";
</script>
<script src="https://apis.google.com/js/client:platform.js"></script>
</head>
<body>
<div class="region fullscreen below"><div class="container"></div></div>
<div class="region top bar">
<div class="container"></div>
<div class="region top left"><div class="container"></div></div>
<div class="region top center"><div class="container"></div></div>
<div class="region top right"><div class="container"></div></div>
</div>
<div class="region upper third"><div class="container"></div></div>
<div class="region middle center"><div class="container"></div></div>
<div class="region lower third"><div class="container"><br/></div></div>
<div class="region bottom bar">
<div class="container"></div>
<div class="region bottom left"><div class="container"></div></div>
<div class="region bottom center"><div class="container"></div></div>
<div class="region bottom right"><div class="container"></div></div>
</div>
<div class="region fullscreen above"><div class="container"></div></div>
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="js/defaults.js"></script>
<script type="text/javascript" src="#CONFIG_FILE#"></script>
<script type="text/javascript" src="vendor/vendor.js"></script>
<script type="text/javascript" src="modules/default/defaultmodules.js"></script>
<script type="text/javascript" src="js/logger.js"></script>
<script type="text/javascript" src="translations/translations.js"></script>
<script type="text/javascript" src="js/translator.js"></script>
<script type="text/javascript" src="js/class.js"></script>
<script type="text/javascript" src="js/module.js"></script>
<script type="text/javascript" src="js/loader.js"></script>
<script type="text/javascript" src="js/socketclient.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>
|
y_key_21e4cec3a9cb3e01.html | jeroensangers/jeroensangers | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<TITLE>
</TITLE>
<BODY>
<!-- 1bd8dfa14c600270 -->
</BODY>
</HTML> |
docs/internal/AutomationObject/Dsl/Error/ElementHashDoesNotExistError.html | mikeblatter/automation_object | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Exception: AutomationObject::Dsl::Error::ElementHashDoesNotExistError
— Documentation by YARD 0.9.9
</title>
<link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
pathId = "AutomationObject::Dsl::Error::ElementHashDoesNotExistError";
relpath = '../../../';
</script>
<script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="../../../class_list.html?1"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="../../../_index.html">Index (E)</a> »
<span class='title'><span class='object_link'><a href="../../../AutomationObject.html" title="AutomationObject (module)">AutomationObject</a></span></span> » <span class='title'><span class='object_link'><a href="../../Dsl.html" title="AutomationObject::Dsl (module)">Dsl</a></span></span> » <span class='title'><span class='object_link'><a href="../Error.html" title="AutomationObject::Dsl::Error (module)">Error</a></span></span>
»
<span class="title">ElementHashDoesNotExistError</span>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../../../class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<div id="content"><h1>Exception: AutomationObject::Dsl::Error::ElementHashDoesNotExistError
</h1>
<div class="box_info">
<dl>
<dt>Inherits:</dt>
<dd>
<span class="inheritName">StandardError</span>
<ul class="fullTree">
<li>Object</li>
<li class="next">StandardError</li>
<li class="next">AutomationObject::Dsl::Error::ElementHashDoesNotExistError</li>
</ul>
<a href="#" class="inheritanceTree">show all</a>
</dd>
</dl>
<dl>
<dt>Defined in:</dt>
<dd>lib/automation_object/dsl/_error.rb</dd>
</dl>
</div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>Error for non-existent element hash</p>
</div>
</div>
<div class="tags">
</div>
<h2>
Instance Method Summary
<small><a href="#" class="summary_toggle">collapse</a></small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name) ⇒ ElementHashDoesNotExistError </a>
</span>
<span class="note title constructor">constructor</span>
<span class="summary_desc"><div class='inline'><p>A new instance of ElementHashDoesNotExistError.</p>
</div></span>
</li>
</ul>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>
<div class="method_details first">
<h3 class="signature first" id="initialize-instance_method">
#<strong>initialize</strong>(name) ⇒ <tt><span class='object_link'><a href="" title="AutomationObject::Dsl::Error::ElementHashDoesNotExistError (class)">ElementHashDoesNotExistError</a></span></tt>
</h3><div class="docstring">
<div class="discussion">
<p>Returns a new instance of ElementHashDoesNotExistError</p>
</div>
</div>
<div class="tags">
<p class="tag_title">Parameters:</p>
<ul class="param">
<li>
<span class='name'>name</span>
<span class='type'>(<tt>Symbol</tt>, <tt><span class='object_link'><a href="../../../String.html" title="String (class)">String</a></span></tt>)</span>
—
<div class='inline'><p>element hash name</p>
</div>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
28
29
30
31</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/automation_object/dsl/_error.rb', line 28</span>
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
<span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_content'> element hash does not exist</span><span class='tstring_end'>"</span></span>
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='rparen'>)</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Sun Jul 16 19:31:26 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.3.1).
</div>
</div>
</body>
</html> |
www/juju-viz.html | jjo/juju-viz | <html ng-app=vizApp>
<head>
<link rel="stylesheet" href="css/libjson.css">
<link rel="stylesheet" href="css/libjuju.css">
<!-- https://rawgithub.com/prajwalkman/angular-slider/master/angular-slider.css -->
<link rel="stylesheet" href="css/angular-slider.css" title="" type="" />
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular-route.min.js"></script>
<!-- https://rawgithub.com/prajwalkman/angular-slider/master/angular-slider.js -->
<script src="js/angular-slider.js" charset="utf-8"></script>
<script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.14.2.min.js"></script>
<title ng-controller="stateCtrl">{{n}}{{title}} - juju-viz</title>
</head>
<style type="text/css">
h2 {
font-size: 20px;
font-weight:bold;
}
#dpi {
height: 1in;
left: -100%;
position: absolute;
top: -100%;
width: 1in;
}
#notices {
font-size: 14px;
}
</style>
<body>
<h2 ng-controller="stateCtrl"> juju-viz: {{title}}</h2>
<table>
<tr>
<td align=center>
<code>juju-viz {{APP_VERSION}}</code>
</td>
</tr><tr>
<td align=center>
<div class="input-group" ng-controller="fileSelCtrl">
<span class="input-group-addon">
<input type="text" ng-model="input_select"
uib-typeahead="f for f in files.list | filter:$viewValue | limitTo:16"
typeahead-on-select='onSelect($item, $model, $label)'
placeholder="Type me"
class="form-control">
</span>
<span class="input-group-addon">
<select ng-model="files.cur" ng-change=setFile()
ng-options="f for f in files.list"
class="form-control">
<option value="">Pick one juju environment:</option>
</select>
</span>
</div>
</td>
</tr><tr>
</tr><tr ng-controller="sliderCtrl" ng-show="visible">
<td>
<slider floor="{{slider.floor}}" ceiling="{{slider.ceiling}}" step="1" ng-model="slider.cur"></slider>
</td>
<td> #{{slider.cur}}/{{slider.ceiling}}
<button ng-click="reset()" type="button" class="btn btn-success">reset</button>
</td>
</tr><tr ng-controller="vizGraphCtrl">
<td align=center colspan=2>
<favicon text-value="{{alertNum}}" text-color="{{alertColor}}" ></favicon>
{{filename}} - <a href="{{filename_png}}">{{filename_png}}</a><br>
{{timestamp}} {{get_status}}<p>
<button ng-click="reload()" type="button" class="btn btn-primary">reload</button>
<div id="dpi"></div>
<div align=left>
<table>
<tr>
<td id=notices>
<uib-alert ng-repeat="notice in notices" type="{{notice.type}}" close="closeNotice($index)">{{notice.msg}}</uib-alert>
</td>
</tr>
<tr>
<td>
<div class="btn-group">
<button type="button" class="btn btn-sm" ng-model="unit_details" uib-btn-checkbox ng-change="updateView()">units: {{unit_text}}</button>
<label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="''">Def. flow:</label>
<label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'TB'">TB</label>
<label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'LR'">LR</label>
<label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'BT'">BT</label>
<label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'RL'">RL</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="''">Def. maxsize:</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="'auto'">auto ({{best_graph_size_inch()}})</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="5">5</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="7">7</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="10">10</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="12">12</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="15">15</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="20">20</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="25">25</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="30">30</label>
<label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="30">50</label>
</div>
</td>
</tr>
</table></div>
<div dynamic="graph"></div>
</td>
</tr><tr>
<td ng-controller="statusCtrl" align=left colspan=2>
<pre><code>{{jujustatus_title}}</code></pre>
<pre><code><div dynamic="jujustatus_text"></div></code></pre>
</td>
</tr>
</table>
</body>
<script src="js/app.js"></script>
<script src="js/viz.js"></script>
<script src="js/lib.js"></script>
<script src="js/libjuju.js"></script>
</html>
<!-- vim: ts=4 et sw=4 si
-->
|
app/picker/calender-date.html | mominsamir/date-time-picker | <div class="date-picker">
<div ng-show="vm.view==='YEAR_MONTH'" ng-class="{'year-container' : vm.view==='YEAR_MONTH'}">
<md-virtual-repeat-container id="year-container" class="year-md-repeat" md-top-index="vm.yearTopIndex">
<div md-virtual-repeat="yr in vm.yearItems" md-on-demand class="repeated-item" flex>
<md-button class="md-button"
aria-label="year"
ng-click="vm.changeYear(yr)"
ng-class="{'md-primary': yr === vm.currentDate.year(),
'md-primary md-raised' :yr ===vvm.currentDate.year(),
'selected-year md-primary':vm.initialDate.year()===yr}">
{{yr}}
</md-button>
</div>
</md-virtual-repeat-container>
</div>
<div ng-show="vm.view==='DATE'" ng-class="{'date-container' : vm.view==='DATE'}">
<div layout="row" class="navigation" layout-align="space-between center">
<md-button
ng-disabled="vm.stopScrollPrevious"
class="md-icon-button scroll-button"
aria-label="privious"
ng-click="vm.changePeriod('p')">
<md-icon md-font-icon="material-icons">keyboard_arrow_left</md-icon>
</md-button>
<md-button class="md-button" ng-class="vm.moveCalenderAnimation" ng-click="vm.changeView('YEAR_MONTH')">
{{vm.monthList[vm.initialDate.month()]}}{{' '}}{{vm.initialDate.year()}}
</md-button>
<md-button
ng-disabled="vm.stopScrollNext"
class="md-icon-button scroll-button"
aria-label="next"
ng-click="vm.changePeriod('n')">
<md-icon md-font-icon="material-icons">keyboard_arrow_right</md-icon>
</md-button>
</div>
<div layout="row" class="date-cell-header">
<md-button class="md-icon-button" ng-disabled="true" ng-repeat="dHead in vm.dateCellHeader">
{{dHead[vm.dayHeader]}}
</md-button>
</div>
<div
md-swipe-right="vm.changePeriod('p')"
class="date-cell-row"
md-swipe-left="vm.changePeriod('n')"
ng-class="vm.moveCalenderAnimation">
<div layout="row" ng-repeat="w in vm.dateCells" >
<md-button
ng-repeat="d in w"
aria-label="vm.currentDate"
class="md-icon-button"
ng-click="vm.selectDate(d.date,d.isDisabledDate)"
ng-disabled="d.isDisabledDate"
ng-class="{'md-primary' : d.today,
'active':d.isCurrentMonth,
'md-primary md-raised selected' :d.date.isSame(vm.currentDate),
'disabled':d.isDisabledDate}">
<span>{{d.dayNum}}</span>
</md-button>
</div>
</div>
</div>
</div>
|
beauty_and_pics/website/static/website/css/ie8-ie9_fix.css | entpy/beauty-and-pics | /* Internet Explorer 8 / Internet Explorer 9 css fix */
.modal-dialog {
width: 60%;
margin: 0 auto;
}
.thumb {
width: 25%;
}
.generic_container {
}
.footer_block {
}
header {
float: none!important;
}
.page_section {
width: 100%;
height: auto!important;
display: inline-block;
}
footer {
display: inline-block;
width: 100%;
}
.profile_container {
width: auto!important;
}
.profile_container .navigation_container .menu_item_container {
width: 100%!important;
display: block!important;
}
|
newspoverty.custom.css | nickolanack/geolive-templates-css | @CHARSET "UTF-8";
.WizardBuilder .content {
font-size: 30px;
color: rgb(0, 33, 69);
background: none;
}
.WizardBuilder .text-input {
border-color: rgb(0, 33, 69);
border-radius: 2px;
}
.WizardBuilder .content>.small {
color: black;
font-size: 13px;
text-align: left;
display: inline-block;
width: 100%;
text-indent: 50px;
margin: 10px 0;
}
.WizardTitle>ul>li.current:before {
display: none;
}
.WizardTitle>ul {
overflow: hidden;
border-bottom: none;
}
.ToolbarBottom>* {
height: 32px;
}
span.Attribute_Item.keywords>span.Attribute_Value {
border: none;
margin: 3px;
font-size: 11px;
text-transform: capitalize;
}
span.Attribute_Item.keywords>span.Attribute_Value:hover {
border: none;
}
span.Attribute_Item.keywords.atr-partners>span.Attribute_Value {
background-color: white;
}
span.Attribute_Item.keywords.atr-partners>span.Attribute_Value:hover {
background-color: #EEEEEE;
}
span.Attribute_Item.keywords.atr-funders>span.Attribute_Value {
background-color: cornflowerblue;
color: white;
}
span.Attribute_Item.keywords.atr-funders>span.Attribute_Value:hover {
background-color: steelblue;
}
span.Attribute_Item.keywords.atr-placeAndPromise>span.Attribute_Value {
background-color: #ffffbb;
text-transform: lowercase;
}
span.Attribute_Item.keywords.atr-placeAndPromise>span.Attribute_Value:hover
{
background-color: beige;
}
.geolive_window_footer .toolbar-icons {
top: 8px;
right: 10px;
}
span.toolbar-icons span.t-btn {
border-color: cornflowerblue;
margin-left: 4px;
}
/*Info window tab section*/
.infowindow_tab {
position: absolute;
top: 0px;
left: calc( 100% + 36px );
z-index: 2;
width: 0px;
}
.infowindow_tab span.tab {
height: 16px;
width: 16px;
border: none;
background-color: cornflowerblue;
border-radius: 0 3px 3px 0;
margin: 2px 0;
padding: 5px 7px;
position: relative;
}
.infowindow_tab .tab:first-child {
border: none;
}
.infowindow_tab .tab.active {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
border: none;
}
span.tab:before {
content: "";
background-image:
url('http://more.geolive.ca/administrator/components/com_geolive/assets/Map%20Item%20Icons/sm_transform.png?tint=rgb(255, 255, 255)');
height: 16px;
width: 16px;
position: absolute;
background-size: 100%;
top: 5px;
left: 7px;
margin: 2px 0;
}
span.tab-0:before {
background-image:
url('http://more.geolive.ca/administrator/components/com_geolive/assets/Map%20Item%20Icons/sm_marker.png?tint=rgb(255, 255, 255)');
width: 14px;
height: 19px;
top: 4px;
left: 8px;
}
span.tab-0.active:before {
background-image:
url('http://more.geolive.ca/administrator/components/com_geolive/assets/Map%20Item%20Icons/sm_marker.png?tint=rgb(100, 149, 237)');
}
span.tab-1.active:before {
background-image:
url('http://more.geolive.ca/administrator/components/com_geolive/assets/Map%20Item%20Icons/sm_transform.png?tint=rgb(100, 149, 237)');
}
span.tab-2:before {
background-image: url('http://more.geolive.ca/administrator/components/com_geolive/assets/Map%20Item%20Icons/sm_info.png?tint=rgb(255, 255, 255)');
width: 17px;
height: 14px;
top: 7px;
}
span.tab-2.active:before {
background-image: url('http://more.geolive.ca/administrator/components/com_geolive/assets/Map%20Item%20Icons/sm_info.png?tint=rgb(100, 149, 237)');
}
.discussionTab .count.hasPosts:before {
position: absolute;
top: 7px;
left: 4px;
background-color: white;
width: 11px;
text-align: center;
content: "1";
}
.tab.active .discussionTab .count.hasPosts:before {
background-color: cornflowerblue;
color:white;
}
.discussionTab .tab-lbl {
display: none;
}
.mapitem_more {
padding: 0 20px;
}
.pb-c {
background-color: aliceblue;
}
.pb-c .content {
background-color: transparent;
}
li.Item_Privacy_Item.privacy_registered.t-btn {
display: none;
}
span.tab.active:after {
position: absolute;
content: "";
width: 4px;
height: 30px;
background-color: white;
left: -4px;
top: 0;
}
.pb-modules-viewer .label.top-left {
display: block;
}
.geolive_inner .content {
background-color: transparent;
}
.tip-text {
line-height: 13px;
color: cornflowerblue;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.