path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
src/main/webapp/BenchmarkTest00485.html
thc202/Benchmark
<!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=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest00485</title> </head> <body> <form action="/benchmark/BenchmarkTest00485" method="POST" id="FormBenchmarkTest00485"> <div><label>Select your habits and edit the parameter [name,value]:</label></div><br/> <div><input type="checkbox" name="vector" value="whatever" checked>Reading. [vector, whatever]</div> <div><input type="checkbox" name="vector" value="Movies">Movies. [vector, Movies]</div> <div><input type="checkbox" name="vector" value="Writing">Writing. [vector, Writing]</div> <div><input type="checkbox" name="vector" value="Singing">Singing. [vector, Singing]</div> <div><label>Parameter foo, value:</label><input type="text" id="foo" name="foo" value="bar"></input></div><br/> <div><input type="submit" value="Submit"></div> </form> </body> </html>
user/imagemagick/src/www/api/MagickCore/random___8h-source.html
ipwndev/DSLinux-Mirror
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>MagickCore: random_.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.4 --> <div class="nav"> <a class="el" href="dir_b44b349db36f8365f5234e57d3038770.html">magick</a></div> <h1>random_.h</h1><a href="random___8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> <a name="l00002"></a>00002 <span class="comment"> Copyright 1999-2008 ImageMagick Studio LLC, a non-profit organization</span> <a name="l00003"></a>00003 <span class="comment"> dedicated to making software imaging solutions freely available.</span> <a name="l00004"></a>00004 <span class="comment"> </span> <a name="l00005"></a>00005 <span class="comment"> You may not use this file except in compliance with the License.</span> <a name="l00006"></a>00006 <span class="comment"> obtain a copy of the License at</span> <a name="l00007"></a>00007 <span class="comment"> </span> <a name="l00008"></a>00008 <span class="comment"> http://www.imagemagick.org/script/license.php</span> <a name="l00009"></a>00009 <span class="comment"> </span> <a name="l00010"></a>00010 <span class="comment"> Unless required by applicable law or agreed to in writing, software</span> <a name="l00011"></a>00011 <span class="comment"> distributed under the License is distributed on an "AS IS" BASIS,</span> <a name="l00012"></a>00012 <span class="comment"> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> <a name="l00013"></a>00013 <span class="comment"> See the License for the specific language governing permissions and</span> <a name="l00014"></a>00014 <span class="comment"> limitations under the License.</span> <a name="l00015"></a>00015 <span class="comment"></span> <a name="l00016"></a>00016 <span class="comment"> MagickCore random methods.</span> <a name="l00017"></a>00017 <span class="comment">*/</span> <a name="l00018"></a>00018 <span class="preprocessor">#ifndef _MAGICKCORE_RANDOM_H</span> <a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _MAGICKCORE_RANDOM_H</span> <a name="l00020"></a>00020 <span class="preprocessor"></span> <a name="l00021"></a>00021 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span> <a name="l00022"></a>00022 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> { <a name="l00023"></a>00023 <span class="preprocessor">#endif</span> <a name="l00024"></a>00024 <span class="preprocessor"></span> <a name="l00025"></a>00025 <span class="keyword">extern</span> <a class="code" href="MagickCore_8h.html#487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <span class="keywordtype">double</span> <a name="l00026"></a>00026 <a class="code" href="random_8c.html#b7d49301eb5ab44e8cf0a03bd43e27ce">GetRandomValue</a>(<span class="keywordtype">void</span>); <a name="l00027"></a>00027 <a name="l00028"></a>00028 <span class="keyword">extern</span> <a class="code" href="MagickCore_8h.html#487cee8f0dff0607e77f6b51d6403651">MagickExport</a> <span class="keywordtype">void</span> <a name="l00029"></a>00029 <a class="code" href="random_8c.html#77f83768e36a3a6843431da3e31cc8d1">DestroyRandomReservoir</a>(<span class="keywordtype">void</span>), <a name="l00030"></a>00030 <a class="code" href="random_8c.html#e691b829a408b94ff1899c39165aaae1">DistillRandomEvent</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">size_t</span>), <a name="l00031"></a>00031 <a class="code" href="random_8c.html#645a360c3d7eaf79f721bce87ea3c8bb">GetRandomKey</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *,<span class="keyword">const</span> <span class="keywordtype">size_t</span>), <a name="l00032"></a>00032 <a class="code" href="random_8c.html#78b62fbe45337ad62b690d84547118c0">SeedRandomReservoir</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>); <a name="l00033"></a>00033 <a name="l00034"></a>00034 <span class="preprocessor">#if defined(__cplusplus) || defined(c_plusplus)</span> <a name="l00035"></a>00035 <span class="preprocessor"></span>} <a name="l00036"></a>00036 <span class="preprocessor">#endif</span> <a name="l00037"></a>00037 <span class="preprocessor"></span> <a name="l00038"></a>00038 <span class="preprocessor">#endif</span> </pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sat Jan 26 14:50:29 2008 for MagickCore by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address> </body> </html>
docs/types/MardothEndConversation.html
alucardxlx/caoticamente-shards
<html> <head> <title>RunUO Documentation - Class Overview - MardothEndConversation</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.Engines.Quests.Necro.html">Back to Server.Engines.Quests.Necro</a></h4> <h2>MardothEndConversation : <!-- DBG-1 --><a href="QuestConversation.html">QuestConversation</a></h2> (<font color="blue">ctor</font>) MardothEndConversation()<br> <font color="blue">object</font> Message( <font color="blue">get</font>; )<br> <font color="blue">virtual</font> <font color="blue">void</font> OnRead()<br> </body> </html>
app/templates/quick.html
Logic-gate/Simple-Inventory
{% extends "layout.html" %} {% block title %} {{title}} {% endblock %} {% block display_ %} {{display}} {% endblock %} {% block display_1 %} {{display1}} {% endblock %} {% block extra %} {{extra}} {% endblock %} {% block content %} <script> document.getElementById("uploadBtn").onchange = function () { document.getElementById("take-picture").value = this.value; }; </script> <!-- About Section --> <section id="about" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <fieldset> <!-- Form Name --> <h1>Product</h1> <!-- Text input--> <form name='submit' class='form-horizontal' action="{{ url_for('quick', sku=sku_default) }}" method='post' enctype="multipart/form-data"> {{ form.hidden_tag() }} <img src="/static/products/{{image}}" width='100px'> <p><h2 class="name" style="font-size: 16px">{{ sku_default }}</h2></p> <!-- Text input--> <p><h2 class="name" style="font-size: 16px">{{ name }}</h2></p> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="qty">OUT</label> <div class="col-md-4"> {{ form.qty(class_="form-control input-md")}} </div> </div> <!-- Button --> <div class="form-group"> <label class="col-md-4 control-label" for="submit"> </label> <div class="col-md-4"> <button type="submit" class="btn btn-primary" >Submit</button> </div> </div> <p id="error"></p> </fieldset> {% with messages = get_flashed_messages() %} {% if messages %} <h3> {% for message in messages %} {{ message }} <a href="{{ url_for('index', sku=sku_default) }}" style="color:red">{{display1}}</a> {% endfor %} </h3> {% endif %} {% endwith %} </form> </div> </div> </section> <script src="static/base.js"></script> {% endblock %}
toolchain/deprecated/arm_cm0_4.9/share/doc/gcc-arm-none-eabi/html/ld.html/Output-Section-LMA.html
jocelynmass/nrf51
<html lang="en"> <head> <title>Output Section LMA - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Output-Section-Attributes.html#Output-Section-Attributes" title="Output Section Attributes"> <link rel="prev" href="Output-Section-Type.html#Output-Section-Type" title="Output Section Type"> <link rel="next" href="Forced-Output-Alignment.html#Forced-Output-Alignment" title="Forced Output Alignment"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU linker LD (GNU Tools for ARM Embedded Processors) version 2.24.0. Copyright (C) 1991-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="Output-Section-LMA"></a> Next:&nbsp;<a rel="next" accesskey="n" href="Forced-Output-Alignment.html#Forced-Output-Alignment">Forced Output Alignment</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Output-Section-Type.html#Output-Section-Type">Output Section Type</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Output-Section-Attributes.html#Output-Section-Attributes">Output Section Attributes</a> <hr> </div> <h5 class="subsubsection">3.6.8.2 Output Section LMA</h5> <p><a name="index-AT_003e_0040var_007blma_005fregion_007d-454"></a><a name="index-AT_0028_0040var_007blma_007d_0029-455"></a><a name="index-load-address-456"></a><a name="index-section-load-address-457"></a>Every section has a virtual address (VMA) and a load address (LMA); see <a href="Basic-Script-Concepts.html#Basic-Script-Concepts">Basic Script Concepts</a>. The virtual address is specified by the see <a href="Output-Section-Address.html#Output-Section-Address">Output Section Address</a> described earlier. The load address is specified by the <code>AT</code> or <code>AT&gt;</code> keywords. Specifying a load address is optional. <p>The <code>AT</code> keyword takes an expression as an argument. This specifies the exact load address of the section. The <code>AT&gt;</code> keyword takes the name of a memory region as an argument. See <a href="MEMORY.html#MEMORY">MEMORY</a>. The load address of the section is set to the next free address in the region, aligned to the section's alignment requirements. <p>If neither <code>AT</code> nor <code>AT&gt;</code> is specified for an allocatable section, the linker will use the following heuristic to determine the load address: <ul> <li>If the section has a specific VMA address, then this is used as the LMA address as well. <li>If the section is not allocatable then its LMA is set to its VMA. <li>Otherwise if a memory region can be found that is compatible with the current section, and this region contains at least one section, then the LMA is set so the difference between the VMA and LMA is the same as the difference between the VMA and LMA of the last section in the located region. <li>If no memory regions have been declared then a default region that covers the entire address space is used in the previous step. <li>If no suitable region could be found, or there was no previous section then the LMA is set equal to the VMA. </ul> <p><a name="index-ROM-initialized-data-458"></a><a name="index-initialized-data-in-ROM-459"></a>This feature is designed to make it easy to build a ROM image. For example, the following linker script creates three output sections: one called `<samp><span class="samp">.text</span></samp>', which starts at <code>0x1000</code>, one called `<samp><span class="samp">.mdata</span></samp>', which is loaded at the end of the `<samp><span class="samp">.text</span></samp>' section even though its VMA is <code>0x2000</code>, and one called `<samp><span class="samp">.bss</span></samp>' to hold uninitialized data at address <code>0x3000</code>. The symbol <code>_data</code> is defined with the value <code>0x2000</code>, which shows that the location counter holds the VMA value, not the LMA value. <pre class="smallexample"> SECTIONS { .text 0x1000 : { *(.text) _etext = . ; } .mdata 0x2000 : AT ( ADDR (.text) + SIZEOF (.text) ) { _data = . ; *(.data); _edata = . ; } .bss 0x3000 : { _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;} } </pre> <p>The run-time initialization code for use with a program generated with this linker script would include something like the following, to copy the initialized data from the ROM image to its runtime address. Notice how this code takes advantage of the symbols defined by the linker script. <pre class="smallexample"> extern char _etext, _data, _edata, _bstart, _bend; char *src = &amp;_etext; char *dst = &amp;_data; /* ROM has data at end of text; copy it. */ while (dst &lt; &amp;_edata) *dst++ = *src++; /* Zero bss. */ for (dst = &amp;_bstart; dst&lt; &amp;_bend; dst++) *dst = 0; </pre> </body></html>
assets/css/print.css
mambax7/news
body { background-color: #fff; } #xo-print { width: 640px; border: 1px solid #575757; padding: 1px; margin: 1px; } #xo-print-content { margin: 1px; padding: 1px; } .item { margin: 1px; padding: 1px; } .itemTitle { font-size: 1.3em; font-weight: bold; font-variant: small-caps; background-color: transparent; text-align: left; } .itemBody { font-size: 1em; background-color: transparent; } .itemText { font-size: 1em; background-color: transparent; } .itemLink { font-size: 1em; background-color: transparent; text-align: center; } .itemInfo { text-align: right; padding: 3px; background-color: transparent; font-size: 0.9em; } .itemImg { text-align: center; outline: none; font-weight: bold; } li { list-style: none; } html, body { margin: 0; padding: 0; font-size: 9pt; font-family: "Lucida Grande", Verdana, sans-serif; background-color: #fff; color: #000; width: 95%; } a { text-decoration: none; color: #575757; font-weight: bold; } /* display none */ #xo-noprint { display: none; } #xo-canvas-leftcolumn { display: none; } #xo-canvas-rightcolumn { display: none; } #xo-language, #xo-userbar, xo-searchbar { display: none; } #xo-top { display: none; } body.theme-dialog #xo-banner { display: none; } /*#xo-banner, */ #xo-banner-ad { display: none; } #xo-globalnav { display: none; } #xo-uptop { display: none; } #xo-breadcrumb { display: none; } #xo-footer .validw3c { display: none; } #xo-footer span.design { display: none; } #xo-footer .rss { display: none; } #xo-logger-output { display: none; } #system-select_notifications { display: none; } .itemFoot { display: none; } #xo-smiley { display: none; } #user_sigSmiley { display: none; } #user_sigStyletext { display: none; } select#user_sigFont, select#user_sigColor, select#user_sigFont, select#user_sigSize { display: none; } span#xoopsHiddenText { display: none; } hr { display: none; } form [name=notification_select] { display: none; } input[type=submit], input[type=reset], input[type=button] { display: none; } /*select { display: none;}*/ /*textarea { display: none;}*/ /* display for print */ h1, h2, h3, h4, h5, h6 { text-decoration: none; } h1 { font-size: 1.2em; font-weight: bold; } h2 { font-size: 1.1em; } h3, h4, h5, h6 { font-size: 1em; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid !important; } img { border: 0; } abbr, acronym { border: 0; } abbr[title]:after, acronym[title]:after { content: " (" attr(title) ")"; font-style: italic; } blockquote, q { font-style: italic; quotes: "\00AB\00A0" "\00A0\00BB" "\0022" "\0022"; } pre, code, table { page-break-inside: avoid !important; } pre { border: 1px dotted; padding: 12pt; } table th { font-size: 1.4em; font-weight: bold; padding-bottom: 1em; } /* formulaire */ form, input, select { font-size: .9em; } input[type=text] { border-width: 0 0 1px 0 !important; border-style: dotted; border-color: #666; } input[type=checkbox] { margin: 0; border: none; } select { font-size: .8em; border-width: 0 0 1px 0 !important; border-style: dotted; border-color: #666; } textarea { border: 1px dotted #666 !important; height: auto; overflow: hidden; font-size: .9em; font-style: italic; } /* for newbb/cbb */ td.foot { display: none; } form#quick_reply { display: none; } form[name=forum_jumpbox] { display: none; } select#topicoption, select#viewmode { display: none; }
plugins/content/accordionfaq/css/plainfaq-ie6.css
xmarlem/BM_stage
/* plainfaq faq layout */ .plainfaq.arrow .accordionfaqheader:hover span.accordionfaqicon { background-image: url('/plugins/content/accordionfaq/images/collapsed-white.gif'); } .plainfaq.arrow .accordionfaqheader.selected span.accordionfaqicon { background-image: url('/plugins/content/accordionfaq/images/expanded-white.gif'); } .plainfaq.defaulticon span.accordionfaqicon { background-image: url('/plugins/content/accordionfaq/images/expand.gif'); } .plainfaq.defaulticon .accordionfaqheader.selected span.accordionfaqicon { background-image: url('/plugins/content/accordionfaq/images/collapse.gif'); }
wp-content/themes/circuitmedia_site/layouts/content-sidebar.css
Jhorton4/Jhorton_CircuitMedia
/* Theme Name: circuitmedia-site Layout: Content-Sidebar */ .content-area { float: left; margin: 0 -25% 0 0; width: 100%; } .site-main { margin: 0 25% 0 0; } .site-content .widget-area { float: right; overflow: hidden; width: 25%; } .site-footer { clear: both; width: 100%; }
media/widgetkit/widgets/slideshow/styles/list/rtl.css
shlomsky/taste-2012
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ /* * RTL Style Sheet */ .wk-slideshow-list .nav { right: 1px; border-right: none; border-left: 1px solid #ddd; background: #F5F5F5; background: -moz-linear-gradient(right, #FDFDFD 97%, #F0F0F0 100%); background: -webkit-linear-gradient(right, #FDFDFD 97%, #F0F0F0 100%); background: -o-linear-gradient(right, #FDFDFD 97%, #F0F0F0 100%); border-radius: 0 5px 5px 0; } .wk-slideshow-list .nav li { margin-right: 0; margin-left: -1px; } .wk-slideshow-list .nav li.active:first-child { border-radius: 0 5px 0 0; } /* Content ----------------------------------------------------------------------------------------------------*/ .wk-slideshow-list .slides-container { margin-left: 0; margin-right: 200px; } /* Navigation Width ----------------------------------------------------------------------------------------------------*/ .wk-slideshow-list .nav-100 + .slides-container { margin-left: 0; margin-right: 100px; } .wk-slideshow-list .nav-150 + .slides-container { margin-left: 0; margin-right: 150px; } .wk-slideshow-list .nav-250 + .slides-container { margin-left: 0; margin-right: 250px; }
doc/com/sk7/main/package-use.html
BorjaSanchidrian/DarkOrbitServer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_25) on Tue Feb 17 00:24:22 CET 2015 --> <title>Uses of Package com.sk7.main</title> <meta name="date" content="2015-02-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 Package com.sk7.main"; } } 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">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> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/sk7/main/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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 title="Uses of Package com.sk7.main" class="title">Uses of Package<br>com.sk7.main</h1> </div> <div class="contentContainer">No usage of com.sk7.main</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">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> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/sk7/main/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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>
wp-content/themes/mu-types/wraps/assets/css/theme-options.css
lfhsuhfliur/orial
/*Common*/ .hide { display: none;} .fixed { height: 100%; overflow: hidden; } .theme-options-page h2 span { padding-left: 20px; font-size: 12px; text-transform: uppercase; color: #999999; } .theme-options-page { margin-bottom: 20px; } .theme-options-page textarea { width: 98%;} .theme-options-page .description { color: #999999; } .theme-options-page .description span { background: #E5E5E5; color: #222222; } .theme-options-page .unit, .theme-options-page .checkbox-description { padding-left: 5px; } .theme-options-page input, .theme-options-page textarea, .theme-options-page select { font-family: Arial,Helvetica,sans-serif,'Lucida Grande'; } .theme-options-page select { width: 300px; } .theme-options-page .colorSelector { float: left; width: 36px; margin-right: 10px; } .theme-options-page input.color-text { text-transform: uppercase; margin-top: 8px; margin-right: 10px; } .theme-box { background: #F5F5F5; border: 1px solid #DFDFDF; padding: 10px 15px; } .theme-options-table { margin: 10px 0 20px; } .theme-options-table th { padding-left: 0; padding-right: 30px; width: 190px; } .theme-options-subtitle h3 { font-size: 16px; font-weight: 100; padding-bottom: 5px; margin-bottom: 0; border-bottom: 1px solid #DFDFDF; color: #2680AA; }
lib/apache-jena-2.12.1/javadoc-arq/com/hp/hpl/jena/sparql/function/class-use/FunctionBase4.html
knil-sama/YADDW
<!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_45) on Thu Oct 02 16:39:53 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.hp.hpl.jena.sparql.function.FunctionBase4 (Apache Jena ARQ)</title> <meta name="date" content="2014-10-02"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hp.hpl.jena.sparql.function.FunctionBase4 (Apache Jena ARQ)"; } //--> </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><a href="../../../../../../../com/hp/hpl/jena/sparql/function/FunctionBase4.html" title="class in com.hp.hpl.jena.sparql.function">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-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hp/hpl/jena/sparql/function/class-use/FunctionBase4.html" target="_top">Frames</a></li> <li><a href="FunctionBase4.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 com.hp.hpl.jena.sparql.function.FunctionBase4" class="title">Uses of Class<br>com.hp.hpl.jena.sparql.function.FunctionBase4</h2> </div> <div class="classUseContainer">No usage of com.hp.hpl.jena.sparql.function.FunctionBase4</div> <!-- ======= 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><a href="../../../../../../../com/hp/hpl/jena/sparql/function/FunctionBase4.html" title="class in com.hp.hpl.jena.sparql.function">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-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hp/hpl/jena/sparql/function/class-use/FunctionBase4.html" target="_top">Frames</a></li> <li><a href="FunctionBase4.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>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
beam-help/src/main/resources/doc/help/general/envisat-products/records/aatsr/ATS_TOA_1P_MDSR_cl.html
bcdev/beam
<!-- ~ Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de) ~ ~ This program is free software; you can redistribute it and/or modify it ~ under the terms of the GNU General Public License as published by the Free ~ Software Foundation; either version 3 of the License, or (at your option) ~ any later version. ~ This program is distributed in the hope that it will be useful, but WITHOUT ~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for ~ more details. ~ ~ You should have received a copy of the GNU General Public License along ~ with this program; if not, see http://www.gnu.org/licenses/ --> <html> <head> <!-- Generated by html.HtmlWriter on Thu Jun 17 11:25:32 CEST 2004 --> <title> ATS_TOA_1P_MDSR_cl </title> <LINK REL="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <link rel="stylesheet" href="../../../../style.css"> </head> <body> <table class="header"><tr class="header"><td class="header">&nbsp;Supported ENVISAT Products</td><td class="header" align="right"><a href="../../../BeamOverview.html"><img src="../../../../images/BeamHeader.jpg" width="227" height="29" border="0"></a></td></tr></table> <br> <h2>Cloud flag nadir view MDS</h2> <p><font size="+1">&nbsp;&nbsp;Fields of ENVISAT <B>ATS_TOA_1P_MDSR_cl</B> Records</font></p> <table border="1" cellpadding="4" cellspacing="0" width="100%"> <tr> <td BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><font size="+1"> Index</font></td> <td BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><font size="+1"> Identifier</font></td> <td BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><font size="+1"> Field Type</font></td> <td BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><font size="+1"> Field Length</font></td> <td BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><font size="+1"> Description</font></td> <td BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><font size="+1"> Units</font></td> </tr> <tr> <td>0</td> <td><code>"dsr_time"</code></td> <td><a href="../../lang_types.html#MJD">MJD</a></td> <td>1</td> <td>Nadir UTC time in MJD format</td> <td>MJD</td> </tr> <tr> <td>1</td> <td><code>"quality_flag"</code></td> <td><a href="../../lang_types.html#UChar">UChar</a></td> <td>1</td> <td>Quality Indicator (-1 for blank MDSR, 0 otherwise)</td> <td>flag</td> </tr> <tr> <td>2</td> <td><code>"spare_1"</code></td> <td><a href="../../lang_types.html#Spare">Spare</a></td> <td>1</td> <td>Spare</td> <td>-</td> </tr> <tr> <td>3</td> <td><code>"img_scan_y"</code></td> <td><a href="../../lang_types.html#SLong">SLong</a></td> <td>1</td> <td>image scan y coordinate</td> <td>m</td> </tr> <tr> <td>4</td> <td><code>"cl_land_flags"</code></td> <td><a href="../../lang_types.html#UShort">UShort</a></td> <td>512</td> <td>cloud/land flags</td> <td>flags</td> </tr> </table> </body> </html>
docs/build/html/lib.pyWx.tag.html
tibor95/phatch-python2.7
<!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>tag &mdash; Phatch v0.2 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '', VERSION: '0.2', COLLAPSE_MODINDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="Phatch v0.2 documentation" href="index.html" /> <link rel="up" title="pyWx" href="lib.pyWx.html" /> <link rel="next" title="treeDragDrop" href="lib.pyWx.treeDragDrop.html" /> <link rel="prev" title="shell" href="lib.pyWx.shell.html" /> </head> <body> <div class="related"> <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="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li> <li class="right" > <a href="lib.pyWx.treeDragDrop.html" title="treeDragDrop" accesskey="N">next</a> |</li> <li class="right" > <a href="lib.pyWx.shell.html" title="shell" accesskey="P">previous</a> |</li> <li><a href="index.html">Phatch v0.2 documentation</a> &raquo;</li> <li><a href="lib.html" >lib</a> &raquo;</li> <li><a href="lib.pyWx.html" accesskey="U">pyWx</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="module-lib.pyWx.tag"> <h1>tag<a class="headerlink" href="#module-lib.pyWx.tag" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="lib.pyWx.tag.Browser"> <em class="property"> class </em><tt class="descclassname">lib.pyWx.tag.</tt><tt class="descname">Browser</tt><big>(</big><em>parent</em>, <em>tags</em>, <em>content_ctrl_keyw</em>, <em>*args</em>, <em>**keyw</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a title="lib.pyWx.paint.Mixin" class="reference" href="lib.pyWx.paint.html#lib.pyWx.paint.Mixin"><tt class="xref docutils literal"><span class="pre">lib.pyWx.paint.Mixin</span></tt></a>, <tt class="xref docutils literal"><span class="pre">wx._windows.Panel</span></tt></p> <p>ContentCtrl needs to be a class which implements these methods: - content.SetTag &lt;- browser.OnTag - content.SetFilter &lt;- browser.OnFilter</p> <dl class="method"> <dt id="lib.pyWx.tag.Browser.CheckEmpty"> <tt class="descname">CheckEmpty</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.CheckEmpty" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="lib.pyWx.tag.Browser.ContentCtrl"> <tt class="descname">ContentCtrl</tt><a class="headerlink" href="#lib.pyWx.tag.Browser.ContentCtrl" title="Permalink to this definition">¶</a></dt> <dd>alias of <tt class="xref docutils literal"><span class="pre">Panel</span></tt></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.EnableResize"> <tt class="descname">EnableResize</tt><big>(</big><em>state=True</em>, <em>object=None</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.EnableResize" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.GetContent"> <tt class="descname">GetContent</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.GetContent" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.GetItemTags"> <tt class="descname">GetItemTags</tt><big>(</big><em>item</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.GetItemTags" title="Permalink to this definition">¶</a></dt> <dd>Can be overwritten.</dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.GetTags"> <tt class="descname">GetTags</tt><big>(</big><em>items</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.GetTags" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.IsEmpty"> <tt class="descname">IsEmpty</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.IsEmpty" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.OnFilter"> <tt class="descname">OnFilter</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.OnFilter" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.OnSize"> <tt class="descname">OnSize</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.OnSize" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.Browser.OnTag"> <tt class="descname">OnTag</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.Browser.OnTag" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> <dl class="class"> <dt id="lib.pyWx.tag.ContentMixin"> <em class="property"> class </em><tt class="descclassname">lib.pyWx.tag.</tt><tt class="descname">ContentMixin</tt><a class="headerlink" href="#lib.pyWx.tag.ContentMixin" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref docutils literal"><span class="pre">object</span></tt></p> <dl class="method"> <dt id="lib.pyWx.tag.ContentMixin.CheckEmpty"> <tt class="descname">CheckEmpty</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.ContentMixin.CheckEmpty" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.ContentMixin.GetBrowser"> <tt class="descname">GetBrowser</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.ContentMixin.GetBrowser" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.ContentMixin.GetEmpty"> <tt class="descname">GetEmpty</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.ContentMixin.GetEmpty" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.ContentMixin.GetFilter"> <tt class="descname">GetFilter</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.ContentMixin.GetFilter" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.ContentMixin.GetTag"> <tt class="descname">GetTag</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.ContentMixin.GetTag" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.ContentMixin.SetTag"> <tt class="descname">SetTag</tt><big>(</big><em>tag</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.ContentMixin.SetTag" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> <dl class="class"> <dt id="lib.pyWx.tag.TestBrowser"> <em class="property"> class </em><tt class="descclassname">lib.pyWx.tag.</tt><tt class="descname">TestBrowser</tt><big>(</big><em>parent</em>, <em>tags</em>, <em>content_ctrl_keyw</em>, <em>*args</em>, <em>**keyw</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.TestBrowser" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a title="lib.pyWx.tag.Browser" class="reference" href="#lib.pyWx.tag.Browser"><tt class="xref docutils literal"><span class="pre">lib.pyWx.tag.Browser</span></tt></a></p> <dl class="attribute"> <dt id="lib.pyWx.tag.TestBrowser.ContentCtrl"> <tt class="descname">ContentCtrl</tt><a class="headerlink" href="#lib.pyWx.tag.TestBrowser.ContentCtrl" title="Permalink to this definition">¶</a></dt> <dd>alias of <a title="lib.pyWx.tag.TestContentCtrl" class="reference" href="#lib.pyWx.tag.TestContentCtrl"><tt class="xref docutils literal"><span class="pre">TestContentCtrl</span></tt></a></dd></dl> </dd></dl> <dl class="class"> <dt id="lib.pyWx.tag.TestContentCtrl"> <em class="property"> class </em><tt class="descclassname">lib.pyWx.tag.</tt><tt class="descname">TestContentCtrl</tt><big>(</big><em>*args</em>, <em>**keyw</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.TestContentCtrl" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a title="lib.pyWx.tag.ContentMixin" class="reference" href="#lib.pyWx.tag.ContentMixin"><tt class="xref docutils literal"><span class="pre">lib.pyWx.tag.ContentMixin</span></tt></a>, <tt class="xref docutils literal"><span class="pre">wx._controls.TextCtrl</span></tt></p> <dl class="method"> <dt id="lib.pyWx.tag.TestContentCtrl.IsEmpty"> <tt class="descname">IsEmpty</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.TestContentCtrl.IsEmpty" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.TestContentCtrl.SetFilter"> <tt class="descname">SetFilter</tt><big>(</big><em>filter</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.TestContentCtrl.SetFilter" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="lib.pyWx.tag.TestContentCtrl.SetTag"> <tt class="descname">SetTag</tt><big>(</big><em>tag</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.TestContentCtrl.SetTag" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> <dl class="class"> <dt id="lib.pyWx.tag.TestFrame"> <em class="property"> class </em><tt class="descclassname">lib.pyWx.tag.</tt><tt class="descname">TestFrame</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.TestFrame" title="Permalink to this definition">¶</a></dt> <dd>Bases: <tt class="xref docutils literal"><span class="pre">wx._windows.Frame</span></tt></dd></dl> <dl class="function"> <dt id="lib.pyWx.tag.example"> <tt class="descclassname">lib.pyWx.tag.</tt><tt class="descname">example</tt><big>(</big><big>)</big><a class="headerlink" href="#lib.pyWx.tag.example" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="function"> <dt id="lib.pyWx.tag.extract_tags"> <tt class="descclassname">lib.pyWx.tag.</tt><tt class="descname">extract_tags</tt><big>(</big><em>items</em><big>)</big><a class="headerlink" href="#lib.pyWx.tag.extract_tags" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="lib.pyWx.shell.html" title="previous chapter">shell</a></p> <h4>Next topic</h4> <p class="topless"><a href="lib.pyWx.treeDragDrop.html" title="next chapter">treeDragDrop</a></p> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" size="18" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <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="modindex.html" title="Global Module Index" >modules</a> |</li> <li class="right" > <a href="lib.pyWx.treeDragDrop.html" title="treeDragDrop" >next</a> |</li> <li class="right" > <a href="lib.pyWx.shell.html" title="shell" >previous</a> |</li> <li><a href="index.html">Phatch v0.2 documentation</a> &raquo;</li> <li><a href="lib.html" >lib</a> &raquo;</li> <li><a href="lib.pyWx.html" >pyWx</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2009, www.stani.be. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.2. </div> </body> </html>
doc/kr/ac/kaist/swrc/jhannanum/plugin/SupplementPlugin/MorphemeProcessor/SimpleMAResult09/package-frame.html
alexk9/jhannanum-alexk
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Sat Jul 09 05:08:27 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09 </TITLE> <META NAME="date" CONTENT="2011-07-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../../../../kr/ac/kaist/swrc/jhannanum/plugin/SupplementPlugin/MorphemeProcessor/SimpleMAResult09/package-summary.html" target="classFrame">kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="SimpleMAResult09.html" title="class in kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.MorphemeProcessor.SimpleMAResult09" target="classFrame">SimpleMAResult09</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
web/templates/user/list_mail_acc.html
tjebbeke/vesta
<div class="l-center"> <div class="l-sort clearfix noselect"> <a href="/add/mail/?domain=<?=htmlentities($_GET['domain'])?>" class="l-sort__create-btn" title="<?=str_replace(' ', '&nbsp;', __('Add Mail Account'))?>"></a> <ul class="context-menu sort-order" style="display:none;"> <li entity="sort-date" sort_as_int="1"><span class="name active"><?=__('Date')?></span><span class="up">&nbsp;</span></li> <li entity="sort-name"><span class="name"><?=__('Account')?></span><span class="up">&nbsp;</span></li> <li entity="sort-disk" sort_as_int="1"><span class="name"><?=__('Disk')?></span><span class="up">&nbsp;</span></li> <li entity="sort-star" sort_as_int="1"><span class="name"><?=__('Starred')?></span><span class="up">&nbsp;</span></li> </ul> <div class="l-sort-toolbar clearfix"> <table> <tr> <td class="step-right"> <? list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":"); $webmail = "http://".$http_host."/webmail/"; if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL']; ?> <a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a> </td> <td class="l-sort-toolbar__search-box step-left"> <form action="/search/" method="get"> <input type="hidden" name="token" value="<?=$_SESSION['token']?>" /> <input type="text" name="q" class="search-input" value="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?>" /> <input type="submit" value="" class="l-sort-toolbar__search" onClick="return doSearch('/search/')" /> </form> </td> <td class="toggle-all"> <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all"> <label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label> </td> <td class="sort-by"> <?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i> </td> <td> <form action="/bulk/mail/" method="post" id="objects"> <input type="hidden" name="token" value="<?=$_SESSION['token']?>" /> <div class="l-select"> <select name="" id=""> <option value=""><?=__('apply to selected')?></option> <option value="delete"><?=__('delete')?></option> </select> </div> <input type="submit" value="" class="l-sort-toolbar__filter-apply" /> </td> </tr> </table> <!-- --> </div> </div> <? display_error_block() ?> <!-- /.l-sort --> </div> <div class="l-separator"></div> <!-- /.l-separator --> <div class="l-center units"> <div class="l-unit header"> <div class="subtitle"><?=__('Listing')?> <?=htmlentities($_GET['domain'])?></div> </div> <? foreach ($data as $key => $value) { ++$i; if ($data[$key]['SUSPENDED'] == 'yes') { $status = 'suspended'; $spnd_action = 'unsuspend' ; $spnd_confirmation = 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' ; } else { $status = 'active'; $spnd_action = 'suspend'; $spnd_confirmation = 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' ; } ?> <div class="l-unit <? if($status == 'suspended') echo 'l-unit--suspended'; if($_SESSION['favourites']['MAIL_ACC'][$key."@".$_GET['domain']] == 1) echo ' l-unit--starred'; ?>" v_unit_id="<?=$key."@".$_GET['domain']?>" v_section="mail_acc" sort-date="<?=strtotime($data[$key]['DATE'].' '.$data[$key]['TIME'])?>" sort-name="<?=$key?>" sort-disk="<?$data[$key]['U_DISK']?>" sort-star="<? if($_SESSION['favourites']['MAIL_ACC'][$key."@".$_GET['domain']] == 1) echo '1'; else echo '0'; ?>"> <div class="l-unit-toolbar clearfix"> <div class="l-unit-toolbar__col l-unit-toolbar__col--left"> <input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="check" value="check<?php echo $i ?>"> <label for="check<?php echo $i ?>" class="check-label"></label> </div> <!-- l-unit-toolbar__col --> <div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect"> <div class="actions-panel clearfix"> <div class="actions-panel__col actions-panel__edit shortcut-enter" key-action="href"><a href="/edit/mail/?domain=<?=$_GET['domain']?>&account=<?=$key?>"><?=__('edit')?> <i></i></a><span class="shortcut enter">&nbsp;&#8629;</span></div> <div class="actions-panel__col actions-panel__delete shortcut-delete" key-action="js"> <a id="delete_link_<?=$i?>" class="data-controls do_delete"> <?=__('delete')?> <i class="do_delete"></i> <input type="hidden" name="delete_url" value="/delete/mail/?domain=<?=$_GET['domain']?>&account=<?=$key?>&token=<?=$_SESSION['token']?>" /> <div id="delete_dialog_<?=$i?>" class="confirmation-text-delete hidden" title="<?=__('Confirmation')?>"> <p class="confirmation"><?=__('DELETE_MAIL_ACCOUNT_CONFIRMATION',$key)?></p> </div> </a> <span class="shortcut delete">&nbsp;Del</span> </div> </div> <!-- /.actiona-panel --> </div> <!-- l-unit-toolbar__col --> </div> <!-- /.l-unit-toolbar --> <div class="l-unit__col l-unit__col--left clearfix"> <div class="l-unit__date"> <?=translate_date($data[$key]['DATE'])?> </div> <div class="l-unit__suspended""><?__('suspended')?></div> <div class="text-center"> <i class="l-icon-star"></i> </div> </div> <!-- /.l-unit__col --> <div class="l-unit__col l-unit__col--right"> <div class="l-unit__name separate"> <?=$key."@".$_GET['domain']?> <span><?=str_replace(',', ', ', $data[$key]['ALIAS'])?></span> </div> <!-- /.l-unit__name --> <div class="l-unit__stats"> <table> <tr> <td> <div class="l-unit__stat-cols clearfix graph"> <div class="l-unit__stat-col l-unit__stat-col--left"> <?=__('Disk')?> </div> <div class="l-unit__stat-col l-unit__stat-col--right text-right volume"> <b><?=humanize_usage_size($data[$key]['U_DISK'])?></b> <?=humanize_usage_measure($data[$key]['U_DISK'])?> </div> </div> <div class="l-percent"> <div class="l-percent__fill" style="width: <?=get_percentage($data[$key]['U_DISK'],$data[$key]['QUOTA'])?>%"></div> </div> <!-- /.percent --> </td> <td> <div class="l-unit__stat-cols clearfix"> <div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Quota')?>:</div> <div class="l-unit__stat-col l-unit__stat-col--right"> <b><? echo __($data[$key]['QUOTA'])?></b> </div> </div> </td> <td> <? if($data[$key]['AUTOREPLY'] == 'no'){ ?> <div class="l-unit__stat-cols clearfix disabled"><?=__('Autoreply')?></div> <? } else {?> <div class="l-unit__stat-cols clearfix"> <div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Autoreply')?>:</div> <div class="l-unit__stat-col l-unit__stat-col--right"> <b><?=__($data[$key]['AUTOREPLY'])?></b> </div> </div> <? } ?> </td> </tr> <tr> <td></td> <td colspan="2"> <div class="l-unit__stat-cols clearfix"> <div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Forward to')?>:</div> <div class="l-unit__stat-col l-unit__stat-col--right wide"> <b><?=str_replace(',', ', ', $data[$key]['FWD'])?></b> </div> </div> </td> </tr> </table> </div> <!-- /.l-unit__stats --> </div> <!-- /.l-unit__col --> </div> <!-- /.l-unit --> <!--div class="l-separator"></div--> <!-- /.l-separator --> <?}?> </div> <div id="vstobjects"> <div class="l-separator"></div> <div class="l-center"> <div class="l-unit"> <table class='data'></table> <div class="l-unit__col l-unit__col--left clearfix"></div> <div class="data-count l-unit__col l-unit__col--right clearfix"> <?php if ( $i == 1) { echo __('1 mail account'); } else { echo __('%s mail accounts',$i); } ?> </div> <div class="data-count l-unit__col l-unit__col--right back clearfix"> <a class="button cancel" href="/list/mail/">back</a> </div> </div> </div> </div>
src/components-barnes-toolkit/components/sponsor/_sponsor-list--center.html
jedahan/barnes-collection-www
<div class="m-block m-block--flush-top m-block--no-border m-centered-paragraph"> <div class="m-centered-paragraph__container"> <div class="m-sponsor-list"> <div class="m-sponsor"> <div class="m-sponsor__media"> <img src="//placehold.it/130x90" alt=""> </div> <div class="m-sponsor__summary"> <p> <p>Sponsor name 1</p> </p> </div> </div> <div class="m-sponsor"> <div class="m-sponsor__media"> <img src="//placehold.it/130x90" alt=""> </div> <div class="m-sponsor__summary"> <p> <p>A slightly longer sponsor name #CMS</p> </p> </div> </div> <div class="m-sponsor"> <div class="m-sponsor__media"> <img src="//placehold.it/220x150" alt=""> </div> <div class="m-sponsor__summary"> <p> <p>Sponsor name 3</p> </p> </div> </div> </div> </div> </div>
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/k.jali-7_ext.txt.out.dict_7055_sam.html
sanskritiitd/sanskrit
url: http://sanskrit.uohyd.ac.in/cgi-bin/scl/sandhi_splitter/sandhi_splitter.cgi?encoding=Unicode&sandhi_type=s&word=केशवो नाम<div id='finalout' style='border-style:solid; border-width:1px;padding:10px;color:blue;font-size:14px;height:200px'><script type="text/javascript"> function toggleMe(a){ var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block";document.getElementById("more").style.display="none"; document.getElementById("less").style.display="block"; } else{ e.style.display="none";document.getElementById("less").style.display="none"; document.getElementById("more").style.display="block"; } return true; } </script> <input type="button" onclick="return toggleMe('para1')" value="More" id="more"> <input type="button" onclick="return toggleMe('para1')" value="Less" id="less" style="display:none;" > <div id="para1" style="display:none; height:15px; border-style:none;border-width:1px;"> </div><br />
html/src/main/webapp/index.html
spring-studio-2016/monsters
<!DOCTYPE html> <!-- ~ Copyright 2016 Traveler's Notebook: Monster Tales project authors ~ ~ This file is part of monsters ~ ~ monsters is free software: you can redistribute it and/or modify ~ it under the terms of the GNU General Public License as published by ~ the Free Software Foundation, either version 3 of the License, or ~ (at your option) any later version. ~ ~ monsters is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ GNU General Public License for more details. ~ ~ You should have received a copy of the GNU General Public License ~ along with monsters. If not, see <http://www.gnu.org/licenses/>. --> <html> <head> <title>Traveler's Notebook: Monster Tales</title> <style> @font-face { font-family: "Amarante"; src: url(monsters/fonts/Amarante-Regular.ttf); } @font-face { font-family: "Crimson Text"; src: url(monsters/fonts/CrimsonText-Roman.ttf); } @font-face { font-family: "Handlee"; src: url(monsters/fonts/Handlee-Regular.ttf); } html,body { margin: 0px; overflow-y: hidden; width: 100%; height: 100%; } #playn-root { width: 100%; height: 100%; } </style> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"/> <link rel="apple-touch-icon" href="touch-icon.png"> <link rel="manifest" href="manifest.json"> <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-11642955-19', 'auto'); ga('send', 'pageview'); </script> </head> <body bgcolor="black"> <div id="playn-root"> <span style="font-family:'Amarante';">&nbsp;</span> <span style="font-family:'Crimson Text'">&nbsp;</span> <span style="font-family:'Handlee'">&nbsp;</span> </div> <script src="monsters/monsters.nocache.js"></script> </body> </html>
lib/javadoc/org/lwjgl/util/vector/ReadableVector4f.html
Glynn-Taylor/9-Gates
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Wed May 30 20:32:10 CEST 2012 --> <TITLE> ReadableVector4f (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-05-30"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ReadableVector4f (LWJGL API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReadableVector4f.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/lwjgl/util/vector/ReadableVector4f.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReadableVector4f.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.lwjgl.util.vector</FONT> <BR> Interface ReadableVector4f</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</A>, <A HREF="../../../../org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector">ReadableVector2f</A>, <A HREF="../../../../org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector">ReadableVector3f</A></DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>, <A HREF="../../../../org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>ReadableVector4f</B><DT>extends <A HREF="../../../../org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector">ReadableVector3f</A></DL> </PRE> <P> <DL> <DT><B>Author:</B></DT> <DD>foo</DD> </DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/lwjgl/util/vector/ReadableVector4f.html#getW()">getW</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.lwjgl.util.vector.ReadableVector3f"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface org.lwjgl.util.vector.<A HREF="../../../../org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector">ReadableVector3f</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/lwjgl/util/vector/ReadableVector3f.html#getZ()">getZ</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.lwjgl.util.vector.ReadableVector2f"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface org.lwjgl.util.vector.<A HREF="../../../../org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector">ReadableVector2f</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/lwjgl/util/vector/ReadableVector2f.html#getX()">getX</A>, <A HREF="../../../../org/lwjgl/util/vector/ReadableVector2f.html#getY()">getY</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.lwjgl.util.vector.ReadableVector"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface org.lwjgl.util.vector.<A HREF="../../../../org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/lwjgl/util/vector/ReadableVector.html#length()">length</A>, <A HREF="../../../../org/lwjgl/util/vector/ReadableVector.html#lengthSquared()">lengthSquared</A>, <A HREF="../../../../org/lwjgl/util/vector/ReadableVector.html#store(java.nio.FloatBuffer)">store</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getW()"><!-- --></A><H3> getW</H3> <PRE> float <B>getW</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>w</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReadableVector4f.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/lwjgl/util/vector/ReadableVector4f.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReadableVector4f.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i> </BODY> </HTML>
latte/latte.ui/ts/latte.ui/items/labels/NothingToShowLabelItem.css
menendezpoo/Fragment
.latte-item.nothing-to-show{ padding: 20px; text-align: center; color: silver; }
web/gui/dashboard/infographic.html
vlvkobal/netdata
<!doctype html> <!-- SPDX-License-Identifier: GPL-3.0-or-later --> <html lang=en-us> <head> <meta charset=utf-8> <title>Netdata: Get control of your Linux Servers. Simple. Effective. Awesome.</title> <meta name=author content="Costa Tsaousis"> <meta name=description content="Unparalleled insights, in real-time, of everything happening on your Linux systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms."> <meta name=viewport content="width=device-width,initial-scale=1"> <link rel=apple-touch-icon href=apple-touch-icon.png> <link rel="icon" href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAP9JREFUeNpiYBgFo+A/w34gpiZ8DzWzAYgNiHGAA5UdgA73g+2gcyhgg/0DGQoweB6IBQYyFCCOGOBQwBMd/xnW09ERDtgcoEBHB+zHFQrz6egIBUasocDAcJ9OxWAhE4YQI8MDILmATg7wZ8QRDfQKhQf4Cie6pAVGPA4AhQKo0BCgZRAw4ZSBpIWJNI6CD4wEKikBaFqgVSgcYMIrzcjwgcahcIGRiPYCLUPBkNhWUwP9akVcoQBpatG4MsLviAIqWj6f3Absfdq2igg7IIEKDVQKEzN5ofAenJCp1I8gJRTug5tfkGIdR1FDniMI+QZUjF8Amn5htOdHCAAEGACE6B0cS6mrEwAAAABJRU5ErkJggg==" /> <meta property="og:url" content="https://my-netdata.io/infographic.html" /> <meta property="og:type" content="website" /> <meta property="og:title" content="netdata infographic" /> <meta property="og:description" content="Unparalleled insights, in real-time, of everything happening on your Linux systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms." /> <meta property="og:image" content="https://user-images.githubusercontent.com/43294513/60951037-8ba5d180-a2f8-11e9-906e-e27356f168bc.png" /> <meta property="og:image:type" content="image/png" /> <meta property="fb:app_id" content="1200089276712916" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@linuxnetdata" /> <meta name="twitter:title" content="netdata infographic" /> <meta name="twitter:description" content="Unparalleled insights, in real-time, of everything happening on your Linux systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms." /> <meta name="twitter:image" content="https://cloud.githubusercontent.com/assets/2662304/25580009/bf7016a4-2e85-11e7-9a7a-b36c57db7b91.png" /> <meta name="google-site-verification" content="3Xmk2kyCvai8p9HEnYHoQ9RBW20-b1NvPAgu07Fkkds" /> <meta name="msvalidate.01" content="896DCA31C9A664CE359FCF1A645DD476" /> <style>/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font: 17px/1.4 'Open Sans', sans-serif; text-align: center } </style> </head> <body> <div style="width: 100%;text-align:center;"> <div> <p style="font-size: 16pt"> <b>Interactive infographic of netdata features and functions</b> </p> <p> Hover and click on the infographic, to open the related wiki page. <br/> <small> The links and the docs are still a work in progress. The interactive infographic is a feature of <b>draw.io</b>. </small> </p> </div> <div class=site-footer role=contentinfo> <p> <div style="display: inline-block;"> <div style="vertical-align:top;display:inline-block; height: 34px;margin-top:3px;"><a class=twitter-share-button href=https://twitter.com/share data-count=none data-lang=en data-via=linuxnetdata data-size=small data-text="Get control of your Linux servers. Simple. Effective. Awesome." data-url=https://my-netdata.io/infographic.html >Tweet</a></div> <div style="vertical-align:top;display:inline-block; height: 34px;margin-top:3px;"><a class=twitter-follow-button href=https://twitter.com/linuxnetdata data-show-count=false data-lang=en data-size=small>Follow @linuxnetdata</a></div> </div> <div style="display: inline-block;"> <div class="fb-like" data-href="https://my-netdata.io/" data-layout="button" data-action="like" data-show-faces="false" data-share="false" style="vertical-align:top;display:inline-block; height: 34px;"></div> <div class="fb-share-button" data-href="https://my-netdata.io/" data-layout="button" data-size="small" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmy-netdata.io%2Finfographic.html&amp;src=sdkpreparse" style="vertical-align:top;display:inline-block; height: 34px;">Share</a></div> </div> </div> <div> <p style="font-size: 14pt"> <b>New to netdata?</b> <a href="//my-netdata.io" target="_blank">Have a look at a netdata demo</a>. You will love it! </p> <p> <embed style="padding-top: 10px; padding-botton: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=persons&label=user%20base&units=null&value_color=blue&precision=0&v42" type="image/svg+xml" height="20" /> <embed style="padding-top: 10px; padding-botton: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_entries&dimensions=machines&label=servers%20monitored&units=null&value_color=orange&precision=0&v42" type="image/svg+xml" height="20" /> <embed style="padding-top: 10px; padding-botton: 25px;" src="//registry.my-netdata.io/api/v1/badge.svg?chart=netdata.registry_sessions&label=sessions%20served&units=null&value_color=yellowgreen&precision=0&v42" type="image/svg+xml" height="20" /> </p> <hr/> </div> <div style="width:90%;display:inline-block;max-width:1300px;text-align:left;"> <div id="drawing" class="mxgraph" style="max-width:100%;border:1px solid transparent;"></div> </div> </div> </body> <script> var opts = { "highlight":"#0000ff", "target":"blank", "lightbox":false, "nav":false, "resize":true, "toolbar":"", "auto-fit":true, "check-visible-state":false, "edit":"https://raw.githubusercontent.com/netdata/netdata/master/diagrams/netdata-overview.xml", "url":"https://raw.githubusercontent.com/netdata/netdata/master/diagrams/netdata-overview.xml" }; document.getElementById("drawing").dataset.mxgraph = JSON.stringify(opts); </script> <script> if(window.location.hostname != 'my-netdata.io' || window.location.protocol != 'https:') { var canonical = document.createElement('link'); canonical.rel = 'canonical'; canonical.href = 'https://my-netdata.io/infographic.html'; document.head.appendChild(canonical); } </script> <script>!function (t, e) { "use strict"; function a(t, n) { return t.hasAttribute(n) === !0 ? t : t.parentNode !== r.body ? a(t.parentNode, n) : e } function n(n) { var o, i, r, c, g, u = a(n.target, "data-ga-action"), l = !1; u !== e && (o = u.getAttribute("data-ga-action") || e, i = u.getAttribute("data-ga-category") || e, r = u.getAttribute("data-ga-label") || e, c = u.getAttribute("href"), g = parseInt(u.getAttribute("data-ga-value"), 10) || e, ga !== e && i !== e && o !== e && (n.preventDefault(), "Download" !== i && n.ctrlKey !== !0 && n.metaKey !== !0 && 2 !== n.which || (l = !0, t.open(c)), function (a) { var n; ga("send", "event", i, o, r, g, { hitCallback: function () { l === !1 && (n !== e && clearTimeout(n), t.location = a) } }), n = setTimeout(function () { l === !1 && (t.location.href = a) }, 1e3) }(c))) } function o() { !function (t, e, a, n, o, i) { t.GoogleAnalyticsObject = n, t[n] || (t[n] = function () { (t[n].q = t[n].q || []).push(arguments) }), t[n].l = +new Date, o = e.createElement(a), i = e.getElementsByTagName(a)[0], o.src = "//www.google-analytics.com/analytics.js", i.parentNode.insertBefore(o, i) }(t, r, "script", "ga"), ga("create", "UA-64295674-3", "auto"), ga("send", "pageview"), t.document.addEventListener("click", n) } function i() { !function (t, e, a) { var n, o = t.getElementsByTagName(e)[0]; t.getElementById(a) || (n = t.createElement(e), n.id = a, n.src = "//platform.twitter.com/widgets.js", o.parentNode.insertBefore(n, o)) }(r, "script", "twitter-wjs") } var r = t.document; o(), t.onload = i }(window)</script> <!-- facebook sdk --> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({ appId : '1200089276712916', xfbml : true, version : 'v2.8' }); }; (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/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <script type="text/javascript" src="https://www.draw.io/embed2.js?s=arrows2;mscae/cloud;azure;office/users;office/servers&fetch=https%3A%2F%2Fraw.githubusercontent.com%2Fnetdata%2Fnetdata%2Fmaster%2Fdiagrams%2Fnetdata-overview.xml"></script> </html>
src/Test/XeLatex/TestFiles/input/DisplayNone.css
neilmayhew/pathway
.a { font-size:10pt; color:red; } .b { font-size:16pt; color:blue; display: none; }
sketchbook/libraries/Ketai/reference/ketai/camera/package-frame.html
unoduetre/relaksator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Fri Nov 01 09:18:14 CDT 2013 --> <TITLE> ketai.camera </TITLE> <META NAME="date" CONTENT="2013-11-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../ketai/camera/package-summary.html" target="classFrame">ketai.camera</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="KetaiCamera.html" title="class in ketai.camera" target="classFrame">KetaiCamera</A> <BR> <A HREF="KetaiFace.html" title="class in ketai.camera" target="classFrame">KetaiFace</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
assets/stylesheets/bootstrap.css
SimonSharville/SARD-UI-2017
@charset "UTF-8"; /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } 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 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } 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 { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-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; } .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/bootstrap/glyphicons-halflings-regular.eot"); src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .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: transparent; } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; color: #333333; 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: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { padding: 4px; line-height: 1.428571429; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; 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, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .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 { background-color: #fcf8e3; padding: .2em; } .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, .initialism { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; } .bg-primary { background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.428571429; } dt { font-weight: bold; } dd { margin-left: 0; } .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; } .dl-horizontal dd:after { clear: both; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; } 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.428571429; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 20px; font-style: normal; line-height: 1.428571429; } 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; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.428571429; word-break: break-all; word-wrap: break-word; color: #333333; 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; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .container:before, .container:after { content: " "; display: table; } .container:after { clear: both; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .container-fluid:before, .container-fluid:after { content: " "; display: table; } .container-fluid:after { clear: both; } .row { margin-left: -15px; margin-right: -15px; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .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-left: 15px; padding-right: 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-1 { width: 8.3333333333%; } .col-xs-2 { width: 16.6666666667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.3333333333%; } .col-xs-5 { width: 41.6666666667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.3333333333%; } .col-xs-8 { width: 66.6666666667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.3333333333%; } .col-xs-11 { width: 91.6666666667%; } .col-xs-12 { width: 100%; } .col-xs-pull-0 { right: auto; } .col-xs-pull-1 { right: 8.3333333333%; } .col-xs-pull-2 { right: 16.6666666667%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-4 { right: 33.3333333333%; } .col-xs-pull-5 { right: 41.6666666667%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-7 { right: 58.3333333333%; } .col-xs-pull-8 { right: 66.6666666667%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-10 { right: 83.3333333333%; } .col-xs-pull-11 { right: 91.6666666667%; } .col-xs-pull-12 { right: 100%; } .col-xs-push-0 { left: auto; } .col-xs-push-1 { left: 8.3333333333%; } .col-xs-push-2 { left: 16.6666666667%; } .col-xs-push-3 { left: 25%; } .col-xs-push-4 { left: 33.3333333333%; } .col-xs-push-5 { left: 41.6666666667%; } .col-xs-push-6 { left: 50%; } .col-xs-push-7 { left: 58.3333333333%; } .col-xs-push-8 { left: 66.6666666667%; } .col-xs-push-9 { left: 75%; } .col-xs-push-10 { left: 83.3333333333%; } .col-xs-push-11 { left: 91.6666666667%; } .col-xs-push-12 { left: 100%; } .col-xs-offset-0 { margin-left: 0%; } .col-xs-offset-1 { margin-left: 8.3333333333%; } .col-xs-offset-2 { margin-left: 16.6666666667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.3333333333%; } .col-xs-offset-5 { margin-left: 41.6666666667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.3333333333%; } .col-xs-offset-8 { margin-left: 66.6666666667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.3333333333%; } .col-xs-offset-11 { margin-left: 91.6666666667%; } .col-xs-offset-12 { margin-left: 100%; } @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-1 { width: 8.3333333333%; } .col-sm-2 { width: 16.6666666667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.3333333333%; } .col-sm-5 { width: 41.6666666667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.3333333333%; } .col-sm-8 { width: 66.6666666667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.3333333333%; } .col-sm-11 { width: 91.6666666667%; } .col-sm-12 { width: 100%; } .col-sm-pull-0 { right: auto; } .col-sm-pull-1 { right: 8.3333333333%; } .col-sm-pull-2 { right: 16.6666666667%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-4 { right: 33.3333333333%; } .col-sm-pull-5 { right: 41.6666666667%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-7 { right: 58.3333333333%; } .col-sm-pull-8 { right: 66.6666666667%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-10 { right: 83.3333333333%; } .col-sm-pull-11 { right: 91.6666666667%; } .col-sm-pull-12 { right: 100%; } .col-sm-push-0 { left: auto; } .col-sm-push-1 { left: 8.3333333333%; } .col-sm-push-2 { left: 16.6666666667%; } .col-sm-push-3 { left: 25%; } .col-sm-push-4 { left: 33.3333333333%; } .col-sm-push-5 { left: 41.6666666667%; } .col-sm-push-6 { left: 50%; } .col-sm-push-7 { left: 58.3333333333%; } .col-sm-push-8 { left: 66.6666666667%; } .col-sm-push-9 { left: 75%; } .col-sm-push-10 { left: 83.3333333333%; } .col-sm-push-11 { left: 91.6666666667%; } .col-sm-push-12 { left: 100%; } .col-sm-offset-0 { margin-left: 0%; } .col-sm-offset-1 { margin-left: 8.3333333333%; } .col-sm-offset-2 { margin-left: 16.6666666667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.3333333333%; } .col-sm-offset-5 { margin-left: 41.6666666667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.3333333333%; } .col-sm-offset-8 { margin-left: 66.6666666667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.3333333333%; } .col-sm-offset-11 { margin-left: 91.6666666667%; } .col-sm-offset-12 { margin-left: 100%; } } @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-1 { width: 8.3333333333%; } .col-md-2 { width: 16.6666666667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.3333333333%; } .col-md-5 { width: 41.6666666667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.3333333333%; } .col-md-8 { width: 66.6666666667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.3333333333%; } .col-md-11 { width: 91.6666666667%; } .col-md-12 { width: 100%; } .col-md-pull-0 { right: auto; } .col-md-pull-1 { right: 8.3333333333%; } .col-md-pull-2 { right: 16.6666666667%; } .col-md-pull-3 { right: 25%; } .col-md-pull-4 { right: 33.3333333333%; } .col-md-pull-5 { right: 41.6666666667%; } .col-md-pull-6 { right: 50%; } .col-md-pull-7 { right: 58.3333333333%; } .col-md-pull-8 { right: 66.6666666667%; } .col-md-pull-9 { right: 75%; } .col-md-pull-10 { right: 83.3333333333%; } .col-md-pull-11 { right: 91.6666666667%; } .col-md-pull-12 { right: 100%; } .col-md-push-0 { left: auto; } .col-md-push-1 { left: 8.3333333333%; } .col-md-push-2 { left: 16.6666666667%; } .col-md-push-3 { left: 25%; } .col-md-push-4 { left: 33.3333333333%; } .col-md-push-5 { left: 41.6666666667%; } .col-md-push-6 { left: 50%; } .col-md-push-7 { left: 58.3333333333%; } .col-md-push-8 { left: 66.6666666667%; } .col-md-push-9 { left: 75%; } .col-md-push-10 { left: 83.3333333333%; } .col-md-push-11 { left: 91.6666666667%; } .col-md-push-12 { left: 100%; } .col-md-offset-0 { margin-left: 0%; } .col-md-offset-1 { margin-left: 8.3333333333%; } .col-md-offset-2 { margin-left: 16.6666666667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.3333333333%; } .col-md-offset-5 { margin-left: 41.6666666667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.3333333333%; } .col-md-offset-8 { margin-left: 66.6666666667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.3333333333%; } .col-md-offset-11 { margin-left: 91.6666666667%; } .col-md-offset-12 { margin-left: 100%; } } @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-1 { width: 8.3333333333%; } .col-lg-2 { width: 16.6666666667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.3333333333%; } .col-lg-5 { width: 41.6666666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.3333333333%; } .col-lg-8 { width: 66.6666666667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.3333333333%; } .col-lg-11 { width: 91.6666666667%; } .col-lg-12 { width: 100%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.3333333333%; } .col-lg-pull-2 { right: 16.6666666667%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.3333333333%; } .col-lg-pull-5 { right: 41.6666666667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.3333333333%; } .col-lg-pull-8 { right: 66.6666666667%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.3333333333%; } .col-lg-pull-11 { right: 91.6666666667%; } .col-lg-pull-12 { right: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.3333333333%; } .col-lg-push-2 { left: 16.6666666667%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.3333333333%; } .col-lg-push-5 { left: 41.6666666667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.3333333333%; } .col-lg-push-8 { left: 66.6666666667%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.3333333333%; } .col-lg-push-11 { left: 91.6666666667%; } .col-lg-push-12 { left: 100%; } .col-lg-offset-0 { margin-left: 0%; } .col-lg-offset-1 { margin-left: 8.3333333333%; } .col-lg-offset-2 { margin-left: 16.6666666667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.3333333333%; } .col-lg-offset-5 { margin-left: 41.6666666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.3333333333%; } .col-lg-offset-8 { margin-left: 66.6666666667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.3333333333%; } .col-lg-offset-11 { margin-left: 91.6666666667%; } .col-lg-offset-12 { margin-left: 100%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.428571429; 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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .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 > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .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; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .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 { overflow-x: auto; min-height: 0.01%; } @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 > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; 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: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.428571429; color: #555555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; 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"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; } input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .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-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; } .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-left: 0; padding-right: 0; } .input-sm, .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-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; } textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg, .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-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; } textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .form-group-lg select.form-control { height: 46px; line-height: 46px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 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, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .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, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .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, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .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, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .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 { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; } .form-horizontal .form-group:after { clear: both; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { 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 { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; } .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { 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:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; } .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { 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:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; } .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { 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:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; } .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { 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:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; } .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { 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:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; } .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; 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, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; 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 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.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-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; 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; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .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.428571429; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.428571429; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .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 { left: 0; right: auto; } } .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .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:before, .btn-toolbar:after { content: " "; display: table; } .btn-toolbar:after { clear: both; } .btn-toolbar .btn, .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-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-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-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; } .btn-group-vertical > .btn-group:after { clear: both; } .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-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; 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-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; 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 input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [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-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .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: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { 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-bottom-right-radius: 0; border-top-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-bottom-left-radius: 0; border-top-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 { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav:before, .nav:after { content: " "; display: table; } .nav:after { clear: both; } .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: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; 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.428571429; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .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, .nav-tabs.nav-justified { width: 100%; } .nav-justified > li, .nav-tabs.nav-justified > li { float: none; } .nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; } .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-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-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } .navbar:before, .navbar:after { content: " "; display: table; } .navbar:after { clear: both; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } .navbar-header:before, .navbar-header:after { content: " "; display: table; } .navbar-header:after { clear: both; } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; } .navbar-collapse:after { clear: both; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; 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-left: 0; padding-right: 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 > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } .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; margin-right: 15px; padding: 9px 10px; margin-top: 8px; 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; 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 { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; } @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; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 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 { background-color: #e7e7e7; color: #555; } @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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #090909; } .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: #090909; } .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 { background-color: #090909; color: #fff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; } .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: #090909; } .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, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, 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 { content: "/ "; padding: 0 5px; color: #ccc; } .breadcrumb > .active { color: #777777; } .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; line-height: 1.428571429; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } .pager:before, .pager:after { content: " "; display: table; } .pager:after { clear: both; } .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: #eeeeee; } .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: #777777; background-color: #fff; cursor: not-allowed; } .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; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label-default { background-color: #777777; } .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; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } .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; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .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; padding-left: 15px; padding-right: 15px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.428571429; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } .thumbnail .caption { padding: 9px; color: #333333; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .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 { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .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; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 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, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .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 { margin-bottom: 20px; padding-left: 0; } .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-right-radius: 4px; border-top-left-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .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: #777777; } .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 .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .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, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.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, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.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, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.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, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.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, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.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, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.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, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-body:before, .panel-body:after { content: " "; display: table; } .panel-body:after { clear: both; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-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-right-radius: 3px; border-top-left-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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .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-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .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 > thead: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:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 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:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 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-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 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: #333333; 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: #333333; } .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; left: 0; bottom: 0; height: 100%; width: 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: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 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; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .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; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header:before, .modal-header:after { content: " "; display: table; } .modal-header:after { clear: both; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.428571429; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer:before, .modal-footer:after { content: " "; display: table; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .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, 0.5); box-shadow: 0 5px 15px rgba(0, 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-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.428571429; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; 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 { bottom: 0; right: 5px; 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-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.428571429; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 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 { margin: 0; padding: 8px 14px; 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 { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; 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: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 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; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: transparent; } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; 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; line-height: 1; font-family: serif; } .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%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 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: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: 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 { display: none !important; } .visible-sm { display: none !important; } .visible-md { display: none !important; } .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 !important; } 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 !important; } 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 !important; } 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 !important; } 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 !important; } 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; } }
apps/STANDFIRE_v1.1/bin/capsis/class/capsis/extension/filter/general/FBooleansDialog_Help_en.html
STANDFIRE/standfire
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org"> <link href="../../../../../style.css" rel="stylesheet" type="text/css"> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=us-ascii"> <title></title> <meta name="GENERATOR" content="StarOffice/5.2 (Linux)"> <meta name="AUTHOR" content="Francois de Coligny"> <meta name="CREATED" content="20020503;16504700"> <meta name="CHANGEDBY" content="Francois de Coligny"> <meta name="CHANGED" content="20030207;17202800"> </head> <body> <div style="text-align: left;"> <table cellpadding="0" cellspacing="1" border="0" style="text-align: left; width: 100%;"> <tbody> <tr> <td style="vertical-align: top; width: 70%;"> <h1>True/false Filter<br> </h1> </td> <td style="vertical-align: top; text-align: right;"><a href="../../../../index_en.html">Capsis Help</a><br> </td> </tr> </tbody> </table> </div> <h2>Principle<br> </h2> <p>Activate and set to true or false the properties you choose to select the elements with the same values for these properties.<br> </p> <h2>Proposed properties</h2> <p>The list of proposals contains the boolean properties (true or false) which are common to all the elements of the collection to be filtered.<br> </p> <p>It is possible for the collection to contain elements of several different types, for example several types of tree descriptions with a common part and some particularities. Only the common boolean properties are considered by this filter.<br> </p> <p>Only the activated properties are taken into account. To activate a property, check the first checkbox of the line: the name of the property becomes enabled. The second checkbox is used to set the wanted value for the property: true (checked) or false (unchecked).<br> </p> <p>If several properties are activated, the filter checks all the properties by processing a logical AND: the kept elements will match all the properties.<br> </p> <p><br> </p> </body> </html>
metronic_v4.7.1/theme/admin_2_material_design/ui_modals.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic Admin Theme #2 | Modals</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="Preview page of Metronic Admin Theme #2 for native bootstrap modals" name="description" /> <meta content="" name="author" /> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN PAGE LEVEL PLUGINS --> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components-md.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins-md.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout2/css/layout.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout2/css/themes/blue.min.css" rel="stylesheet" type="text/css" id="style_color" /> <link href="../assets/layouts/layout2/css/custom.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid page-md"> <!-- BEGIN HEADER --> <div class="page-header navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner "> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../assets/layouts/layout2/img/logo-default.png" alt="logo" class="logo-default" /> </a> <div class="menu-toggler sidebar-toggler"> <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header --> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN PAGE ACTIONS --> <!-- DOC: Remove "hide" class to enable the page header actions --> <div class="page-actions"> <div class="btn-group"> <button type="button" class="btn btn-circle btn-outline red dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-plus"></i>&nbsp; <span class="hidden-sm hidden-xs">New&nbsp;</span>&nbsp; <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="icon-docs"></i> New Post </a> </li> <li> <a href="javascript:;"> <i class="icon-tag"></i> New Comment </a> </li> <li> <a href="javascript:;"> <i class="icon-share"></i> Share </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span> </a> </li> </ul> </div> </div> <!-- END PAGE ACTIONS --> <!-- BEGIN PAGE TOP --> <div class="page-top"> <!-- BEGIN HEADER SEARCH BOX --> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form search-form-expanded" action="page_general_search_3.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search..." name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"> <i class="icon-magnifier"></i> </a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class below "dropdown-extended" to change the dropdown styte --> <!-- DOC: Apply "dropdown-hoverable" class after below "dropdown" and remove data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to enable hover dropdown mode --> <!-- DOC: Remove "dropdown-hoverable" and add data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to the below A element with dropdown-toggle class --> <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3> <span class="bold">12 pending</span> notifications</h3> <a href="page_user_profile_1.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-default"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="app_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="app_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">65% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">98% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">10% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">58% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">85% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">38% Complete</span> </span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../assets/layouts/layout2/img/avatar3_small.jpg" /> <span class="username username-hide-on-mobile"> Nick </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended quick-sidebar-toggler"> <span class="sr-only">Toggle Quick Sidebar</span> <i class="icon-logout"></i> </li> <!-- END QUICK SIDEBAR TOGGLER --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END PAGE TOP --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <!-- BEGIN HEADER & CONTENT DIVIDER --> <div class="clearfix"> </div> <!-- END HEADER & CONTENT DIVIDER --> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar-wrapper"> <!-- END SIDEBAR --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu page-header-fixed page-sidebar-menu-hover-submenu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <li class="nav-item start "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-home"></i> <span class="title">Dashboard</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item start "> <a href="index.html" class="nav-link "> <i class="icon-bar-chart"></i> <span class="title">Dashboard 1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_2.html" class="nav-link "> <i class="icon-bulb"></i> <span class="title">Dashboard 2</span> <span class="badge badge-success">1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_3.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Dashboard 3</span> <span class="badge badge-danger">5</span> </a> </li> </ul> </li> <li class="nav-item active open"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_colors.html" class="nav-link "> <span class="title">Color Library</span> </a> </li> <li class="nav-item "> <a href="ui_metronic_grid.html" class="nav-link "> <span class="title">Metronic Grid System</span> </a> </li> <li class="nav-item "> <a href="ui_general.html" class="nav-link "> <span class="title">General Components</span> </a> </li> <li class="nav-item "> <a href="ui_buttons.html" class="nav-link "> <span class="title">Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_buttons_spinner.html" class="nav-link "> <span class="title">Spinner Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_confirmations.html" class="nav-link "> <span class="title">Popover Confirmations</span> </a> </li> <li class="nav-item "> <a href="ui_sweetalert.html" class="nav-link "> <span class="title">Bootstrap Sweet Alerts</span> </a> </li> <li class="nav-item "> <a href="ui_icons.html" class="nav-link "> <span class="title">Font Icons</span> </a> </li> <li class="nav-item "> <a href="ui_socicons.html" class="nav-link "> <span class="title">Social Icons</span> </a> </li> <li class="nav-item "> <a href="ui_typography.html" class="nav-link "> <span class="title">Typography</span> </a> </li> <li class="nav-item "> <a href="ui_tabs_accordions_navs.html" class="nav-link "> <span class="title">Tabs, Accordions & Navs</span> </a> </li> <li class="nav-item "> <a href="ui_timeline.html" class="nav-link "> <span class="title">Timeline 1</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_2.html" class="nav-link "> <span class="title">Timeline 2</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_horizontal.html" class="nav-link "> <span class="title">Horizontal Timeline</span> </a> </li> <li class="nav-item "> <a href="ui_tree.html" class="nav-link "> <span class="title">Tree View</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Page Progress Bar</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_page_progress_style_1.html" class="nav-link "> Flash </a> </li> <li class="nav-item "> <a href="ui_page_progress_style_2.html" class="nav-link "> Big Counter </a> </li> </ul> </li> <li class="nav-item "> <a href="ui_blockui.html" class="nav-link "> <span class="title">Block UI</span> </a> </li> <li class="nav-item "> <a href="ui_bootstrap_growl.html" class="nav-link "> <span class="title">Bootstrap Growl Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_notific8.html" class="nav-link "> <span class="title">Notific8 Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_toastr.html" class="nav-link "> <span class="title">Toastr Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_bootbox.html" class="nav-link "> <span class="title">Bootbox Dialogs</span> </a> </li> <li class="nav-item "> <a href="ui_alerts_api.html" class="nav-link "> <span class="title">Metronic Alerts API</span> </a> </li> <li class="nav-item "> <a href="ui_session_timeout.html" class="nav-link "> <span class="title">Session Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_idle_timeout.html" class="nav-link "> <span class="title">User Idle Timeout</span> </a> </li> <li class="nav-item active open"> <a href="ui_modals.html" class="nav-link "> <span class="title">Modals</span> <span class="selected"></span> </a> </li> <li class="nav-item "> <a href="ui_extended_modals.html" class="nav-link "> <span class="title">Extended Modals</span> </a> </li> <li class="nav-item "> <a href="ui_tiles.html" class="nav-link "> <span class="title">Tiles</span> </a> </li> <li class="nav-item "> <a href="ui_datepaginator.html" class="nav-link "> <span class="title">Date Paginator</span> </a> </li> <li class="nav-item "> <a href="ui_nestable.html" class="nav-link "> <span class="title">Nestable List</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-puzzle"></i> <span class="title">Components</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="components_date_time_pickers.html" class="nav-link "> <span class="title">Date & Time Pickers</span> </a> </li> <li class="nav-item "> <a href="components_color_pickers.html" class="nav-link "> <span class="title">Color Pickers</span> <span class="badge badge-danger">2</span> </a> </li> <li class="nav-item "> <a href="components_select2.html" class="nav-link "> <span class="title">Select2 Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_multiselect_dropdown.html" class="nav-link "> <span class="title">Bootstrap Multiselect Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select.html" class="nav-link "> <span class="title">Bootstrap Select</span> </a> </li> <li class="nav-item "> <a href="components_multi_select.html" class="nav-link "> <span class="title">Bootstrap Multiple Select</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select_splitter.html" class="nav-link "> <span class="title">Select Splitter</span> </a> </li> <li class="nav-item "> <a href="components_clipboard.html" class="nav-link "> <span class="title">Clipboard</span> </a> </li> <li class="nav-item "> <a href="components_typeahead.html" class="nav-link "> <span class="title">Typeahead Autocomplete</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_tagsinput.html" class="nav-link "> <span class="title">Bootstrap Tagsinput</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_switch.html" class="nav-link "> <span class="title">Bootstrap Switch</span> <span class="badge badge-success">6</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_maxlength.html" class="nav-link "> <span class="title">Bootstrap Maxlength</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_fileinput.html" class="nav-link "> <span class="title">Bootstrap File Input</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_touchspin.html" class="nav-link "> <span class="title">Bootstrap Touchspin</span> </a> </li> <li class="nav-item "> <a href="components_form_tools.html" class="nav-link "> <span class="title">Form Widgets & Tools</span> </a> </li> <li class="nav-item "> <a href="components_context_menu.html" class="nav-link "> <span class="title">Context Menu</span> </a> </li> <li class="nav-item "> <a href="components_editors.html" class="nav-link "> <span class="title">Markdown & WYSIWYG Editors</span> </a> </li> <li class="nav-item "> <a href="components_code_editors.html" class="nav-link "> <span class="title">Code Editors</span> </a> </li> <li class="nav-item "> <a href="components_ion_sliders.html" class="nav-link "> <span class="title">Ion Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_noui_sliders.html" class="nav-link "> <span class="title">NoUI Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_knob_dials.html" class="nav-link "> <span class="title">Knob Circle Dials</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="form_controls.html" class="nav-link "> <span class="title">Bootstrap Form <br>Controls</span> </a> </li> <li class="nav-item "> <a href="form_controls_md.html" class="nav-link "> <span class="title">Material Design <br>Form Controls</span> </a> </li> <li class="nav-item "> <a href="form_validation.html" class="nav-link "> <span class="title">Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_validation_states_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation States</span> </a> </li> <li class="nav-item "> <a href="form_validation_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_layouts.html" class="nav-link "> <span class="title">Form Layouts</span> </a> </li> <li class="nav-item "> <a href="form_repeater.html" class="nav-link "> <span class="title">Form Repeater</span> </a> </li> <li class="nav-item "> <a href="form_input_mask.html" class="nav-link "> <span class="title">Form Input Mask</span> </a> </li> <li class="nav-item "> <a href="form_editable.html" class="nav-link "> <span class="title">Form X-editable</span> </a> </li> <li class="nav-item "> <a href="form_wizard.html" class="nav-link "> <span class="title">Form Wizard</span> </a> </li> <li class="nav-item "> <a href="form_icheck.html" class="nav-link "> <span class="title">iCheck Controls</span> </a> </li> <li class="nav-item "> <a href="form_image_crop.html" class="nav-link "> <span class="title">Image Cropping</span> </a> </li> <li class="nav-item "> <a href="form_fileupload.html" class="nav-link "> <span class="title">Multiple File Upload</span> </a> </li> <li class="nav-item "> <a href="form_dropzone.html" class="nav-link "> <span class="title">Dropzone File Upload</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bulb"></i> <span class="title">Elements</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="elements_steps.html" class="nav-link "> <span class="title">Steps</span> </a> </li> <li class="nav-item "> <a href="elements_lists.html" class="nav-link "> <span class="title">Lists</span> </a> </li> <li class="nav-item "> <a href="elements_ribbons.html" class="nav-link "> <span class="title">Ribbons</span> </a> </li> <li class="nav-item "> <a href="elements_overlay.html" class="nav-link "> <span class="title">Overlays</span> </a> </li> <li class="nav-item "> <a href="elements_cards.html" class="nav-link "> <span class="title">User Cards</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-briefcase"></i> <span class="title">Tables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_static_basic.html" class="nav-link "> <span class="title">Basic Tables</span> </a> </li> <li class="nav-item "> <a href="table_static_responsive.html" class="nav-link "> <span class="title">Responsive Tables</span> </a> </li> <li class="nav-item "> <a href="table_bootstrap.html" class="nav-link "> <span class="title">Bootstrap Tables</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Datatables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a> </li> <li class="nav-item "> <a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a> </li> <li class="nav-item "> <a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a> </li> <li class="nav-item "> <a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a> </li> <li class="nav-item "> <a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="?p=" class="nav-link nav-toggle"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="portlet_boxed.html" class="nav-link "> <span class="title">Boxed Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_light.html" class="nav-link "> <span class="title">Light Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_solid.html" class="nav-link "> <span class="title">Solid Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_ajax.html" class="nav-link "> <span class="title">Ajax Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_draggable.html" class="nav-link "> <span class="title">Draggable Portlets</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_amcharts.html" class="nav-link "> <span class="title">amChart</span> </a> </li> <li class="nav-item "> <a href="charts_flotcharts.html" class="nav-link "> <span class="title">Flot Charts</span> </a> </li> <li class="nav-item "> <a href="charts_flowchart.html" class="nav-link "> <span class="title">Flow Charts</span> </a> </li> <li class="nav-item "> <a href="charts_google.html" class="nav-link "> <span class="title">Google Charts</span> </a> </li> <li class="nav-item "> <a href="charts_echarts.html" class="nav-link "> <span class="title">eCharts</span> </a> </li> <li class="nav-item "> <a href="charts_morris.html" class="nav-link "> <span class="title">Morris Charts</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">HighCharts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_highcharts.html" class="nav-link "> HighCharts </a> </li> <li class="nav-item "> <a href="charts_highstock.html" class="nav-link "> HighStock </a> </li> <li class="nav-item "> <a href="charts_highmaps.html" class="nav-link "> HighMaps </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="maps_google.html" class="nav-link "> <span class="title">Google Maps</span> </a> </li> <li class="nav-item "> <a href="maps_vector.html" class="nav-link "> <span class="title">Vector Maps</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-layers"></i> <span class="title">Page Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_blank_page.html" class="nav-link "> <span class="title">Blank Page</span> </a> </li> <li class="nav-item "> <a href="layout_ajax_page.html" class="nav-link "> <span class="title">Ajax Content Layout</span> </a> </li> <li class="nav-item "> <a href="layout_language_bar.html" class="nav-link "> <span class="title">Header Language Bar</span> </a> </li> <li class="nav-item "> <a href="layout_footer_fixed.html" class="nav-link "> <span class="title">Fixed Footer</span> </a> </li> <li class="nav-item "> <a href="layout_boxed_page.html" class="nav-link "> <span class="title">Boxed Page</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-feed"></i> <span class="title">Sidebar Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_sidebar_menu_accordion.html" class="nav-link "> <span class="title">Sidebar Accordion Menu</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_menu_compact.html" class="nav-link "> <span class="title">Sidebar Compact Menu</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_reversed.html" class="nav-link "> <span class="title">Reversed Sidebar Page</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_fixed.html" class="nav-link "> <span class="title">Fixed Sidebar Layout</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_closed.html" class="nav-link "> <span class="title">Closed Sidebar Layout</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class=" icon-wrench"></i> <span class="title">Custom Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_disabled_menu.html" class="nav-link "> <span class="title">Disabled Menu Links</span> </a> </li> <li class="nav-item "> <a href="layout_full_height_portlet.html" class="nav-link "> <span class="title">Full Height Portlet</span> </a> </li> <li class="nav-item "> <a href="layout_full_height_content.html" class="nav-link "> <span class="title">Full Height Content</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ecommerce_index.html" class="nav-link "> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders.html" class="nav-link "> <i class="icon-basket"></i> <span class="title">Orders</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders_view.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Order View</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Products</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products_edit.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Product Edit</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-docs"></i> <span class="title">Apps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="app_todo.html" class="nav-link "> <i class="icon-clock"></i> <span class="title">Todo 1</span> </a> </li> <li class="nav-item "> <a href="app_todo_2.html" class="nav-link "> <i class="icon-check"></i> <span class="title">Todo 2</span> </a> </li> <li class="nav-item "> <a href="app_inbox.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Inbox</span> </a> </li> <li class="nav-item "> <a href="app_calendar.html" class="nav-link "> <i class="icon-calendar"></i> <span class="title">Calendar</span> </a> </li> <li class="nav-item "> <a href="app_ticket.html" class="nav-link "> <i class="icon-notebook"></i> <span class="title">Support</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-user"></i> <span class="title">User</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_profile_1.html" class="nav-link "> <i class="icon-user"></i> <span class="title">Profile 1</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_account.html" class="nav-link "> <i class="icon-user-female"></i> <span class="title">Profile 1 Account</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_help.html" class="nav-link "> <i class="icon-user-following"></i> <span class="title">Profile 1 Help</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_2.html" class="nav-link "> <i class="icon-users"></i> <span class="title">Profile 2</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Login</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a> </li> <li class="nav-item "> <a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a> </li> <li class="nav-item "> <a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a> </li> <li class="nav-item "> <a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a> </li> <li class="nav-item "> <a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a> </li> <li class="nav-item "> <a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_user_lock_1.html" class="nav-link " target="_blank"> <i class="icon-lock"></i> <span class="title">Lock Screen 1</span> </a> </li> <li class="nav-item "> <a href="page_user_lock_2.html" class="nav-link " target="_blank"> <i class="icon-lock-open"></i> <span class="title">Lock Screen 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-social-dribbble"></i> <span class="title">General</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_about.html" class="nav-link "> <i class="icon-info"></i> <span class="title">About</span> </a> </li> <li class="nav-item "> <a href="page_general_contact.html" class="nav-link "> <i class="icon-call-end"></i> <span class="title">Contact</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Portfolio</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-magnifier"></i> <span class="title">Search</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_search.html" class="nav-link "> Search 1 </a> </li> <li class="nav-item "> <a href="page_general_search_2.html" class="nav-link "> Search 2 </a> </li> <li class="nav-item "> <a href="page_general_search_3.html" class="nav-link "> Search 3 </a> </li> <li class="nav-item "> <a href="page_general_search_4.html" class="nav-link "> Search 4 </a> </li> <li class="nav-item "> <a href="page_general_search_5.html" class="nav-link "> Search 5 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_general_pricing.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Pricing</span> </a> </li> <li class="nav-item "> <a href="page_general_faq.html" class="nav-link "> <i class="icon-wrench"></i> <span class="title">FAQ</span> </a> </li> <li class="nav-item "> <a href="page_general_blog.html" class="nav-link "> <i class="icon-pencil"></i> <span class="title">Blog</span> </a> </li> <li class="nav-item "> <a href="page_general_blog_post.html" class="nav-link "> <i class="icon-note"></i> <span class="title">Blog Post</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice_2.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">System</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_cookie_consent_1.html" class="nav-link "> <span class="title">Cookie Consent 1</span> </a> </li> <li class="nav-item "> <a href="page_cookie_consent_2.html" class="nav-link "> <span class="title">Cookie Consent 2</span> </a> </li> <li class="nav-item "> <a href="page_system_coming_soon.html" class="nav-link " target="_blank"> <span class="title">Coming Soon</span> </a> </li> <li class="nav-item "> <a href="page_system_404_1.html" class="nav-link "> <span class="title">404 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_404_2.html" class="nav-link " target="_blank"> <span class="title">404 Page 2</span> </a> </li> <li class="nav-item "> <a href="page_system_404_3.html" class="nav-link " target="_blank"> <span class="title">404 Page 3</span> </a> </li> <li class="nav-item "> <a href="page_system_500_1.html" class="nav-link "> <span class="title">500 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_500_2.html" class="nav-link " target="_blank"> <span class="title">500 Page 2</span> </a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-user"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-power"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-camera"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-link"></i> Sample Link 2</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-globe"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-tag"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pencil"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> <!-- END SIDEBAR --> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <!-- BEGIN CONTENT BODY --> <div class="page-content"> <!-- BEGIN PAGE HEADER--> <!-- BEGIN THEME PANEL --> <div class="theme-panel"> <div class="toggler tooltips" data-container="body" data-placement="left" data-html="true" data-original-title="Click to open advance theme customizer panel"> <i class="icon-settings"></i> </div> <div class="toggler-close"> <i class="icon-close"></i> </div> <div class="theme-options"> <div class="theme-option theme-colors clearfix"> <span> THEME COLOR </span> <ul> <li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default"> </li> <li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey"> </li> <li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue"> </li> <li class="color-dark tooltips" data-style="dark" data-container="body" data-original-title="Dark"> </li> <li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light"> </li> </ul> </div> <div class="theme-option"> <span> Layout </span> <select class="layout-option form-control input-small"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </div> <div class="theme-option"> <span> Header </span> <select class="page-header-option form-control input-small"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </div> <div class="theme-option"> <span> Top Dropdown</span> <select class="page-header-top-dropdown-style-option form-control input-small"> <option value="light" selected="selected">Light</option> <option value="dark">Dark</option> </select> </div> <div class="theme-option"> <span> Sidebar Mode</span> <select class="sidebar-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> <div class="theme-option"> <span> Sidebar Style</span> <select class="sidebar-style-option form-control input-small"> <option value="default" selected="selected">Default</option> <option value="compact">Compact</option> </select> </div> <div class="theme-option"> <span> Sidebar Menu </span> <select class="sidebar-menu-option form-control input-small"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </div> <div class="theme-option"> <span> Sidebar Position </span> <select class="sidebar-pos-option form-control input-small"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </div> <div class="theme-option"> <span> Footer </span> <select class="page-footer-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> </div> </div> <!-- END THEME PANEL --> <h1 class="page-title"> Modals <small>native bootstrap modals</small> </h1> <div class="page-bar"> <ul class="page-breadcrumb"> <li> <i class="icon-home"></i> <a href="index.html">Home</a> <i class="fa fa-angle-right"></i> </li> <li> <span>UI Features</span> </li> </ul> <div class="page-toolbar"> <div class="btn-group pull-right"> <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="#"> <i class="icon-bell"></i> Action</a> </li> <li> <a href="#"> <i class="icon-shield"></i> Another action</a> </li> <li> <a href="#"> <i class="icon-user"></i> Something else here</a> </li> <li class="divider"> </li> <li> <a href="#"> <i class="icon-bag"></i> Separated link</a> </li> </ul> </div> </div> </div> <!-- END PAGE HEADER--> <div class="row"> <div class="col-md-12"> <div class="note note-success"> <h4 class="block">Bootstrap Native Modals</h4> <p> Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults. If you need more control over the Bootstrap Modals please check out <a class="btn btn-outline red" href="ui_extended_modals.html"> extended modals plugin</a> </p> </div> <!-- BEGIN PORTLET--> <div class="portlet light "> <div class="portlet-title"> <div class="caption"> <i class="icon-bubble font-green-sharp"></i> <span class="caption-subject font-green-sharp sbold">Bootstrap Modal Demos</span> </div> <div class="actions"> <div class="btn-group"> <a class="btn green-haze btn-outline btn-circle btn-sm" href="javascript:;" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;"> Option 1</a> </li> <li class="divider"> </li> <li> <a href="javascript:;">Option 2</a> </li> <li> <a href="javascript:;">Option 3</a> </li> <li> <a href="javascript:;">Option 4</a> </li> </ul> </div> </div> </div> <div class="portlet-body"> <table class="table table-hover table-striped table-bordered"> <tr> <td> Basic Example </td> <td> <a class="btn red btn-outline sbold" data-toggle="modal" href="#basic"> View Demo </a> </td> </tr> <tr> <td> Draggable Modal Example </td> <td> <a class="btn green btn-outline sbold" data-toggle="modal" href="#draggable"> View Demo </a> </td> </tr> <tr> <td> Large Width Example </td> <td> <a class="btn purple btn-outline sbold" data-toggle="modal" href="#large"> View Demo </a> </td> </tr> <tr> <td> Small Width Example </td> <td> <a class="btn blue btn-outline sbold" data-toggle="modal" href="#small"> View Demo </a> </td> </tr> <tr> <td> Full Width Example </td> <td> <a class="btn dark btn-outline sbold" data-toggle="modal" href="#full"> View Demo </a> </td> </tr> <tr> <td> Responsive </td> <td> <a class="btn red btn-outline sbold" data-toggle="modal" href="#responsive"> View Demo </a> </td> </tr> <tr> <td> AJAX content loading </td> <td> <a class=" btn yellow btn-outline sbold" href="ui_modals_ajax_sample.html" data-target="#ajax" data-toggle="modal"> View Demo </a> </td> </tr> <tr> <td> Stackable </td> <td> <a class=" btn green btn-outline sbold" data-target="#stack1" data-toggle="modal"> View Demo </a> </td> </tr> <tr> <td> Static Background </td> <td> <a class=" btn purple btn-outline sbold" data-toggle="modal" href="#static"> View Demo </a> </td> </tr> <tr> <td> Long Modals </td> <td> <a class=" btn dark btn-outline sbold" data-toggle="modal" href="#long"> View Demo </a> </td> </tr> </table> <div class="modal fade" id="basic" tabindex="-1" role="basic" aria-hidden="true"> <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 class="modal-title">Modal Title</h4> </div> <div class="modal-body"> Modal body goes here </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> <button type="button" class="btn green">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <div class="modal fade" id="full" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-full"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal Title</h4> </div> <div class="modal-body"> Modal body goes here </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> <button type="button" class="btn green">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <div class="modal fade bs-modal-lg" id="large" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal Title</h4> </div> <div class="modal-body"> Modal body goes here </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> <button type="button" class="btn green">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <div class="modal fade bs-modal-sm" id="small" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal Title</h4> </div> <div class="modal-body"> Modal body goes here </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> <button type="button" class="btn green">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <div id="responsive" class="modal fade" tabindex="-1" aria-hidden="true"> <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 class="modal-title">Responsive & Scrollable</h4> </div> <div class="modal-body"> <div class="scroller" style="height:300px" data-always-visible="1" data-rail-visible1="1"> <div class="row"> <div class="col-md-6"> <h4>Some Input</h4> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> </div> <div class="col-md-6"> <h4>Some More Input</h4> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn dark btn-outline">Close</button> <button type="button" class="btn green">Save changes</button> </div> </div> </div> </div> <!--DOC: Aplly "modal-cached" class after "modal" class to enable ajax content caching--> <div class="modal fade" id="ajax" role="basic" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"> <img src="../assets/global/img/loading-spinner-grey.gif" alt="" class="loading"> <span> &nbsp;&nbsp;Loading... </span> </div> </div> </div> </div> <!-- /.modal --> <div id="stack1" class="modal fade" tabindex="-1" data-width="400"> <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 class="modal-title">Stack One</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <h4>Some Input</h4> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> </div> </div> <a class="btn green" data-toggle="modal" href="#stack2"> Launch modal </a> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn dark btn-outline">Close</button> <button type="button" class="btn red">Ok</button> </div> </div> </div> </div> <div id="stack2" class="modal fade" tabindex="-1"> <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 class="modal-title">Stack Two</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <h4>Some Input</h4> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> <p> <input type="text" class="col-md-12 form-control"> </p> </div> </div> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn dark btn-outline">Close</button> <button type="button" class="btn yellow">Ok</button> </div> </div> </div> </div> <div id="static" class="modal fade" tabindex="-1" data-backdrop="static" data-keyboard="false"> <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 class="modal-title">Confirmation</h4> </div> <div class="modal-body"> <p> Would you like to continue with some arbitrary task? </p> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn dark btn-outline">Cancel</button> <button type="button" data-dismiss="modal" class="btn green">Continue Task</button> </div> </div> </div> </div> <div id="long" class="modal fade modal-scroll" tabindex="-1" data-replace="true"> <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 class="modal-title">A Fairly Long Modal</h4> </div> <div class="modal-body"> <img style="height: 800px" alt="" src="http://i.imgur.com/KwPYo.jpg"> </div> <div class="modal-footer"> <button type="button" data-dismiss="modal" class="btn dark btn-outline">Close</button> </div> </div> </div> </div> <div class="modal fade draggable-modal" id="draggable" tabindex="-1" role="basic" aria-hidden="true"> <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 class="modal-title">Start Dragging Here</h4> </div> <div class="modal-body"> Modal body goes here </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> <button type="button" class="btn green">Save changes</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> </div> </div> <!-- END PORTLET--> </div> </div> </div> <!-- END CONTENT BODY --> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2016 &copy; Metronic Theme By <a target="_blank" href="http://keenthemes.com">Keenthemes</a> &nbsp;|&nbsp; <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> <!-- BEGIN QUICK NAV --> <nav class="quick-nav"> <a class="quick-nav-trigger" href="#0"> <span aria-hidden="true"></span> </a> <ul> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" target="_blank" class="active"> <span>Purchase Metronic</span> <i class="icon-basket"></i> </a> </li> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/reviews/4021469?ref=keenthemes" target="_blank"> <span>Customer Reviews</span> <i class="icon-users"></i> </a> </li> <li> <a href="http://keenthemes.com/showcast/" target="_blank"> <span>Showcase</span> <i class="icon-user"></i> </a> </li> <li> <a href="http://keenthemes.com/metronic-theme/changelog/" target="_blank"> <span>Changelog</span> <i class="icon-graph"></i> </a> </li> </ul> <span aria-hidden="true" class="quick-nav-bg"></span> </nav> <div class="quick-nav-overlay"></div> <!-- END QUICK NAV --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <script src="../assets/global/plugins/ie8.fix.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL PLUGINS --> <script src="../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN PAGE LEVEL SCRIPTS --> <script src="../assets/pages/scripts/ui-modals.min.js" type="text/javascript"></script> <!-- END PAGE LEVEL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout2/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/layout2/scripts/demo.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
media/css/user_custom.css
sorrison/perusal
.right { text-align: right; } .red { color: red; } .green { color: green; } .float-right { float:right; } .float-left { float:left; } .small { font-size: 14px !important; } .deletelink { padding-left:12px; background:url(../img/admin/icon_deletelink.gif) 0 .25em no-repeat; } a.deletelink:link, a.deletelink:visited { color:#CC3434; } a.deletelink:hover { color:#993333; } /* TABLES */ table { border-collapse:collapse; border-color:#ccc; } td, th { font-size:11px; line-height:13px; border-bottom:1px solid #eee; vertical-align:top; padding:5px; font-family:"Lucida Grande", Verdana, Arial, sans-serif; } th { text-align:left; font-size:12px; font-weight:bold; } thead th, tfoot td { color:#666; padding:2px 5px; font-size:11px; background:#e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x; border-left:1px solid #ddd; border-bottom:1px solid #ddd; } tfoot td { border-bottom:none; border-top:1px solid #ddd; } thead th:first-child, tfoot td:first-child { border-left:none !important; } thead th.optional { font-weight:normal !important; } fieldset table { border-right:1px solid #eee; } tr.row-label td { font-size:9px; padding-top:2px; padding-bottom:0; border-bottom:none; color:#666; margin-top:-1px; } tr.alt { background:#f6f6f6;} .row1 { background:#EDF3FE; } .row2 { background:white; } /* MESSAGES & ERRORS */ ul.messagelist { padding:0 0 5px 0; margin:0; } ul.messagelist li { font-size:12px; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border-bottom:1px solid #ddd; border-right:1px solid #ddd; color:#666; background:#ffc url(../img/admin/icon_success.gif) 5px .3em no-repeat; } .errornote { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:red;background:#ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat; } ul.errorlist { margin:0 !important; padding:0 !important; } .errorlist li { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:white; background:red url(../img/admin/icon_alert.gif) 5px .3em no-repeat; } td ul.errorlist { margin:0 !important; padding:0 !important; } td ul.errorlist li { margin:0 !important; } .error { background:#ffc; } .error input, .error select { border:1px solid red; } div.system-message { background: #ffc; margin: 10px; padding: 6px 8px; font-size: .8em; } div.system-message p.system-message-title { padding:4px 5px 4px 25px; margin:0; color:red; background:#ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat; } .description { font-size:12px; padding:5px 0 0 12px; } /* ACTION ICONS */ .addlink { padding-left:12px; background:url(../img/admin/icon_addlink.gif) 0 .2em no-repeat; } .changelink { padding-left:12px; background:url(../img/admin/icon_changelink.gif) 0 .2em no-repeat; } .deletelink { padding-left:12px; background:url(../img/admin/icon_deletelink.gif) 0 .25em no-repeat; } a.deletelink:link, a.deletelink:visited { color:#CC3434; } a.deletelink:hover { color:#993333; } .heading { font-size:14px; color:#666; padding:0 2px 0 0; margin:0 0 .1em 0; font-weight: bold; float:none !important; display:inline; } h2.alert { background-color: #ffc; border-bottom:1px solid #ddd; border-right:1px solid #ddd; } .graph_key_red { background-color: red; } .graph_key_blue { background-color: blue; } .graph_key_green { background-color: green; } .graph_key_yellow { background-color: yellow; } .graph_key_orange { background-color: orange; } .graph_key_cyan { background-color: cyan; } .graph_key_magenta { background-color: magenta; } .graph_key_purple { background-color: purple; } .graph_key_grey { background-color: grey; } .graph_key_pink { background-color: pink; } .border { border: thin solid black; padding: 10px; } .yeslink { padding-left:12px; background:url(../img/admin/icon-yes.gif) 0 .2em no-repeat; } .nolink { padding-left:12px; background:url(../img/admin/icon-no.gif) 0 .2em no-repeat; } .barwidth { padding-left: 0px; padding-right: 0px; margin: 0px; width: 100px; background-color: white; }
android/res/raw/credits.html
kiwix/kiwix
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <style> body { font-family: sans-serif; } pre { background-color: #eeeeee; padding: 1em; white-space: pre-wrap; } </style> </head> <body> <h2>Contributors</h2> Emmanuel Engelhart kelson@kiwix.org<br> Renaud Gaudin reg@kiwix.org<br> Christian Pühringer cip@gmx.at<br> Fabien Coullon fcoulon@linterweb.com<br> Guillaume Duhamel gduhamel@linterweb.com<br> Wilfredo Rodriguez wilfredor@kiwix.org<br> Jorge Gonzalez jag2kn@gmail.com<br> Richzendy richzendy@fedoraproject.org<br> Ayoub Dardory ayoubuto@gmail.com<br> Rashiq Ahmad rashiq.z@gmail.com<br> Isaac Hutt mhutti1@gmail.com<br> Elad Keyshawn elad.keyshawn@gmail.com<br> Translatewiki comunity<br> <h2>Licenses</h2> <h3> Apache License <br/> Version 2.0, January 2004 </h3> <ul> <li> <b>OkHttp</b> <br/> Copyright 2014 Square, Inc. </li> <li> <b>Retrofit</b> <br/> Copyright 2013 Square, Inc. </li> <li> <b>Gradle Retrolambda Plugin</b> <br/> Copyright 2013 Evan Tatarka </li> <li> <b>RxAndroid</b> <br/> Copyright 2015 RxAndroid Authors </li> <li> <b>Butter Knife</b> <br/> Copyright 2013 Jake Wharton </li> <li> <b>SquiDb</b> <br/> Copyright 2013 Yahoo, Inc. </li> </ul> <pre> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. </pre> <h3> The Unlicense </h3> <ul> <li> <b>android-apt</b> <br/> Copyright 2015 Hugo Visser </li> </ul> <pre> This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to http://unlicense.org/ </pre> </body> </html>
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_2492_sam.html
sanskritiitd/sanskrit
url: http://sanskrit.uohyd.ac.in/cgi-bin/scl/sandhi_splitter/sandhi_splitter.cgi?encoding=Unicode&sandhi_type=s&word=कुक्षिर्विराट्<div id='finalout' style='border-style:solid; border-width:1px;padding:10px;color:blue;font-size:14px;height:200px'>कुक्षिर्विराट् = <a title = "कुक्षि पुं 1 एक/कुक्षि स्त्री 1 एक">कुक्षिः</a>+<a title = "वि अव्य/ऊ स्त्री 7 एक/वि नपुं 1 एक/वि नपुं 2 एक/वि नपुं 8 एक/वी पुं 8 एक/वी स्त्री 8 एक/वी नपुं 1 एक/वी नपुं 2 एक/वी नपुं 8 एक/न्सुलू नपुं 7 एक">वि</a>+<a title = "राज् पुं 1 एक/राज् पुं 8 एक">राट्</a>/<script type="text/javascript"> function toggleMe(a){ var e=document.getElementById(a); if(!e)return true; if(e.style.display=="none"){ e.style.display="block";document.getElementById("more").style.display="none"; document.getElementById("less").style.display="block"; } else{ e.style.display="none";document.getElementById("less").style.display="none"; document.getElementById("more").style.display="block"; } return true; } </script> <input type="button" onclick="return toggleMe('para1')" value="More" id="more"> <input type="button" onclick="return toggleMe('para1')" value="Less" id="less" style="display:none;" > <div id="para1" style="display:none; height:15px; border-style:none;border-width:1px;"> <a title = "कुक्षि पुं 1 एक/कुक्षि स्त्री 1 एक">कुक्षिः</a>+<a title = "वि अव्य/ऊ स्त्री 7 एक/वि नपुं 1 एक/वि नपुं 2 एक/वि नपुं 8 एक/वी पुं 8 एक/वी स्त्री 8 एक/वी नपुं 1 एक/वी नपुं 2 एक/वी नपुं 8 एक/न्सुलू नपुं 7 एक">वि</a>+<a title = "राज् पुं 1 एक/राज् पुं 8 एक">राट्</a>/<a title = "कु अव्य">कु</a>+<a title = "क्षि स्त्री 1 एक">क्षिः</a>+<a title = "वि अव्य/ऊ स्त्री 7 एक/वि नपुं 1 एक/वि नपुं 2 एक/वि नपुं 8 एक/वी पुं 8 एक/वी स्त्री 8 एक/वी नपुं 1 एक/वी नपुं 2 एक/वी नपुं 8 एक/न्सुलू नपुं 7 एक">वि</a>+<a title = "राज् पुं 1 एक/राज् पुं 8 एक">राट्</a>/</div><br />
dependencies/include/cinder/blocks/OpenCV/docs/html/structtesting_1_1internal_1_1_remove_const_3_01const_01_t[_n]_4.html
brittybaby/3DModelfitting
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Cinder</title> <link rel="stylesheet" href="cinder_doxygen.css" type="text/css" media="screen" /> </head> <body> <div class="wrapper"> <div id="header"> <h1><a href="http://libcinder.org">Cinder</a></h1> </div> <!-- Generated by Doxygen 1.8.7 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</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> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacetesting.html">testing</a></li><li class="navelem"><a class="el" href="namespacetesting_1_1internal.html">internal</a></li><li class="navelem"><a class="el" href="structtesting_1_1internal_1_1_remove_const_3_01const_01_t[_n]_4.html">RemoveConst< const T[N]></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="structtesting_1_1internal_1_1_remove_const_3_01const_01_t[_n]_4-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">testing::internal::RemoveConst&lt; const T[N]&gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="ts__gtest_8h_source.html">ts_gtest.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:ac976b53cb5d031a120fafbe790650068"><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="structtesting_1_1internal_1_1_remove_const.html">RemoveConst</a>&lt; <a class="el" href="calib3d_8hpp.html#a3efb9551a871ddd0463079a808916717">T</a> &gt;::<a class="elRef" doxygen="C:/Users/Andrew Bell/Code/cinder_0.8.6_vc2013/docs/doxygen/cinder.tag:../../../../docs/html/" href="../../../../docs/html/_g_lee_8h.html#a7d05960f4f1c1b11f3177dc963a45d86">type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structtesting_1_1internal_1_1_remove_const_3_01const_01_t[_n]_4.html#ac976b53cb5d031a120fafbe790650068">type</a> [N]</td></tr> <tr class="separator:ac976b53cb5d031a120fafbe790650068"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Member Typedef Documentation</h2> <a class="anchor" id="ac976b53cb5d031a120fafbe790650068"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T , size_t N&gt; </div> <table class="memname"> <tr> <td class="memname">typedef <a class="el" href="structtesting_1_1internal_1_1_remove_const.html">RemoveConst</a>&lt;<a class="el" href="calib3d_8hpp.html#a3efb9551a871ddd0463079a808916717">T</a>&gt;::<a class="elRef" doxygen="C:/Users/Andrew Bell/Code/cinder_0.8.6_vc2013/docs/doxygen/cinder.tag:../../../../docs/html/" href="../../../../docs/html/_g_lee_8h.html#a7d05960f4f1c1b11f3177dc963a45d86">type</a> <a class="el" href="structtesting_1_1internal_1_1_remove_const.html">testing::internal::RemoveConst</a>&lt; const <a class="el" href="calib3d_8hpp.html#a3efb9551a871ddd0463079a808916717">T</a>[N]&gt;::<a class="elRef" doxygen="C:/Users/Andrew Bell/Code/cinder_0.8.6_vc2013/docs/doxygen/cinder.tag:../../../../docs/html/" href="../../../../docs/html/_g_lee_8h.html#a7d05960f4f1c1b11f3177dc963a45d86">type</a>[N]</td> </tr> </table> </div><div class="memdoc"> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li>include/opencv2/ts/<a class="el" href="ts__gtest_8h_source.html">ts_gtest.h</a></li> </ul> </div><!-- contents --> <div class="footer"> <p> </p> </div> </div> </body> </html>
dist/themes/Simple_Horizontal/templates/toolbar-print.tpl.html
IMAmuseum/OSCI-Toolkit-Frontend
<a href="#print" id="print"><span class="hide-text">Print</span></a>
tpl/mydefined/css/skin.css
zenglong/zenglcms
.jcarousel-skin-tango .jcarousel-container { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: #F0F6F9; border: 1px solid #346F97; margin-bottom:20px; margin-top:20px; } .jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; } .jcarousel-skin-tango .jcarousel-container-horizontal { width: 600px; padding: 20px 20px; } .jcarousel-skin-tango .jcarousel-container-vertical { width: 200px; height: 450px; padding: 20px 20px; } .jcarousel-skin-tango .jcarousel-clip { overflow: hidden; } .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 600px; height: 150px; } .jcarousel-skin-tango .jcarousel-clip-vertical { width: 200px; height: 450px; } .jcarousel-skin-tango .jcarousel-item { width: 200px; height: 150px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 10px; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; } .jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; } .jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; } /** * Horizontal Buttons */ .jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: 43px; right: 5px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../images/index_img/next-horizontal.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url(../images/index_img/prev-horizontal.png); } .jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus { background-position: -32px 0; } .jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: -64px 0; } .jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -96px 0; } .jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: 43px; left: 5px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../images/index_img/prev-horizontal.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url(../images/index_img/next-horizontal.png); } .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus { background-position: -32px 0; } .jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: -64px 0; } .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -96px 0; } /** * Vertical Buttons */ .jcarousel-skin-tango .jcarousel-next-vertical { position: absolute; bottom: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../images/index_img/next-vertical.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus { background-position: 0 -32px; } .jcarousel-skin-tango .jcarousel-next-vertical:active { background-position: 0 -64px; } .jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active { cursor: default; background-position: 0 -96px; } .jcarousel-skin-tango .jcarousel-prev-vertical { position: absolute; top: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../images/index_img/prev-vertical.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus { background-position: 0 -32px; } .jcarousel-skin-tango .jcarousel-prev-vertical:active { background-position: 0 -64px; } .jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active { cursor: default; background-position: 0 -96px; }
powerpc/powerpc/pds.twi.tudelft.nl/vakken/in101/labcourse/instruction-set/addc.html
uglyoldbob/l1j-client
<HTML> <!-- Mirrored from pds.twi.tudelft.nl/vakken/in101/labcourse/instruction-set/addc.html by HTTrack Website Copier/3.x [XR&CO'2010], Thu, 30 Jun 2011 23:35:17 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><!-- /Added by HTTrack --> <HEAD> <TITLE>PowerPC Instruction Set: addc</TITLE> </HEAD> <BODY> <IMG SRC=addc.gif> </BODY> <!-- Mirrored from pds.twi.tudelft.nl/vakken/in101/labcourse/instruction-set/addc.html by HTTrack Website Copier/3.x [XR&CO'2010], Thu, 30 Jun 2011 23:35:18 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><!-- /Added by HTTrack --> </HTML>
target/site/apidocs/aim4/im/v2i/class-use/V2IManager.html
Xanders94/AIM-Simulator
<!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_11) on Mon Sep 02 20:25:12 KST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class aim4.im.v2i.V2IManager (AIM4 1.0-SNAPSHOT API)</title> <meta name="date" content="2013-09-02"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class aim4.im.v2i.V2IManager (AIM4 1.0-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><a href="../../../../aim4/im/v2i/V2IManager.html" title="class in aim4.im.v2i">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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?aim4/im/v2i/class-use/V2IManager.html" target="_top">Frames</a></li> <li><a href="V2IManager.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 aim4.im.v2i.V2IManager" class="title">Uses of Class<br>aim4.im.v2i.V2IManager</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../aim4/im/v2i/V2IManager.html" title="class in aim4.im.v2i">V2IManager</a></span><span class="tabEnd">&nbsp;</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="#aim4.im.v2i.policy">aim4.im.v2i.policy</a></td> <td class="colLast"> <div class="block">This package contains the implementation of various intersection control policies for the V2I intersection manager.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="aim4.im.v2i.policy"> <!-- --> </a> <h3>Uses of <a href="../../../../aim4/im/v2i/V2IManager.html" title="class in aim4.im.v2i">V2IManager</a> in <a href="../../../../aim4/im/v2i/policy/package-summary.html">aim4.im.v2i.policy</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../aim4/im/v2i/policy/package-summary.html">aim4.im.v2i.policy</a> with parameters of type <a href="../../../../aim4/im/v2i/V2IManager.html" title="class in aim4.im.v2i">V2IManager</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../aim4/im/v2i/policy/TimeoutPolicy.html#TimeoutPolicy(aim4.im.v2i.V2IManager, aim4.im.v2i.policy.Policy)">TimeoutPolicy</a></strong>(<a href="../../../../aim4/im/v2i/V2IManager.html" title="class in aim4.im.v2i">V2IManager</a>&nbsp;im, <a href="../../../../aim4/im/v2i/policy/Policy.html" title="interface in aim4.im.v2i.policy">Policy</a>&nbsp;policy)</code> <div class="block">Create a timeout policy</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= 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><a href="../../../../aim4/im/v2i/V2IManager.html" title="class in aim4.im.v2i">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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?aim4/im/v2i/class-use/V2IManager.html" target="_top">Frames</a></li> <li><a href="V2IManager.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>Copyright &#169; 2013. All rights reserved.</small></p> </body> </html>
metronic_v4.7.1/theme_rtl/admin_4/table_datatables_buttons.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" dir="rtl"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic Admin RTL Theme #4 | Buttons Datatable </title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="Preview page of Metronic Admin RTL Theme #4 for buttons extension demos" name="description" /> <meta content="" name="author" /> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN PAGE LEVEL PLUGINS --> <link href="../assets/global/plugins/datatables/datatables.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap-rtl.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker3.min.css" rel="stylesheet" type="text/css" /> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components-rtl.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout4/css/layout-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout4/css/themes/default-rtl.min.css" rel="stylesheet" type="text/css" id="style_color" /> <link href="../assets/layouts/layout4/css/custom-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class="page-container-bg-solid page-header-fixed page-sidebar-closed-hide-logo"> <!-- BEGIN HEADER --> <div class="page-header navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner "> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../assets/layouts/layout4/img/logo-light.png" alt="logo" class="logo-default" /> </a> <div class="menu-toggler sidebar-toggler"> <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header --> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN PAGE ACTIONS --> <!-- DOC: Remove "hide" class to enable the page header actions --> <div class="page-actions"> <div class="btn-group"> <button type="button" class="btn red-haze btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="hidden-sm hidden-xs">Actions&nbsp;</span> <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="icon-docs"></i> New Post </a> </li> <li> <a href="javascript:;"> <i class="icon-tag"></i> New Comment </a> </li> <li> <a href="javascript:;"> <i class="icon-share"></i> Share </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span> </a> </li> </ul> </div> </div> <!-- END PAGE ACTIONS --> <!-- BEGIN PAGE TOP --> <div class="page-top"> <!-- BEGIN HEADER SEARCH BOX --> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form" action="page_general_search_2.html" method="GET"> <div class="input-group"> <input type="text" class="form-control input-sm" placeholder="Search..." name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"> <i class="icon-magnifier"></i> </a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <li class="separator hide"> </li> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <!-- DOC: Apply "dropdown-hoverable" class after "dropdown" and remove data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to enable hover dropdown mode --> <!-- DOC: Remove "dropdown-hoverable" and add data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to the below A element with dropdown-toggle class --> <li class="dropdown dropdown-extended dropdown-notification dropdown-dark" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-success"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3> <span class="bold">12 pending</span> notifications</h3> <a href="page_user_profile_1.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <li class="separator hide"> </li> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox dropdown-dark" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-danger"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="app_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <li class="separator hide"> </li> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks dropdown-dark" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-primary"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="?p=page_todo_2">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">65% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">98% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">10% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">58% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">85% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">38% Complete</span> </span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user dropdown-dark"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span class="username username-hide-on-mobile"> Nick </span> <!-- DOC: Do not remove below empty space(&nbsp;) as its purposely used --> <img alt="" class="img-circle" src="../assets/layouts/layout4/img/avatar9.jpg" /> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <li class="dropdown dropdown-extended quick-sidebar-toggler"> <span class="sr-only">Toggle Quick Sidebar</span> <i class="icon-logout"></i> </li> <!-- END QUICK SIDEBAR TOGGLER --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END PAGE TOP --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <!-- BEGIN HEADER & CONTENT DIVIDER --> <div class="clearfix"> </div> <!-- END HEADER & CONTENT DIVIDER --> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar-wrapper"> <!-- BEGIN SIDEBAR --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <li class="nav-item start "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-home"></i> <span class="title">Dashboard</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item start "> <a href="index.html" class="nav-link "> <i class="icon-bar-chart"></i> <span class="title">Dashboard 1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_2.html" class="nav-link "> <i class="icon-bulb"></i> <span class="title">Dashboard 2</span> <span class="badge badge-success">1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_3.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Dashboard 3</span> <span class="badge badge-danger">5</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Features</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_colors.html" class="nav-link "> <span class="title">Color Library</span> </a> </li> <li class="nav-item "> <a href="ui_metronic_grid.html" class="nav-link "> <span class="title">Metronic Grid System</span> </a> </li> <li class="nav-item "> <a href="ui_general.html" class="nav-link "> <span class="title">General Components</span> </a> </li> <li class="nav-item "> <a href="ui_buttons.html" class="nav-link "> <span class="title">Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_buttons_spinner.html" class="nav-link "> <span class="title">Spinner Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_confirmations.html" class="nav-link "> <span class="title">Popover Confirmations</span> </a> </li> <li class="nav-item "> <a href="ui_sweetalert.html" class="nav-link "> <span class="title">Bootstrap Sweet Alerts</span> </a> </li> <li class="nav-item "> <a href="ui_icons.html" class="nav-link "> <span class="title">Font Icons</span> </a> </li> <li class="nav-item "> <a href="ui_socicons.html" class="nav-link "> <span class="title">Social Icons</span> </a> </li> <li class="nav-item "> <a href="ui_typography.html" class="nav-link "> <span class="title">Typography</span> </a> </li> <li class="nav-item "> <a href="ui_tabs_accordions_navs.html" class="nav-link "> <span class="title">Tabs, Accordions & Navs</span> </a> </li> <li class="nav-item "> <a href="ui_timeline.html" class="nav-link "> <span class="title">Timeline 1</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_2.html" class="nav-link "> <span class="title">Timeline 2</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_horizontal.html" class="nav-link "> <span class="title">Horizontal Timeline</span> </a> </li> <li class="nav-item "> <a href="ui_tree.html" class="nav-link "> <span class="title">Tree View</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Page Progress Bar</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_page_progress_style_1.html" class="nav-link "> Flash </a> </li> <li class="nav-item "> <a href="ui_page_progress_style_2.html" class="nav-link "> Big Counter </a> </li> </ul> </li> <li class="nav-item "> <a href="ui_blockui.html" class="nav-link "> <span class="title">Block UI</span> </a> </li> <li class="nav-item "> <a href="ui_bootstrap_growl.html" class="nav-link "> <span class="title">Bootstrap Growl Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_notific8.html" class="nav-link "> <span class="title">Notific8 Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_toastr.html" class="nav-link "> <span class="title">Toastr Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_bootbox.html" class="nav-link "> <span class="title">Bootbox Dialogs</span> </a> </li> <li class="nav-item "> <a href="ui_alerts_api.html" class="nav-link "> <span class="title">Metronic Alerts API</span> </a> </li> <li class="nav-item "> <a href="ui_session_timeout.html" class="nav-link "> <span class="title">Session Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_idle_timeout.html" class="nav-link "> <span class="title">User Idle Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_modals.html" class="nav-link "> <span class="title">Modals</span> </a> </li> <li class="nav-item "> <a href="ui_extended_modals.html" class="nav-link "> <span class="title">Extended Modals</span> </a> </li> <li class="nav-item "> <a href="ui_tiles.html" class="nav-link "> <span class="title">Tiles</span> </a> </li> <li class="nav-item "> <a href="ui_datepaginator.html" class="nav-link "> <span class="title">Date Paginator</span> </a> </li> <li class="nav-item "> <a href="ui_nestable.html" class="nav-link "> <span class="title">Nestable List</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-puzzle"></i> <span class="title">Components</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="components_date_time_pickers.html" class="nav-link "> <span class="title">Date & Time Pickers</span> </a> </li> <li class="nav-item "> <a href="components_color_pickers.html" class="nav-link "> <span class="title">Color Pickers</span> <span class="badge badge-danger">2</span> </a> </li> <li class="nav-item "> <a href="components_select2.html" class="nav-link "> <span class="title">Select2 Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_multiselect_dropdown.html" class="nav-link "> <span class="title">Bootstrap Multiselect Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select.html" class="nav-link "> <span class="title">Bootstrap Select</span> </a> </li> <li class="nav-item "> <a href="components_multi_select.html" class="nav-link "> <span class="title">Bootstrap Multiple Select</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select_splitter.html" class="nav-link "> <span class="title">Select Splitter</span> </a> </li> <li class="nav-item "> <a href="components_clipboard.html" class="nav-link "> <span class="title">Clipboard</span> </a> </li> <li class="nav-item "> <a href="components_typeahead.html" class="nav-link "> <span class="title">Typeahead Autocomplete</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_tagsinput.html" class="nav-link "> <span class="title">Bootstrap Tagsinput</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_switch.html" class="nav-link "> <span class="title">Bootstrap Switch</span> <span class="badge badge-success">6</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_maxlength.html" class="nav-link "> <span class="title">Bootstrap Maxlength</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_fileinput.html" class="nav-link "> <span class="title">Bootstrap File Input</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_touchspin.html" class="nav-link "> <span class="title">Bootstrap Touchspin</span> </a> </li> <li class="nav-item "> <a href="components_form_tools.html" class="nav-link "> <span class="title">Form Widgets & Tools</span> </a> </li> <li class="nav-item "> <a href="components_context_menu.html" class="nav-link "> <span class="title">Context Menu</span> </a> </li> <li class="nav-item "> <a href="components_editors.html" class="nav-link "> <span class="title">Markdown & WYSIWYG Editors</span> </a> </li> <li class="nav-item "> <a href="components_code_editors.html" class="nav-link "> <span class="title">Code Editors</span> </a> </li> <li class="nav-item "> <a href="components_ion_sliders.html" class="nav-link "> <span class="title">Ion Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_noui_sliders.html" class="nav-link "> <span class="title">NoUI Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_knob_dials.html" class="nav-link "> <span class="title">Knob Circle Dials</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="form_controls.html" class="nav-link "> <span class="title">Bootstrap Form <br>Controls</span> </a> </li> <li class="nav-item "> <a href="form_controls_md.html" class="nav-link "> <span class="title">Material Design <br>Form Controls</span> </a> </li> <li class="nav-item "> <a href="form_validation.html" class="nav-link "> <span class="title">Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_validation_states_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation States</span> </a> </li> <li class="nav-item "> <a href="form_validation_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_layouts.html" class="nav-link "> <span class="title">Form Layouts</span> </a> </li> <li class="nav-item "> <a href="form_repeater.html" class="nav-link "> <span class="title">Form Repeater</span> </a> </li> <li class="nav-item "> <a href="form_input_mask.html" class="nav-link "> <span class="title">Form Input Mask</span> </a> </li> <li class="nav-item "> <a href="form_editable.html" class="nav-link "> <span class="title">Form X-editable</span> </a> </li> <li class="nav-item "> <a href="form_wizard.html" class="nav-link "> <span class="title">Form Wizard</span> </a> </li> <li class="nav-item "> <a href="form_icheck.html" class="nav-link "> <span class="title">iCheck Controls</span> </a> </li> <li class="nav-item "> <a href="form_image_crop.html" class="nav-link "> <span class="title">Image Cropping</span> </a> </li> <li class="nav-item "> <a href="form_fileupload.html" class="nav-link "> <span class="title">Multiple File Upload</span> </a> </li> <li class="nav-item "> <a href="form_dropzone.html" class="nav-link "> <span class="title">Dropzone File Upload</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bulb"></i> <span class="title">Elements</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="elements_steps.html" class="nav-link "> <span class="title">Steps</span> </a> </li> <li class="nav-item "> <a href="elements_lists.html" class="nav-link "> <span class="title">Lists</span> </a> </li> <li class="nav-item "> <a href="elements_ribbons.html" class="nav-link "> <span class="title">Ribbons</span> </a> </li> <li class="nav-item "> <a href="elements_overlay.html" class="nav-link "> <span class="title">Overlays</span> </a> </li> <li class="nav-item "> <a href="elements_cards.html" class="nav-link "> <span class="title">User Cards</span> </a> </li> </ul> </li> <li class="nav-item active open"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-briefcase"></i> <span class="title">Tables</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_static_basic.html" class="nav-link "> <span class="title">Basic Tables</span> </a> </li> <li class="nav-item "> <a href="table_static_responsive.html" class="nav-link "> <span class="title">Responsive Tables</span> </a> </li> <li class="nav-item "> <a href="table_bootstrap.html" class="nav-link "> <span class="title">Bootstrap Tables</span> </a> </li> <li class="nav-item active open"> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Datatables</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a> </li> <li class="nav-item active open"> <a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a> </li> <li class="nav-item "> <a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a> </li> <li class="nav-item "> <a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a> </li> <li class="nav-item "> <a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a> </li> <li class="nav-item "> <a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="?p=" class="nav-link nav-toggle"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="portlet_boxed.html" class="nav-link "> <span class="title">Boxed Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_light.html" class="nav-link "> <span class="title">Light Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_solid.html" class="nav-link "> <span class="title">Solid Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_ajax.html" class="nav-link "> <span class="title">Ajax Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_draggable.html" class="nav-link "> <span class="title">Draggable Portlets</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_amcharts.html" class="nav-link "> <span class="title">amChart</span> </a> </li> <li class="nav-item "> <a href="charts_flotcharts.html" class="nav-link "> <span class="title">Flot Charts</span> </a> </li> <li class="nav-item "> <a href="charts_flowchart.html" class="nav-link "> <span class="title">Flow Charts</span> </a> </li> <li class="nav-item "> <a href="charts_google.html" class="nav-link "> <span class="title">Google Charts</span> </a> </li> <li class="nav-item "> <a href="charts_echarts.html" class="nav-link "> <span class="title">eCharts</span> </a> </li> <li class="nav-item "> <a href="charts_morris.html" class="nav-link "> <span class="title">Morris Charts</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">HighCharts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_highcharts.html" class="nav-link "> HighCharts </a> </li> <li class="nav-item "> <a href="charts_highstock.html" class="nav-link "> HighStock </a> </li> <li class="nav-item "> <a href="charts_highmaps.html" class="nav-link "> HighMaps </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="maps_google.html" class="nav-link "> <span class="title">Google Maps</span> </a> </li> <li class="nav-item "> <a href="maps_vector.html" class="nav-link "> <span class="title">Vector Maps</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Layouts</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-layers"></i> <span class="title">Page Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_blank_page.html" class="nav-link "> <span class="title">Blank Page</span> </a> </li> <li class="nav-item "> <a href="layout_ajax_page.html" class="nav-link "> <span class="title">Ajax Content Layout</span> </a> </li> <li class="nav-item "> <a href="layout_language_bar.html" class="nav-link "> <span class="title">Header Language Bar</span> </a> </li> <li class="nav-item "> <a href="layout_footer_fixed.html" class="nav-link "> <span class="title">Fixed Footer</span> </a> </li> <li class="nav-item "> <a href="layout_boxed_page.html" class="nav-link "> <span class="title">Boxed Page</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-feed"></i> <span class="title">Sidebar Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_sidebar_menu_hover.html" class="nav-link "> <span class="title">Hover Sidebar Menu</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_reversed.html" class="nav-link "> <span class="title">Reversed Sidebar Page</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_fixed.html" class="nav-link "> <span class="title">Fixed Sidebar Layout</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_closed.html" class="nav-link "> <span class="title">Closed Sidebar Layout</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class=" icon-wrench"></i> <span class="title">Custom Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_disabled_menu.html" class="nav-link "> <span class="title">Disabled Menu Links</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Pages</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ecommerce_index.html" class="nav-link "> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders.html" class="nav-link "> <i class="icon-basket"></i> <span class="title">Orders</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders_view.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Order View</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Products</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products_edit.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Product Edit</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-docs"></i> <span class="title">Apps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="app_todo.html" class="nav-link "> <i class="icon-clock"></i> <span class="title">Todo 1</span> </a> </li> <li class="nav-item "> <a href="app_todo_2.html" class="nav-link "> <i class="icon-check"></i> <span class="title">Todo 2</span> </a> </li> <li class="nav-item "> <a href="app_inbox.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Inbox</span> </a> </li> <li class="nav-item "> <a href="app_calendar.html" class="nav-link "> <i class="icon-calendar"></i> <span class="title">Calendar</span> </a> </li> <li class="nav-item "> <a href="app_ticket.html" class="nav-link "> <i class="icon-notebook"></i> <span class="title">Support</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-user"></i> <span class="title">User</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_profile_1.html" class="nav-link "> <i class="icon-user"></i> <span class="title">Profile 1</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_account.html" class="nav-link "> <i class="icon-user-female"></i> <span class="title">Profile 1 Account</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_help.html" class="nav-link "> <i class="icon-user-following"></i> <span class="title">Profile 1 Help</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_2.html" class="nav-link "> <i class="icon-users"></i> <span class="title">Profile 2</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Login</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a> </li> <li class="nav-item "> <a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a> </li> <li class="nav-item "> <a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a> </li> <li class="nav-item "> <a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a> </li> <li class="nav-item "> <a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a> </li> <li class="nav-item "> <a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_user_lock_1.html" class="nav-link " target="_blank"> <i class="icon-lock"></i> <span class="title">Lock Screen 1</span> </a> </li> <li class="nav-item "> <a href="page_user_lock_2.html" class="nav-link " target="_blank"> <i class="icon-lock-open"></i> <span class="title">Lock Screen 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-social-dribbble"></i> <span class="title">General</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_about.html" class="nav-link "> <i class="icon-info"></i> <span class="title">About</span> </a> </li> <li class="nav-item "> <a href="page_general_contact.html" class="nav-link "> <i class="icon-call-end"></i> <span class="title">Contact</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Portfolio</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-magnifier"></i> <span class="title">Search</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_search.html" class="nav-link "> Search 1 </a> </li> <li class="nav-item "> <a href="page_general_search_2.html" class="nav-link "> Search 2 </a> </li> <li class="nav-item "> <a href="page_general_search_3.html" class="nav-link "> Search 3 </a> </li> <li class="nav-item "> <a href="page_general_search_4.html" class="nav-link "> Search 4 </a> </li> <li class="nav-item "> <a href="page_general_search_5.html" class="nav-link "> Search 5 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_general_pricing.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Pricing</span> </a> </li> <li class="nav-item "> <a href="page_general_faq.html" class="nav-link "> <i class="icon-wrench"></i> <span class="title">FAQ</span> </a> </li> <li class="nav-item "> <a href="page_general_blog.html" class="nav-link "> <i class="icon-pencil"></i> <span class="title">Blog</span> </a> </li> <li class="nav-item "> <a href="page_general_blog_post.html" class="nav-link "> <i class="icon-note"></i> <span class="title">Blog Post</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice_2.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">System</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_cookie_consent_1.html" class="nav-link "> <span class="title">Cookie Consent 1</span> </a> </li> <li class="nav-item "> <a href="page_cookie_consent_2.html" class="nav-link "> <span class="title">Cookie Consent 2</span> </a> </li> <li class="nav-item "> <a href="page_system_coming_soon.html" class="nav-link " target="_blank"> <span class="title">Coming Soon</span> </a> </li> <li class="nav-item "> <a href="page_system_404_1.html" class="nav-link "> <span class="title">404 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_404_2.html" class="nav-link " target="_blank"> <span class="title">404 Page 2</span> </a> </li> <li class="nav-item "> <a href="page_system_404_3.html" class="nav-link " target="_blank"> <span class="title">404 Page 3</span> </a> </li> <li class="nav-item "> <a href="page_system_500_1.html" class="nav-link "> <span class="title">500 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_500_2.html" class="nav-link " target="_blank"> <span class="title">500 Page 2</span> </a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-user"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-power"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-camera"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-link"></i> Sample Link 2</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li class="nav-item"> <a href="?p=dashboard-2" target="_blank" class="nav-link"> <i class="icon-globe"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-tag"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pencil"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> <!-- END SIDEBAR --> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <!-- BEGIN CONTENT BODY --> <div class="page-content"> <!-- BEGIN PAGE HEAD--> <div class="page-head"> <!-- BEGIN PAGE TITLE --> <div class="page-title"> <h1>Buttons Datatable <small>buttons extension demos</small> </h1> </div> <!-- END PAGE TITLE --> <!-- BEGIN PAGE TOOLBAR --> <div class="page-toolbar"> <!-- BEGIN THEME PANEL --> <div class="btn-group btn-theme-panel"> <a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown"> <i class="icon-settings"></i> </a> <div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click"> <div class="row"> <div class="col-md-4 col-sm-4 col-xs-12"> <h3>HEADER</h3> <ul class="theme-colors"> <li class="theme-color theme-color-default active" data-theme="default"> <span class="theme-color-view"></span> <span class="theme-color-name">Dark Header</span> </li> <li class="theme-color theme-color-light " data-theme="light"> <span class="theme-color-view"></span> <span class="theme-color-name">Light Header</span> </li> </ul> </div> <div class="col-md-8 col-sm-8 col-xs-12 seperator"> <h3>LAYOUT</h3> <ul class="theme-settings"> <li> Theme Style <select class="layout-style-option form-control input-small input-sm"> <option value="square">Square corners</option> <option value="rounded" selected="selected">Rounded corners</option> </select> </li> <li> Layout <select class="layout-option form-control input-small input-sm"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </li> <li> Header <select class="page-header-option form-control input-small input-sm"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </li> <li> Top Dropdowns <select class="page-header-top-dropdown-style-option form-control input-small input-sm"> <option value="light">Light</option> <option value="dark" selected="selected">Dark</option> </select> </li> <li> Sidebar Mode <select class="sidebar-option form-control input-small input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </li> <li> Sidebar Menu <select class="sidebar-menu-option form-control input-small input-sm"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </li> <li> Sidebar Position <select class="sidebar-pos-option form-control input-small input-sm"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </li> <li> Footer <select class="page-footer-option form-control input-small input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </li> </ul> </div> </div> </div> </div> <!-- END THEME PANEL --> </div> <!-- END PAGE TOOLBAR --> </div> <!-- END PAGE HEAD--> <!-- BEGIN PAGE BREADCRUMB --> <ul class="page-breadcrumb breadcrumb"> <li> <a href="index.html">Home</a> <i class="fa fa-circle"></i> </li> <li> <a href="#">Tables</a> <i class="fa fa-circle"></i> </li> <li> <span class="active">Datatables</span> </li> </ul> <!-- END PAGE BREADCRUMB --> <!-- BEGIN PAGE BASE CONTENT --> <div class="m-heading-1 border-green m-bordered"> <h3>DataTables Buttons Extension</h3> <p> A common UI paradigm to use with interactive tables is to present buttons that will trigger some action - that may be to alter the table's state, modify the data in the table, gather the data from the table or even to activate some external process. Showing such buttons is an interface that end users are comfortable with, making them feel at home with the table. </p> <p> For more info please check out <a class="btn red btn-outline" href="http://datatables.net/extensions/buttons/" target="_blank">the official documentation</a> </p> </div> <div class="row"> <div class="col-md-12"> <!-- BEGIN EXAMPLE TABLE PORTLET--> <div class="portlet light bordered"> <div class="portlet-title"> <div class="caption font-dark"> <i class="icon-settings font-dark"></i> <span class="caption-subject bold uppercase">Buttons</span> </div> <div class="tools"> </div> </div> <div class="portlet-body"> <table class="table table-striped table-bordered table-hover" id="sample_1"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> </tr> </tbody> </table> </div> </div> <!-- END EXAMPLE TABLE PORTLET--> <!-- BEGIN EXAMPLE TABLE PORTLET--> <div class="portlet box green"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-globe"></i>Buttons </div> <div class="tools"> </div> </div> <div class="portlet-body"> <table class="table table-striped table-bordered table-hover" id="sample_2"> <thead> <tr> <th> Rendering engine </th> <th> Browser </th> <th> Platform(s) </th> <th> Engine version </th> <th> CSS grade </th> </tr> </thead> <tbody> <tr> <td> Trident </td> <td> Internet Explorer 4.0 </td> <td> Win 95+ </td> <td> 4 </td> <td> X </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 5.0 </td> <td> Win 95+ </td> <td> 5 </td> <td> C </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 5.5 </td> <td> Win 95+ </td> <td> 5.5 </td> <td> A </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 6 </td> <td> Win 98+ </td> <td> 6 </td> <td> A </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 7 </td> <td> Win XP SP2+ </td> <td> 7 </td> <td> A </td> </tr> <tr> <td> Trident </td> <td> AOL browser (AOL desktop) </td> <td> Win XP </td> <td> 6 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 1.0 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 1.5 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 2.0 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 3.0 </td> <td> Win 2k+ / OSX.3+ </td> <td> 1.9 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Camino 1.0 </td> <td> OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Camino 1.5 </td> <td> OSX.3+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Netscape 7.2 </td> <td> Win 95+ / Mac OS 8.6-9.2 </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Netscape Browser 8 </td> <td> Win 98SE+ </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Netscape Navigator 9 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.0 </td> <td> Win 95+ / OSX.1+ </td> <td> 1 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.1 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.1 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.2 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.2 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.3 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.3 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.4 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.4 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.5 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.5 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.6 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.6 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.7 </td> <td> Win 98+ / OSX.1+ </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.8 </td> <td> Win 98+ / OSX.1+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Seamonkey 1.1 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Epiphany 2.20 </td> <td> Gnome </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 1.2 </td> <td> OSX.3 </td> <td> 125.5 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 1.3 </td> <td> OSX.3 </td> <td> 312.8 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 2.0 </td> <td> OSX.4+ </td> <td> 419.3 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 3.0 </td> <td> OSX.4+ </td> <td> 522.1 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> OmniWeb 5.5 </td> <td> OSX.4+ </td> <td> 420 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> iPod Touch / iPhone </td> <td> iPod </td> <td> 420.1 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> S60 </td> <td> S60 </td> <td> 413 </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 7.0 </td> <td> Win 95+ / OSX.1+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 7.5 </td> <td> Win 95+ / OSX.2+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 8.0 </td> <td> Win 95+ / OSX.2+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 8.5 </td> <td> Win 95+ / OSX.2+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 9.0 </td> <td> Win 95+ / OSX.3+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 9.2 </td> <td> Win 88+ / OSX.3+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 9.5 </td> <td> Win 88+ / OSX.3+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera for Wii </td> <td> Wii </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Nokia N800 </td> <td> N800 </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Nintendo DS browser </td> <td> Nintendo DS </td> <td> 8.5 </td> <td> C/A <sup>1</sup> </td> </tr> </tbody> </table> </div> </div> <!-- END EXAMPLE TABLE PORTLET--> </div> </div> <div class="row"> <div class="col-md-12"> <!-- Begin: life time stats --> <div class="portlet light portlet-fit portlet-datatable bordered"> <div class="portlet-title"> <div class="caption"> <i class="icon-settings font-green"></i> <span class="caption-subject font-green sbold uppercase">Trigger Tools From Dropdown Menu</span> </div> <div class="actions"> <div class="btn-group btn-group-devided" data-toggle="buttons"> <label class="btn btn-transparent grey-salsa btn-outline btn-circle btn-sm active"> <input type="radio" name="options" class="toggle" id="option1">Actions</label> <label class="btn btn-transparent grey-salsa btn-outline btn-circle btn-sm"> <input type="radio" name="options" class="toggle" id="option2">Settings</label> </div> <div class="btn-group"> <a class="btn red btn-outline btn-circle" href="javascript:;" data-toggle="dropdown"> <i class="fa fa-share"></i> <span class="hidden-xs"> Trigger Tools </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right" id="sample_3_tools"> <li> <a href="javascript:;" data-action="0" class="tool-action"> <i class="icon-printer"></i> Print</a> </li> <li> <a href="javascript:;" data-action="1" class="tool-action"> <i class="icon-check"></i> Copy</a> </li> <li> <a href="javascript:;" data-action="2" class="tool-action"> <i class="icon-doc"></i> PDF</a> </li> <li> <a href="javascript:;" data-action="3" class="tool-action"> <i class="icon-paper-clip"></i> Excel</a> </li> <li> <a href="javascript:;" data-action="4" class="tool-action"> <i class="icon-cloud-upload"></i> CSV</a> </li> <li class="divider"> </li> <li> <a href="javascript:;" data-action="5" class="tool-action"> <i class="icon-refresh"></i> Reload</a> </li> </li> </ul> </div> </div> </div> <div class="portlet-body"> <div class="table-container"> <table class="table table-striped table-bordered table-hover" id="sample_3"> <thead> <tr> <th> Rendering engine </th> <th> Browser </th> <th> Platform(s) </th> <th> Engine version </th> <th> CSS grade </th> </tr> </thead> <tbody> <tr> <td> Trident </td> <td> Internet Explorer 4.0 </td> <td> Win 95+ </td> <td> 4 </td> <td> X </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 5.0 </td> <td> Win 95+ </td> <td> 5 </td> <td> C </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 5.5 </td> <td> Win 95+ </td> <td> 5.5 </td> <td> A </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 6 </td> <td> Win 98+ </td> <td> 6 </td> <td> A </td> </tr> <tr> <td> Trident </td> <td> Internet Explorer 7 </td> <td> Win XP SP2+ </td> <td> 7 </td> <td> A </td> </tr> <tr> <td> Trident </td> <td> AOL browser (AOL desktop) </td> <td> Win XP </td> <td> 6 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 1.0 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 1.5 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 2.0 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Firefox 3.0 </td> <td> Win 2k+ / OSX.3+ </td> <td> 1.9 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Camino 1.0 </td> <td> OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Camino 1.5 </td> <td> OSX.3+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Netscape 7.2 </td> <td> Win 95+ / Mac OS 8.6-9.2 </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Netscape Browser 8 </td> <td> Win 98SE+ </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Netscape Navigator 9 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.0 </td> <td> Win 95+ / OSX.1+ </td> <td> 1 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.1 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.1 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.2 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.2 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.3 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.3 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.4 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.4 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.5 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.5 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.6 </td> <td> Win 95+ / OSX.1+ </td> <td> 1.6 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.7 </td> <td> Win 98+ / OSX.1+ </td> <td> 1.7 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Mozilla 1.8 </td> <td> Win 98+ / OSX.1+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Seamonkey 1.1 </td> <td> Win 98+ / OSX.2+ </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Gecko </td> <td> Epiphany 2.20 </td> <td> Gnome </td> <td> 1.8 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 1.2 </td> <td> OSX.3 </td> <td> 125.5 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 1.3 </td> <td> OSX.3 </td> <td> 312.8 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 2.0 </td> <td> OSX.4+ </td> <td> 419.3 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> Safari 3.0 </td> <td> OSX.4+ </td> <td> 522.1 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> OmniWeb 5.5 </td> <td> OSX.4+ </td> <td> 420 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> iPod Touch / iPhone </td> <td> iPod </td> <td> 420.1 </td> <td> A </td> </tr> <tr> <td> Webkit </td> <td> S60 </td> <td> S60 </td> <td> 413 </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 7.0 </td> <td> Win 95+ / OSX.1+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 7.5 </td> <td> Win 95+ / OSX.2+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 8.0 </td> <td> Win 95+ / OSX.2+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 8.5 </td> <td> Win 95+ / OSX.2+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 9.0 </td> <td> Win 95+ / OSX.3+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 9.2 </td> <td> Win 88+ / OSX.3+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera 9.5 </td> <td> Win 88+ / OSX.3+ </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Opera for Wii </td> <td> Wii </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Nokia N800 </td> <td> N800 </td> <td> - </td> <td> A </td> </tr> <tr> <td> Presto </td> <td> Nintendo DS browser </td> <td> Nintendo DS </td> <td> 8.5 </td> <td> C/A <sup>1</sup> </td> </tr> </tbody> </table> </div> </div> </div> <!-- End: life time stats --> </div> </div> <div class="row"> <div class="col-md-12"> <div class="note note-danger"> <p> NOTE: The below datatable is not connected to a real database so the filter and sorting is just simulated for demo purposes only. </p> </div> <!-- Begin: life time stats --> <div class="portlet light portlet-fit portlet-datatable bordered"> <div class="portlet-title"> <div class="caption"> <i class="icon-settings font-dark"></i> <span class="caption-subject font-dark sbold uppercase">Ajax Datatable</span> </div> <div class="actions"> <div class="btn-group btn-group-devided" data-toggle="buttons"> <label class="btn btn-transparent grey-salsa btn-outline btn-circle btn-sm active"> <input type="radio" name="options" class="toggle" id="option1">Actions</label> <label class="btn btn-transparent grey-salsa btn-outline btn-circle btn-sm"> <input type="radio" name="options" class="toggle" id="option2">Settings</label> </div> <div class="btn-group"> <a class="btn red btn-outline btn-circle" href="javascript:;" data-toggle="dropdown"> <i class="fa fa-share"></i> <span class="hidden-xs"> Tools </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right" id="datatable_ajax_tools"> <li> <a href="javascript:;" data-action="0" class="tool-action"> <i class="icon-printer"></i> Print</a> </li> <li> <a href="javascript:;" data-action="1" class="tool-action"> <i class="icon-check"></i> Copy</a> </li> <li> <a href="javascript:;" data-action="2" class="tool-action"> <i class="icon-doc"></i> PDF</a> </li> <li> <a href="javascript:;" data-action="3" class="tool-action"> <i class="icon-paper-clip"></i> Excel</a> </li> <li> <a href="javascript:;" data-action="4" class="tool-action"> <i class="icon-cloud-upload"></i> CSV</a> </li> <li class="divider"> </li> <li> <a href="javascript:;" data-action="5" class="tool-action"> <i class="icon-refresh"></i> Reload</a> </li> </li> </ul> </div> </div> </div> <div class="portlet-body"> <div class="table-container"> <div class="table-actions-wrapper"> <span> </span> <select class="table-group-action-input form-control input-inline input-small input-sm"> <option value="">Select...</option> <option value="Cancel">Cancel</option> <option value="Cancel">Hold</option> <option value="Cancel">On Hold</option> <option value="Close">Close</option> </select> <button class="btn btn-sm green table-group-action-submit"> <i class="fa fa-check"></i> Submit</button> </div> <table class="table table-striped table-bordered table-hover table-checkable" id="datatable_ajax"> <thead> <tr role="row" class="heading"> <th width="2%"> <label class="mt-checkbox mt-checkbox-single mt-checkbox-outline"> <input type="checkbox" class="group-checkable" data-set="#sample_2 .checkboxes" /> <span></span> </label> </th> <th width="5%"> Record&nbsp;# </th> <th width="15%"> Date </th> <th width="200"> Customer </th> <th width="10%"> Ship&nbsp;To </th> <th width="10%"> Price </th> <th width="10%"> Amount </th> <th width="10%"> Status </th> <th width="10%"> Actions </th> </tr> <tr role="row" class="filter"> <td> </td> <td> <input type="text" class="form-control form-filter input-sm" name="order_id"> </td> <td> <div class="input-group date date-picker margin-bottom-5" data-date-format="dd/mm/yyyy"> <input type="text" class="form-control form-filter input-sm" readonly name="order_date_from" placeholder="From"> <span class="input-group-btn"> <button class="btn btn-sm default" type="button"> <i class="fa fa-calendar"></i> </button> </span> </div> <div class="input-group date date-picker" data-date-format="dd/mm/yyyy"> <input type="text" class="form-control form-filter input-sm" readonly name="order_date_to" placeholder="To"> <span class="input-group-btn"> <button class="btn btn-sm default" type="button"> <i class="fa fa-calendar"></i> </button> </span> </div> </td> <td> <input type="text" class="form-control form-filter input-sm" name="order_customer_name"> </td> <td> <input type="text" class="form-control form-filter input-sm" name="order_ship_to"> </td> <td> <div class="margin-bottom-5"> <input type="text" class="form-control form-filter input-sm" name="order_price_from" placeholder="From" /> </div> <input type="text" class="form-control form-filter input-sm" name="order_price_to" placeholder="To" /> </td> <td> <div class="margin-bottom-5"> <input type="text" class="form-control form-filter input-sm margin-bottom-5 clearfix" name="order_quantity_from" placeholder="From" /> </div> <input type="text" class="form-control form-filter input-sm" name="order_quantity_to" placeholder="To" /> </td> <td> <select name="order_status" class="form-control form-filter input-sm"> <option value="">Select...</option> <option value="pending">Pending</option> <option value="closed">Closed</option> <option value="hold">On Hold</option> <option value="fraud">Fraud</option> </select> </td> <td> <div class="margin-bottom-5"> <button class="btn btn-sm green btn-outline filter-submit margin-bottom"> <i class="fa fa-search"></i> Search</button> </div> <button class="btn btn-sm red btn-outline filter-cancel"> <i class="fa fa-times"></i> Reset</button> </td> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> <!-- End: life time stats --> </div> </div> <!-- END PAGE BASE CONTENT --> </div> <!-- END CONTENT BODY --> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2016 &copy; Metronic Theme By <a target="_blank" href="http://keenthemes.com">Keenthemes</a> &nbsp;|&nbsp; <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> <!-- BEGIN QUICK NAV --> <nav class="quick-nav"> <a class="quick-nav-trigger" href="#0"> <span aria-hidden="true"></span> </a> <ul> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" target="_blank" class="active"> <span>Purchase Metronic</span> <i class="icon-basket"></i> </a> </li> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/reviews/4021469?ref=keenthemes" target="_blank"> <span>Customer Reviews</span> <i class="icon-users"></i> </a> </li> <li> <a href="http://keenthemes.com/showcast/" target="_blank"> <span>Showcase</span> <i class="icon-user"></i> </a> </li> <li> <a href="http://keenthemes.com/metronic-theme/changelog/" target="_blank"> <span>Changelog</span> <i class="icon-graph"></i> </a> </li> </ul> <span aria-hidden="true" class="quick-nav-bg"></span> </nav> <div class="quick-nav-overlay"></div> <!-- END QUICK NAV --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <script src="../assets/global/plugins/ie8.fix.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL PLUGINS --> <script src="../assets/global/scripts/datatable.js" type="text/javascript"></script> <script src="../assets/global/plugins/datatables/datatables.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js" type="text/javascript"></script> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN PAGE LEVEL SCRIPTS --> <script src="../assets/pages/scripts/table-datatables-buttons.min.js" type="text/javascript"></script> <!-- END PAGE LEVEL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout4/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/layout4/scripts/demo.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
apps/STANDFIRE_v1.1/bin/capsis/doc/capsis_help/help_fr-maddmodule.html
bretthdavis/standfire
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <link rel="stylesheet" media="screen" type="text/css" href="./style.css" /> <link rel="stylesheet" media="screen" type="text/css" href="./design.css" /> <link rel="stylesheet" media="print" type="text/css" href="./print.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <a href=.>start</a>&nbsp;=>&nbsp;<a href=help_fr.html>help_fr</a></br> <h1 class="sectionedit307" id="module_maddmodel">Module MaddModel</h1> <div class="level1"> </div> <!-- EDIT307 SECTION "Module MaddModel" [1-32] --> <h2 class="sectionedit308" id="auteur">Auteur</h2> <div class="level2"> <p> François de Coligny (INRA), UMR AMAP, botAnique et bioinforMatique de l&#039;Architecture des Plantes, TA 40 / PS2 - Boulevard de la Lironde, 34398 Montpellier Cedex 5 </p> </div> <!-- EDIT308 SECTION "Auteur" [33-217] --> <h2 class="sectionedit309" id="objectifs">Objectifs</h2> <div class="level2"> <p> MaddModel est un module technique d&#039;exemple. Il est fourni avec Capsis pour aider à évaluer les possibilités de la plate-forme. </p> <p> <a href="media/help_fr/viewer3d-2.jpg" class="media" target="_blank" title="help_fr:viewer3d-2.jpg"><img src="media/help_fr/viewer3d-2.jpg" class="media" title="" alt="" /></a> </p> <p> Ce modèle spatialement explicite emprunte certaines équations empiriques du module Mountain de Benoît Courbaud pour calculer des incréments de diamètres et de hauteurs. Certaines propriétés ont été ajoutées au peuplement et aux arbres pour tester des options techniques. Ces propriétés pourront changer dans des versions futures. </p> </div> <!-- EDIT309 SECTION "Objectifs" [218-745] --> <h2 class="sectionedit310" id="description">Description</h2> <div class="level2"> <p> MaddModel est un modèle individuel spatialement explicite (Modèle Arbre Dépendant des Distances). Les arbres sont caractérisés par leur espèce, position (x, y, z), hauteur, diamètre à 1.3m et âge. La croissance est modélisée au niveau arbre pour chaque individu. La régénération est modélisée au niveau du peuplement. La mortalité des arbres est stochastique. </p> <p> <strong>Entrées</strong> </p> <p> MaddModel utilise des fichiers d&#039;inventaires avec les caractéristiques de chaque arbre : id, position (noyau ou non), x, y, z, année, h (m), dbh (cm), age. </p> <p> Exemple d&#039;inventaire avec 2 arbres : </p> <div class="table sectionedit311"><table class="inline"> <tr class="row0"> <td class="col0">1 </td><td class="col1 rightalign"> N </td><td class="col2 centeralign"> 0.1 </td><td class="col3 centeralign"> 36 </td><td class="col4 rightalign"> 0 </td><td class="col5 rightalign"> 2000 </td><td class="col6 rightalign"> 18 </td><td class="col7 centeralign"> 25 </td><td class="col8 rightalign"> 92 </td> </tr> <tr class="row1"> <td class="col0">2 </td><td class="col1 rightalign"> N </td><td class="col2 centeralign"> 2.2 </td><td class="col3 rightalign"> 49.1 </td><td class="col4 rightalign"> 0 </td><td class="col5 rightalign"> 2000 </td><td class="col6 rightalign"> 18 </td><td class="col7 centeralign"> 25 </td><td class="col8 rightalign"> 92 </td> </tr> </table></div> <!-- EDIT311 TABLE [1361-1486] --> <p> <strong>Sorties</strong> </p> <p> Des Visus peuvent être utilisés pour examiner l&#039;évolution des caractéristiques du peuplement (Visu simple, Visu texte, Explorateur, Inspecteur de structures de données…). Des graphiques peuvent être utilisés pour contrôler et comparer les différents états des peuplements ou pour surveiler l&#039;évolution de certaines variables au cours du temps (surface terrière, diamètre de l&#039;arbre moyen, nombre d&#039;arbres par classe de diamètre ou par espèce…). </p> </div> <!-- EDIT310 SECTION "Description" [746-] --></body> </html>
datasets/L3S-GN1/annotated/506df3c3-f5bf-4f4a-bd32-80a3f1fb97d7.html
villasv/pyWebNectar
<html><head> <style type="text/css"> <!-- * { visibility: visible !important; overflow: visible !important; user-select:normal !important; -moz-user-select:normal !important; -webkit-user-select:normal !important; user-focus:normal !important; -moz-user-focus:normal !important; -webkit-user-focus:normal !important; filter:none !important; } BODY { overflow: auto !important; } .x-nc-sel0 { text-decoration:none; display:block !important; visibility:visible !important; } .x-nc-sel1 { text-decoration:none; background-color: #42ffa1 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel2 { text-decoration:none; background-color: #ffff42 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel3 { text-decoration:none; background-color: #ff42ff !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel4 { text-decoration:none; background-color: #ffa142 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel5 { text-decoration:none; background-color: #00ffff !important; color: black !important; display:block !important; visibility:visible !important; } BODY.x-nc-linearized * { float: none !important; position: static !important; overflow: visible !important; } BODY.x-nc-linearized DIV { width:auto !important; height:auto !important; } BODY.x-nc-linearized table, BODY.x-nc-linearized tbody, BODY.x-nc-linearized td, BODY.x-nc-linearized tfoot, BODY.x-nc-linearized th, BODY.x-nc-linearized thead, BODY.x-nc-linearized tr { display: block !important; position: static !important; } --> </style> <title> FIFA.com - Eto'o on song for Barca </title> <link href="/style/basic.css" rel="stylesheet" title="standard" type="text/css"> <link href="/style/accessible.css" rel="alternate stylesheet" title="accessible" type="text/css"> <link href="/style/print.css" rel="stylesheet" title="standard" media="print" type="text/css"> <link href="/style/worldFootball.css" rel="stylesheet" title="standard" type="text/css"> <link href="/imgml/favicon/favicon.ico" rel="shortcut icon"> </head><body> <noscript class="x-nc-invisible"> </noscript> <div id="headerBG"> <div id="l"> </div> <div id="r"> </div> <a href="javascript:void()"> SkipNavigation </a> </div> <div id="global"> <div id="header"> <a id="fifaComHome" href="javascript:void()" accesskey="0"> <img src="http://img.fifa.com/imgml/head/fifa.com.gif" alt="FIFA.com" longdesc="FIFA.com" height="28" width="139"> </a> <div id="navigation"> <ul id="navBarTop"> <li> <a href="javascript:void()" accesskey="1" class="first"> FIFA World Cup? </a> </li> <li> <a href="javascript:void()" accesskey="2"> Tournaments </a> </li> <li> <a href="javascript:void()" accesskey="3"> World Football </a> </li> </ul> <ul id="navBarBottom"> <li> <a href="javascript:void()" accesskey="4" class="first"> News Centre </a> </li> <li> <a href="javascript:void()" accesskey="5"> Classic Football </a> </li> <li> <a href="javascript:void()" accesskey="6"> Fan Fest </a> </li> <li> <a href="javascript:void()" accesskey="7"> About FIFA </a> </li> </ul> </div> <div id="toolbar"> <ul id="versions"> <li class="first"> <a href="javascript:void()"> Language </a> </li> <li class="x-nc-invisible"> </li> <li class="x-nc-invisible"> </li> </ul> <div id="authorization"> <div class="x-nc-invisible"> </div> <div class="x-nc-invisible"> </div> </div> <div id="memberAssociations"> <span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img src="http://img.fifa.com/imgml/head/world.gif" alt="" height="19" width="35"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Countries</span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img src="http://img.fifa.com/imgml/head/ama.gif" alt="" height="4" width="7"></span><span class="x-nc-sel0"> </span></span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="quickSearch"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><form id="quickSearchForm" action="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><label for="qsQuery"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Search</span></span><span class="x-nc-sel0"> </span></label></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><input id="qsQuery" name="q" value="Search" type="text"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><input id="qsSubmit" class="qsSubmit" value="&gt;&gt;" type="button"></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></form></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="mmCentre"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="mmSpacer"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="workspace"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="conterHeader"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="level1" class="worldFootballHeader"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><ul id="lev1Menu"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li class=""><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()" class="first" id="wfResFix"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Fixtures and Results</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></li></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li class=""><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()" class="" id="wfNatTeams"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">National Teams</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></li></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li class="current"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()" class="" id="wfClub"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Club Football</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></li></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li class="previousIsCurrent"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()" class="" id="wfRank"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">FIFA/Coca-Cola World Ranking</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></li></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li class=""><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()" class="" id="wfStat"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Statistics</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></li></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li class=""><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()" class="last" id="laws"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Laws of the Game</span></span> </a></span> </li></span> <li class="current"> </li> </ul></span> </div></span> <div id="mainContent"> <div class="content"> <div class="article"> <div style=""> <div id="mediaHeader"> <h1> <span class="x-nc-sel2">Eto'o on song for Barca</span> </h1> <div class="newsCredits subTitleCredits"> <span class="x-nc-sel3">(AFP) Saturday 12 January 2008</span> </div> </div> </div> <div class="mC"> <div class="print commands"> <div class="printFrm"> <span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img src="/imgml/icons/print.gif" alt="" height="12" width="12"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Print</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="emailFrm"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img src="/imgml/icons/emailto.gif" alt="" height="12" width="12"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Email to a friend</span></span> </a></span> </div></span> <div id="frmEmail"> </div> </div> <div class="articleBody"> <p style="clear: both;"> <span class="x-nc-sel2">Eidur Gudjohnsen, teenager Bojan Krkic and two late goals from Samuel Eto'o gave Barcelona an emphatic 4-0 win over Murcia which closed the gap on Spanish leaders Real Madrid to four points on Saturday.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">The Catalan club's biggest win of the season gave Barca coach Frank Rijkaard the perfect opportunity to hit back at his critics among the club's fans and the local media.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Rijkaard has been under-fire since their 1-0 loss to bitter rivals Real on December 23, their only loss in the Nou Camp this season.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">"I detected an atmosphere of doubt but I never had any doubts. We've got to believe more in this team and what they are capable of," said the Dutch coach.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">After a hesitant start, when Barca could easily have gone behind, Gudjohnsen settled their nerves after 27 minutes.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">The Icelandic international opened the scoring with a well-taken goal from just inside the area following a pass from Gianluca Zambrotta.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Bojan, who is just 17, got Barca's second goal after 52 minutes.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">"We had a chance at the start of the second half when Fernando Baiano could have scored. If that had happened the score would have been 1-1 and I think things would have different," said Murcia coach Lucas Alcaraz.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">"As it was, after they got their second goal, they felt comfortable and were clearly superior. Nevertheless, for a team that was supposed to struggle this season, I've still got a good feeling."</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Henry had dashed down the left wing, outsprinting the Murcia defenders, before providing an outstanding cross to leave Bojan the relatively easy task of slotting the ball home.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Bojan, Henry and Xavi Hernandez all has chances to get Barca's third but were denied by the agility of Murcia goalkeeper Antonio Notario.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">However, the almost inevitable goal finally came from Eto'o 13 minutes from time when the Cameroon striker hammered the ball home after another inch-perfect Henry pass.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Zambrotta hit the post after 84 minutes but three minutes later Eto'o signed off for Barca before departing for the CAF Africa Cup of Nations with his fourth league goal in as many games, connecting with a cross from substitute Giovanni.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Barcelona's victory confirmed that they stay in second place at the halfway point in the Spanish season, with 40 points from 19 games.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Real Madrid, the reigning champions, are in pole position with 44 points but a game in hand and play at bottom club Levante on Sunday.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">"Titles are won in places like Levante," said Real coach Bernd Schuster whose preparations for the game have been disrupted by worries over the health of Spanish international goalkeeper Iker Casillas.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Casillas, who is one of a handful of Spanish first division players who have played every minute of the season so far, has been struggling to overcome a bad bout of gastro-enteritis.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">"He's got some stomach problems but I think he'll be OK to play," said Schuster, although former Liverpool hero Jerzy Dudek is waiting in the wings should Casillas be ruled out.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Fernando Gago is expected to start in the midfield in place of the absent Mohamadou Diarra, who is with the Mali squad ahead of the Cup of Nations which starts in Ghana on January 20.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Athletic Bilbao, who are one of only three clubs to have been ever-present in the Spanish first division along with Real Madrid and Barcelona, started the weekend just one place above the relegation zone but eased some of their worries with a 2-0 win over Sevilla.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Francisco Yeste opened the scoring after 28 minutes when found the net with his left foot, following a cross from the left by David Lopez.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Sevilla were then reduced to 10 men just seven minutes into the second half when Julien Escude was sent off after catching Aritz Aduriz in the face with his elbow while both men were jumping for the ball.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Athletic took advantage of the French defender's dismissal by going on the attack.</span> </p> <p style="clear: both;"> <span class="x-nc-sel2">Nestor Susaeta added Athletic's second after 68 minutes.</span> </p> </div> <div class="print commands"> <div class="printFrm"> <span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img src="/imgml/icons/print.gif" alt="" height="12" width="12"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Print</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="emailFrm"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img src="/imgml/icons/emailto.gif" alt="" height="12" width="12"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Email to a friend</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="commFrm"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img src="/imgml/icons/comments_add.gif" alt="" height="12" width="12"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Add your comment</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="frmEmailBottom"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="newsRating"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img id="star_1" alt="1" src="/imgml/icons/star0.gif"></span><span class="x-nc-sel0"> </span></span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img id="star_2" alt="2" src="/imgml/icons/star0.gif"></span><span class="x-nc-sel0"> </span></span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img id="star_3" alt="3" src="/imgml/icons/star0.gif"></span><span class="x-nc-sel0"> </span></span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img id="star_4" alt="4" src="/imgml/icons/star0.gif"></span><span class="x-nc-sel0"> </span></span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img id="star_5" alt="5" src="/imgml/icons/star0.gif"></span><span class="x-nc-sel0"> </span></span></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="voteResults"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="comments" id="listComment"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="form_comments_671212"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="comments_671212"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="sC"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="pics"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><img id="pcImg" src="/mm/photo/worldfootball/clubfootball/trpar1707803%5f33617%5fsq%5fmedium.jpg" alt="FC Barcelona's Samuel Eto'o of Cameroon smiles after scoring a goal during their Spanish League foot" height="180" width="180"></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="pcCr" class="newsCredits"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel3">(AFP)</span></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="miniMMNav"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="miniMMNavIC"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a id="pnAL" class="naLF" src="#"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="nT"><span class="x-nc-sel0"> &lt;&lt; </span></span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a id="pnAR" class="naRF" src="#"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="nT"><span class="x-nc-sel0"> &gt;&gt; </span></span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="bullets"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a src="#" id="nb0" class="nbSel"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="nT"><span class="x-nc-sel0"> 1 </span></span></span><span class="x-nc-sel0"> &nbsp; </span></a></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a src="#" id="nb1" class=""><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="nT"><span class="x-nc-sel0"> 2 </span></span></span><span class="x-nc-sel0"> &nbsp; </span></a></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div style="clear: both;"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div></span> <div class="relArticle"> <h2> News </h2> <ul> <li> <a href="javascript:void()"> Deportivo coach Lotina drops keepers » </a> </li> <li> <a href="javascript:void()"> Ronaldo treble takes United top » </a> </li> <li> <a href="javascript:void()"> Nakamura fires Celtic into fifth round » </a> </li> <li> <a href="javascript:void()"> Another year for Larsson » </a> </li> <li> <a href="javascript:void()"> Everton sign Fernandes on loan again » </a> </li> </ul> </div> <div class="relItems articlerel"> <h2> More on... </h2> <ul> <li> <a href="javascript:void()"> Spain » </a> </li> </ul> </div> </div></span> </div> </div> </div> <div id="extendedContent"> <div class="h exH"> </div> <div class="content"> <div class="boxFW box"> <h2> <span class="x-nc-sel0">Poll</span><span class="x-nc-sel0"> </span></h2><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="iC"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div id="dynamic_182"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="f"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="advert advert box boxFW"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><h2><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Advertisement</span></span><span class="x-nc-sel0"> </span></h2></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="iC"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><noscript class="x-nc-sel0"> </noscript></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="f"><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="box boxFW" id="exHaveYourSay"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><h2><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Have your say</span></span><span class="x-nc-sel0"> </span></h2></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="iC"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><ul><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><strong><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Who will win Ghana 2008?</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></strong></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><br></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><br></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">i do not know why know is bringing morocco in to this they have been unbeaten in their last 3 games tieing with france ...</span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="postAuthor"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Posted by</span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><strong><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">morocco4life, Morocco</span></span><span class="x-nc-sel0"> </span></strong></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><hr></span><span class="x-nc-sel0"> </span></li></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><strong><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Barca hand Sevilla Copa knockout</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></strong></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><br></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><br></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">This is the turn of barca to lift the King's Cup cos we have the materials to do that</span></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><div class="postAuthor"><span class="x-nc-sel0"> Posted by </span><span class="x-nc-sel0"><strong><span class="x-nc-sel0"> yamanmma, Nigeria </span></strong></span><span class="x-nc-sel0"> </span></div></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><hr></span><span class="x-nc-sel0"> </span></li></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><li><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><strong><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><a href="javascript:void()"><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Italian job looks straightforward</span></span><span class="x-nc-sel0"> </span></a></span><span class="x-nc-sel0"> </span></strong></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><br></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><br></span><span class="x-nc-sel0"> </span><span class="x-nc-sel0"><span class="x-nc-sel0">Our Irish friend is whistling past the graveyard. I think Italy will wipe the smile off of his face when they take ...</span></span> <div class="postAuthor"> Posted by <strong> USSNerka, USA </strong> </div> <hr> </li></span> <li> <strong> <a href="javascript:void()"> Celebrated coaches aim for glory </a> </strong> <br> <br> HASSAN SHEHATA THE KING OF AFRICA NO ONE LIKE HIM <div class="postAuthor"> Posted by <strong> hamadaalo, Egypt </strong> </div> <hr> </li> </ul></span> <div class=""> <div class="qL qLInline"> <ul> <li class="first last"> <a href="javascript:void()"> <wbr> More Comments </a> </li> </ul> </div> </div> </div></span> <div class="f"> </div> </div></span> </div> <div class="f exF"> </div> </div> <div id="preContentFooter"> </div> <div id="contentFooter"> </div> </div></span> <div id="footer"> <img src="http://img.fifa.com/imgml/foot/fifaLogo.gif" alt="FIFA [logo]" height="45" width="51"> <div> <ul> <li class="first"> <a href="javascript:void()"> FIFA World Cup? </a> </li> <li class=""> <a href="javascript:void()"> Tournaments </a> </li> <li class=""> <a href="javascript:void()"> World Football </a> </li> <li class=""> <a href="javascript:void()"> News Centre </a> </li> <li class=""> <a href="javascript:void()"> Classic Football </a> </li> <li class=""> <a href="javascript:void()"> Fan Fest </a> </li> <li class=""> <a href="javascript:void()"> About FIFA </a> </li> </ul> <ul> <li class="first"> Copyright ©1994 - 2007 FIFA. All rights reserved </li> <li> <a href="javascript:void()"> Terms of Service </a> </li> <li> <a href="javascript:void()"> Privacy Policy </a> </li> <li> <a href="javascript:void()"> Downloads </a> </li> <li> <a href="javascript:void()"> Accessibility </a> </li> </ul> <ul> <li class="first"> <a href="javascript:void()"> Contact FIFA </a> </li> </ul> </div> </div> <div class="x-nc-invisible"> </div> <div class="x-nc-invisible"> </div> </div> <script class="x-nc-invisible"> </script> </body></html>
core/conf/mail/modelli/corsoBaseAttivato.html
CroceRossaCatania/gaia
<p>Ciao _ASPIRANTE,</p> <p>ti scriviamo in riferimento alla tua richiesta di diventare volontario della Croce Rossa Italiana fatta attraverso <a href="https://gaia.cri.it">Gaia</a>.</p> <p>Nelle tue vicinanze è stato attivato un "corso base" per Volontari CRI!</p> <p>Il corso è stato organizzato da _COMITATO ed avrà inizio _INIZIO</p> <p>Alcune informazioni su questo corso:</p> _DESCRIZIONE <p><a href="https://gaia.cri.it/?p=login">Entra in Gaia (clicca qui)</a> per metterti in contatto col direttore del corso e per effettuare la preiscrizione.</p> <p><strong>Prima di rispondere a questa email, ti chiediamo di leggere alcune informazioni importanti</strong>:</p> <p>- Nel caso il cui il corso base fosse troppo distante dal tuo indirizzo di preferenza, puoi contattare un Comitato presso il quale vorresti fare il corso cliccando <a href="https://gaia.cri.it/?p=aspirante.elenco.comitati">qui</a>;</p> <p>- Se volessi conoscere i corsi attualmente attivi vicino al tuo indirizzo di preferenza è necessario <a href="https://gaia.cri.it/?p=aspirante.elenco.corsi">cliccare qui</a>;</p> <p>- Per qualsiasi informazione inerente il tuo corso l'unico riferimento sarà il Direttore di corso, potrai contattarlo <a href="https://gaia.cri.it/?p=login">accedendo a Gaia</a>;</p> <p>- Se non volessi più ricevere ulteriori comunicazioni da Gaia, <a href="https://gaia.cri.it/?p=aspirante.cancellati">clicca qui</a> per cancellarti.</p>
public/designs/organization/templates/default/stylesheets/stock.css
leandronunes/abelo
.subtitle p{ float: left; } .display_info_options{ clear: both; }
MediterraneanWhiteNight/gtk-3.0/gtk.css
darvelo/pkg-mediterranean-gtk-themes
/* Default color scheme */ @define-color base_color #dadada; @define-color bg_color #c6c6c6; @define-color text_color #161616; @define-color fg_color #242424; @define-color selected_bg_color #4a6787; @define-color selected_fg_color #fff; @define-color tooltip_bg_color #040404; @define-color tooltip_fg_color #fff; /* Colormap actually used by the theme, to be overridden in other css files */ @define-color theme_base_color @base_color; @define-color theme_bg_color @bg_color; @define-color theme_text_color @text_color; @define-color theme_fg_color @fg_color; @define-color theme_shadow_color alpha(#fff, 0.22); @define-color theme_selected_bg_color #646464; @define-color theme_selected_fg_color @selected_fg_color; @define-color theme_selected_shadow_color alpha(#000, 0.18); @define-color theme_tooltip_bg_color @tooltip_bg_color; @define-color theme_tooltip_fg_color @tooltip_fg_color; @define-color menu_bg_color shade(@theme_bg_color, 1.06); @define-color menu_fg_color shade(@theme_fg_color, 1.00); @define-color menu_shadow_color @theme_shadow_color; /*************************[Mediterranean-White-Night]***************************/ @define-color theme_bg_dark_color @theme_bg_color; @define-color theme_fg_dark_color @theme_fg_color; @define-color theme_text_dark_color @theme_text_color; @define-color theme_shadow_dark_color @theme_shadow_color; @define-color theme_highlight_color alpha(#fff, 0.18); @define-color theme_button_border_dark shade(@theme_bg_dark_color, 0.74); @define-color theme_entry_border_dark @theme_button_border_dark; @define-color theme_path_bg_color shade(@theme_bg_dark_color, 0.97); @define-color theme_path_active_color shade(@theme_bg_dark_color, 0.95); @define-color theme_tab_dark_active1 shade(@theme_bg_dark_color, 0.85); @define-color theme_tab_dark_active2 shade(@theme_tab_dark_active1, 1.25); @define-color theme_mdi_border_color shade(@theme_bg_dark_color, 0.82); @define-color menu_bg_dark_color shade(@theme_bg_dark_color, 1.12); @define-color menu_fg_dark_color @theme_fg_dark_color; @define-color menu_shadow_dark_color alpha(#fff, 0.18); @define-color menu_line_dark_color shade(@theme_bg_dark_color, 0.87); @define-color menu_line_light_color shade(@theme_bg_dark_color, 1.05); /**************************************************************************/ @define-color theme_tab_active1 shade(@theme_base_color, 0.80); @define-color theme_tab_active2 shade(@theme_base_color, 1.00); @define-color button_raised_gradient_color_a shade(@theme_bg_dark_color, 1.05); @define-color button_raised_gradient_color_b shade(@theme_bg_dark_color, 0.90); @define-color button_raised_linked_shadow alpha(@theme_base_color, 0.70); @define-color link_color shade(#4a90d9, 0.20); @define-color frame_color #808080; @define-color inactive_frame_color #bbbbbb; @define-color warning_color #f57900; @define-color error_color #cc0000; @define-color success_color #4e9a06; @define-color info_fg_color rgb (181, 171, 156); @define-color info_bg_color rgb (252, 252, 189); @define-color warning_fg_color rgb (173, 120, 41); @define-color warning_bg_color rgb (250, 173, 61); @define-color question_fg_color rgb (97, 122, 214); @define-color question_bg_color rgb (138, 173, 212); @define-color error_fg_color rgb (106, 18, 18); @define-color error_bg_color rgb (240, 54, 54); @define-color os_chrome_bg_color @theme_bg_dark_color; @define-color os_chrome_fg_color @theme_fg_dark_color; @define-color os_chrome_selected_bg_color @theme_selected_bg_color; @define-color os_chrome_selected_fg_color @theme_selected_fg_color; @define-color chrome_bg_color @theme_bg_color; @define-color chrome_fg_color @theme_fg_color; @define-color entry_text_color @theme_text_color; @define-color focused_entry_border mix(@theme_selected_bg_color, @theme_bg_color, 0.37); @define-color focused_entry_outer alpha(shade(@theme_selected_bg_color, 1.30), 0.25); @define-color entry_text_dark_color @theme_text_color; @define-color entry_bg_dark_color shade(@theme_base_color, 1.00); @define-color focused_dark_entry_border @focused_entry_border; @define-color focused_dark_entry_outer @focused_entry_outer; @define-color focused_entry_inset alpha (#d7e4f1, 0.50); /* @define-color sidebar_background shade(#e1e5e8, 0.95); */ @define-color sidebar_background shade(mix(@theme_bg_color, #afb8bf, 0.35), 1.03); @define-color sidebar_icon shade(@sidebar_background, 0.60); @define-color sidebar_selected_bg shade(@theme_selected_bg_color,0.90); @define-color sidebar_fg_color @theme_text_color; @define-color button_base @theme_base_color; @define-color button_gradient1 shade(@button_base, 0.98); @define-color button_gradient2 shade(@button_base, 0.95); @define-color button_gradient3 shade(@button_base, 0.92); @define-color button_gradient4 shade(@button_base, 0.89); @define-color button_bg_active shade(@theme_selected_bg_color, 1.15); @define-color button_border shade(@theme_bg_color, 0.68); @define-color button_border_active shade(@button_bg_active, 0.97); @define-color insensitive_bg_color shade(@bg_color, 0.93); @define-color insensitive_fg_color mix(@theme_bg_color, @theme_fg_color, 0.65); @define-color insensitive_border_color shade(@bg_color, 0.80); @define-color trough_bg_color_a shade (@theme_bg_color, 0.88); @define-color trough_bg_color_b shade (@theme_bg_color, 0.95); @define-color internal_element_color #646464; @define-color internal_element_prelight @theme_text_color; @define-color internal_element_insensitive shade (@internal_element_color, 1.4); @define-color scale_fill shade(@button_bg_active, 1.00); @define-color scale_border_a @internal_element_color; @define-color scale_border_b shade (@internal_element_color, 1.25); @define-color progressbar_fill_a @button_bg_active; @define-color progressbar_fill_b shade(mix(@button_bg_active, white, 0.30), 1.10); @define-color highlighted_border #8f8f8f; @define-color transparent alpha(#000, 0.0); @define-color notebook_border shade(@theme_bg_color, 0.75); /* @define-color toolbar_gradient_base shade (mix(#d5dade, @theme_bg_dark_color, 0.75), 0.92); */ @define-color toolbar_gradient_base shade (@theme_bg_color, 1.00); @define-color toolbar_fg_color shade(@theme_fg_color, 1.00); @define-color toolbar_shadow_color @theme_shadow_color; @define-color toolbar_border_color @button_border; @define-color toolbar_active_button_color #909081; @define-color nautilus_cluebar_color shade(@sidebar_background, 1.00); @define-color treeview_focus_border @nautilus_cluebar_color; @define-color calc_display_fg_color black; @define-color expander_row_selected_color #FFF; @define-color test #f00; /******* * OSD * *******/ @define-color osd_highlight #fff; @define-color osd_lowlight #525252; @define-color osd_base #212526; @define-color osd_fg #ededed; @define-color osd_bg alpha(@osd_base, 0.80); @define-color osd_bg_backdrop alpha(shade(@osd_base, 1.40), 0.90); @define-color osd_text_shadow alpha(black, 0.75); @define-color osd_toolbar_bg_a alpha(@osd_base, 0.80); @define-color osd_toolbar_bg_b alpha(#101010, 0.80); @define-color osd_toolbar_bg_c alpha(shade(@osd_base, 1.02), 0.80); @define-color osd_button_bg_a alpha(@osd_highlight, 0.16); @define-color osd_button_bg_b alpha(@osd_lowlight, 0.05); @define-color osd_button_bg_c alpha(@osd_highlight, 0.12); @define-color osd_button_bg_insensitive alpha(@osd_highlight, 0.25); @define-color osd_button_bg_insensitive_active alpha(@osd_highlight, 0.16); @define-color osd_button_bg_hover_a alpha(@osd_highlight, 0.28); @define-color osd_button_bg_hover_b alpha(@osd_lowlight, 0.14); @define-color osd_button_bg_hover_c alpha(@osd_highlight, 0.14); @define-color osd_button_bg_active_a alpha(@osd_lowlight, 0.18); @define-color osd_button_bg_active_b alpha(@osd_highlight, 0.23); @define-color osd_button_bg_active_c alpha(@osd_lowlight, 0.17); @define-color osd_button_bg_backdrop alpha(@osd_highlight, 0.18); @define-color osd_button_bg_backdrop_hover alpha(@osd_highlight, 0.25); @define-color osd_button_bg_backdrop_active alpha(@osd_highlight, 0.35); @define-color osd_button_bg_backdrop_insensitive alpha(@osd_highlight, 0.08); @define-color osd_button_fg_backdrop shade(@osd_fg, 0.70); @define-color osd_button_fg_backdrop_active shade(@osd_fg, 0.95); @define-color osd_button_fg shade(@osd_fg, 0.80); @define-color osd_button_fg_hover shade(@osd_fg, 0.96); @define-color osd_button_fg_active shade(@osd_fg, 1.10); @define-color osd_button_fg_insensitive shade(@osd_fg, 0.70); @define-color osd_button_border alpha(@osd_highlight, 0.40); @define-color osd_button_inset shade(@osd_fg, 0.67); @define-color osd_button_shadow alpha(black, 0.35); @define-color osd_trough_bg alpha(@osd_button_fg, 0.10); /* Metacity ¡No modificar! */ @define-color wm_highlight #fff; @define-color wm_title_highlight #fff; @define-color wm_bg_a shade (@bg_color, 1.1); @define-color wm_bg_b @bg_color; @define-color wm_button_bg_a shade (@bg_color, 1.0); @define-color wm_button_bg_b shade (@bg_color, 0.85); @define-color wm_button_bg_c shade (@bg_color, 0.8); @define-color wm_button_bg_d shade (@bg_color, 0.9); @define-color wm_button_bg_hover_a shade (@wm_button_bg_a, 1.1); @define-color wm_button_bg_hover_b shade (@wm_button_bg_b, 1.1); @define-color wm_button_bg_hover_c shade (@wm_button_bg_c, 1.1); @define-color wm_button_bg_hover_d shade (@wm_button_bg_d, 1.1); @define-color wm_button_bg_active_a shade (@bg_color, 0.7); @define-color wm_button_bg_active_b shade (@bg_color, 0.9); @define-color wm_button_bg_active_c shade (@bg_color, 0.9); @import url("gtk-widgets.css"); @import url("menu.css"); @import url("scrollbar.css"); @import url("sidebar.css"); @import url("gtk-widgets-assets.css"); @import url("unity-greeter.css"); @import url("gnome-panel.css"); /* Select style for TABS 1.- tabs dark gray (full) @import url("tabs-dark.css"); 2.- tabs themed blue (full) @import url("tabs-themed.css"); 3.- Default theme tabs @import url("tabs.css"); 4.- tabs with dark gray highlight @import url("tabs-mono.css"); 5.- more traditional style tabs @import url("tabs-classic.css"); (Be careful to leave only ONE of the five, edit the line below according to the style you want) */ @import url("tabs-mono.css"); /* some gnome-mdi-apps */ @import url("gnome-mdi.css"); /* There are 2 options for Unity panel: If you prefer the dark panel "Unity" ------------------------------------ @import url("unity-darkest.css"); If you prefer the default (perfect fit with maximized windows) -------------------------------------------------------------- @import url("unity.css"); (edit the line below according to the style you want) -------------------------------------------------------------- */ @import url("unity.css"); /* There are 7 options for nautilus: ----------------------------------- Nautilus 3.6 (default) ----------------------------------- Nautilus 3.6.x for gnome-shell 3.6.x or unity @import url("nautilus36.css"); ----------------------------------- 3 for Nautilus 3.4 GNOME-SHELL ----------------------------------- 1.- nautilus sidebar and pathbar dark gray: @import url("gnome-nautilus34-gray.css"); OR 2.- nautilus sidebar and pathbar light: @import url("gnome-nautilus34-light.css"); OR 3.- nautilus sidebar dark gray and pathbar light: @import url("gnome-nautilus34-gray-light.css"); ----------------------------------- 3 for Nautilus 3.4 UNITY ----------------------------------- 1.- nautilus sidebar and pathbar dark gray: @import url("unity-nautilus34-gray.css"); OR 2.- nautilus sidebar and pathbar light: @import url("unity-nautilus34-light.css"); OR 3.- nautilus sidebar dark gray and pathbar light: @import url("unity-nautilus34-gray-light.css"); (edit the line below according to the style of nautilus you want) -------------------------------------------------------------------- */ @import url("nautilus36.css");
blogango/templates/blogango/topbar.html
pa0lin082/django-blogango
<div id="topbar"> {% block topbar %} {% for page in pages %} <a href="{{page.get_absolute_url}}">{{page.title}}</a> <br /> {% endfor %} {% endblock %} </div>
JAVA/GUI/Plotter/doc/javadoc/gov/noaa/pmel/sgt/GridAttribute.html
kernsuite-debian/lofar
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_04) on Thu Jun 29 15:56:25 CEST 2006 --> <TITLE> GridAttribute (ASTRON/LOFAR Plotter) </TITLE> <META NAME="keywords" CONTENT="gov.noaa.pmel.sgt.GridAttribute class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="GridAttribute (ASTRON/LOFAR Plotter)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GridAttribute.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../gov/noaa/pmel/sgt/Graph.html" title="class in gov.noaa.pmel.sgt"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../gov/noaa/pmel/sgt/GridCartesianRenderer.html" title="class in gov.noaa.pmel.sgt"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?gov/noaa/pmel/sgt/GridAttribute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GridAttribute.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> gov.noaa.pmel.sgt</FONT> <BR> Class GridAttribute</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>gov.noaa.pmel.sgt.GridAttribute</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A>, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener</DD> </DL> <HR> <DL> <DT><PRE>public class <B>GridAttribute</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A>, java.lang.Cloneable, java.beans.PropertyChangeListener</DL> </PRE> <P> Sets the rendering style for grid data. <code>ColorMap</code>, <code>ContourLevels</code> are <code>GridAttribute</code> properties. <P> <P> <DL> <DT><B>Since:</B></DT> <DD>1.0</DD> <DT><B>Version:</B></DT> <DD>$Revision$, $Date$</DD> <DT><B>Author:</B></DT> <DD>Donald Denbo</DD> <DT><B>See Also:</B><DD><A HREF="../../../../gov/noaa/pmel/sgt/GridCartesianRenderer.html" title="class in gov.noaa.pmel.sgt"><CODE>GridCartesianRenderer</CODE></A>, <A HREF="../../../../gov/noaa/pmel/sgt/ContourLevels.html" title="class in gov.noaa.pmel.sgt"><CODE>ContourLevels</CODE></A>, <A HREF="../../../../serialized-form.html#gov.noaa.pmel.sgt.GridAttribute">Serialized Form</A></DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#AREA_FILL">AREA_FILL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Area fill style.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#AREA_FILL_CONTOUR">AREA_FILL_CONTOUR</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Area fill and Contour style.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#CONTOUR">CONTOUR</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contour line style.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#RASTER">RASTER</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Raster style.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#RASTER_CONTOUR">RASTER_CONTOUR</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Raster and Contour style.</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#GridAttribute()">GridAttribute</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default constructor.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#GridAttribute(gov.noaa.pmel.sgt.ContourLevels)">GridAttribute</A></B>(<A HREF="../../../../gov/noaa/pmel/sgt/ContourLevels.html" title="class in gov.noaa.pmel.sgt">ContourLevels</A>&nbsp;clev)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>GridAttribute</code> constructor for <code>CONTOUR</code> style.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#GridAttribute(int, gov.noaa.pmel.sgt.ColorMap)">GridAttribute</A></B>(int&nbsp;style, <A HREF="../../../../gov/noaa/pmel/sgt/ColorMap.html" title="class in gov.noaa.pmel.sgt">ColorMap</A>&nbsp;cmap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>GridAttribute</code> constructor for <code>RASTER</code> and <code>AREA_FILL</code> styles.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A></B>(java.beans.PropertyChangeListener&nbsp;listener)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add listener to changes in <code>GridAttribute</code> properties.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html" title="class in gov.noaa.pmel.sgt">GridAttribute</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#copy()">copy</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy the <code>GridAttribute</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)">firePropertyChange</A></B>(java.lang.String&nbsp;name, java.lang.Object&nbsp;oldValue, java.lang.Object&nbsp;newValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../gov/noaa/pmel/sgt/ColorMap.html" title="class in gov.noaa.pmel.sgt">ColorMap</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#getColorMap()">getColorMap</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <code>ColorMap</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../gov/noaa/pmel/sgt/ContourLevels.html" title="class in gov.noaa.pmel.sgt">ContourLevels</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#getContourLevels()">getContourLevels</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <code>ContourLevels</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#getId()">getId</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get attribute id.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#getStyle()">getStyle</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get grid style.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#isAreaFill()">isAreaFill</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests if <code>GridAttribute</code> style is eigther AREA_FILL or AREA_FILL_CONTOUR.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#isBatch()">isBatch</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Is the attribute in batch mode?</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#isContour()">isContour</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests if <code>GridAttribute</code> style is either CONTOUR, RASTER_CONTOUR, or AREA_FILL_CONTOUR.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#isRaster()">isRaster</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests if <code>GridAttribute</code> style is either RASTER or RASTER_CONTOUR.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#propertyChange(java.beans.PropertyChangeEvent)">propertyChange</A></B>(java.beans.PropertyChangeEvent&nbsp;evt)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A></B>(java.beans.PropertyChangeListener&nbsp;listener)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove change listener.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#setBatch(boolean)">setBatch</A></B>(boolean&nbsp;batch)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Batch the changes to the attribute.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#setBatch(boolean, boolean)">setBatch</A></B>(boolean&nbsp;batch, boolean&nbsp;local)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Batch the changes to the attribute and set local flag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#setColorMap(gov.noaa.pmel.sgt.ColorMap)">setColorMap</A></B>(<A HREF="../../../../gov/noaa/pmel/sgt/ColorMap.html" title="class in gov.noaa.pmel.sgt">ColorMap</A>&nbsp;cmap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <code>ColorMap</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#setContourLevels(gov.noaa.pmel.sgt.ContourLevels)">setContourLevels</A></B>(<A HREF="../../../../gov/noaa/pmel/sgt/ContourLevels.html" title="class in gov.noaa.pmel.sgt">ContourLevels</A>&nbsp;clev)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <code>ContourLevels</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#setId(java.lang.String)">setId</A></B>(java.lang.String&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set attribute id.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#setStyle(int)">setStyle</A></B>(int&nbsp;st)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the grid style.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a <code>String</code> representation of the <code>GridAttribute</code>.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="RASTER"><!-- --></A><H3> RASTER</H3> <PRE> public static final int <B>RASTER</B></PRE> <DL> <DD>Raster style. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#gov.noaa.pmel.sgt.GridAttribute.RASTER">Constant Field Values</A></DL> </DL> <HR> <A NAME="AREA_FILL"><!-- --></A><H3> AREA_FILL</H3> <PRE> public static final int <B>AREA_FILL</B></PRE> <DL> <DD>Area fill style. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#gov.noaa.pmel.sgt.GridAttribute.AREA_FILL">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONTOUR"><!-- --></A><H3> CONTOUR</H3> <PRE> public static final int <B>CONTOUR</B></PRE> <DL> <DD>Contour line style. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#gov.noaa.pmel.sgt.GridAttribute.CONTOUR">Constant Field Values</A></DL> </DL> <HR> <A NAME="RASTER_CONTOUR"><!-- --></A><H3> RASTER_CONTOUR</H3> <PRE> public static final int <B>RASTER_CONTOUR</B></PRE> <DL> <DD>Raster and Contour style. <P> <DL> <DT><B>Since:</B></DT> <DD>2.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#gov.noaa.pmel.sgt.GridAttribute.RASTER_CONTOUR">Constant Field Values</A></DL> </DL> <HR> <A NAME="AREA_FILL_CONTOUR"><!-- --></A><H3> AREA_FILL_CONTOUR</H3> <PRE> public static final int <B>AREA_FILL_CONTOUR</B></PRE> <DL> <DD>Area fill and Contour style. <P> <DL> <DT><B>Since:</B></DT> <DD>2.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#gov.noaa.pmel.sgt.GridAttribute.AREA_FILL_CONTOUR">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="GridAttribute()"><!-- --></A><H3> GridAttribute</H3> <PRE> public <B>GridAttribute</B>()</PRE> <DL> <DD>Default constructor. Default style is <code>RASTER</code> and default <code>ColorMap</code> is null. <P> </DL> <HR> <A NAME="GridAttribute(int, gov.noaa.pmel.sgt.ColorMap)"><!-- --></A><H3> GridAttribute</H3> <PRE> public <B>GridAttribute</B>(int&nbsp;style, <A HREF="../../../../gov/noaa/pmel/sgt/ColorMap.html" title="class in gov.noaa.pmel.sgt">ColorMap</A>&nbsp;cmap)</PRE> <DL> <DD><code>GridAttribute</code> constructor for <code>RASTER</code> and <code>AREA_FILL</code> styles. <P> <DL> <DT><B>Parameters:</B><DD><CODE>style</CODE> - grid style<DD><CODE>cmap</CODE> - <code>ColorMap</code></DL> </DL> <HR> <A NAME="GridAttribute(gov.noaa.pmel.sgt.ContourLevels)"><!-- --></A><H3> GridAttribute</H3> <PRE> public <B>GridAttribute</B>(<A HREF="../../../../gov/noaa/pmel/sgt/ContourLevels.html" title="class in gov.noaa.pmel.sgt">ContourLevels</A>&nbsp;clev)</PRE> <DL> <DD><code>GridAttribute</code> constructor for <code>CONTOUR</code> style. <P> <DL> <DT><B>Parameters:</B><DD><CODE>clev</CODE> - <code>ContourLevels</code></DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="setContourLevels(gov.noaa.pmel.sgt.ContourLevels)"><!-- --></A><H3> setContourLevels</H3> <PRE> public void <B>setContourLevels</B>(<A HREF="../../../../gov/noaa/pmel/sgt/ContourLevels.html" title="class in gov.noaa.pmel.sgt">ContourLevels</A>&nbsp;clev)</PRE> <DL> <DD>Set the <code>ContourLevels</code>. <BR><B>Property Change:</B> <code>contourLevels</code>. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>clev</CODE> - <code>ContourLevels</code></DL> </DD> </DL> <HR> <A NAME="getContourLevels()"><!-- --></A><H3> getContourLevels</H3> <PRE> public <A HREF="../../../../gov/noaa/pmel/sgt/ContourLevels.html" title="class in gov.noaa.pmel.sgt">ContourLevels</A> <B>getContourLevels</B>()</PRE> <DL> <DD>Get the <code>ContourLevels</code>. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>ContourLevels</code></DL> </DD> </DL> <HR> <A NAME="copy()"><!-- --></A><H3> copy</H3> <PRE> public <A HREF="../../../../gov/noaa/pmel/sgt/GridAttribute.html" title="class in gov.noaa.pmel.sgt">GridAttribute</A> <B>copy</B>()</PRE> <DL> <DD>Copy the <code>GridAttribute</code>. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>new <code>GridAttribute</code></DL> </DD> </DL> <HR> <A NAME="setStyle(int)"><!-- --></A><H3> setStyle</H3> <PRE> public void <B>setStyle</B>(int&nbsp;st)</PRE> <DL> <DD>Set the grid style. <BR><B>Property Change:</B> <code>style</code>. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>st</CODE> - grid style</DL> </DD> </DL> <HR> <A NAME="getStyle()"><!-- --></A><H3> getStyle</H3> <PRE> public int <B>getStyle</B>()</PRE> <DL> <DD>Get grid style. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>grid style</DL> </DD> </DL> <HR> <A NAME="isRaster()"><!-- --></A><H3> isRaster</H3> <PRE> public boolean <B>isRaster</B>()</PRE> <DL> <DD>Tests if <code>GridAttribute</code> style is either RASTER or RASTER_CONTOUR. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>2.0</DD> </DL> </DD> </DL> <HR> <A NAME="isContour()"><!-- --></A><H3> isContour</H3> <PRE> public boolean <B>isContour</B>()</PRE> <DL> <DD>Tests if <code>GridAttribute</code> style is either CONTOUR, RASTER_CONTOUR, or AREA_FILL_CONTOUR. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>2.0</DD> </DL> </DD> </DL> <HR> <A NAME="isAreaFill()"><!-- --></A><H3> isAreaFill</H3> <PRE> public boolean <B>isAreaFill</B>()</PRE> <DL> <DD>Tests if <code>GridAttribute</code> style is eigther AREA_FILL or AREA_FILL_CONTOUR. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>2.0</DD> </DL> </DD> </DL> <HR> <A NAME="getColorMap()"><!-- --></A><H3> getColorMap</H3> <PRE> public <A HREF="../../../../gov/noaa/pmel/sgt/ColorMap.html" title="class in gov.noaa.pmel.sgt">ColorMap</A> <B>getColorMap</B>()</PRE> <DL> <DD>Get the <code>ColorMap</code>. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the <code>ColorMap</code></DL> </DD> </DL> <HR> <A NAME="setColorMap(gov.noaa.pmel.sgt.ColorMap)"><!-- --></A><H3> setColorMap</H3> <PRE> public void <B>setColorMap</B>(<A HREF="../../../../gov/noaa/pmel/sgt/ColorMap.html" title="class in gov.noaa.pmel.sgt">ColorMap</A>&nbsp;cmap)</PRE> <DL> <DD>Set the <code>ColorMap</code>. <BR><B>Property Change:</B> <code>colorMap</code>. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>cmap</CODE> - the <code>ColorMap</code></DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public java.lang.String <B>toString</B>()</PRE> <DL> <DD>Get a <code>String</code> representation of the <code>GridAttribute</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#toString()">toString</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE><DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>String</code> representation</DL> </DD> </DL> <HR> <A NAME="addPropertyChangeListener(java.beans.PropertyChangeListener)"><!-- --></A><H3> addPropertyChangeListener</H3> <PRE> public void <B>addPropertyChangeListener</B>(java.beans.PropertyChangeListener&nbsp;listener)</PRE> <DL> <DD>Add listener to changes in <code>GridAttribute</code> properties. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="removePropertyChangeListener(java.beans.PropertyChangeListener)"><!-- --></A><H3> removePropertyChangeListener</H3> <PRE> public void <B>removePropertyChangeListener</B>(java.beans.PropertyChangeListener&nbsp;listener)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">Attribute</A></CODE></B></DD> <DD>Remove change listener. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="propertyChange(java.beans.PropertyChangeEvent)"><!-- --></A><H3> propertyChange</H3> <PRE> public void <B>propertyChange</B>(java.beans.PropertyChangeEvent&nbsp;evt)</PRE> <DL> <DD><DL> <DT><B>Specified by:</B><DD><CODE>propertyChange</CODE> in interface <CODE>java.beans.PropertyChangeListener</CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setId(java.lang.String)"><!-- --></A><H3> setId</H3> <PRE> public void <B>setId</B>(java.lang.String&nbsp;id)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#setId(java.lang.String)">Attribute</A></CODE></B></DD> <DD>Set attribute id. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#setId(java.lang.String)">setId</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE></DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>3.0</DD> </DL> </DD> </DL> <HR> <A NAME="getId()"><!-- --></A><H3> getId</H3> <PRE> public java.lang.String <B>getId</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#getId()">Attribute</A></CODE></B></DD> <DD>Get attribute id. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#getId()">getId</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE></DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>3.0</DD> </DL> </DD> </DL> <HR> <A NAME="firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)"><!-- --></A><H3> firePropertyChange</H3> <PRE> protected void <B>firePropertyChange</B>(java.lang.String&nbsp;name, java.lang.Object&nbsp;oldValue, java.lang.Object&nbsp;newValue)</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setBatch(boolean)"><!-- --></A><H3> setBatch</H3> <PRE> public void <B>setBatch</B>(boolean&nbsp;batch)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#setBatch(boolean)">Attribute</A></CODE></B></DD> <DD>Batch the changes to the attribute. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#setBatch(boolean)">setBatch</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE></DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>3.0</DD> </DL> </DD> </DL> <HR> <A NAME="setBatch(boolean, boolean)"><!-- --></A><H3> setBatch</H3> <PRE> public void <B>setBatch</B>(boolean&nbsp;batch, boolean&nbsp;local)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#setBatch(boolean, boolean)">Attribute</A></CODE></B></DD> <DD>Batch the changes to the attribute and set local flag. Determines whether <code>AttributeChangeEvent</code> will be set local. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#setBatch(boolean, boolean)">setBatch</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE></DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>3.0</DD> </DL> </DD> </DL> <HR> <A NAME="isBatch()"><!-- --></A><H3> isBatch</H3> <PRE> public boolean <B>isBatch</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#isBatch()">Attribute</A></CODE></B></DD> <DD>Is the attribute in batch mode? <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html#isBatch()">isBatch</A></CODE> in interface <CODE><A HREF="../../../../gov/noaa/pmel/sgt/Attribute.html" title="interface in gov.noaa.pmel.sgt">Attribute</A></CODE></DL> </DD> <DD><DL> <DT><B>Since:</B></DT> <DD>3.0</DD> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GridAttribute.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../gov/noaa/pmel/sgt/Graph.html" title="class in gov.noaa.pmel.sgt"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../gov/noaa/pmel/sgt/GridCartesianRenderer.html" title="class in gov.noaa.pmel.sgt"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?gov/noaa/pmel/sgt/GridAttribute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GridAttribute.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
WEB_TEST01/doc/JavaScript_jQuery_Enter/11장. 이벤트/11-20_.html
grtlinux/TAIN_WEB_TEST
<!DOCTYPE html> <html> <head> <script> window.onload = function () { // 이벤트를 연결합니다. document.getElementById('my-form').onsubmit = function () { return false; }; }; </script> </head> <body> <form id="my-form"> <label for="name">이름</label><br/> <input type="text" name="name" id="name" /><br/> <label for="pass">비밀번호</label><br/> <input type="password" name="pass" id="pass" /><br/> <label for="pass-check">비밀번호 확인</label><br/> <input type="password" id="pass-check" /><br/> <input type="submit" value="제출" /> </form> </body> </html>
doc/api+framework+samples/html/classrebecca_1_1framework_1_1impl_1_1_condition-members.html
hallowname/librebecca
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>RebeccaAIML: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.4 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;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="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <h1>Condition Member List</h1>This is the complete list of members for <a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a>, including all inherited members.<p><table> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#e2156c0818ad89aa4ea07b7cb62706c5">add</a>(InnerTemplate *tag)</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#6d9c5f6dc6c730c42134f234990205af">addCharacters</a>(const StringPimpl &amp;characters)</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html#cd14cdf85900cf7e3e7157f57800124e">addInstanceOf</a>(const char *const instance)</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html">Tag</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#26a17d4fade0b6c4a524800ac161957e">Condition</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#587c9d6cda3737a781f0f37216436aee">getString</a>() const </td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_category.html#3ed7b5fb5f783d43c85cc97cda1fd21b">getStringConstRef</a>() const </td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_category.html">InnerCategory</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_template.html#ce769282474ccb98f708c119179064fa">handleInnerTag</a>(Tag *tag)</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_template.html">InnerTemplate</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_a_i_m_l.html#6a6877e8d055ab4f4ab515cb64436146">InnerAIML</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_a_i_m_l.html">InnerAIML</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_category.html#7550ae0ca669a61e3ce1d61484c267ec">InnerCategory</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_category.html">InnerCategory</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_template.html#81c4263de754b05e95bb0dc038474a6c">InnerTemplate</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_template.html">InnerTemplate</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_topic.html#118d4fd0dbf179ac40fba5258018a20b">InnerTopic</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_topic.html">InnerTopic</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html#c86d915287d4768359dd95a77c9704f6">instanceOf</a>(const char *const instance) const </td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html">Tag</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#c18994a1d4fa66a9ceaab208ed47aa22">isBlockCondition</a>() const </td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#9604f051ea6b047d1d748a47469e445d">isMutliPredicateCondition</a>() const </td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#28019ef70013ed149e82cdb700ad9368">isSinglePredicateCondition</a>() const </td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#2e9697b89dee52591e53892447f5dd40">m_pimpl</a></td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [private]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html#86107594327f3a001230df9802cd4422">operator delete</a>(void *p)</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html">Tag</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html#205ed048fdf5259c2e8e0cb60ee8f719">operator new</a>(size_t size)</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html">Tag</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#0b668332b49d3a8f785197df856a4e4f">setAttribute</a>(const StringPimpl &amp;name, const StringPimpl &amp;value)</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html#0fd65e76c0273350e00e10760371efd6">Tag</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html">Tag</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html#eaa79625784842412deb22f75266b19f">~Condition</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_condition.html">Condition</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_a_i_m_l.html#4e58420f94d739c6a73decc2e64c8775">~InnerAIML</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_a_i_m_l.html">InnerAIML</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_category.html#1bc4a05183c62f0ecdbcbd92cc944e12">~InnerCategory</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_category.html">InnerCategory</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_template.html#8ac1cd5995ee16923362077fab37b671">~InnerTemplate</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_template.html">InnerTemplate</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_topic.html#f546b41e3f53d51e716a496d87c39354">~InnerTopic</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_inner_topic.html">InnerTopic</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html#d9b14b674f545b78bbcd554c0eea6e52">~Tag</a>()</td><td><a class="el" href="classrebecca_1_1framework_1_1impl_1_1_tag.html">Tag</a></td><td><code> [virtual]</code></td></tr> </table><hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 15 20:15:50 2008 for RebeccaAIML by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address> </body> </html>
docs/api/html/pyMSA.mzmlFunctions-module.html
davidmam/pyMSA
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>pyMSA.mzmlFunctions</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="pyMSA-module.html">Package&nbsp;pyMSA</a> :: Module&nbsp;mzmlFunctions </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="pyMSA.mzmlFunctions-module.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== MODULE DESCRIPTION ==================== --> <h1 class="epydoc">Module mzmlFunctions</h1><p class="nomargin-top"><span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html">source&nbsp;code</a></span></p> <p>Functions to extract information from pymzml.run.Reader() instances</p> <!-- ==================== CLASSES ==================== --> <a name="section-Classes"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Classes</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Classes" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a href="pyMSA.mzmlFunctions.IntensityFromSpectra-class.html" class="summary-name">IntensityFromSpectra</a><br /> Put getIntensityFromMZwindow in a class to be able to initialize mzmlInstance once. </td> </tr> </table> <!-- ==================== FUNCTIONS ==================== --> <a name="section-Functions"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Functions</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Functions" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">List of dictionaries</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="pyMSA.mzmlFunctions-module.html#getPrecursorRtMz" class="summary-sig-name">getPrecursorRtMz</a>(<span class="summary-sig-arg">msrun</span>)</span><br /> Get the retention time of all MS/MS precursors in an instance of a pymzml.run.Reader().</td> <td align="right" valign="top"> <span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getPrecursorRtMz">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">Two tuples and a list</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="pyMSA.mzmlFunctions-module.html#getKeys" class="summary-sig-name">getKeys</a>(<span class="summary-sig-arg">msrun</span>, <span class="summary-sig-arg">excludeList</span>=<span class="summary-sig-default"><code class="variable-group">[</code><code class="variable-group">]</code></span>, <span class="summary-sig-arg">includeList</span>=<span class="summary-sig-default"><code class="variable-group">[</code><code class="variable-group">]</code></span>)</span><br /> Get a list of keys from an instance of a pymzml.run.Reader() that is not in the excludeList and which don't start with MS.</td> <td align="right" valign="top"> <span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getKeys">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">dict</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="pyMSA.mzmlFunctions-module.html#getChargeStateAbundance" class="summary-sig-name">getChargeStateAbundance</a>(<span class="summary-sig-arg">msrun</span>)</span><br /> Get the abundance of each charge state in msrun</td> <td align="right" valign="top"> <span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getChargeStateAbundance">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">dict</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="pyMSA.mzmlFunctions-module.html#getTotalMScount" class="summary-sig-name">getTotalMScount</a>(<span class="summary-sig-arg">msrun</span>)</span><br /> Get the total amount of MS and MS/MS measurements in msrun</td> <td align="right" valign="top"> <span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getTotalMScount">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> </table> <!-- ==================== VARIABLES ==================== --> <a name="section-Variables"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Variables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <a name="__package__"></a><span class="summary-name">__package__</span> = <code title="'pyMSA'"><code class="variable-quote">'</code><code class="variable-string">pyMSA</code><code class="variable-quote">'</code></code> </td> </tr> </table> <!-- ==================== FUNCTION DETAILS ==================== --> <a name="section-FunctionDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Function Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-FunctionDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="getPrecursorRtMz"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">getPrecursorRtMz</span>(<span class="sig-arg">msrun</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getPrecursorRtMz">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Get the retention time of all MS/MS precursors in an instance of a pymzml.run.Reader().</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>msrun</code></strong> (pymzml.run.Reader() instance) - Iterator object containing information on a .mzML file</li> </ul></dd> <dt>Returns: List of dictionaries</dt> <dd>The paired retention time and m/z values.</dd> <dt>Raises:</dt> <dd><ul class="nomargin-top"> <li><code><strong class='fraise'>TypeError</strong></code> - msrun not an instance of pymzml.run.Reader()</li> <li><code><strong class='fraise'>RuntimeError</strong></code> - msrun contained 0 spectra with ms level 2 <p><b>Examples</b>:</p> <p>Print the dictionary containing all the retention time and m/z pairs in a file:</p> <pre class="py-doctest"> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">import</span> pymzml <span class="py-prompt">&gt;&gt;&gt; </span>msrun = pymzml.run.Reader(<span class="py-string">'example_mzML_file.mzML'</span>) <span class="py-comment"># pymzml.run.Reader instance</span> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> getPrecursorRtMz(msrun) <span class="py-output">[{'rt': 85.166666666666671, 'mz': '337.33999999999997'}, {'rt': 0.82813999999999999, 'mz': '421.76077270507812'}]</span></pre> <p>Print all the retention times in a file (only uses the pymzml package):</p> <pre class="py-doctest"> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">import</span> pymzml <span class="py-prompt">&gt;&gt;&gt; </span>msrun = pymzml.run.Reader(<span class="py-string">'example_mzML_file.mzML'</span>) <span class="py-comment"># pymzml.run.Reader instance</span> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">for</span> <span class="py-builtin">values</span> <span class="py-keyword">in</span> msrun: <span class="py-more">... </span> <span class="py-keyword">print</span> <span class="py-builtin">values</span>[<span class="py-string">'scan time'</span>] <span class="py-output">85.166666666666671</span> <span class="py-output">0.82813999999999999</span> <span class="py-output">421.76077270507812</span></pre></li> </ul></dd> </dl> </td></tr></table> </div> <a name="getKeys"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">getKeys</span>(<span class="sig-arg">msrun</span>, <span class="sig-arg">excludeList</span>=<span class="sig-default"><code class="variable-group">[</code><code class="variable-group">]</code></span>, <span class="sig-arg">includeList</span>=<span class="sig-default"><code class="variable-group">[</code><code class="variable-group">]</code></span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getKeys">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Get a list of keys from an instance of a pymzml.run.Reader() that is not in the excludeList and which don't start with MS. Return three lists, one with the keys of the spectrum, one with the keys of the precursors and one with the spectrums that have been looped through. This way the information from these spectrums aren't missed (because pymzml's sprectrum class works like a generator, information that has been looped through is lost).</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>msrun</code></strong> (pymzml.run.Reader() instance) - Iterator object containing information on a .mzML file</li> <li><strong class="pname"><code>excludeList</code></strong> (list) - Keys to exclude (default = [])</li> <li><strong class="pname"><code>includeList</code></strong> (list) - Keys to include (default = [])</li> </ul></dd> <dt>Returns: Two tuples and a list</dt> <dd>One tuple with the keys of the spectrum, one tuple with the keys of the precursors and one list with the spectrums that have been looped through.</dd> <dt>Raises:</dt> <dd><ul class="nomargin-top"> <li><code><strong class='fraise'>TypeError</strong></code> - excludeList or includeList is not of type list <p><b>Examples</b>:</p> <p>Get the spectrumKeys, precursorKeys and spectrumList from a pymzml.run.Reader instance and print the spectrumKeys and precursorKeys</p> <pre class="py-doctest"> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">import</span> pymzml <span class="py-prompt">&gt;&gt;&gt; </span>msrun = pymzml.run.Reader(<span class="py-string">'example_mzML_file.mzML'</span>) <span class="py-comment"># pymzml.run.Reader instance</span> <span class="py-prompt">&gt;&gt;&gt; </span>spectrumKeys, precursorKeys, spectrumList = getKeys(msrun) <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> spectrumKeys <span class="py-output">['no compression', 'total ion current', 'scan time', 'filter string', 'precursors', 'id', 'profile mass spectrum', 'collision-induced dissociation', '64-bit float', 'defaultArrayLength', 'm/z array', 'charge state', 'None', 'ms level', 'intensity array', 'BinaryArrayOrder', 'charge', 'mz']</span> <span class="py-output"></span><span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> precursorKeys <span class="py-output">['charge', 'mz']</span></pre> <p>Get the spectrumKeys, precursorKeys and spectrumList from a pymzml.run.Reader instance, excluding certain keys, and print the spectrumKeys and precursorKeys</p> <pre class="py-doctest"> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">import</span> pymzml <span class="py-prompt">&gt;&gt;&gt; </span>msrun = pymzml.run.Reader(<span class="py-string">'example_mzML_file.mzML'</span>) <span class="py-comment"># pymzml.run.Reader instance</span> <span class="py-prompt">&gt;&gt;&gt; </span>spectrumKeys, precursorKeys, spectrumList = getKeys(msrun, excludeList = ([<span class="py-string">'scan time'</span>, <span class="py-string">'filter string'</span>, <span class="py-string">'PY:0000000'</span>, <span class="py-string">'precursors'</span>, <span class="py-string">'id'</span>, <span class="py-string">'profile mass spectrum'</span>, <span class="py-string">'charge'</span>,<span class="py-string">'collision-induced dissociation'</span>, <span class="py-string">'64-bit float'</span>, <span class="py-string">'defaultArrayLength'</span>, <span class="py-string">'m/z array'</span>, <span class="py-string">'charge state'</span>, <span class="py-string">'None'</span>, <span class="py-output"> 'ms level', 'intensity array', 'BinaryArrayOrder', 'encodedData', 'mz'])</span> <span class="py-output"></span><span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> spectrumKeys <span class="py-output">['no compression', 'total ion current']</span> <span class="py-output"></span><span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> precursorKeys <span class="py-output">[]</span></pre> <p>Get the spectrumKeys, precursorKeys and spectrumList from a pymzml.run.Reader instance, excluding <i>and</i> including certain keys, and print the spectrumKeys and precursorKeys</p> <pre class="py-doctest"> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">import</span> pymzml <span class="py-prompt">&gt;&gt;&gt; </span>msrun = pymzml.run.Reader(<span class="py-string">'example_mzML_file.mzML'</span>) <span class="py-comment"># pymzml.run.Reader instance</span> <span class="py-prompt">&gt;&gt;&gt; </span>spectrumKeys, precursorKeys, spectrumList = getKeys(msrun, excludeList = ([<span class="py-string">'scan time'</span>, <span class="py-string">'filter string'</span>, <span class="py-string">'PY:0000000'</span>, <span class="py-string">'precursors'</span>, <span class="py-string">'id'</span>, <span class="py-string">'profile mass spectrum'</span>, <span class="py-string">'collision-induced dissociation'</span>, <span class="py-string">'64-bit float'</span>, <span class="py-string">'defaultArrayLength'</span>, <span class="py-string">'m/z array'</span>, <span class="py-string">'charge state'</span>, <span class="py-string">'None'</span>, <span class="py-string">'ms level'</span>, <span class="py-output"> 'intensity array', 'BinaryArrayOrder', 'encodedData', 'mz'], includeList = ['includeKey','includeAnotherKey'])</span> <span class="py-output"></span><span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> spectrumKeys <span class="py-output">['no compression', 'total ion current', 'charge', 'includeKey', 'includeAnotherKey']</span> <span class="py-output"></span><span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> precursorKeys <span class="py-output">['charge']</span></pre></li> </ul></dd> </dl> </td></tr></table> </div> <a name="getChargeStateAbundance"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">getChargeStateAbundance</span>(<span class="sig-arg">msrun</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getChargeStateAbundance">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Get the abundance of each charge state in msrun</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>msrun</code></strong> (pymzml.run.Reader() instance) - Iterator object containing information on a .mzML file</li> </ul></dd> <dt>Returns: dict</dt> <dd>The abundance of all the charge states in msrun <p><b>Example</b>:</p> <p>Get the charge states of msrun</p> <pre class="py-doctest"> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">import</span> pymzml <span class="py-prompt">&gt;&gt;&gt; </span>msrun = pymzml.run.Reader(<span class="py-string">'example_mzML_file.mzML'</span>) <span class="py-comment"># pymzml.run.Reader instance</span> <span class="py-prompt">&gt;&gt;&gt; </span>abundance = getChargeStateAbundance(msrun) <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> abundance <span class="py-output">{'3': 3920, '2': 10099, '5': 148, '4': 647, '7': 3, '6': 41}</span></pre></dd> </dl> </td></tr></table> </div> <a name="getTotalMScount"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">getTotalMScount</span>(<span class="sig-arg">msrun</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="pyMSA.mzmlFunctions-pysrc.html#getTotalMScount">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Get the total amount of MS and MS/MS measurements in msrun</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>msrun</code></strong> (pymzml.run.Reader() instance) - Iterator object containing information on a .mzML file</li> </ul></dd> <dt>Returns: dict</dt> <dd>Total amount of MS and MS/MS <p><b>Example</b>:</p> <p>Get the total amount of MS and MS/MS in msrun</p> <pre class="py-doctest"> <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">import</span> pymzml <span class="py-prompt">&gt;&gt;&gt; </span>msrun = pymzml.run.Reader(<span class="py-string">'example_mzML_file.mzML'</span>) <span class="py-comment"># pymzml.run.Reader instance</span> <span class="py-prompt">&gt;&gt;&gt; </span>msCount = getTotalMScount(msrun) <span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">print</span> msCount <span class="py-output">{&quot;MS&quot;:231, &quot;MS/MS&quot;, 2315}</span></pre></dd> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Wed Jun 20 18:35:01 2012 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
doc/web/doxygen/0986/api+samples/html/class_arguments-members.html
hallowname/librebecca
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>RebeccaAIML: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.5 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> </ul></div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <h1>Arguments Member List</h1>This is the complete list of members for <a class="el" href="class_arguments.html">Arguments</a>, including all inherited members.<p><table> <tr bgcolor="#f0f0f0"><td><b>AIML</b> enum value (defined in <a class="el" href="class_arguments.html">Arguments</a>)</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>AIML_SCHEMA</b> enum value (defined in <a class="el" href="class_arguments.html">Arguments</a>)</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#dbc11caa5bda99f77e6fb4dabd882e7d">arguments</a> enum name</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#d5ec04a7e9700b3451422f05ef537d01">Arguments</a>(int argc, char *args[])</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>BOT_SCHEMA</b> enum value (defined in <a class="el" href="class_arguments.html">Arguments</a>)</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>COMMON_SCHEMA</b> enum value (defined in <a class="el" href="class_arguments.html">Arguments</a>)</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>CONFIGURATION</b> enum value (defined in <a class="el" href="class_arguments.html">Arguments</a>)</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#f5b32ce093892fa1853e72ca71ba3c63">getAimlDirectory</a>() const </td><td><a class="el" href="class_arguments.html">Arguments</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#46886652f359e89a168ad44802284bbd">getAimlSchemaPath</a>() const </td><td><a class="el" href="class_arguments.html">Arguments</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#59ece4096f3821bdde8e1e918cc1686c">getBotConfigurationSchemaPath</a>() const </td><td><a class="el" href="class_arguments.html">Arguments</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#a1621b4256a7a1f70b2d0ca160dcb807">getCommonTypesSchemaPath</a>() const </td><td><a class="el" href="class_arguments.html">Arguments</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#360e1ffe2037de7f39d55074e0ca339e">getConfigurationDirectory</a>() const </td><td><a class="el" href="class_arguments.html">Arguments</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#8b182d38f52403d994fac02bc5d35ba3">m_aimlDirectory</a></td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#5cab3dc73cd241bf45041ee8081a4d27">m_aimlSchemaPath</a></td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#0c00fa2c1e8e4898b41cb9abaf313baa">m_botConfigurationSchemaPath</a></td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#d6fdd816561fce7007d4056863774a00">m_commonTypesSchemaPath</a></td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#3dd3dc42156628782c2ed64cd83abf6f">m_configurationDirectory</a></td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_arguments.html#7bae17cfe5341319e42428e7bcb6b421">m_currentArgument</a></td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>NO_ARG</b> enum value (defined in <a class="el" href="class_arguments.html">Arguments</a>)</td><td><a class="el" href="class_arguments.html">Arguments</a></td><td></td></tr> </table><hr size="1"><address style="align: right;"><small>Generated on Wed Jul 26 21:39:13 2006 for RebeccaAIML by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address> </body> </html>
metronic_v4.7.1/theme_rtl/admin_1_rounded/page_general_help.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" dir="rtl"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic Admin RTL Theme #1 | Help</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="Preview page of Metronic Admin RTL Theme #1 for general help page" name="description" /> <meta content="" name="author" /> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components-rounded-rtl.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout/css/layout-rtl.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout/css/themes/darkblue-rtl.min.css" rel="stylesheet" type="text/css" id="style_color" /> <link href="../assets/layouts/layout/css/custom-rtl.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class="page-header-fixed page-sidebar-closed-hide-logo page-content-white"> <div class="page-wrapper"> <!-- BEGIN HEADER --> <div class="page-header navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner "> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../assets/layouts/layout/img/logo.png" alt="logo" class="logo-default" /> </a> <div class="menu-toggler sidebar-toggler"> <span></span> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> <span></span> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after "dropdown-extended" to change the dropdown styte --> <!-- DOC: Apply "dropdown-hoverable" class after below "dropdown" and remove data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to enable hover dropdown mode --> <!-- DOC: Remove "dropdown-hoverable" and add data-toggle="dropdown" data-hover="dropdown" data-close-others="true" attributes to the below A element with dropdown-toggle class --> <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3> <span class="bold">12 pending</span> notifications</h3> <a href="page_user_profile_1.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-default"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="app_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="#"> <span class="photo"> <img src="../assets/layouts/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="app_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">40% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">65% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">98% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">10% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">58% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">85% Complete</span> </span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"> <span class="sr-only">38% Complete</span> </span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../assets/layouts/layout/img/avatar3_small.jpg" /> <span class="username username-hide-on-mobile"> Nick </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-quick-sidebar-toggler"> <a href="javascript:;" class="dropdown-toggle"> <i class="icon-logout"></i> </a> </li> <!-- END QUICK SIDEBAR TOGGLER --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <!-- BEGIN HEADER & CONTENT DIVIDER --> <div class="clearfix"> </div> <!-- END HEADER & CONTENT DIVIDER --> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar-wrapper"> <!-- BEGIN SIDEBAR --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu page-header-fixed " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200" style="padding-top: 20px"> <!-- DOC: To remove the sidebar toggler from the sidebar you just need to completely remove the below "sidebar-toggler-wrapper" LI element --> <!-- BEGIN SIDEBAR TOGGLER BUTTON --> <li class="sidebar-toggler-wrapper hide"> <div class="sidebar-toggler"> <span></span> </div> </li> <!-- END SIDEBAR TOGGLER BUTTON --> <!-- DOC: To remove the search box from the sidebar you just need to completely remove the below "sidebar-search-wrapper" LI element --> <li class="sidebar-search-wrapper"> <!-- BEGIN RESPONSIVE QUICK SEARCH FORM --> <!-- DOC: Apply "sidebar-search-bordered" class the below search form to have bordered search box --> <!-- DOC: Apply "sidebar-search-bordered sidebar-search-solid" class the below search form to have bordered & solid search box --> <form class="sidebar-search " action="page_general_search_3.html" method="POST"> <a href="javascript:;" class="remove"> <i class="icon-close"></i> </a> <div class="input-group"> <input type="text" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"> <i class="icon-magnifier"></i> </a> </span> </div> </form> <!-- END RESPONSIVE QUICK SEARCH FORM --> </li> <li class="nav-item start "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-home"></i> <span class="title">Dashboard</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item start "> <a href="index.html" class="nav-link "> <i class="icon-bar-chart"></i> <span class="title">Dashboard 1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_2.html" class="nav-link "> <i class="icon-bulb"></i> <span class="title">Dashboard 2</span> <span class="badge badge-success">1</span> </a> </li> <li class="nav-item start "> <a href="dashboard_3.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Dashboard 3</span> <span class="badge badge-danger">5</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Features</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_colors.html" class="nav-link "> <span class="title">Color Library</span> </a> </li> <li class="nav-item "> <a href="ui_metronic_grid.html" class="nav-link "> <span class="title">Metronic Grid System</span> </a> </li> <li class="nav-item "> <a href="ui_general.html" class="nav-link "> <span class="title">General Components</span> </a> </li> <li class="nav-item "> <a href="ui_buttons.html" class="nav-link "> <span class="title">Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_buttons_spinner.html" class="nav-link "> <span class="title">Spinner Buttons</span> </a> </li> <li class="nav-item "> <a href="ui_confirmations.html" class="nav-link "> <span class="title">Popover Confirmations</span> </a> </li> <li class="nav-item "> <a href="ui_sweetalert.html" class="nav-link "> <span class="title">Bootstrap Sweet Alerts</span> </a> </li> <li class="nav-item "> <a href="ui_icons.html" class="nav-link "> <span class="title">Font Icons</span> </a> </li> <li class="nav-item "> <a href="ui_socicons.html" class="nav-link "> <span class="title">Social Icons</span> </a> </li> <li class="nav-item "> <a href="ui_typography.html" class="nav-link "> <span class="title">Typography</span> </a> </li> <li class="nav-item "> <a href="ui_tabs_accordions_navs.html" class="nav-link "> <span class="title">Tabs, Accordions & Navs</span> </a> </li> <li class="nav-item "> <a href="ui_timeline.html" class="nav-link "> <span class="title">Timeline 1</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_2.html" class="nav-link "> <span class="title">Timeline 2</span> </a> </li> <li class="nav-item "> <a href="ui_timeline_horizontal.html" class="nav-link "> <span class="title">Horizontal Timeline</span> </a> </li> <li class="nav-item "> <a href="ui_tree.html" class="nav-link "> <span class="title">Tree View</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Page Progress Bar</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ui_page_progress_style_1.html" class="nav-link "> Flash </a> </li> <li class="nav-item "> <a href="ui_page_progress_style_2.html" class="nav-link "> Big Counter </a> </li> </ul> </li> <li class="nav-item "> <a href="ui_blockui.html" class="nav-link "> <span class="title">Block UI</span> </a> </li> <li class="nav-item "> <a href="ui_bootstrap_growl.html" class="nav-link "> <span class="title">Bootstrap Growl Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_notific8.html" class="nav-link "> <span class="title">Notific8 Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_toastr.html" class="nav-link "> <span class="title">Toastr Notifications</span> </a> </li> <li class="nav-item "> <a href="ui_bootbox.html" class="nav-link "> <span class="title">Bootbox Dialogs</span> </a> </li> <li class="nav-item "> <a href="ui_alerts_api.html" class="nav-link "> <span class="title">Metronic Alerts API</span> </a> </li> <li class="nav-item "> <a href="ui_session_timeout.html" class="nav-link "> <span class="title">Session Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_idle_timeout.html" class="nav-link "> <span class="title">User Idle Timeout</span> </a> </li> <li class="nav-item "> <a href="ui_modals.html" class="nav-link "> <span class="title">Modals</span> </a> </li> <li class="nav-item "> <a href="ui_extended_modals.html" class="nav-link "> <span class="title">Extended Modals</span> </a> </li> <li class="nav-item "> <a href="ui_tiles.html" class="nav-link "> <span class="title">Tiles</span> </a> </li> <li class="nav-item "> <a href="ui_datepaginator.html" class="nav-link "> <span class="title">Date Paginator</span> </a> </li> <li class="nav-item "> <a href="ui_nestable.html" class="nav-link "> <span class="title">Nestable List</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-puzzle"></i> <span class="title">Components</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="components_date_time_pickers.html" class="nav-link "> <span class="title">Date & Time Pickers</span> </a> </li> <li class="nav-item "> <a href="components_color_pickers.html" class="nav-link "> <span class="title">Color Pickers</span> <span class="badge badge-danger">2</span> </a> </li> <li class="nav-item "> <a href="components_select2.html" class="nav-link "> <span class="title">Select2 Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_multiselect_dropdown.html" class="nav-link "> <span class="title">Bootstrap Multiselect Dropdowns</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select.html" class="nav-link "> <span class="title">Bootstrap Select</span> </a> </li> <li class="nav-item "> <a href="components_multi_select.html" class="nav-link "> <span class="title">Bootstrap Multiple Select</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_select_splitter.html" class="nav-link "> <span class="title">Select Splitter</span> </a> </li> <li class="nav-item "> <a href="components_clipboard.html" class="nav-link "> <span class="title">Clipboard</span> </a> </li> <li class="nav-item "> <a href="components_typeahead.html" class="nav-link "> <span class="title">Typeahead Autocomplete</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_tagsinput.html" class="nav-link "> <span class="title">Bootstrap Tagsinput</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_switch.html" class="nav-link "> <span class="title">Bootstrap Switch</span> <span class="badge badge-success">6</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_maxlength.html" class="nav-link "> <span class="title">Bootstrap Maxlength</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_fileinput.html" class="nav-link "> <span class="title">Bootstrap File Input</span> </a> </li> <li class="nav-item "> <a href="components_bootstrap_touchspin.html" class="nav-link "> <span class="title">Bootstrap Touchspin</span> </a> </li> <li class="nav-item "> <a href="components_form_tools.html" class="nav-link "> <span class="title">Form Widgets & Tools</span> </a> </li> <li class="nav-item "> <a href="components_context_menu.html" class="nav-link "> <span class="title">Context Menu</span> </a> </li> <li class="nav-item "> <a href="components_editors.html" class="nav-link "> <span class="title">Markdown & WYSIWYG Editors</span> </a> </li> <li class="nav-item "> <a href="components_code_editors.html" class="nav-link "> <span class="title">Code Editors</span> </a> </li> <li class="nav-item "> <a href="components_ion_sliders.html" class="nav-link "> <span class="title">Ion Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_noui_sliders.html" class="nav-link "> <span class="title">NoUI Range Sliders</span> </a> </li> <li class="nav-item "> <a href="components_knob_dials.html" class="nav-link "> <span class="title">Knob Circle Dials</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="form_controls.html" class="nav-link "> <span class="title">Bootstrap Form <br>Controls</span> </a> </li> <li class="nav-item "> <a href="form_controls_md.html" class="nav-link "> <span class="title">Material Design <br>Form Controls</span> </a> </li> <li class="nav-item "> <a href="form_validation.html" class="nav-link "> <span class="title">Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_validation_states_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation States</span> </a> </li> <li class="nav-item "> <a href="form_validation_md.html" class="nav-link "> <span class="title">Material Design <br>Form Validation</span> </a> </li> <li class="nav-item "> <a href="form_layouts.html" class="nav-link "> <span class="title">Form Layouts</span> </a> </li> <li class="nav-item "> <a href="form_repeater.html" class="nav-link "> <span class="title">Form Repeater</span> </a> </li> <li class="nav-item "> <a href="form_input_mask.html" class="nav-link "> <span class="title">Form Input Mask</span> </a> </li> <li class="nav-item "> <a href="form_editable.html" class="nav-link "> <span class="title">Form X-editable</span> </a> </li> <li class="nav-item "> <a href="form_wizard.html" class="nav-link "> <span class="title">Form Wizard</span> </a> </li> <li class="nav-item "> <a href="form_icheck.html" class="nav-link "> <span class="title">iCheck Controls</span> </a> </li> <li class="nav-item "> <a href="form_image_crop.html" class="nav-link "> <span class="title">Image Cropping</span> </a> </li> <li class="nav-item "> <a href="form_fileupload.html" class="nav-link "> <span class="title">Multiple File Upload</span> </a> </li> <li class="nav-item "> <a href="form_dropzone.html" class="nav-link "> <span class="title">Dropzone File Upload</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bulb"></i> <span class="title">Elements</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="elements_steps.html" class="nav-link "> <span class="title">Steps</span> </a> </li> <li class="nav-item "> <a href="elements_lists.html" class="nav-link "> <span class="title">Lists</span> </a> </li> <li class="nav-item "> <a href="elements_ribbons.html" class="nav-link "> <span class="title">Ribbons</span> </a> </li> <li class="nav-item "> <a href="elements_overlay.html" class="nav-link "> <span class="title">Overlays</span> </a> </li> <li class="nav-item "> <a href="elements_cards.html" class="nav-link "> <span class="title">User Cards</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-briefcase"></i> <span class="title">Tables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_static_basic.html" class="nav-link "> <span class="title">Basic Tables</span> </a> </li> <li class="nav-item "> <a href="table_static_responsive.html" class="nav-link "> <span class="title">Responsive Tables</span> </a> </li> <li class="nav-item "> <a href="table_bootstrap.html" class="nav-link "> <span class="title">Bootstrap Tables</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">Datatables</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="table_datatables_managed.html" class="nav-link "> Managed Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_buttons.html" class="nav-link "> Buttons Extension </a> </li> <li class="nav-item "> <a href="table_datatables_colreorder.html" class="nav-link "> Colreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_rowreorder.html" class="nav-link "> Rowreorder Extension </a> </li> <li class="nav-item "> <a href="table_datatables_scroller.html" class="nav-link "> Scroller Extension </a> </li> <li class="nav-item "> <a href="table_datatables_fixedheader.html" class="nav-link "> FixedHeader Extension </a> </li> <li class="nav-item "> <a href="table_datatables_responsive.html" class="nav-link "> Responsive Extension </a> </li> <li class="nav-item "> <a href="table_datatables_editable.html" class="nav-link "> Editable Datatables </a> </li> <li class="nav-item "> <a href="table_datatables_ajax.html" class="nav-link "> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="?p=" class="nav-link nav-toggle"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="portlet_boxed.html" class="nav-link "> <span class="title">Boxed Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_light.html" class="nav-link "> <span class="title">Light Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_solid.html" class="nav-link "> <span class="title">Solid Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_ajax.html" class="nav-link "> <span class="title">Ajax Portlets</span> </a> </li> <li class="nav-item "> <a href="portlet_draggable.html" class="nav-link "> <span class="title">Draggable Portlets</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_amcharts.html" class="nav-link "> <span class="title">amChart</span> </a> </li> <li class="nav-item "> <a href="charts_flotcharts.html" class="nav-link "> <span class="title">Flot Charts</span> </a> </li> <li class="nav-item "> <a href="charts_flowchart.html" class="nav-link "> <span class="title">Flow Charts</span> </a> </li> <li class="nav-item "> <a href="charts_google.html" class="nav-link "> <span class="title">Google Charts</span> </a> </li> <li class="nav-item "> <a href="charts_echarts.html" class="nav-link "> <span class="title">eCharts</span> </a> </li> <li class="nav-item "> <a href="charts_morris.html" class="nav-link "> <span class="title">Morris Charts</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <span class="title">HighCharts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="charts_highcharts.html" class="nav-link "> HighCharts </a> </li> <li class="nav-item "> <a href="charts_highstock.html" class="nav-link "> HighStock </a> </li> <li class="nav-item "> <a href="charts_highmaps.html" class="nav-link "> HighMaps </a> </li> </ul> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="maps_google.html" class="nav-link "> <span class="title">Google Maps</span> </a> </li> <li class="nav-item "> <a href="maps_vector.html" class="nav-link "> <span class="title">Vector Maps</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Layouts</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-layers"></i> <span class="title">Page Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_blank_page.html" class="nav-link "> <span class="title">Blank Page</span> </a> </li> <li class="nav-item "> <a href="layout_ajax_page.html" class="nav-link "> <span class="title">Ajax Content Layout</span> </a> </li> <li class="nav-item "> <a href="layout_offcanvas_mobile_menu.html" class="nav-link "> <span class="title">Off-canvas Mobile Menu</span> </a> </li> <li class="nav-item "> <a href="layout_classic_page_head.html" class="nav-link "> <span class="title">Classic Page Head</span> </a> </li> <li class="nav-item "> <a href="layout_light_page_head.html" class="nav-link "> <span class="title">Light Page Head</span> </a> </li> <li class="nav-item "> <a href="layout_content_grey.html" class="nav-link "> <span class="title">Grey Bg Content</span> </a> </li> <li class="nav-item "> <a href="layout_search_on_header_1.html" class="nav-link "> <span class="title">Search Box On Header 1</span> </a> </li> <li class="nav-item "> <a href="layout_search_on_header_2.html" class="nav-link "> <span class="title">Search Box On Header 2</span> </a> </li> <li class="nav-item "> <a href="layout_language_bar.html" class="nav-link "> <span class="title">Header Language Bar</span> </a> </li> <li class="nav-item "> <a href="layout_footer_fixed.html" class="nav-link "> <span class="title">Fixed Footer</span> </a> </li> <li class="nav-item "> <a href="layout_boxed_page.html" class="nav-link "> <span class="title">Boxed Page</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-feed"></i> <span class="title">Sidebar Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_sidebar_menu_light.html" class="nav-link "> <span class="title">Light Sidebar Menu</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_menu_hover.html" class="nav-link "> <span class="title">Hover Sidebar Menu</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_search_1.html" class="nav-link "> <span class="title">Sidebar Search Option 1</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_search_2.html" class="nav-link "> <span class="title">Sidebar Search Option 2</span> </a> </li> <li class="nav-item "> <a href="layout_toggler_on_sidebar.html" class="nav-link "> <span class="title">Sidebar Toggler On Sidebar</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_reversed.html" class="nav-link "> <span class="title">Reversed Sidebar Page</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_fixed.html" class="nav-link "> <span class="title">Fixed Sidebar Layout</span> </a> </li> <li class="nav-item "> <a href="layout_sidebar_closed.html" class="nav-link "> <span class="title">Closed Sidebar Layout</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-paper-plane"></i> <span class="title">Horizontal Menu</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_mega_menu_light.html" class="nav-link "> <span class="title">Light Mega Menu</span> </a> </li> <li class="nav-item "> <a href="layout_mega_menu_dark.html" class="nav-link "> <span class="title">Dark Mega Menu</span> </a> </li> <li class="nav-item "> <a href="layout_full_width.html" class="nav-link "> <span class="title">Full Width Layout</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class=" icon-wrench"></i> <span class="title">Custom Layouts</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="layout_disabled_menu.html" class="nav-link "> <span class="title">Disabled Menu Links</span> </a> </li> <li class="nav-item "> <a href="layout_full_height_portlet.html" class="nav-link "> <span class="title">Full Height Portlet</span> </a> </li> <li class="nav-item "> <a href="layout_full_height_content.html" class="nav-link "> <span class="title">Full Height Content</span> </a> </li> </ul> </li> <li class="heading"> <h3 class="uppercase">Pages</h3> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="ecommerce_index.html" class="nav-link "> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders.html" class="nav-link "> <i class="icon-basket"></i> <span class="title">Orders</span> </a> </li> <li class="nav-item "> <a href="ecommerce_orders_view.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Order View</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Products</span> </a> </li> <li class="nav-item "> <a href="ecommerce_products_edit.html" class="nav-link "> <i class="icon-graph"></i> <span class="title">Product Edit</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-docs"></i> <span class="title">Apps</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="app_todo.html" class="nav-link "> <i class="icon-clock"></i> <span class="title">Todo 1</span> </a> </li> <li class="nav-item "> <a href="app_todo_2.html" class="nav-link "> <i class="icon-check"></i> <span class="title">Todo 2</span> </a> </li> <li class="nav-item "> <a href="app_inbox.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Inbox</span> </a> </li> <li class="nav-item "> <a href="app_calendar.html" class="nav-link "> <i class="icon-calendar"></i> <span class="title">Calendar</span> </a> </li> <li class="nav-item "> <a href="app_ticket.html" class="nav-link "> <i class="icon-notebook"></i> <span class="title">Support</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-user"></i> <span class="title">User</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_profile_1.html" class="nav-link "> <i class="icon-user"></i> <span class="title">Profile 1</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_account.html" class="nav-link "> <i class="icon-user-female"></i> <span class="title">Profile 1 Account</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_1_help.html" class="nav-link "> <i class="icon-user-following"></i> <span class="title">Profile 1 Help</span> </a> </li> <li class="nav-item "> <a href="page_user_profile_2.html" class="nav-link "> <i class="icon-users"></i> <span class="title">Profile 2</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Login</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_user_login_1.html" class="nav-link " target="_blank"> Login Page 1 </a> </li> <li class="nav-item "> <a href="page_user_login_2.html" class="nav-link " target="_blank"> Login Page 2 </a> </li> <li class="nav-item "> <a href="page_user_login_3.html" class="nav-link " target="_blank"> Login Page 3 </a> </li> <li class="nav-item "> <a href="page_user_login_4.html" class="nav-link " target="_blank"> Login Page 4 </a> </li> <li class="nav-item "> <a href="page_user_login_5.html" class="nav-link " target="_blank"> Login Page 5 </a> </li> <li class="nav-item "> <a href="page_user_login_6.html" class="nav-link " target="_blank"> Login Page 6 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_user_lock_1.html" class="nav-link " target="_blank"> <i class="icon-lock"></i> <span class="title">Lock Screen 1</span> </a> </li> <li class="nav-item "> <a href="page_user_lock_2.html" class="nav-link " target="_blank"> <i class="icon-lock-open"></i> <span class="title">Lock Screen 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-social-dribbble"></i> <span class="title">General</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_about.html" class="nav-link "> <i class="icon-info"></i> <span class="title">About</span> </a> </li> <li class="nav-item "> <a href="page_general_contact.html" class="nav-link "> <i class="icon-call-end"></i> <span class="title">Contact</span> </a> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-notebook"></i> <span class="title">Portfolio</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_portfolio_1.html" class="nav-link "> Portfolio 1 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_2.html" class="nav-link "> Portfolio 2 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_3.html" class="nav-link "> Portfolio 3 </a> </li> <li class="nav-item "> <a href="page_general_portfolio_4.html" class="nav-link "> Portfolio 4 </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-magnifier"></i> <span class="title">Search</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_general_search.html" class="nav-link "> Search 1 </a> </li> <li class="nav-item "> <a href="page_general_search_2.html" class="nav-link "> Search 2 </a> </li> <li class="nav-item "> <a href="page_general_search_3.html" class="nav-link "> Search 3 </a> </li> <li class="nav-item "> <a href="page_general_search_4.html" class="nav-link "> Search 4 </a> </li> <li class="nav-item "> <a href="page_general_search_5.html" class="nav-link "> Search 5 </a> </li> </ul> </li> <li class="nav-item "> <a href="page_general_pricing.html" class="nav-link "> <i class="icon-tag"></i> <span class="title">Pricing</span> </a> </li> <li class="nav-item "> <a href="page_general_faq.html" class="nav-link "> <i class="icon-wrench"></i> <span class="title">FAQ</span> </a> </li> <li class="nav-item "> <a href="page_general_blog.html" class="nav-link "> <i class="icon-pencil"></i> <span class="title">Blog</span> </a> </li> <li class="nav-item "> <a href="page_general_blog_post.html" class="nav-link "> <i class="icon-note"></i> <span class="title">Blog Post</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice</span> </a> </li> <li class="nav-item "> <a href="page_general_invoice_2.html" class="nav-link "> <i class="icon-envelope"></i> <span class="title">Invoice 2</span> </a> </li> </ul> </li> <li class="nav-item "> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> <span class="title">System</span> <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item "> <a href="page_cookie_consent_1.html" class="nav-link "> <span class="title">Cookie Consent 1</span> </a> </li> <li class="nav-item "> <a href="page_cookie_consent_2.html" class="nav-link "> <span class="title">Cookie Consent 2</span> </a> </li> <li class="nav-item "> <a href="page_system_coming_soon.html" class="nav-link " target="_blank"> <span class="title">Coming Soon</span> </a> </li> <li class="nav-item "> <a href="page_system_404_1.html" class="nav-link "> <span class="title">404 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_404_2.html" class="nav-link " target="_blank"> <span class="title">404 Page 2</span> </a> </li> <li class="nav-item "> <a href="page_system_404_3.html" class="nav-link " target="_blank"> <span class="title">404 Page 3</span> </a> </li> <li class="nav-item "> <a href="page_system_500_1.html" class="nav-link "> <span class="title">500 Page 1</span> </a> </li> <li class="nav-item "> <a href="page_system_500_2.html" class="nav-link " target="_blank"> <span class="title">500 Page 2</span> </a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="javascript:;" class="nav-link nav-toggle"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="javascript:;" target="_blank" class="nav-link"> <i class="icon-user"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-power"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-camera"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-link"></i> Sample Link 2</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:;" target="_blank" class="nav-link"> <i class="icon-globe"></i> Arrow Toggle <span class="arrow nav-toggle"></span> </a> <ul class="sub-menu"> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-tag"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-pencil"></i> Sample Link 1</a> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li class="nav-item"> <a href="#" class="nav-link"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> <!-- END SIDEBAR MENU --> </div> <!-- END SIDEBAR --> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <!-- BEGIN CONTENT BODY --> <div class="page-content"> <!-- BEGIN PAGE HEADER--> <!-- BEGIN THEME PANEL --> <div class="theme-panel hidden-xs hidden-sm"> <div class="toggler"> </div> <div class="toggler-close"> </div> <div class="theme-options"> <div class="theme-option theme-colors clearfix"> <span> THEME COLOR </span> <ul> <li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default"> </li> <li class="color-darkblue tooltips" data-style="darkblue" data-container="body" data-original-title="Dark Blue"> </li> <li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue"> </li> <li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey"> </li> <li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light"> </li> <li class="color-light2 tooltips" data-style="light2" data-container="body" data-html="true" data-original-title="Light 2"> </li> </ul> </div> <div class="theme-option"> <span> Theme Style </span> <select class="layout-style-option form-control input-sm"> <option value="square" selected="selected">Square corners</option> <option value="rounded">Rounded corners</option> </select> </div> <div class="theme-option"> <span> Layout </span> <select class="layout-option form-control input-sm"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </div> <div class="theme-option"> <span> Header </span> <select class="page-header-option form-control input-sm"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </div> <div class="theme-option"> <span> Top Menu Dropdown</span> <select class="page-header-top-dropdown-style-option form-control input-sm"> <option value="light" selected="selected">Light</option> <option value="dark">Dark</option> </select> </div> <div class="theme-option"> <span> Sidebar Mode</span> <select class="sidebar-option form-control input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> <div class="theme-option"> <span> Sidebar Menu </span> <select class="sidebar-menu-option form-control input-sm"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </div> <div class="theme-option"> <span> Sidebar Style </span> <select class="sidebar-style-option form-control input-sm"> <option value="default" selected="selected">Default</option> <option value="light">Light</option> </select> </div> <div class="theme-option"> <span> Sidebar Position </span> <select class="sidebar-pos-option form-control input-sm"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </div> <div class="theme-option"> <span> Footer </span> <select class="page-footer-option form-control input-sm"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> </div> </div> <!-- END THEME PANEL --> <!-- BEGIN PAGE BAR --> <div class="page-bar"> <ul class="page-breadcrumb"> <li> <a href="index.html">Home</a> <i class="fa fa-circle"></i> </li> </ul> <div class="page-toolbar"> <div class="btn-group pull-right"> <button type="button" class="btn green btn-sm btn-outline dropdown-toggle" data-toggle="dropdown"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="#"> <i class="icon-bell"></i> Action</a> </li> <li> <a href="#"> <i class="icon-shield"></i> Another action</a> </li> <li> <a href="#"> <i class="icon-user"></i> Something else here</a> </li> <li class="divider"> </li> <li> <a href="#"> <i class="icon-bag"></i> Separated link</a> </li> </ul> </div> </div> </div> <!-- END PAGE BAR --> <!-- BEGIN PAGE TITLE--> <h1 class="page-title"> Help <small>general help page</small> </h1> <!-- END PAGE TITLE--> <!-- END PAGE HEADER-->here will be multi purpose support(knowledgebase and help) page</div> <!-- END CONTENT BODY --> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2016 &copy; Metronic Theme By <a target="_blank" href="http://keenthemes.com">Keenthemes</a> &nbsp;|&nbsp; <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> </div> <!-- BEGIN QUICK NAV --> <nav class="quick-nav"> <a class="quick-nav-trigger" href="#0"> <span aria-hidden="true"></span> </a> <ul> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" target="_blank" class="active"> <span>Purchase Metronic</span> <i class="icon-basket"></i> </a> </li> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/reviews/4021469?ref=keenthemes" target="_blank"> <span>Customer Reviews</span> <i class="icon-users"></i> </a> </li> <li> <a href="http://keenthemes.com/showcast/" target="_blank"> <span>Showcase</span> <i class="icon-user"></i> </a> </li> <li> <a href="http://keenthemes.com/metronic-theme/changelog/" target="_blank"> <span>Changelog</span> <i class="icon-graph"></i> </a> </li> </ul> <span aria-hidden="true" class="quick-nav-bg"></span> </nav> <div class="quick-nav-overlay"></div> <!-- END QUICK NAV --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <script src="../assets/global/plugins/ie8.fix.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/layout/scripts/demo.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
metronic_v4.7.1/theme/admin_5/ui_tiles.html
FernandoUnix/AcessoRestrito
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8" /> <title>Metronic Admin Theme #5 | Tiles</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="Preview page of Metronic Admin Theme #5 for windows 8 style tiles examples" name="description" /> <meta content="" name="author" /> <!-- BEGIN LAYOUT FIRST STYLES --> <link href="//fonts.googleapis.com/css?family=Oswald:400,300,700" rel="stylesheet" type="text/css" /> <!-- END LAYOUT FIRST STYLES --> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" /> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN THEME GLOBAL STYLES --> <link href="../assets/global/css/components.min.css" rel="stylesheet" id="style_components" type="text/css" /> <link href="../assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME GLOBAL STYLES --> <!-- BEGIN THEME LAYOUT STYLES --> <link href="../assets/layouts/layout5/css/layout.min.css" rel="stylesheet" type="text/css" /> <link href="../assets/layouts/layout5/css/custom.min.css" rel="stylesheet" type="text/css" /> <!-- END THEME LAYOUT STYLES --> <link rel="shortcut icon" href="favicon.ico" /> </head> <!-- END HEAD --> <body class="page-header-fixed page-sidebar-closed-hide-logo"> <!-- BEGIN CONTAINER --> <div class="wrapper"> <!-- BEGIN HEADER --> <header class="page-header"> <nav class="navbar mega-menu" role="navigation"> <div class="container-fluid"> <div class="clearfix navbar-fixed-top"> <!-- Brand and toggle get grouped for better mobile display --> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="sr-only">Toggle navigation</span> <span class="toggle-icon"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </span> </button> <!-- End Toggle Button --> <!-- BEGIN LOGO --> <a id="index" class="page-logo" href="index.html"> <img src="../assets/layouts/layout5/img/logo.png" alt="Logo"> </a> <!-- END LOGO --> <!-- BEGIN SEARCH --> <form class="search" action="extra_search.html" method="GET"> <input type="name" class="form-control" name="query" placeholder="Search..."> <a href="javascript:;" class="btn submit md-skip"> <i class="fa fa-search"></i> </a> </form> <!-- END SEARCH --> <!-- BEGIN TOPBAR ACTIONS --> <div class="topbar-actions"> <!-- BEGIN GROUP NOTIFICATION --> <div class="btn-group-notification btn-group" id="header_notification_bar"> <button type="button" class="btn btn-sm md-skip dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge">7</span> </button> <ul class="dropdown-menu-v2"> <li class="external"> <h3> <span class="bold">12 pending</span> notifications</h3> <a href="#">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px; padding: 0;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-success md-skip"> <i class="fa fa-plus"></i> </span> New user registered. </span> <span class="time">just now</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> <span class="time">3 mins</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-warning md-skip"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> <span class="time">10 mins</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-info md-skip"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> <span class="time">14 hrs</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> <span class="time">2 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> <span class="time">3 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-warning md-skip"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> <span class="time">4 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-info md-skip"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> <span class="time">5 days</span> </a> </li> <li> <a href="javascript:;"> <span class="details"> <span class="label label-sm label-icon label-danger md-skip"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> <span class="time">9 days</span> </a> </li> </ul> </li> </ul> </div> <!-- END GROUP NOTIFICATION --> <!-- BEGIN GROUP INFORMATION --> <div class="btn-group-red btn-group"> <button type="button" class="btn btn-sm md-skip dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="fa fa-plus"></i> </button> <ul class="dropdown-menu-v2" role="menu"> <li class="active"> <a href="#">New Post</a> </li> <li> <a href="#">New Comment</a> </li> <li> <a href="#">Share</a> </li> <li class="divider"></li> <li> <a href="#">Comments <span class="badge badge-success">4</span> </a> </li> <li> <a href="#">Feedbacks <span class="badge badge-danger">2</span> </a> </li> </ul> </div> <!-- END GROUP INFORMATION --> <!-- BEGIN USER PROFILE --> <div class="btn-group-img btn-group"> <button type="button" class="btn btn-sm md-skip dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <span>Hi, Marcus</span> <img src="../assets/layouts/layout5/img/avatar1.jpg" alt=""> </button> <ul class="dropdown-menu-v2" role="menu"> <li> <a href="page_user_profile_1.html"> <i class="icon-user"></i> My Profile <span class="badge badge-danger">1</span> </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="page_user_lock_1.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="page_user_login_1.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </div> <!-- END USER PROFILE --> <!-- BEGIN QUICK SIDEBAR TOGGLER --> <button type="button" class="quick-sidebar-toggler md-skip" data-toggle="collapse"> <span class="sr-only">Toggle Quick Sidebar</span> <i class="icon-logout"></i> </button> <!-- END QUICK SIDEBAR TOGGLER --> </div> <!-- END TOPBAR ACTIONS --> </div> <!-- BEGIN HEADER MENU --> <div class="nav-collapse collapse navbar-collapse navbar-responsive-collapse"> <ul class="nav navbar-nav"> <li class="dropdown dropdown-fw dropdown-fw-disabled "> <a href="javascript:;" class="text-uppercase"> <i class="icon-home"></i> Dashboard </a> <ul class="dropdown-menu dropdown-menu-fw"> <li> <a href="index.html"> <i class="icon-bar-chart"></i> Default </a> </li> <li> <a href="dashboard_2.html"> <i class="icon-bulb"></i> Dashboard 2 </a> </li> <li> <a href="dashboard_3.html"> <i class="icon-graph"></i> Dashboard 3 </a> </li> </ul> </li> <li class="dropdown dropdown-fw dropdown-fw-disabled active open selected"> <a href="javascript:;" class="text-uppercase"> <i class="icon-puzzle"></i> Features </a> <ul class="dropdown-menu dropdown-menu-fw"> <li class="dropdown more-dropdown-sub active"> <a href="javascript:;"> <i class="icon-diamond"></i> UI Features </a> <ul class="dropdown-menu"> <li> <a href="ui_colors.html"> Color Library </a> </li> <li> <a href="ui_metronic_grid.html"> Metronic Grid System </a> </li> <li> <a href="ui_general.html"> General Components </a> </li> <li> <a href="ui_buttons.html"> Buttons </a> </li> <li> <a href="ui_buttons_spinner.html"> Spinner Buttons </a> </li> <li> <a href="ui_confirmations.html"> Popover Confirmations </a> </li> <li> <a href="ui_sweetalert.html"> Bootstrap Sweet Alerts </a> </li> <li> <a href="ui_icons.html"> Font Icons </a> </li> <li> <a href="ui_socicons.html"> Social Icons </a> </li> <li> <a href="ui_typography.html"> Typography </a> </li> <li> <a href="ui_tabs_accordions_navs.html"> Tabs, Accordions & Navs </a> </li> <li> <a href="ui_tree.html"> Tree View </a> </li> <li> <a href="ui_timeline.html"> Timeline 1 </a> </li> <li> <a href="ui_timeline_2.html"> Timeline 2 </a> </li> <li> <a href="ui_timeline_horizontal.html"> Horizontal Timeline </a> </li> <li> <a href="ui_page_progress_style_1.html"> Page Progress Bar - Flash </a> </li> <li> <a href="ui_page_progress_style_2.html"> Page Progress Bar - Big Counter </a> </li> <li> <a href="ui_blockui.html"> Block UI </a> </li> <li> <a href="ui_bootstrap_growl.html"> Bootstrap Growl Notifications </a> </li> <li> <a href="ui_notific8.html"> Notific8 Notifications </a> </li> <li> <a href="ui_toastr.html"> Toastr Notifications </a> </li> <li> <a href="ui_bootbox.html"> Bootbox Dialogs </a> </li> <li> <a href="ui_alerts_api.html"> Metronic Alerts API </a> </li> <li> <a href="ui_session_timeout.html"> Session Timeout </a> </li> <li> <a href="ui_idle_timeout.html"> User Idle Timeout </a> </li> <li> <a href="ui_modals.html"> Modals </a> </li> <li> <a href="ui_extended_modals.html"> Extended Modals </a> </li> <li class="active"> <a href="ui_tiles.html"> Tiles </a> </li> <li> <a href="ui_timeline.html"> Timeline </a> </li> <li> <a href="ui_datepaginator.html"> Date Paginator </a> </li> <li> <a href="ui_nestable.html"> Nestable List </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-puzzle"></i> Components </a> <ul class="dropdown-menu"> <li> <a href="components_date_time_pickers.html"> Date & Time Pickers </a> </li> <li> <a href="components_color_pickers.html"> Color Pickers </a> </li> <li> <a href="components_select2.html"> Select2 Dropdowns </a> </li> <li> <a href="components_bootstrap_multiselect_dropdown.html"> Bootstrap Multiselect Dropdowns </a> </li> <li> <a href="components_bootstrap_select.html"> Bootstrap Select </a> </li> <li> <a href="components_multi_select.html"> Bootstrap Multiple Select </a> </li> <li> <a href="components_bootstrap_select_splitter.html"> Select Splitter </a> </li> <li> <a href="components_clipboard.html"> Clipboard </a> </li> <li> <a href="components_typeahead.html"> Typeahead Autocomplete </a> </li> <li> <a href="components_bootstrap_tagsinput.html"> Bootstrap Tagsinput </a> </li> <li> <a href="components_bootstrap_switch.html"> Bootstrap Switch </a> </li> <li> <a href="components_bootstrap_maxlength.html"> Bootstrap Maxlength </a> </li> <li> <a href="components_bootstrap_fileinput.html"> Bootstrap File Input </a> </li> <li> <a href="components_bootstrap_touchspin.html"> Bootstrap Touchspin </a> </li> <li> <a href="components_form_tools.html"> Form Widgets & Tools </a> </li> <li> <a href="components_context_menu.html"> Context Menu </a> </li> <li> <a href="components_editors.html"> Markdown & WYSIWYG Editors </a> </li> <li> <a href="components_code_editors.html"> Code Editors </a> </li> <li> <a href="components_ion_sliders.html"> Ion Range Sliders </a> </li> <li> <a href="components_noui_sliders.html"> NoUI Range Sliders </a> </li> <li> <a href="components_knob_dials.html"> Knob Circle Dials </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-settings"></i> Form Stuff </a> <ul class="dropdown-menu"> <li> <a href="form_controls.html"> Bootstrap Form <br>Controls </a> </li> <li> <a href="form_controls_md.html"> Material Design <br>Form Controls </a> </li> <li> <a href="form_validation.html"> Form Validation </a> </li> <li> <a href="form_validation_states_md.html"> Material Design <br>Form Validation States </a> </li> <li> <a href="form_validation_md.html"> Material Design <br>Form Validation </a> </li> <li> <a href="form_layouts.html"> Form Layouts </a> </li> <li> <a href="form_repeater.html"> Form Repeater </a> </li> <li> <a href="form_input_mask.html"> Form Input Mask </a> </li> <li> <a href="form_editable.html"> Form X-editable </a> </li> <li> <a href="form_wizard.html"> Form Wizard </a> </li> <li> <a href="form_icheck.html"> iCheck Controls </a> </li> <li> <a href="form_image_crop.html"> Image Cropping </a> </li> <li> <a href="form_fileupload.html"> Multiple File Upload </a> </li> <li> <a href="form_dropzone.html"> Dropzone File Upload </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="?p="> <i class="icon-wallet"></i> Portlets </a> <ul class="dropdown-menu"> <li> <a href="portlet_boxed.html"> Boxed Portlets </a> </li> <li> <a href="portlet_light.html"> Light Portlets </a> </li> <li> <a href="portlet_solid.html"> Solid Portlets </a> </li> <li> <a href="portlet_ajax.html"> Ajax Portlets </a> </li> <li> <a href="portlet_draggable.html"> Draggable Portlets </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-bar-chart"></i> Charts </a> <ul class="dropdown-menu"> <li> <a href="charts_amcharts.html"> amChart </a> </li> <li> <a href="charts_flotcharts.html"> Flot Charts </a> </li> <li> <a href="charts_flowchart.html"> Flow Charts </a> </li> <li> <a href="charts_google.html"> Google Charts </a> </li> <li> <a href="charts_echarts.html"> eCharts </a> </li> <li> <a href="charts_morris.html"> Morris Charts </a> </li> <li> <a href="javascript:;"> HighCharts </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-cloud-upload"></i> Elements </a> <ul class="dropdown-menu"> <li> <a href="elements_steps.html"> Steps </a> </li> <li> <a href="elements_lists.html"> Lists </a> </li> <li> <a href="elements_ribbons.html"> Ribbons </a> </li> <li> <a href="elements_overlay.html"> Overlays </a> </li> <li> <a href="elements_cards.html"> User Cards </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-pointer"></i> Maps </a> <ul class="dropdown-menu"> <li> <a href="maps_google.html"> Google Maps </a> </li> <li> <a href="maps_vector.html"> Vector Maps </a> </li> </ul> </li> </ul> </li> <li class="dropdown dropdown-fw dropdown-fw-disabled "> <a href="javascript:;" class="text-uppercase"> <i class="icon-briefcase"></i> Tables </a> <ul class="dropdown-menu dropdown-menu-fw"> <li> <a href="table_static_basic.html"> Basic Tables </a> </li> <li> <a href="table_static_responsive.html"> Responsive Tables </a> </li> <li> <a href="table_bootstrap.html"> Bootstrap Tables </a> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> Datatables </a> <ul class="dropdown-menu"> <li> <a href="table_datatables_managed.html"> Managed Datatables </a> </li> <li> <a href="table_datatables_buttons.html"> Buttons Extension </a> </li> <li> <a href="table_datatables_colreorder.html"> Colreorder Extension </a> </li> <li> <a href="table_datatables_rowreorder.html"> Rowreorder Extension </a> </li> <li> <a href="table_datatables_scroller.html"> Scroller Extension </a> </li> <li> <a href="table_datatables_fixedheader.html"> FixedHeader Extension </a> </li> <li> <a href="table_datatables_responsive.html"> Responsive Extension </a> </li> <li> <a href="table_datatables_editable.html"> Editable Datatables </a> </li> <li> <a href="table_datatables_ajax.html"> Ajax Datatables </a> </li> </ul> </li> </ul> </li> <li class="dropdown dropdown-fw dropdown-fw-disabled "> <a href="javascript:;" class="text-uppercase"> <i class="icon-layers"></i> Pages </a> <ul class="dropdown-menu dropdown-menu-fw"> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-basket"></i> eCommerce </a> <ul class="dropdown-menu"> <li> <a href="ecommerce_index.html"> <i class="icon-home"></i> Dashboard </a> </li> <li> <a href="ecommerce_orders.html"> <i class="icon-basket"></i> Orders </a> </li> <li> <a href="ecommerce_orders_view.html"> <i class="icon-tag"></i> Order View </a> </li> <li> <a href="ecommerce_products.html"> <i class="icon-graph"></i> Products </a> </li> <li> <a href="ecommerce_products_edit.html"> <i class="icon-graph"></i> Product Edit </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-docs"></i> Apps </a> <ul class="dropdown-menu"> <li> <a href="app_todo.html"> <i class="icon-clock"></i> Todo 1 </a> </li> <li> <a href="app_todo_2.html"> <i class="icon-check"></i> Todo 2 </a> </li> <li> <a href="app_inbox.html"> <i class="icon-envelope"></i> Inbox </a> </li> <li> <a href="app_calendar.html"> <i class="icon-calendar"></i> Calendar </a> </li> <li> <a href="app_ticket.html"> <i class="icon-notebook"></i> Support </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-user"></i> User </a> <ul class="dropdown-menu"> <li> <a href="page_user_profile_1.html"> Profile 1 </a> </li> <li> <a href="page_user_profile_1_account.html"> Profile 1 Account </a> </li> <li> <a href="page_user_profile_1_help.html"> Profile 1 Help </a> </li> <li> <a href="page_user_profile_2.html"> Profile 2 </a> </li> <li> <a href="page_user_login_1.html"> Login Page 1 </a> </li> <li> <a href="page_user_login_2.html"> Login Page 2 </a> </li> <li> <a href="page_user_login_3.html"> Login Page 3 </a> </li> <li> <a href="page_user_login_4.html"> Login Page 4 </a> </li> <li> <a href="page_user_login_5.html"> Login Page 5 </a> </li> <li> <a href="page_user_login_6.html"> Login Page 6 </a> </li> <li> <a href="page_user_lock_1.html"> Lock Screen 1 </a> </li> <li> <a href="page_user_lock_2.html"> Lock Screen 2 </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-social-dribbble"></i> General </a> <ul class="dropdown-menu"> <li> <a href="page_general_about.html"> About </a> </li> <li> <a href="page_general_contact.html"> Contact </a> </li> <li> <a href="page_general_portfolio_1.html"> Portfolio 1 </a> </li> <li> <a href="page_general_portfolio_2.html"> Portfolio 2 </a> </li> <li> <a href="page_general_portfolio_3.html"> Portfolio 3 </a> </li> <li> <a href="page_general_portfolio_4.html"> Portfolio 4 </a> </li> <li> <a href="page_general_search.html"> Search 1 </a> </li> <li> <a href="page_general_search_2.html"> Search 2 </a> </li> <li> <a href="page_general_search_3.html"> Search 3 </a> </li> <li> <a href="page_general_search_4.html"> Search 4 </a> </li> <li> <a href="page_general_search_5.html"> Search 5 </a> </li> <li> <a href="page_general_pricing.html"> Pricing </a> </li> <li> <a href="page_general_faq.html"> FAQ </a> </li> <li> <a href="page_general_blog.html"> Blog </a> </li> <li> <a href="page_general_blog_post.html"> Blog Post </a> </li> <li> <a href="page_general_invoice.html"> Invoice </a> </li> <li> <a href="page_general_invoice_2.html"> Invoice 2 </a> </li> </ul> </li> <li class="dropdown more-dropdown-sub"> <a href="javascript:;"> <i class="icon-settings"></i> System </a> <ul class="dropdown-menu"> <li> <a href="layout_blank_page.html"> Blank Page </a> </li> <li> <a href="page_system_coming_soon.html"> Coming Soon </a> </li> <li> <a href="page_system_404_1.html"> 404 Page 1 </a> </li> <li> <a href="page_system_404_2.html"> 404 Page 2 </a> </li> <li> <a href="page_system_404_3.html"> 404 Page 3 </a> </li> <li> <a href="page_system_500_1.html"> 500 Page 1 </a> </li> <li> <a href="page_system_500_2.html"> 500 Page 2 </a> </li> </ul> </li> </ul> </li> <li class="dropdown more-dropdown"> <a href="javascript:;" class="text-uppercase"> More </a> <ul class="dropdown-menu"> <li> <a href="#">Link 1</a> </li> <li> <a href="#">Link 2</a> </li> <li> <a href="#">Link 3</a> </li> <li> <a href="#">Link 4</a> </li> <li> <a href="#">Link 5</a> </li> </ul> </li> </ul> </div> <!-- END HEADER MENU --> </div> <!--/container--> </nav> </header> <!-- END HEADER --> <div class="container-fluid"> <div class="page-content"> <!-- BEGIN BREADCRUMBS --> <div class="breadcrumbs"> <h1>Tiles</h1> <ol class="breadcrumb"> <li> <a href="#">Home</a> </li> <li> <a href="#">Features</a> </li> <li class="active">UI Features</li> </ol> <!-- Sidebar Toggle Button --> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".page-sidebar"> <span class="sr-only">Toggle navigation</span> <span class="toggle-icon"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </span> </button> <!-- Sidebar Toggle Button --> </div> <!-- END BREADCRUMBS --> <!-- BEGIN SIDEBAR CONTENT LAYOUT --> <div class="page-content-container"> <div class="page-content-row"> <!-- BEGIN PAGE SIDEBAR --> <div class="page-sidebar"> <nav class="navbar" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <!-- Collect the nav links, forms, and other content for toggling --> <ul class="nav navbar-nav margin-bottom-35"> <li class="active"> <a href="index.html"> <i class="icon-home"></i> Home </a> </li> <li> <a href="#"> <i class="icon-note "></i> Reports </a> </li> <li> <a href="#"> <i class="icon-user"></i> User Activity </a> </li> <li> <a href="#"> <i class="icon-basket "></i> Marketplace </a> </li> <li> <a href="#"> <i class="icon-bell"></i> Templates </a> </li> </ul> <h3>Quick Actions</h3> <ul class="nav navbar-nav"> <li> <a href="#"> <i class="icon-envelope "></i> Inbox <label class="label label-danger">New</label> </a> </li> <li> <a href="#"> <i class="icon-paper-clip "></i> Task </a> </li> <li> <a href="#"> <i class="icon-star"></i> Projects </a> </li> <li> <a href="#"> <i class="icon-pin"></i> Events <span class="badge badge-success">2</span> </a> </li> </ul> </nav> </div> <!-- END PAGE SIDEBAR --> <div class="page-content-col"> <!-- BEGIN PAGE BASE CONTENT --> <div class="portlet light bordered"> <div class="portlet-title"> <div class="caption"> <i class="icon-bubble font-green-sharp"></i> <span class="caption-subject font-green-sharp sbold">Extended Modals Example</span> </div> <div class="actions"> <div class="btn-group"> <a class="btn green-haze btn-outline btn-circle btn-sm" href="javascript:;" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;"> Option 1</a> </li> <li class="divider"> </li> <li> <a href="javascript:;">Option 2</a> </li> <li> <a href="javascript:;">Option 3</a> </li> <li> <a href="javascript:;">Option 4</a> </li> </ul> </div> </div> </div> <div class="portlet-body"> <div class="tiles"> <div class="tile double-down bg-blue-hoki"> <div class="tile-body"> <i class="fa fa-bell-o"></i> </div> <div class="tile-object"> <div class="name"> Notifications </div> <div class="number"> 6 </div> </div> </div> <div class="tile bg-red-sunglo"> <div class="tile-body"> <i class="fa fa-calendar"></i> </div> <div class="tile-object"> <div class="name"> Meetings </div> <div class="number"> 12 </div> </div> </div> <div class="tile double selected bg-green-turquoise"> <div class="corner"> </div> <div class="check"> </div> <div class="tile-body"> <h4>support@metronic.com</h4> <p> Re: Metronic v1.2 - Project Update! </p> <p> 24 March 2013 12.30PM confirmed for the project plan update meeting... </p> </div> <div class="tile-object"> <div class="name"> <i class="fa fa-envelope"></i> </div> <div class="number"> 14 </div> </div> </div> <div class="tile selected bg-yellow-saffron"> <div class="corner"> </div> <div class="tile-body"> <i class="fa fa-user"></i> </div> <div class="tile-object"> <div class="name"> Members </div> <div class="number"> 452 </div> </div> </div> <div class="tile double bg-blue-madison"> <div class="tile-body"> <img src="../assets/pages/media/profile/photo1.jpg" alt=""> <h4>Announcements</h4> <p> Easily style icon color, size, shadow, and anything that's possible with CSS. </p> </div> <div class="tile-object"> <div class="name"> Bob Nilson </div> <div class="number"> 24 Jan 2013 </div> </div> </div> <div class="tile bg-purple-studio"> <div class="tile-body"> <i class="fa fa-shopping-cart"></i> </div> <div class="tile-object"> <div class="name"> Orders </div> <div class="number"> 121 </div> </div> </div> <div class="tile image selected"> <div class="tile-body"> <img src="../assets/pages/media/gallery/image2.jpg" alt=""> </div> <div class="tile-object"> <div class="name"> Media </div> </div> </div> <div class="tile bg-green-meadow"> <div class="tile-body"> <i class="fa fa-comments"></i> </div> <div class="tile-object"> <div class="name"> Feedback </div> <div class="number"> 12 </div> </div> </div> <div class="tile double bg-grey-cascade"> <div class="tile-body"> <img src="../assets/pages/media/profile/photo2.jpg" alt="" class="pull-right"> <h3>@lisa_wong</h3> <p> I really love this theme. I look forward to check the next release! </p> </div> <div class="tile-object"> <div class="name"> <i class="fa fa-twitter"></i> </div> <div class="number"> 10:45PM, 23 Jan </div> </div> </div> <div class="tile bg-red-intense"> <div class="tile-body"> <i class="fa fa-coffee"></i> </div> <div class="tile-object"> <div class="name"> Meetups </div> <div class="number"> 12 Jan </div> </div> </div> <div class="tile bg-green"> <div class="tile-body"> <i class="fa fa-bar-chart-o"></i> </div> <div class="tile-object"> <div class="name"> Reports </div> <div class="number"> </div> </div> </div> <div class="tile bg-blue-steel"> <div class="tile-body"> <i class="fa fa-briefcase"></i> </div> <div class="tile-object"> <div class="name"> Documents </div> <div class="number"> 124 </div> </div> </div> <div class="tile image double selected"> <div class="tile-body"> <img src="../assets/pages/media/gallery/image4.jpg" alt=""> </div> <div class="tile-object"> <div class="name"> Gallery </div> <div class="number"> 124 </div> </div> </div> <div class="tile bg-yellow-lemon selected"> <div class="corner"> </div> <div class="check"> </div> <div class="tile-body"> <i class="fa fa-cogs"></i> </div> <div class="tile-object"> <div class="name"> Settings </div> </div> </div> <div class="tile bg-red-sunglo"> <div class="tile-body"> <i class="fa fa-plane"></i> </div> <div class="tile-object"> <div class="name"> Projects </div> <div class="number"> 34 </div> </div> </div> </div> </div> </div> <!-- END PAGE BASE CONTENT --> </div> </div> </div> <!-- END SIDEBAR CONTENT LAYOUT --> </div> <!-- BEGIN FOOTER --> <p class="copyright"> 2016 &copy; Metronic Theme By <a target="_blank" href="http://keenthemes.com">Keenthemes</a> &nbsp;|&nbsp; <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </p> <a href="#index" class="go2top"> <i class="icon-arrow-up"></i> </a> <!-- END FOOTER --> </div> </div> <!-- END CONTAINER --> <!-- BEGIN QUICK SIDEBAR --> <a href="javascript:;" class="page-quick-sidebar-toggler"> <i class="icon-login"></i> </a> <div class="page-quick-sidebar-wrapper" data-close-on-body-click="false"> <div class="page-quick-sidebar"> <ul class="nav nav-tabs"> <li class="active"> <a href="javascript:;" data-target="#quick_sidebar_tab_1" data-toggle="tab"> Users <span class="badge badge-danger">2</span> </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_2" data-toggle="tab"> Alerts <span class="badge badge-success">7</span> </a> </li> <li class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> More <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu pull-right"> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-bell"></i> Alerts </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-info"></i> Notifications </a> </li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-speech"></i> Activities </a> </li> <li class="divider"></li> <li> <a href="javascript:;" data-target="#quick_sidebar_tab_3" data-toggle="tab"> <i class="icon-settings"></i> Settings </a> </li> </ul> </li> </ul> <div class="tab-content"> <div class="tab-pane active page-quick-sidebar-chat" id="quick_sidebar_tab_1"> <div class="page-quick-sidebar-chat-users" data-rail-color="#ddd" data-wrapper-class="page-quick-sidebar-list"> <h3 class="list-heading">Staff</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-success">8</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar3.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Bob Nilson</h4> <div class="media-heading-sub"> Project Manager </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar1.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Nick Larson</h4> <div class="media-heading-sub"> Art Director </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">3</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar4.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Hubert</h4> <div class="media-heading-sub"> CTO </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar2.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ella Wong</h4> <div class="media-heading-sub"> CEO </div> </div> </li> </ul> <h3 class="list-heading">Customers</h3> <ul class="media-list list-items"> <li class="media"> <div class="media-status"> <span class="badge badge-warning">2</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar6.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lara Kunis</h4> <div class="media-heading-sub"> CEO, Loop Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="label label-sm label-success">new</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar7.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Ernie Kyllonen</h4> <div class="media-heading-sub"> Project Manager, <br> SmartBizz PTL </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar8.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Lisa Stone</h4> <div class="media-heading-sub"> CTO, Keort Inc </div> <div class="media-heading-small"> Last seen 13:10 PM </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-success">7</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar9.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Deon Portalatin</h4> <div class="media-heading-sub"> CFO, H&D LTD </div> </div> </li> <li class="media"> <img class="media-object" src="../assets/layouts/layout/img/avatar10.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Irina Savikova</h4> <div class="media-heading-sub"> CEO, Tizda Motors Inc </div> </div> </li> <li class="media"> <div class="media-status"> <span class="badge badge-danger">4</span> </div> <img class="media-object" src="../assets/layouts/layout/img/avatar11.jpg" alt="..."> <div class="media-body"> <h4 class="media-heading">Maria Gomez</h4> <div class="media-heading-sub"> Manager, Infomatic Inc </div> <div class="media-heading-small"> Last seen 03:10 AM </div> </div> </li> </ul> </div> <div class="page-quick-sidebar-item"> <div class="page-quick-sidebar-chat-user"> <div class="page-quick-sidebar-nav"> <a href="javascript:;" class="page-quick-sidebar-back-to-list"> <i class="icon-arrow-left"></i>Back</a> </div> <div class="page-quick-sidebar-chat-user-messages"> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> When could you send me the report ? </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:15</span> <span class="body"> Its almost done. I will be sending it shortly </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:15</span> <span class="body"> Alright. Thanks! :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:16</span> <span class="body"> You are most welcome. Sorry for the delay. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> No probs. Just take your time :) </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Alright. I just emailed it to you. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Great! Thanks. Will check it right away. </span> </div> </div> <div class="post in"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar2.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Ella Wong</a> <span class="datetime">20:40</span> <span class="body"> Please let me know if you have any comment. </span> </div> </div> <div class="post out"> <img class="avatar" alt="" src="../assets/layouts/layout/img/avatar3.jpg" /> <div class="message"> <span class="arrow"></span> <a href="javascript:;" class="name">Bob Nilson</a> <span class="datetime">20:17</span> <span class="body"> Sure. I will check and buzz you if anything needs to be corrected. </span> </div> </div> </div> <div class="page-quick-sidebar-chat-user-form"> <div class="input-group"> <input type="text" class="form-control" placeholder="Type a message here..."> <div class="input-group-btn"> <button type="button" class="btn green"> <i class="icon-paper-clip"></i> </button> </div> </div> </div> </div> </div> </div> <div class="tab-pane page-quick-sidebar-alerts" id="quick_sidebar_tab_2"> <div class="page-quick-sidebar-alerts-list"> <h3 class="list-heading">General</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-warning"> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> <h3 class="list-heading">System</h3> <ul class="feeds list-items"> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-check"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 4 pending tasks. <span class="label label-sm label-warning "> Take action <i class="fa fa-share"></i> </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> Just now </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-danger"> <i class="fa fa-bar-chart-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Finance Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-default"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-shopping-cart"></i> </div> </div> <div class="cont-col2"> <div class="desc"> New order received with <span class="label label-sm label-success"> Reference Number: DR23923 </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 30 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-success"> <i class="fa fa-user"></i> </div> </div> <div class="cont-col2"> <div class="desc"> You have 5 pending membership that requires a quick review. </div> </div> </div> </div> <div class="col2"> <div class="date"> 24 mins </div> </div> </li> <li> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-warning"> <i class="fa fa-bell-o"></i> </div> </div> <div class="cont-col2"> <div class="desc"> Web server hardware needs to be upgraded. <span class="label label-sm label-default "> Overdue </span> </div> </div> </div> </div> <div class="col2"> <div class="date"> 2 hours </div> </div> </li> <li> <a href="javascript:;"> <div class="col1"> <div class="cont"> <div class="cont-col1"> <div class="label label-sm label-info"> <i class="fa fa-briefcase"></i> </div> </div> <div class="cont-col2"> <div class="desc"> IPO Report for year 2013 has been released. </div> </div> </div> </div> <div class="col2"> <div class="date"> 20 mins </div> </div> </a> </li> </ul> </div> </div> <div class="tab-pane page-quick-sidebar-settings" id="quick_sidebar_tab_3"> <div class="page-quick-sidebar-settings-list"> <h3 class="list-heading">General Settings</h3> <ul class="list-items borderless"> <li> Enable Notifications <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Allow Tracking <input type="checkbox" class="make-switch" data-size="small" data-on-color="info" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Log Errors <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Auto Sumbit Issues <input type="checkbox" class="make-switch" data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Enable SMS Alerts <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="success" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <h3 class="list-heading">System Settings</h3> <ul class="list-items borderless"> <li> Security Level <select class="form-control input-inline input-sm input-small"> <option value="1">Normal</option> <option value="2" selected>Medium</option> <option value="e">High</option> </select> </li> <li> Failed Email Attempts <input class="form-control input-inline input-sm input-small" value="5" /> </li> <li> Secondary SMTP Port <input class="form-control input-inline input-sm input-small" value="3560" /> </li> <li> Notify On System Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="danger" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> <li> Notify On SMTP Error <input type="checkbox" class="make-switch" checked data-size="small" data-on-color="warning" data-on-text="ON" data-off-color="default" data-off-text="OFF"> </li> </ul> <div class="inner-content"> <button class="btn btn-success"> <i class="icon-settings"></i> Save Changes</button> </div> </div> </div> </div> </div> </div> <!-- END QUICK SIDEBAR --> <!-- BEGIN QUICK NAV --> <nav class="quick-nav"> <a class="quick-nav-trigger" href="#0"> <span aria-hidden="true"></span> </a> <ul> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" target="_blank" class="active"> <span>Purchase Metronic</span> <i class="icon-basket"></i> </a> </li> <li> <a href="https://themeforest.net/item/metronic-responsive-admin-dashboard-template/reviews/4021469?ref=keenthemes" target="_blank"> <span>Customer Reviews</span> <i class="icon-users"></i> </a> </li> <li> <a href="http://keenthemes.com/showcast/" target="_blank"> <span>Showcase</span> <i class="icon-user"></i> </a> </li> <li> <a href="http://keenthemes.com/metronic-theme/changelog/" target="_blank"> <span>Changelog</span> <i class="icon-graph"></i> </a> </li> </ul> <span aria-hidden="true" class="quick-nav-bg"></span> </nav> <div class="quick-nav-overlay"></div> <!-- END QUICK NAV --> <!--[if lt IE 9]> <script src="../assets/global/plugins/respond.min.js"></script> <script src="../assets/global/plugins/excanvas.min.js"></script> <script src="../assets/global/plugins/ie8.fix.min.js"></script> <![endif]--> <!-- BEGIN CORE PLUGINS --> <script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN THEME GLOBAL SCRIPTS --> <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script> <!-- END THEME GLOBAL SCRIPTS --> <!-- BEGIN THEME LAYOUT SCRIPTS --> <script src="../assets/layouts/layout5/scripts/layout.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-sidebar.min.js" type="text/javascript"></script> <script src="../assets/layouts/global/scripts/quick-nav.min.js" type="text/javascript"></script> <!-- END THEME LAYOUT SCRIPTS --> </body> </html>
symfony2/api/2.5/Symfony/Bundle/TwigBundle/Extension/ActionsExtension.html
rafaelgou/the-phpjs-local-docs-collection
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Symfony\Bundle\TwigBundle\Extension\ActionsExtension | </title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"> </head> <body id="class"> <div class="header"> <ul> <li><a href="../../../../classes.html">Classes</a></li> <li><a href="../../../../namespaces.html">Namespaces</a></li> <li><a href="../../../../interfaces.html">Interfaces</a></li> <li><a href="../../../../traits.html">Traits</a></li> <li><a href="../../../../doc-index.html">Index</a></li> </ul> <div id="title"></div> <div class="type">Class</div> <h1><a href="../Extension.html">Symfony\Bundle\TwigBundle\Extension</a>\ActionsExtension</h1> </div> <div class="content"> <p> class <strong>ActionsExtension</strong> extends <abbr title="Twig_Extension">Twig_Extension</abbr></p> <div class="description"> <p>Twig extension for Symfony actions helper</p> <p> </p> </div> <h2>Methods</h2> <table> <tr> <td class="type"> </td> <td class="last"> <a href="ActionsExtension.html#method___construct">__construct</a>(<a href="../../../Component/DependencyInjection/ContainerInterface.html"><abbr title="Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr></a> $container) <p>Constructor.</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="ActionsExtension.html#method_renderUri">renderUri</a>(string $uri, array $options = array()) <p>Returns the Response content for a given URI.</p> </td> <td></td> </tr> <tr> <td class="type"> array </td> <td class="last"> <a href="ActionsExtension.html#method_getTokenParsers">getTokenParsers</a>() <p>Returns the token parser instance to add to the existing list.</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="ActionsExtension.html#method_getName">getName</a>() <p> </p> </td> <td></td> </tr> </table> <h2>Details</h2> <h3 id="method___construct"> <div class="location">at line 33</div> <code> public <strong>__construct</strong>(<a href="../../../Component/DependencyInjection/ContainerInterface.html"><abbr title="Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr></a> $container)</code> </h3> <div class="details"> <p>Constructor.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Component/DependencyInjection/ContainerInterface.html"><abbr title="Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr></a></td> <td>$container</td> <td>The service container</td> </tr> </table> </div> </div> <h3 id="method_renderUri"> <div class="location">at line 46</div> <code> public <strong>renderUri</strong>(string $uri, array $options = array())</code> </h3> <div class="details"> <p>Returns the Response content for a given URI.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$uri</td> <td>A URI</td> </tr> <tr> <td>array</td> <td>$options</td> <td>An array of options</td> </tr> </table> <h4>See also</h4> <table> <tr> <td>Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::render()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_getTokenParsers"> <div class="location">at line 56</div> <code> public array <strong>getTokenParsers</strong>()</code> </h3> <div class="details"> <p>Returns the token parser instance to add to the existing list.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>array</td> <td>An array of Twig_TokenParser instances</td> </tr> </table> </div> </div> <h3 id="method_getName"> <div class="location">at line 64</div> <code> public <strong>getName</strong>()</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> </div> </div> </div> <div id="footer"> Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-89393-6']); _gaq.push(['_setDomainName', '.symfony.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/Aakhyanvallari_ext.txt.out.dict_1302_jnu.html
sanskritiitd/sanskrit
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=तन्‍नाम्‍न<html> <title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title> <META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/> <META NAME="Author" CONTENT="Dr. Girish Nath Jha"> <META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachin, Diwakar Mishra, Sanskrit Computational Linguistics, Sanskrit informatics, Sanskrit computing, Sanskrit language processing, Sanskrit and computer, computer processing of sanskrit, subanta, tinanta, POS tagger, tagset, Indian languages, linguistics, amarakosha, amarakosa, Indian tradition, Indian heritage, Machine translation, AI, MT divergence, Sandhi, kridanta, taddhita, e-learning, corpus, etext, e-text, Sanskrit blog, Panini, Bhartrhari, Bhartrihari, Patanjali, karaka, mahabharata, ashtadhyayi, astadhyayi, indexer, indexing, lexical resources, Sanskrit, thesaurus, samasa, gender analysis in Sanskrit, Hindi, saHiT, language technology, NLP"> <META NAME="Description" CONTENT="Dr. Girish Nath Jha, Sachin, Diwakar Mishra, Sanskrit Computational Linguistics, Sanskrit informatics, Sanskrit computing, Sanskrit language processing, Sanskrit and computer, computer processing of sanskrit, subanta, tinanta, POS tagger, tagset, Indian languages, linguistics, amarakosha, amarakosa, Indian tradition, Indian heritage, Machine translation, AI, MT divergence, Sandhi, kridanta, taddhita, e-learning, corpus, etext, e-text, Sanskrit blog, Panini, Bhartrhari, Bhartrihari, Patanjali, karaka, mahabharata, ashtadhyayi, astadhyayi, indexer, indexing, lexical resources, Sanskrit, thesaurus, samasa, gender analysis in Sanskrit, Hindi, saHiT, language technology, NLP"> <head> <head> <style> <!-- div.Section1 {page:Section1;} --> </style> <head> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> <script language="JavaScript" src=../js/menuitems.js></script> <script language="JavaScript" src="../js/mm_menu.js"></script> <meta name=Author content="Dr. Girish Nath Jha, JNU, New Delhi"> </head> <body lang=EN-US link=blue vlink=blue style='tab-interval:.5in'> <div class=Section1> <div align=center> <table border=1 cellspacing=0 cellpadding=0 width=802 style='width:601.5pt; border-collapse:collapse;border:none;mso-border-alt:outset navy .75pt'> <tr> <td width=800 style='width:600.0pt;border:inset navy .75pt;padding:.75pt .75pt .75pt .75pt'> <script language="JavaScript1.2">mmLoadMenus();</script> <img width=800 height=130 id="_x0000_i1028" src="../images/header1.jpg" border=0> </td> </tr> <tr> <td width=818 style='width:613.5pt;border:inset navy .75pt;border-top:none; mso-border-top-alt:inset navy .75pt;padding:.75pt .75pt .75pt .75pt'> <p align="center"><a href="../"><span style='text-decoration:none;text-underline: none'><img border=1 width=49 height=26 id="_x0000_i1037" src="../images/backtohome.jpg"></span></a><span style='text-underline: none'> </span><a href="javascript:;" onmouseover="MM_showMenu(window.mm_menu_0821171051_0,6,29,null,'image2')" onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline: none'><img border=1 id=image2 src="../images/lang_tool.jpg" name=image2 width="192" height="25"></span></a><span style='text-underline: none'> </span><a href="javascript:;" onmouseover="MM_showMenu(window.mm_menu_0821171909_0,6,29,null,'image3')" onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline: none'><img border=1 id=image3 src="../images/lexical.jpg" name=image3 width="137" height="25"></span></a><span style='text-underline: none'> </span><a href="javascript:;" onmouseover="MM_showMenu(window.mm_menu_0821171609_0,6,29,null,'image1')" onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline: none'><img border=1 id=image1 src="../images/elearning.jpg" name=image1 width="77" height="25"></span></a><span style='text-underline: none'> </span><a href="javascript:;" onmouseover="MM_showMenu(window.mm_menu_0821171809_0,6,29,null,'image4')" onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline: none'><img border=1 id=image4 src="../images/corpora.jpg" name=image4 width="105" height="26"></span></a><span style='text-underline: none'> </span><a href="javascript:;" onmouseover="MM_showMenu(window.mm_menu_0821171709_0,6,29,null,'image5')" onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline: none'><img border=1 id=image5 src="../images/rstudents.jpg" name=image5 width="125" height="26"></span></a><span style='text-underline: none'> </span> <a href="javascript:;" onmouseover="MM_showMenu(window.mm_menu_0821171409_0,6,29,null,'image6')" onmouseout="MM_startTimeout();"><span style='text-decoration:none;text-underline: none'><img border=1 id=image6 src="../images/feedback.jpg" name=image6 width="80" height="25"></span></a><span style='text-underline: none'> </span> <!--- <a href="../user/feedback.jsp"><img border="1" src="../images/feedback.jpg" width="80" height="25"></a> ---> </td> </tr> <tr> <td width="800"> <p align="center"><font color="#FF9933"><span style='font-size:18.0pt; '><b>Sanskrit Sandhi Recognizer and Analyzer</b></span></font></p> The Sanskrit sandhi splitter (VOWEL SANDHI) was developed as part of M.Phil. research by <a href="mailto:sachin.jnu@gmail.com">Sachin Kumar</a> (M.Phil. 2005-2007), and <a href=mailto:diwakarmishra@gmail.com>Diwakar Mishra</a> (M.Phil. 2007-2009) under the supervision of <a href=http://www.jnu.ac.in/faculty/gnjha>Dr. Girish Nath Jha</a>. The coding for this application has been done by Dr. Girish Nath Jha and Diwakar Mishra. <!---Please send feedback to to <a href="mailto:girishj@mail.jnu.ac.in">Dr. Girish Nath Jha</A>--->The Devanagari input mechanism has been developed in Javascript by Satyendra Kumar Chaube, Dr. Girish Nath Jha and Dharm Singh Rathore. </center> <table border=0 width=100%> <tr> <td valign=top width=48%> <table> <tr> <td> <FORM METHOD=get ACTION=viccheda.jsp#results name="iform" accept-Charset="UTF-8"> <font size=2><b>Enter Sanskrit text for sandhi processing (संधि-विच्छेद हेतु पाठ्य दें) using adjacent keyboard OR Use our inbuilt <a href=../js/itrans.html target=_blank>iTRANS</a>-Devanagari unicode converter for fast typing<br> <a href=sandhitest.txt>examples</a> <TEXTAREA name=itext COLS=40 ROWS=9 onkeypress=checkKeycode(event) onkeyup=iu()> तन्‍नाम्‍न</TEXTAREA> </td> </tr> <tr> <td> <font color=red size=2>Run in debug mode</font> <input type=checkbox name="debug" value="ON"> <br> <input type=submit value="Click to sandhi-split (संधि-विच्छेद करें)"></span><br> </td> </tr> </table> </td> <td valign=top width=52%> <table> <tr> <td> <head> <SCRIPT language=JavaScript src="../js/devkb.js"></SCRIPT> <head> <TEXTAREA name=itrans rows=5 cols=10 style="display:none"></TEXTAREA> <INPUT name=lastChar type=hidden> <table border=2 style="background-color:#fff;"> <tbody> <tr > <td> <input type=button name="btn" style="width: 24px" value="&#x0905;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0906;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0907;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0908;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0909;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x090A;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x090F;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0910;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0913;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0914;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0905;&#x0902;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0905;&#x0903;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x090D;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0911;" onClick="keyboard(this.value)"> </td> </tr> <tr> <td> <input type=button name="btn" style="width: 24px" value="&#x094D;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x093E;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x093F;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0940;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0941;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0942;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0947;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0948;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x094B;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x094C;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0902;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0903;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0945;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0949;" onClick="keyboard(this.value)"> </td> </tr> <tr> <td> <input type=button name="btn" style="width: 24px" value="&#x0915;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0916;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0917;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0918;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0919;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x091A;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x091B;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x091C;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x091D;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x091E;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 100px" value="Backspace" onClick="BackSpace()"> </td> </tr> <tr> <td> <input type=button name="btn" style="width: 24px" value="+" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x091F;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0920;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0921;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0922;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0923;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value="&#x0924;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0925;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0926;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0927;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0928;" onClick="keyboard(this.value)"> </td> </tr> <tr> <td> <input type=button name="btn" style="width: 24px" value="/" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x092A;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x092B;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x092C;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x092D;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x092E;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value="&#x092F;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0930;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0932;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0935;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0964;" onClick="keyboard(this.value)"> </td> </tr> <tr> <td> <input type=button name="btn" style="width: 24px" value="*" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0936;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0937;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0938;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value="&#x090B;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x090C;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0943;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0944;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value="&#x0939;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value=""> <input type=button name="btn" style="width: 24px" value="&#x0965;" onClick="keyboard(this.value)"> </td> </tr> <tr> <td> <input type=button name="btn" style="width: 24px" value="&#x0924;&#x094D;&#x0930;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x091C;&#x094D;&#x091E;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0915;&#x094D;&#x0937;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x0936;&#x094D;&#x0930;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 200px" value="Space Bar" onClick="Space()"> <input type=button name="btn" style="width: 24px" value="&#x0901;" onClick="keyboard(this.value)"> <input type=button name="btn" style="width: 24px" value="&#x093C;" onClick="keyboard(this.value)"> </td> </tr> </tbody> </table> </td> </tr> </table> </td> </tr> <tr> </table> </form> <a name=results> <font size=4><b><u>Results</u></b></font> <br> <br> <font color=red> <br> <hr> <br> </body> </html>
php/5.5/radius.constants.options.html
rafaelgou/the-phpjs-local-docs-collection
<!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>RADIUS Options</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="radius.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="radius.constants.packets.html">RADIUS Packet Types</a></div> <div class="up"><a href="radius.constants.html">Predefined Constants</a></div> <div class="home"><a href="index.html">PHP Manual</a></div> </div><hr /><div id="radius.constants.options" class="section"> <h2 class="title">RADIUS Options</h2> <p class="para"> Several RADIUS functions accept option flags as bitmasks. The constants representing those flags are listed below. </p> <dl> <dt id="constant.radius-option-salt"> <strong><code>RADIUS_OPTION_SALT</code></strong> (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>) </dt> <dd> <p class="para"> When set, this option will result in the attribute value being salt-encrypted. </p> </dd> <dt id="constant.radius-option-tagged"> <strong><code>RADIUS_OPTION_TAGGED</code></strong> (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>) </dt> <dd> <p class="para"> When set, this option will result in the attribute value being tagged with the value of the tag parameter. </p> </dd> </dl> </div><hr /><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="radius.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="radius.constants.packets.html">RADIUS Packet Types</a></div> <div class="up"><a href="radius.constants.html">Predefined Constants</a></div> <div class="home"><a href="index.html">PHP Manual</a></div> </div></body></html>
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/agnipuran-1-111-sandhi_ext.txt.out.dict_3321_inr.html
sanskritiitd/sanskrit
url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Sanskrit Reader Companion</title> <meta name="author" content="G&#233;rard Huet"> <meta property="dc:datecopyrighted" content="2016"> <meta property="dc:rightsholder" content="G&#233;rard Huet"> <meta name="keywords" content="dictionary,sanskrit,heritage,dictionnaire,sanscrit,india,inde,indology,linguistics,panini,digital humanities,cultural heritage,computational linguistics,hypertext lexicon"> <link rel="stylesheet" type="text/css" href="http://sanskrit.inria.fr/DICO/style.css" media="screen,tv"> <link rel="shortcut icon" href="http://sanskrit.inria.fr/IMAGES/favicon.ico"> <script type="text/javascript" src="http://sanskrit.inria.fr/DICO/utf82VH.js"></script> </head> <body class="chamois_back"> <br><h1 class="title">The Sanskrit Reader Companion</h1> <table class="chamois_back" border="0" cellpadding="0%" cellspacing="15pt" width="100%"> <tr><td> <p align="center"> <div class="latin16"><a class="green" href="/cgi-bin/SKT/sktgraph?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=g">&#x2713;</a> Show Summary of Solutions </p> Input: <span class="red16">ityevandevam&#257;mantrya</span><hr> <br> Sentence: <span class="deva16" lang="sa">&#x0907;&#x0924;&#x094D;&#x092F;&#x0947;&#x0935;&#x0928;&#x094D;&#x0926;&#x0947;&#x0935;&#x092E;&#x093E;&#x092E;&#x0928;&#x094D;&#x0924;&#x094D;&#x0930;&#x094D;&#x092F;</span><br> may be analysed as:</div><br> <hr> <span class="blue">Solution 1 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=1">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>iti</b></span><table class="mauve_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ part. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#iti"><i>iti</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">i</span><span class="green">|</span><span class="magenta">e</span><span class="blue"> &rarr; </span><span class="red">ye</span>&rang;] <br> [ <span class="blue" title="3"><b>evam</b></span><table class="mauve_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ adv. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/17.html#evam"><i>evam</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">m</span><span class="green">|</span><span class="magenta">d</span><span class="blue"> &rarr; </span><span class="red">nd</span>&rang;] <br> [ <span class="blue" title="7"><b>devam</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. sg. m. | acc. sg. n. | nom. sg. n. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/33.html#deva"><i>deva</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="12"><b>&#257;mantrya</b></span><table class="mauve_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ abs. }[aa-<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="blue">Solution 2 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=2">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>iti</b></span><table class="mauve_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ part. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#iti"><i>iti</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">i</span><span class="green">|</span><span class="magenta">e</span><span class="blue"> &rarr; </span><span class="red">ye</span>&rang;] <br> [ <span class="blue" title="3"><b>evam</b></span><table class="mauve_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ adv. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/17.html#evam"><i>evam</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">m</span><span class="green">|</span><span class="magenta">d</span><span class="blue"> &rarr; </span><span class="red">nd</span>&rang;] <br> [ <span class="blue" title="7"><b>devam</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. sg. m. | acc. sg. n. | nom. sg. n. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/33.html#deva"><i>deva</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="12"><b>&#257;mantrya</b></span><table class="aquamarine_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ voc. sg. n. | voc. sg. m. }[aa-mantrya { pfp. [1] }[aa-<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="blue">Solution 3 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=3">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>itye</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. du. f. | nom. du. f. | acc. du. n. | nom. du. n. | loc. sg. n. | loc. sg. m. }[itya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#i"><i>i</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="4"><b>vande</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ loc. sg. m. | acc. du. n. | nom. du. n. | loc. sg. n. | acc. du. f. | nom. du. f. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vanda"><i>vanda</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="9"><b>vama</b></span><table class="yellow_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ iic. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vama"><i>vama</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">a</span><span class="green">|</span><span class="magenta">&#257;</span><span class="blue"> &rarr; </span><span class="red">&#257;</span>&rang;] <br> [ <span class="blue" title="12"><b>&#257;mantrya</b></span><table class="aquamarine_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ voc. sg. n. | voc. sg. m. }[aa-mantrya { pfp. [1] }[aa-<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="blue">Solution 5 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=5">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>itye</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. du. f. | nom. du. f. | acc. du. n. | nom. du. n. | loc. sg. n. | loc. sg. m. }[itya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#i"><i>i</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="4"><b>vande</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ loc. sg. m. | acc. du. n. | nom. du. n. | loc. sg. n. | acc. du. f. | nom. du. f. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vanda"><i>vanda</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="9"><b>vama</b></span><table class="carmin_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ imp. [1] ac. sg. 2 }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vam"><i>vam</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">a</span><span class="green">|</span><span class="magenta">&#257;</span><span class="blue"> &rarr; </span><span class="red">&#257;</span>&rang;] <br> [ <span class="blue" title="12"><b>&#257;mantrya</b></span><table class="mauve_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ abs. }[aa-<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="blue">Solution 6 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=6">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>itye</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. du. f. | nom. du. f. | acc. du. n. | nom. du. n. | loc. sg. n. | loc. sg. m. }[itya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#i"><i>i</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="4"><b>vande</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ loc. sg. m. | acc. du. n. | nom. du. n. | loc. sg. n. | acc. du. f. | nom. du. f. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vanda"><i>vanda</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="9"><b>vama</b></span><table class="carmin_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ imp. [1] ac. sg. 2 }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vam"><i>vam</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">a</span><span class="green">|</span><span class="magenta">&#257;</span><span class="blue"> &rarr; </span><span class="red">&#257;</span>&rang;] <br> [ <span class="blue" title="12"><b>&#257;mantrya</b></span><table class="aquamarine_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ voc. sg. n. | voc. sg. m. }[aa-mantrya { pfp. [1] }[aa-<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="blue">Solution 16 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=16">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>itye</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. du. f. | nom. du. f. | acc. du. n. | nom. du. n. | loc. sg. n. | loc. sg. m. }[itya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#i"><i>i</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="4"><b>vande</b></span><table class="carmin_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ pr. [1] md. sg. 1 }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vand"><i>vand</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="9"><b>vama</b></span><table class="yellow_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ iic. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vama"><i>vama</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">a</span><span class="green">|</span><span class="magenta">&#257;</span><span class="blue"> &rarr; </span><span class="red">&#257;</span>&rang;] <br> [ <span class="blue" title="12"><b>&#257;mantrya</b></span><table class="aquamarine_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ voc. sg. n. | voc. sg. m. }[aa-mantrya { pfp. [1] }[aa-<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="magenta">6</span><span class="blue"> solution</span><span class="blue">s</span><span class="blue"> kept among </span><span class="magenta">20</span><br> <span class="blue">Filtering efficiency: </span> <span class="magenta">73%</span> <br> <br> <span class="red">Additional candidate solutions</span><br> <hr> <span class="blue">Solution 4 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=4">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>itye</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. du. f. | nom. du. f. | acc. du. n. | nom. du. n. | loc. sg. n. | loc. sg. m. }[itya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#i"><i>i</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="4"><b>vande</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ loc. sg. m. | acc. du. n. | nom. du. n. | loc. sg. n. | acc. du. f. | nom. du. f. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vanda"><i>vanda</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="9"><b>vama</b></span><table class="yellow_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ iic. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vama"><i>vama</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">a</span><span class="green">|</span><span class="magenta">a</span><span class="blue"> &rarr; </span><span class="red">&#257;</span>&rang;] <br> [ <span class="blue" title="12"><b>a</b></span><table class="yellow_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ iic. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/1.html#a"><i>a</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="13"><b>mantrya</b></span><table class="aquamarine_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ voc. sg. n. | voc. sg. m. }[mantrya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="blue">Solution 7 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=7">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>itye</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. du. f. | nom. du. f. | acc. du. n. | nom. du. n. | loc. sg. n. | loc. sg. m. }[itya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#i"><i>i</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="4"><b>vande</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ loc. sg. m. | acc. du. n. | nom. du. n. | loc. sg. n. | acc. du. f. | nom. du. f. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vanda"><i>vanda</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="9"><b>vama</b></span><table class="carmin_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ imp. [1] ac. sg. 2 }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vam"><i>vam</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">a</span><span class="green">|</span><span class="magenta">a</span><span class="blue"> &rarr; </span><span class="red">&#257;</span>&rang;] <br> [ <span class="blue" title="12"><b>a</b></span><table class="yellow_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ iic. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/1.html#a"><i>a</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="13"><b>mantrya</b></span><table class="aquamarine_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ voc. sg. n. | voc. sg. m. }[mantrya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <span class="blue">Solution 17 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=ityevandevamaamantrya;topic=;abs=f;cpts=;mode=p;n=17">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>itye</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ acc. du. f. | nom. du. f. | acc. du. n. | nom. du. n. | loc. sg. n. | loc. sg. m. }[itya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/11.html#i"><i>i</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="4"><b>vande</b></span><table class="carmin_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ pr. [1] md. sg. 1 }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vand"><i>vand</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="9"><b>vama</b></span><table class="yellow_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ iic. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/57.html#vama"><i>vama</i></a>]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">a</span><span class="green">|</span><span class="magenta">a</span><span class="blue"> &rarr; </span><span class="red">&#257;</span>&rang;] <br> [ <span class="blue" title="12"><b>a</b></span><table class="yellow_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ iic. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/1.html#a"><i>a</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="13"><b>mantrya</b></span><table class="aquamarine_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ voc. sg. n. | voc. sg. m. }[mantrya { pfp. [1] }[<a class="navy" href="http://sanskrit.inria.fr/DICO/49.html#mantra"><i>mantra</i></a>]]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> <br> <hr> <br> <br> </td></tr></table> <table class="pad60"> <tr><td></td></tr></table> <div class="enpied"> <table class="bandeau"><tr><td> <a href="http://ocaml.org"><img src="http://sanskrit.inria.fr/IMAGES/ocaml.gif" alt="Le chameau Ocaml" height="50"></a> </td><td> <table class="center"> <tr><td> <a href="http://sanskrit.inria.fr/index.fr.html"><b>Top</b></a> | <a href="http://sanskrit.inria.fr/DICO/index.fr.html"><b>Index</b></a> | <a href="http://sanskrit.inria.fr/DICO/index.fr.html#stemmer"><b>Stemmer</b></a> | <a href="http://sanskrit.inria.fr/DICO/grammar.fr.html"><b>Grammar</b></a> | <a href="http://sanskrit.inria.fr/DICO/sandhi.fr.html"><b>Sandhi</b></a> | <a href="http://sanskrit.inria.fr/DICO/reader.fr.html"><b>Reader</b></a> | <a href="http://sanskrit.inria.fr/faq.fr.html"><b>Help</b></a> | <a href="http://sanskrit.inria.fr/portal.fr.html"><b>Portal</b></a> </td></tr><tr><td> &#169; G&#233;rard Huet 1994-2016</td></tr></table></td><td> <a href="http://www.inria.fr/"><img src="http://sanskrit.inria.fr/IMAGES/logo_inria.png" alt="Logo Inria" height="50"></a> <br></td></tr></table></div> </body> </html>
app/views/directives/encounter.html
openeyes/poc-frontend
<form class="form-horizontal" name="form"> </form> <!-- Modal --> <div class="modal fade modal-confirm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> </div> <div class="modal-body"> <div class="modal-text"> <p>{{ stepNameShort }} complete.</p> </div> <button class="btn btn-confirm" ng-click="backToPatientList()" id="joyride-modal-button">Select next patient</button> </div> </div> </div> <oe-hidden-button ng-click="backToMenu()" class="btn btn-lg primary-btn hidden-btn">Back to Menu</oe-hidden-button> </div>
gsoap-2.8/gsoap/doc/wsrm/html/structsoap__wsrm__sequence-members.html
crrlab/TND
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>gSOAP WS-ReliableMessaging: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.3.8 --> <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div> <h1>soap_wsrm_sequence Member List</h1>This is the complete list of members for <a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a>, including all inherited members.<p><table> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o3">acksid</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o5">acksto</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o8">behavior</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o6">expires</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o11">fault</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o1">handle</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o2">id</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o10">lastnum</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o13">messages</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o0">next</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o9">num</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o14">ranges</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o7">retry</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o12">state</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="structsoap__wsrm__sequence.html#o4">to</a></td><td><a class="el" href="structsoap__wsrm__sequence.html">soap_wsrm_sequence</a></td><td></td></tr> </table><hr size="1"><address style="align: right;"><small>Generated on Sun May 9 10:52:07 2010 for gSOAP WS-ReliableMessaging by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address> </body> </html>
EPHEMER/groupes_minimaux_project/groupes_minimaux_labo/templates/groupes_minimaux_labo/RepresentationsPage2.html
anthropo-lab/XP
{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} <p> <table> <tr> <td colspan="4"> {{ form.idealgroup_sameenvironment_iagree.label }} </td> </tr> <tr> {% for choice in form.idealgroup_sameenvironment_iagree %} <td>{{ choice }}</td> {% endfor %} </tr> </table> </p> <p> {% if player.treatment == Constants.c_treatments.0 %} Merci d’indiquer le pourcentage entre 0 et 100 % qui reflète au mieux la proportion de membres de votre groupe, les analytiques, qui seraient d’accord avec votre réponse. {% elif player.treatment == Constants.c_treatments.1 %} Merci d’indiquer le pourcentage entre 0 et 100 % qui reflète au mieux la proportion de membres de votre groupe, les holistiques, qui seraient d’accord avec votre réponse. {% endif %} {% formfield player.idealgroup_sameenvironment_mygroupagree %} </p> <p> {% if player.treatment == Constants.c_treatments.0 %} Merci d’indiquer le pourcentage entre 0 et 100 % qui reflète au mieux la proportion de membres de l’autre groupe, les holistiques, qui seraient d’accord avec votre réponse. {% elif player.treatment == Constants.c_treatments.1 %} Merci d’indiquer le pourcentage entre 0 et 100 % qui reflète au mieux la proportion de membres de l’autre groupe, les analytiques, qui seraient d’accord avec votre réponse. {% endif %} {% formfield player.idealgroup_sameenvironment_othergroupagree %} </p> <p> {% next_button %} </p> {% endblock %} {% block styles %} <style type="text/css"> table, td, th { border: 1px solid black; text-align: center; } table { width: 100%; } </style> {% endblock %}
public/404.html
s-hadi-mousavi/scrum-cup
<!DOCTYPE html> <html> <head> <title>Page not found - SameCup</title> <meta name="description" content="Simple and real scrum board, that will help you easialy work with agile team whereever you are.Start your scrum board for free. Scrum(agile) is most efficient way to develop products."/> <meta name="keywords" content="scrum,scrum board,cork board,colaboration,daily scrum,agile"> <link href="/stylesheets/all.css" media="screen" rel="stylesheet" type="text/css" /> <link href="/stylesheets/application.css?1280478644" media="screen" rel="stylesheet" type="text/css" /> <link href="/stylesheets/front.css?1280478644" media="screen" rel="stylesheet" type="text/css" /> <link href="/stylesheets/jquery-ui.css?1280478644" media="screen" rel="stylesheet" type="text/css" /> <link rel="icon" type="image/png" href="/samecup_32x32.png" /> </head> <body> <div id="menu"> <ul> <li><a href="/">Home</a></li> <li><a href="/prices">Prices</li> <li><a href="/tour">Tour</a></li> <li><a href="http://blog.samecup.com">Blog</a></li> </ul> </div> <div id="head" > <div class="logo float-left"><h3><img src="/images/samecup_logo.png" height="40px"><div style="height:20px;float:right;padding-top: 10px;padding-left: 10px;"><a href="/">SameCup</a></div></h3></div> <div class="users-menu float-left"> </div> <div class="float-right"> </div> <div style="clear:both"></div> </div> <div id="content"> <div style="margin-left:auto; margin-right:auto; width: 400px;"> <h1>Oops, web address is wrong<br/></h1> <h2>Probably there is mistype in your web address(URL), check again and make sure it's correct. <br/> If it won't help, have a cup of coffee and send us email.<br/> <center> <a style="color:orange"href="mailto:support@samecup.com?subject=[404] Site problem&body=Hi, I'm expiriencing problem with reaching some page:"> Report a problem</a> </center> <img src="/images/coffeecup2.png"> </div> <div style="clear:both"></div> </div> <div style="text-align:center; padding-top: 100px;padding-bottom: 20px;"> <a href="/termsofuse">Terms of Use</a> | <a href="/privacypolicy">Privacy Policy</a> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-15094691-1']); _gaq.push(['_setDomainName', '.samecup.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
section-template.html
mediocres/InspiraTour
<!DOCTYPE html> <html lang="en"> <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>HMA - InspiraTour - </title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/animate.css"> <link href="css/prettyPhoto.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet" /> <!-- ======================================================= Theme Name: Company Theme URL: https://bootstrapmade.com/company-free-html-bootstrap-template/ Author: BootstrapMade Author URL: https://bootstrapmade.com ======================================================= --> </head> <body> <header> <!-- cenralized navbar --> <div id="central-nav"></div> </header> <div id="breadcrumb"> <div class="container"> <div class="breadcrumb"> <li><a href=".">Home</a></li> <li>Services</li> </div> </div> </div> <div class="services"> <div class="container"> <h3>SECTION</h3> <hr> <div class="col-md-6 wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="300ms" > <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus interdum erat libero, pulvinar tincidunt leo consectetur eget. Curabitur lacinia pellentesquelibero, pulvinar tincidunt leo consectetur eget. Curabitur lacinia pellentesque libero, pulvinar tincidunt leo consectetur eget. Curabitur lacinia pellentesque</p> </div> </div> </div> <footer> <!-- cenralized footer --> <div id="central-foot"></div> </footer> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery-2.1.1.min.js"></script> <!-- Calls centralized navbar and footer --> <script src="js/nav-foot.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.prettyPhoto.js"></script> <script src="js/jquery.isotope.min.js"></script> <script src="js/wow.min.js"></script> <script src="js/functions.js"></script> </body> </html>
tests/wpt/web-platform-tests/mixed-content/gen/sharedworker-module-data.meta/unset/xhr/same-http.swap-scheme.https.html
UK992/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec mixed-content/` --> <html> <head> <title>Mixed-Content: Blockable content</title> <meta charset='utf-8'> <meta name="description" content="Test behavior of blockable content."> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="http://www.w3.org/TR/mixed-content/#category-blockable"> <meta name="assert" content="Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.sub.js"></script> <script src="../../../../generic/test-case.sub.js"></script> </head> <body> <script> TestCase( { "expectation": "blocked", "origin": "same-http", "redirection": "swap-scheme", "source_context_list": [ { "policyDeliveries": [], "sourceContextType": "sharedworker-module-data" } ], "source_scheme": "https", "subresource": "xhr", "subresource_policy_deliveries": [] }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
poi-3.13/docs/apidocs/org/apache/poi/ss/formula/functions/class-use/NumericFunction.TwoArg.html
claywebb/java-bulletin
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.ss.formula.functions.NumericFunction.TwoArg (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.ss.formula.functions.NumericFunction.TwoArg (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.ss.formula.functions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/ss/formula/functions/\class-useNumericFunction.TwoArg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NumericFunction.TwoArg.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.ss.formula.functions.NumericFunction.TwoArg</B></H2> </CENTER> No usage of org.apache.poi.ss.formula.functions.NumericFunction.TwoArg <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.TwoArg.html" title="class in org.apache.poi.ss.formula.functions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/ss/formula/functions/\class-useNumericFunction.TwoArg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NumericFunction.TwoArg.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2015 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
whitefox/browser/devtools/spectrum.css
3marcusw/simplewhitecompact
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #eyedropper-button { margin-inline-start: 5px; } /**** Moved into tooltips.css *****************************************% #eyedropper-button::before { background-image: url("images/command-eyedropper.png"); } @media (min-resolution: 1.1dppx) { #eyedropper-button::before { background-image: url("images/command-eyedropper@2x.png"); } } :root.theme-firebug #eyedropper-button::before { background-image: url("images/firebug/command-eyedropper.svg"); filter: contrast(1.25); } %**** End Moved into tooltips.css *************************************/ /* Mix-in classes */ /**** Moved into tooltips.css *****************************************% .spectrum-checker { background-color: transparent; background-image: linear-gradient(to right, #fff 50%, #000 50%), linear-gradient(to right, #000 50%, #fff 50%); background-size: 12px 6px; background-position: 0 0, 0 6px; background-repeat: repeat-x, repeat-x; } %**** End Moved into tooltips.css *************************************/ .spectrum-slider-control { cursor: pointer; box-shadow: 0 0 2px rgba(0,0,0,.6); background: #fff; border-radius: 10px; opacity: .8; } .spectrum-box { border: 1px solid rgba(0,0,0,0.2); border-radius: 2px; background-clip: content-box; } /* Elements */ .spectrum-container { position: relative; display: none; top: 0; left: 0; border-radius: 0; width: 200px; padding: 5px; } .spectrum-show { display: inline-block; } /* Keep aspect ratio: http://www.briangrinstead.com/blog/keep-aspect-ratio-with-html-and-css */ .spectrum-top { position: relative; width: 100%; display: inline-block; } .spectrum-top-inner { position: absolute; top:0; left:0; bottom:0; right:0; } .spectrum-color { position: absolute; top: 0; left: 0; bottom: 0; right: 20%; } .spectrum-hue { position: absolute; top: 0; right: 0; bottom: 0; left: 83%; } .spectrum-fill { /* Same as spectrum-color width */ margin-top: 85%; } .spectrum-sat, .spectrum-val { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .spectrum-dragger, .spectrum-slider { -moz-user-select: none; } .spectrum-alpha { position: relative; height: 8px; margin-top: 3px; } .spectrum-alpha-inner { height: 100%; } .spectrum-alpha-handle { position: absolute; top: -3px; bottom: -3px; width: 5px; left: 50%; } .spectrum-sat { background-image: linear-gradient(to right, #FFF, rgba(204, 154, 129, 0)); } .spectrum-val { background-image: linear-gradient(to top, #000000, rgba(204, 154, 129, 0)); } .spectrum-hue { background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); } .spectrum-dragger { position: absolute; top: 0px; left: 0px; cursor: pointer; border-radius: 50%; height: 8px; width: 8px; border: 1px solid white; box-shadow: 0 0 2px rgba(0,0,0,.6); } .spectrum-slider { position: absolute; top: 0; height: 5px; left: -3px; right: -3px; }
bedrock/mozorg/templates/mozorg/contact/communities/portugal.html
ckprice/bedrock
{# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. #} {% extends "mozorg/contact/contact-base.html" %} {% block page_title %}{{ _('Contacts, Spaces and Communities') }} — {{ _('Portugal') }}{% endblock %} {% block contact_entry %} <div id="entry-container"> <section class="entry entry-community" id="portugal" data-tab="communities"> <div class="card"> <h2>{{ _('Portugal') }}</h2> <ul class="extra"> <li><a href="http://www.mozilla.pt/" class="website">www.mozilla.pt</a></li> <li><a href="https://lists.mozilla.org/listinfo/community-portugal" class="email">{{ _('Mailing list') }}</a></li> </ul> <figure class="feature-img"> <img src="//api.tiles.mapbox.com/v3/{{ settings.MAPBOX_TOKEN }}/-8.10,39.85,5/380x250.png" alt=""> </figure> </div> </section> </div> {% endblock %}
Help/styles.css
muscat75dev/VectorPapersZero
body { background-color: black; margin:15pt; } h1 { margin-top:1em; } h3 { margin-top:1.25em; } body, p, ol, ul, td { font-family: helvetica-neue; text: black; } div.content { padding:0pt 15pt 15pt 15pt; background-color: white; border: 1px solid black; } img.logo { float:left; margin-top:0.3em; margin-right: 1em; } img.tool_palette { float:left; padding-right:1em; margin-top:-0.3em; } img.tool_header { float:left; padding-right:0.5em; margin-top:-2pt; margin-left:-2pt; } img.tool_inline { float:left; padding-right:0.5em; } img.color_inline { float:left; padding-right:0.5em; margin-top:0.25em; } img.undo_inline { float:left; padding-right:1.0em; margin-top:-0.2em; } div.example { text-align:center; }
www/css/index.css
CaterinaC/Android_App
/* ExperienceSampler License The MIT License (MIT) Copyright (c) 2014-2015 Sabrina Thai & Elizabeth Page-Gould Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ * { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background-color:#a1afc6; font-family:Helvetica, Arial, sans-serif; font-weight: bold; text-align:center; font-size:1em; height:100%; margin:0.5em; padding:0em; width:95%; color:#2d2a2a; /* Text color */ } button { -webkit-tap-highlight-color: #271100; color: #FFFFFF; background-color:#008BB0; font-weight: bold; font-size:1.0625em; padding: 10px 15px; font-family:Helvetica, Arial, sans-serif; border-radius:4px; border-color:#CECFCB; border-style:solid; width:300px; height:auto; margin-bottom:5px; } textarea { font-size:1.00em; font-weight: bold; border-radius: 1px; border-color: #008BB0; border-style: solid; width: 300px; height: 100px; } .narrowText { width: 300px; height: 25px; } input[type=range] { -webkit-appearance: slider-vertical; writing-mode: vertical-lr; height: 300px; /* Length of slider bar? */ } input[type=range]::-webkit-slider-runnable-track { height: 400px; width: 5px; background: #FFFFFF; border: none; border-radius: 3px; cursor: pointer; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; border: none; height: 20px; width: 20px; background: #008BB0; border-radius: 50%; margin-top: -4px; cursor: pointer; } input[type=range]:focus { outine:none; } input[type=range]:focus::-webkit-slider-runnable-track { background: #FFFFFF; } ul { list-style-type: none; padding: 0em; margin: 0em; } h1 { font-size:2.00em; font-weight:normal; margin:0em; overflow:visible; padding:0em; text-align:center; } /*Portrait layout (default)*/ .app { /*background-color:#002A5C;*/ /*position:absolute;*/ /* position in the center of the screen */ /*left:50%;*/ /*top:50%;*/ /*height:50px;*/ /* text area height */ /*width:225px;*/ /* text area width */ /*text-align:center;*/ /*padding:180px 0px 0px 0px;*/ /* image height is 200px (bottom 20px are overlapped with text) */ /*margin:-115px 0px 0px -112px;*/ /* offset vertical: half of image height and text area height */ /* offset horizontal: half of text area width */ } /* Landscape layout (with min-width) */ @media screen and (min-aspect-ratio: 1/1) and (min-width:400px) { .app { background-position:left center; padding:75px 0em 75px 170px; /* padding-top + padding-bottom + text area = image height */ margin:-90px 0em 0em -198px; /* offset vertical: half of image height */ /* offset horizontal: half of image width and text area width */ } } .event { border-radius:4px; -webkit-border-radius:4px; color:#FFFFFF; font-size:1em; margin:0em 30px; padding:0.125em 0em; } .event.listening { background-color:#333333; display:block; } .event.received { background-color:#4B946A; display:none; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } .blink { animation:fade 3000ms infinite; -webkit-animation:fade 3000ms infinite; }
platform/ui/scripts/widgets/EditionSelector/EditionSelectorDialog.html
ravidontharaju/pion-core
<div class="dijitDialog edition_selector_dialog" style="width: 600px"> <div dojoAttachPoint="titleBar" class="dijitDialogTitleBar" tabindex="0" waiRole="dialog"> <span dojoAttachPoint="titleNode" class="dijitDialogTitle">Please Select an Edition</span> </div> <div dojoAttachPoint='containerNode'> <form dojoAttachPoint="form" dojoType="dijit.form.Form"> <table width="630" style="font-size: 11px;"> <tr> <td width="50%"> <!-- type="button" needed for IE8. --> <button dojoType="dijit.form.Button" type="button" class="edition_button lite" dojoAttachEvent="onClick: liteEditionSelected"></button> <br /> ${pion_lite_description} </td><td width="70"> <img src="images/spacer.png" width="70" height="1"> </td><td width="50%"> <!-- type="button" needed for IE8. --> <button dojoType="dijit.form.Button" type="button" class="edition_button enterprise" dojoAttachEvent="onClick: enterpriseEditionSelected"></button> <br /> ${pion_enterprise_description} <img src="/images/key.png"> </td> </tr><tr> <td colspan="3" height="15"> <img src="images/spacer.png" width="1" height="15"> </td> </tr><tr> <td width="50%"> <!-- type="button" needed for IE8. --> <button dojoType="dijit.form.Button" type="button" class="edition_button core" dojoAttachEvent="onClick: coreEditionSelected"></button> <br /> ${pion_core_description} </td><td width="70"> <img src="images/spacer.png" width="70" height="1"> </td><td width="50%"> <!-- type="button" needed for IE8. --> <button dojoType="dijit.form.Button" type="button" class="edition_button replay" dojoAttachEvent="onClick: replayEditionSelected"></button> <br /> ${pion_replay_description} <img src="/images/key.png"> </td> </tr> </table> </form> </div> </div>
rules/rules-rgaa4.0/src/test/resources/testcases/rgaa40/Rgaa40Rule110801/Rgaa40.Test.11.8.1-3NMI-01.html
Asqatasun/Asqatasun
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Rgaa 4.0 Test.11.8.1 NMI 01</title> </head> <body class="NMI"> <div> <h1>Rgaa 4.0 Test.11.8.1 NMI 01</h1> <!-- START [test-detail] --> <div class="test-detail" lang="fr"> <p>Pour chaque balise <code>&lt;select&gt;</code>, les items de même nature d’une liste de choix sont-ils regroupés avec une balise <optgroup>, si nécessaire ?</p> </div> <!-- END [test-detail] --> <!-- START [testcase] --> <div class="testcase"> </div> <!-- END [testcase] --> <!-- START [test-explanation] --> <div class="test-explanation"> NMI. </div> <!-- END [test-explanation] --> </div> </body> </html>
scripts/superdesk-authoring/views/send-item.html
mscam/superdesk-client-core
<div class="slide-pane slide-pane--dark content-item-preview" ng-show="isActive" ng-class="{open: isActive, 'slide-pane--inset': mode === 'authoring'}"> <div class="slide-pane__header"> <h3 ng-show="canSendItem() && itemActions.publish" translate>Send to / Publish</h3> <h3 ng-show="canSendItem() && !itemActions.publish" translate>Send to</h3> <h3 ng-show="!canSendItem()" translate>Fetch To</h3> <div class="close" ng-click="close()"><i class="icon-close-small icon-white"></i></div> </div> <div class="slide-pane__content"> <div sd-toggle-box ng-if="showSendButtonAndDestination()" data-title="{{ :: 'Destination' | translate }}" data-open="true" data-style="dark"> <div class="dropdown dropdown-noarrow dropdown--dark" dropdown> <button class="dropdown-toggle" dropdown-toggle> <span ng-show="!selectedDesk" translate>Select desk</span> <span ng-show="selectedDesk">{{selectedDesk.name}}</span> <b class="caret white"></b> </button> <ul class="dropdown-menu"> <li ng-repeat="desk in desks._items track by desk._id"> <button ng-click="selectDesk(desk)">{{::desk.name}}</button> </li> </ul> </div> <ul class="btn-list" ng-if="stages"> <li ng-repeat="stage in stages track by stage._id"> <button class="btn__check" ng-class="{active: stage._id === selectedStage._id}" ng-disabled="stage._id === item.task.stage" ng-click="selectStage(stage)"> {{::stage.name}} </button> </li> </ul> </div> <div sd-toggle-box id="embargoTimestamp" ng-if="mode === 'authoring' && showEmbargo()" data-title="Embargo" data-open="true" data-style="dark"> <label class="label--lite" translate>Embargo</label> <ul class="btn-list"> <li class="datepicker-input--dark"> <div sd-datepicker ng-model="item.embargo_date"></div> </li> <li class="timepicker-input--dark"> <div sd-timepicker ng-model="item.embargo_time"></div> </li> </ul> </div> <div sd-toggle-box id="publishScheduleTimestamp" ng-if="mode === 'authoring' && showPublishSchedule()" data-title="{{ 'Publishing Schedule' | translate }}" data-open="true" data-style="dark"> <label class="label--lite" translate>Publish Schedule</label> <ul class="btn-list"> <li class="datepicker-input--dark"> <div sd-datepicker ng-model="item.publish_schedule_date" ng-disabled="!_editable"></div> </li> <li class="timepicker-input--dark"> <div sd-timepicker ng-model="item.publish_schedule_time" ng-disabled="!_editable"></div> </li> </ul> </div> <div sd-toggle-box id="timezoneTimestamp" ng-if="mode === 'authoring' && showTimezone()" data-title="Timezone" data-open="true" data-style="dark"> <div sd-timezone data-timezone="item.time_zone" class="timezone-input--dark"></div> </div> </div> <div class="slide-pane__footer" sd-loading="loading"> <ul class="btn-list"> <li ng-if="mode === 'authoring' && canSendAndContinue() && itemActions.send && itemActions.new_take"> <button class="btn btn-info" ng-click="sendAndContinue()" ng-disabled="item.embargo || disableSendButton()" translate> send and continue </button> </li> <li ng-if="showSendButtonAndDestination()"> <button class="btn btn-info" ng-click="send()" ng-disabled="disableSendButton()" > {{!canSendItem() ? 'fetch' : 'send' | translate}} </button> </li> <li ng-if="showSendButtonAndDestination() && !canSendItem()"> <button class="btn btn-info" ng-click="send(true)" ng-disabled="disableFetchAndOpenButton()" translate> fetch and open </button> </li> <li class="full-width" ng-if="canSendItem() && canPublishItem()"> <button type="submit" class="btn btn-info" ng-show="_editable" ng-click="publish()" > {{_action === 'edit' ? 'publish' : _action | translate}} </button> </li> </ul> </div> </div>
app/protected/modules/missions/tests/functional/cases/ApproveMission.html
sandeep1027/zurmo_
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="selenium.base" href="http://localhost/" /> <title>Aprove and Delete Mission</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan="3">Approve and Delete Mission</td></tr> </thead><tbody> <tr> <td>setTimeout</td> <td>45000</td> <td></td> </tr> <tr> <td>open</td> <td>index.php/mashableInbox/default</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>assertTextPresent</td> <td>A mission status has changed</td> <td></td> </tr> <tr> <td>clickAndWait</td> <td>link=Click Here</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>assertTextPresent</td> <td>New mission ${randomSuffix}</td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>open</td> <td>index.php/mashableInbox/default/list?modelClassName=Mission</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>click</td> <td>//div[@id='MashableInboxForm_optionForModel_area']/label[1]</td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <!--tr> <td>click</td> <td>//div[@id='MissionsListView']/div/table/tbody/tr/td[3]/div/a/span[3]</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr--> <tr> <td>type</td> <td>id=MashableInboxForm_searchTerm</td> <td>New mission</td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>assertTextPresent</td> <td>New mission ${randomSuffix}</td> <td></td> </tr> <tr> <td>clickAndWait</td> <td>//div[@id='MissionsListView']/div/table/tbody/tr/td/a</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>click</td> <td>css=span.z-label</td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>waitForTextPresent</td> <td>Accepted</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>Accepted</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>New mission ${randomSuffix}</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>Accepted</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>Jill Smith</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>I picked it... soon ill have it.</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>Start this one really quick or the candy goes away...</td> <td></td> </tr> <!--Edit Mission--> <tr> <td>clickAndWait</td> <td>link=Edit</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>type</td> <td>id=Mission_description</td> <td>New mission ${randomSuffix} - Great Job</td> </tr> <tr> <td>click</td> <td>css=button.ui-datepicker-trigger</td> <td></td> </tr> <tr> <td>type</td> <td>id=Mission_dueDateTime</td> <td></td> </tr> <tr> <td>clickAndWait</td> <td>name=save</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>assertTextPresent</td> <td>New mission ${randomSuffix} - Great Job</td> <td></td> </tr> <!--Remove comments--> <tr> <td>click</td> <td>xpath=//div[@class='comment-content']/span[2]/a</td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>click</td> <td>xpath=//div[@class='comment-content']/span[2]/a</td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>assertTextNotPresent</td> <td>I picked it... soon ill have it.</td> <td></td> </tr> <tr> <td>assertTextNotPresent</td> <td>Start this one really quick or the candy goes away...</td> <td></td> </tr> <!--Delete mission--> <tr> <td>clickAndWait</td> <td>link=Delete</td> <td></td> </tr> <tr> <td>waitForConfirmation</td> <td>Are you sure you want to delete this mission?</td> <td></td> </tr> <tr> <td>chooseOkOnNextConfirmation</td> <td></td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>type</td> <td>id=MashableInboxForm_searchTerm</td> <td>New mission ${randomSuffix}</td> </tr> <tr> <td>keyUp</td> <td>MashableInboxForm_searchTerm</td> <td>\10</td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>waitForTextPresent</td> <td>No results found.</td> <td></td> </tr> <tr> <td>assertTextPresent</td> <td>No results found.</td> <td></td> </tr> <!--tr> <td>clickAndWait</td> <td>//div[@id='RecentlyViewedView']/ul/li/a/span[2]</td> <td></td> </tr> <tr> <td>waitForPageToLoad</td> <td></td> <td></td> </tr> <tr> <td>waitForCondition</td> <td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td> <td>30000</td> </tr> <tr> <td>waitForText</td> <td>//div[@id='ModelNotFoundView']/h2</td> <td>The record you are trying to access does not exist.</td> </tr--> </tbody></table> </body> </html>
build/linux/work/hardware/tools/arm/share/doc/gcc-arm-none-eabi/html/as.html/s390-Instruction-Marker.html
dcuartielles/SmartWatch
<html lang="en"> <head> <title>s390 Instruction Marker - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="s390-Syntax.html#s390-Syntax" title="s390 Syntax"> <link rel="prev" href="s390-Operand-Modifier.html#s390-Operand-Modifier" title="s390 Operand Modifier"> <link rel="next" href="s390-Literal-Pool-Entries.html#s390-Literal-Pool-Entries" title="s390 Literal Pool Entries"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU Assembler "as". Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. --> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="s390-Instruction-Marker"></a> Next:&nbsp;<a rel="next" accesskey="n" href="s390-Literal-Pool-Entries.html#s390-Literal-Pool-Entries">s390 Literal Pool Entries</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="s390-Operand-Modifier.html#s390-Operand-Modifier">s390 Operand Modifier</a>, Up:&nbsp;<a rel="up" accesskey="u" href="s390-Syntax.html#s390-Syntax">s390 Syntax</a> <hr> </div> <h5 class="subsubsection">9.32.3.7 Instruction Marker</h5> <p><a name="index-instruction-marker_002c-s390-1636"></a><a name="index-s390-instruction-marker-1637"></a> The thread local storage instruction markers are used by the linker to perform code optimization. <dl> <dt><code>:tls_load</code><dd>The :tls_load marker is used to flag the load instruction in the initial exec TLS model that retrieves the offset from the thread pointer to a thread local storage variable from the GOT. <br><dt><code>:tls_gdcall</code><dd>The :tls_gdcall marker is used to flag the branch-and-save instruction to the __tls_get_offset function in the global dynamic TLS model. <br><dt><code>:tls_ldcall</code><dd>The :tls_ldcall marker is used to flag the branch-and-save instruction to the __tls_get_offset function in the local dynamic TLS model. </dl> <p>For more information about the thread local storage instruction marker and the linker optimizations see the ELF extension documentation &lsquo;<samp><span class="samp">ELF Handling For Thread-Local Storage</span></samp>&rsquo;. </body></html>
doc/html/q3progressbar-obsolete.html
eric100lin/Qt-4.8.6
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- q3progressbar.cpp --> <title>Qt 4.8: Obsolete Members for Q3ProgressBar</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li>Qt3SupportLight</li> <li>Q3ProgressBar</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">Obsolete Members for Q3ProgressBar</h1> <p><b>The following class members are obsolete.</b> They are provided to keep old source code working. We strongly advise against using them in new code.</p> <p><ul><li><a href="q3progressbar.html">Q3ProgressBar class reference</a></li></ul></p> <h2>Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3progressbar-obsolete.html#Q3ProgressBar-2">Q3ProgressBar</a></b> ( int <i>totalSteps</i>, QWidget * <i>parent</i>, const char * <i>name</i>, Qt::WindowFlags <i>f</i> = 0 )<tt> (obsolete)</tt></td></tr> <tr><td class="memItemLeft topAlign rightAlign"> </td><td class="memItemRight bottomAlign"><b><a href="q3progressbar-obsolete.html#Q3ProgressBar-3">Q3ProgressBar</a></b> ( QWidget * <i>parent</i>, const char * <i>name</i>, Qt::WindowFlags <i>f</i> = 0 )<tt> (obsolete)</tt></td></tr> </table> <ul> <li class="fn">3 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li> </ul> <h2>Member Function Documentation</h2> <!-- $$$Q3ProgressBar$$$Q3ProgressBarintQWidget*constchar*Qt::WindowFlags --> <h3 class="fn"><a name="Q3ProgressBar-2"></a>Q3ProgressBar::<span class="name">Q3ProgressBar</span> ( <span class="type">int</span> <i>totalSteps</i>, <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>parent</i>, const <span class="type">char</span> * <i>name</i>, <span class="type"><a href="qt.html#WindowType-enum">Qt::WindowFlags</a></span> <i>f</i> = 0 )</h3> <p>Constructs a progress bar.</p> <p>The <i>totalSteps</i> is the total number of steps that need to be completed for the operation which this progress bar represents. For example, if the operation is to examine 50 files, this value would be 50. Before examining the first file, call setProgress(0); call setProgress(50) after examining the last file.</p> <p>The <i>parent</i>, <i>name</i> and widget flags, <i>f</i>, are passed to the <a href="qframe.html#QFrame">QFrame::QFrame</a>() constructor.</p> <p><b>See also </b><a href="q3progressbar.html#totalSteps-prop">setTotalSteps</a>() and <a href="q3progressbar.html#progress-prop">setProgress</a>().</p> <!-- @@@Q3ProgressBar --> <!-- $$$Q3ProgressBar$$$Q3ProgressBarQWidget*constchar*Qt::WindowFlags --> <h3 class="fn"><a name="Q3ProgressBar-3"></a>Q3ProgressBar::<span class="name">Q3ProgressBar</span> ( <span class="type"><a href="qwidget.html">QWidget</a></span> * <i>parent</i>, const <span class="type">char</span> * <i>name</i>, <span class="type"><a href="qt.html#WindowType-enum">Qt::WindowFlags</a></span> <i>f</i> = 0 )</h3> <p>Constructs a progress bar.</p> <p>The total number of steps is set to 100 by default.</p> <p>The <i>parent</i>, <i>name</i> and widget flags, <i>f</i>, are passed on to the <a href="qframe.html#QFrame">QFrame::QFrame</a>() constructor.</p> <p><b>See also </b><a href="q3progressbar.html#totalSteps-prop">setTotalSteps</a>().</p> <!-- @@@Q3ProgressBar --> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
wiki/docs/4.1/coverage-report/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Configuration/AzureCommandBusSenderModule.cs.gcov.html
Chinchilla-Software-Com/CQRS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - doc-coverage.info - Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Configuration/AzureCommandBusSenderModule.cs</title> <link rel="stylesheet" type="text/css" href="../../../../gcov.css"> </head> <body> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="title">Documentation Coverage Report</td></tr> <tr><td class="ruler"><img src="../../../../glass.png" width=3 height=3 alt=""></td></tr> <tr> <td width="100%"> <table cellpadding=1 border=0 width="100%"> <tr> <td width="10%" class="headerItem">Current view:</td> <td width="35%" class="headerValue"><a href="../../../../index.html">top level</a> - <a href="index.html">Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Configuration</a> - AzureCommandBusSenderModule.cs</td> <td width="5%"></td> <td width="15%"></td> <td width="10%" class="headerCovTableHead">Hit</td> <td width="10%" class="headerCovTableHead">Total</td> <td width="15%" class="headerCovTableHead">Coverage</td> </tr> <tr> <td class="headerItem">Version:</td> <td class="headerValue">4.0</td> <td></td> <td class="headerItem">Artefacts:</td> <td class="headerCovTableEntry">1</td> <td class="headerCovTableEntry">1</td> <td class="headerCovTableEntryHi">100.0 %</td> </tr> <tr> <td class="headerItem">Date:</td> <td class="headerValue">2019-11-25 19:57:53</td> <td></td> </tr> <tr><td><img src="../../../../glass.png" width=3 height=3 alt=""></td></tr> </table> </td> </tr> <tr><td class="ruler"><img src="../../../../glass.png" width=3 height=3 alt=""></td></tr> </table> <table cellpadding=0 cellspacing=0 border=0> <tr> <td><br></td> </tr> <tr> <td> <pre class="sourceHeading"> Line data Source code</pre> <pre class="source"> <span class="lineNum"> 1 </span> : #region Copyright <span class="lineNum"> 2 </span> : // // ----------------------------------------------------------------------- <span class="lineNum"> 3 </span> : // // &lt;copyright company=&quot;Chinchilla Software Limited&quot;&gt; <span class="lineNum"> 4 </span> : // // Copyright Chinchilla Software Limited. All rights reserved. <span class="lineNum"> 5 </span> : // // &lt;/copyright&gt; <span class="lineNum"> 6 </span> : // // ----------------------------------------------------------------------- <span class="lineNum"> 7 </span> : #endregion <span class="lineNum"> 8 </span> : <span class="lineNum"> 9 </span> : using System; <span class="lineNum"> 10 </span> : using Cqrs.Azure.ServiceBus; <span class="lineNum"> 11 </span> : using Cqrs.Commands; <span class="lineNum"> 12 </span> : using Ninject.Modules; <span class="lineNum"> 13 </span> : <span class="lineNum"> 14 </span> : namespace Cqrs.Ninject.Azure.ServiceBus.CommandBus.Configuration <span class="lineNum"> 15 </span> : { <span class="lineNum"> 16 </span> : /// &lt;summary&gt; <span class="lineNum"> 17 </span> : /// A &lt;see cref=&quot;INinjectModule&quot;/&gt; that wires up &lt;see cref=&quot;AzureCommandBusPublisher{TAuthenticationToken}&quot;/&gt; as the &lt;see cref=&quot;ICommandPublisher{TAuthenticationToken}&quot;/&gt; and other require components. <span class="lineNum"> 18 </span> : /// &lt;/summary&gt; <span class="lineNum"> 19 </span> : /// &lt;typeparam name=&quot;TAuthenticationToken&quot;&gt;The &lt;see cref=&quot;Type&quot;/&gt; of the authentication token.&lt;/typeparam&gt; <span class="lineNum"> 20 </span> : [Obsolete(&quot;Use AzureCommandBusPublisherModule&quot;)] <span class="lineNum"> 21 </span> : public class AzureCommandBusSenderModule&lt;TAuthenticationToken&gt; : AzureCommandBusPublisherModule&lt;TAuthenticationToken&gt; <span class="lineNum"> 22 </span><span class="lineCov"> 1 : {</span> <span class="lineNum"> 23 </span> : } <span class="lineNum"> 24 </span> : } </pre> </td> </tr> </table> <br> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="ruler"><img src="../../../../glass.png" width=3 height=3 alt=""></td></tr> <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.13</a></td></tr> </table> <br> </body> </html>
docs/_nt_action_8_c.html
lindsayad/moltres
<!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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>moltres: src/actions/NtAction.C File 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> <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 id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">moltres </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></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="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_d2b8d8eda696fb67dda800ae051affdc.html">actions</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">NtAction.C File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &quot;<a class="el" href="_nt_action_8h_source.html">NtAction.h</a>&quot;</code><br /> <code>#include &quot;Factory.h&quot;</code><br /> <code>#include &quot;Parser.h&quot;</code><br /> <code>#include &quot;Conversion.h&quot;</code><br /> <code>#include &quot;FEProblem.h&quot;</code><br /> <code>#include &quot;NonlinearSystemBase.h&quot;</code><br /> </div><div class="textblock"><div class="dynheader"> Include dependency graph for NtAction.C:</div> <div class="dyncontent"> <div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="_nt_action_8_c__incl.svg" width="100%" height="440"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div> </div> </div> </div><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:af9a98e4773886602338c7f5f02c967de"><td class="memTemplParams" colspan="2">template&lt;&gt; </td></tr> <tr class="memitem:af9a98e4773886602338c7f5f02c967de"><td class="memTemplItemLeft" align="right" valign="top">InputParameters&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="_nt_action_8_c.html#af9a98e4773886602338c7f5f02c967de">validParams&lt; NtAction &gt;</a> ()</td></tr> <tr class="separator:af9a98e4773886602338c7f5f02c967de"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a id="af9a98e4773886602338c7f5f02c967de"></a> <h2 class="memtitle"><span class="permalink"><a href="#af9a98e4773886602338c7f5f02c967de">&#9670;&nbsp;</a></span>validParams< NtAction >()</h2> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;&gt; </div> <table class="memname"> <tr> <td class="memname">InputParameters validParams&lt; <a class="el" href="class_nt_action.html">NtAction</a> &gt; </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue May 23 2017 17:47:34 for moltres by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
wiki/docs/4.2/html/classCqrs_1_1Mongo_1_1Factories_1_1IndexKeysBuilderExtension_ab380ab44ca3970fb1e5a4c40e429b444.html
cdmdotnet/CQRS
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>CQRS.NET: Cqrs.Mongo.Factories.IndexKeysBuilderExtension.CheckForChildProperty</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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</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/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></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 id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">CQRS.NET &#160;<span id="projectnumber">4.2</span> </div> <div id="projectbrief">A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('classCqrs_1_1Mongo_1_1Factories_1_1IndexKeysBuilderExtension_ab380ab44ca3970fb1e5a4c40e429b444.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- 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 class="contents"> <a id="ab380ab44ca3970fb1e5a4c40e429b444"></a> <h2 class="memtitle"><span class="permalink"><a href="#ab380ab44ca3970fb1e5a4c40e429b444">&#9670;&nbsp;</a></span>CheckForChildProperty()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static string Cqrs.Mongo.Factories.IndexKeysBuilderExtension.CheckForChildProperty </td> <td>(</td> <td class="paramtype">MemberExpression&#160;</td> <td class="paramname"><em>selectorMemberExpression</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Checks if the property name is a child and maps it appropriately. </p> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Mongo.html">Mongo</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Mongo_1_1Factories.html">Factories</a></li><li class="navelem"><a class="el" href="classCqrs_1_1Mongo_1_1Factories_1_1IndexKeysBuilderExtension.html">IndexKeysBuilderExtension</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>
kobo/hub/templates/user/list_include.html
pombredanne/https-git.fedorahosted.org-git-kobo
{% load i18n %} <table class="list" width="100%"> <tr> <th>{% trans "Name" %}</th> <th>{% trans "Admin" %}</th> <th>{% trans "Staff" %}</th> <th>{% trans "Active" %}</th> </tr> {% for usr in usr_list %} <tr> <td><a href="{% url 'user/detail' usr.id %}">{{ usr.username }}</a></td> <td>{% if usr.is_superuser %}<span class="FREE">{% trans 'YES' %}</span>{% else %}<span class="FAILED">{% trans 'NO' %}</span>{% endif %}</td> <td>{% if usr.is_staff %}<span class="FREE">{% trans 'YES' %}</span>{% else %}<span class="FAILED">{% trans 'NO' %}</span>{% endif %}</td> <td>{% if usr.is_active %}<span class="FREE">{% trans 'YES' %}</span>{% else %}<span class="FAILED">{% trans 'NO' %}</span>{% endif %}</td> </tr> {% endfor %} </table>
wiki/docs/4.1/html/classCqrs_1_1Azure_1_1BlobStorage_1_1Events_1_1BlobStorageEventStore_ab68b594c54ae5a79e3b8d5db1902752d.html
cdmdotnet/CQRS
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>CQRS.NET: Cqrs.Azure.BlobStorage.Events.BlobStorageEventStore.Get</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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</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/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></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 id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">CQRS.NET &#160;<span id="projectnumber">4.1</span> </div> <div id="projectbrief">A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('classCqrs_1_1Azure_1_1BlobStorage_1_1Events_1_1BlobStorageEventStore_ab68b594c54ae5a79e3b8d5db1902752d.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- 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 class="contents"> <a id="ab68b594c54ae5a79e3b8d5db1902752d"></a> <h2 class="memtitle"><span class="permalink"><a href="#ab68b594c54ae5a79e3b8d5db1902752d">&#9670;&nbsp;</a></span>Get() <span class="overload">[2/2]</span></h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">override IEnumerable&lt;<a class="el" href="interfaceCqrs_1_1Events_1_1IEvent.html">IEvent</a>&lt;TAuthenticationToken&gt; &gt; <a class="el" href="classCqrs_1_1Azure_1_1BlobStorage_1_1Events_1_1BlobStorageEventStore.html">Cqrs.Azure.BlobStorage.Events.BlobStorageEventStore</a>&lt; TAuthenticationToken &gt;.Get </td> <td>(</td> <td class="paramtype">Type&#160;</td> <td class="paramname"><em>aggregateRootType</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">Guid&#160;</td> <td class="paramname"><em>aggregateId</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>useLastEventOnly</em> = <code>false</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>fromVersion</em> = <code>-1</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets a collection of IEvent&lt;TAuthenticationToken&gt; for the IAggregateRoot&lt;TAuthenticationToken&gt; of type <em>aggregateRootType</em> with the ID matching the provided <em>aggregateId</em> . </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">aggregateRootType</td><td>Type of the IAggregateRoot&lt;TAuthenticationToken&gt; the IEvent&lt;TAuthenticationToken&gt; was raised in.</td></tr> <tr><td class="paramname">aggregateId</td><td>The IAggregateRoot&lt;TAuthenticationToken&gt;.Id of the IAggregateRoot&lt;TAuthenticationToken&gt;.</td></tr> <tr><td class="paramname">useLastEventOnly</td><td>Loads only the last eventIEvent&lt;TAuthenticationToken&gt;.</td></tr> <tr><td class="paramname">fromVersion</td><td>Load events starting from this version</td></tr> </table> </dd> </dl> <p>Implements <a class="el" href="classCqrs_1_1Events_1_1EventStore_aa1d0d399a35c1e3b0759e27202695d8b.html#aa1d0d399a35c1e3b0759e27202695d8b">Cqrs.Events.EventStore&lt; TAuthenticationToken &gt;</a>.</p> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure.html">Azure</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure_1_1BlobStorage.html">BlobStorage</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure_1_1BlobStorage_1_1Events.html">Events</a></li><li class="navelem"><a class="el" href="classCqrs_1_1Azure_1_1BlobStorage_1_1Events_1_1BlobStorageEventStore.html">BlobStorageEventStore</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>
wiki/docs/2.0/html/classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken-members.html
Chinchilla-Software-Com/CQRS
<!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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>CQRS.NET: Member List</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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </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/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></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 id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">CQRS.NET &#160;<span id="projectnumber">2.0</span> </div> <div id="projectbrief">A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken.html','');}); </script> <div id="doc-content"> <!-- 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 class="header"> <div class="headertitle"> <div class="title">Cqrs.Azure.DocumentDb.Repositories.Authentication.AzureSingleSignOnToken Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken.html">Cqrs.Azure.DocumentDb.Repositories.Authentication.AzureSingleSignOnToken</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken_a1443fa350c304438a9a57c458717eeef.html#a1443fa350c304438a9a57c458717eeef">DateIssued</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken.html">Cqrs.Azure.DocumentDb.Repositories.Authentication.AzureSingleSignOnToken</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity_a70118763769fc358c7206ef04f12ff6f.html#a70118763769fc358c7206ef04f12ff6f">id</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity.html">Cqrs.Azure.DocumentDb.Entities.AzureDocumentDbEntity</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity_ad3a216109e53eaa53aa1aa18eaea1f3a.html#ad3a216109e53eaa53aa1aa18eaea1f3a">IsLogicallyDeleted</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity.html">Cqrs.Azure.DocumentDb.Entities.AzureDocumentDbEntity</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity_a9f8073973963c42fc44bb5fba84cf70a.html#a9f8073973963c42fc44bb5fba84cf70a">Rsn</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity.html">Cqrs.Azure.DocumentDb.Entities.AzureDocumentDbEntity</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken_a55c07b93600e6863985b50d4df346af0.html#a55c07b93600e6863985b50d4df346af0">Serialise</a>()</td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken.html">Cqrs.Azure.DocumentDb.Repositories.Authentication.AzureSingleSignOnToken</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity_a65addaa44fbb57497e730f4f806bc820.html#a65addaa44fbb57497e730f4f806bc820">SortingOrder</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity.html">Cqrs.Azure.DocumentDb.Entities.AzureDocumentDbEntity</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken_a72467ad344da70ee03355d03f9a3f25e.html#a72467ad344da70ee03355d03f9a3f25e">TimeOfExpiry</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken.html">Cqrs.Azure.DocumentDb.Repositories.Authentication.AzureSingleSignOnToken</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken_ad8db4fad59b85056e4e37c9e29226425.html#ad8db4fad59b85056e4e37c9e29226425">Token</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Repositories_1_1Authentication_1_1AzureSingleSignOnToken.html">Cqrs.Azure.DocumentDb.Repositories.Authentication.AzureSingleSignOnToken</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity_a4696c1d70da779b260ba76588aff80a7.html#a4696c1d70da779b260ba76588aff80a7">type</a></td><td class="entry"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1Entities_1_1AzureDocumentDbEntity.html">Cqrs.Azure.DocumentDb.Entities.AzureDocumentDbEntity</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
pkg/playground/test.html
matobet/cockpit
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Cockpit terminal</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../base1/cockpit.css" type="text/css" rel="stylesheet"> <script src="../base1/bundle.js"></script> <script src="test.js"></script> </head> <body hidden> <div id="internal" class="container-fluid"> <img src="hammer.gif" class="pull-right" id="hammer"> <div id="nav"></div> <button class="btn btn-default" id="go-down">Go down</button> <br/> <br/> <div class="cockpit-internal-reauthorize"> <button class="btn btn-default">Priveleged Action</button> <span></span> </div> <div class="super-channel"> <button class="btn btn-default">Superuser</button> <span></span> </div> <p>Translated text: <span translatable="yes">Networking</span></p> <p>On the fly: <span id="translation"></span> <span id="reverse"></span></p> <br/> <button class="btn btn-default" id="modify-file">Increment /tmp/counter atomically</button> <div id="file-content"></div> <div id="file-error"></div> <br/> <div> <button class="btn btn-default" id="load-file">Load /tmp/counter</button> <button class="btn btn-default" id="save-file">Overwrite /tmp/counter</button> <button class="btn btn-default" id="delete-file">Delete /tmp/counter</button> </div> <textarea id="edit-file"></textarea> </div> </body> </html>
doc/html/declarative-modelviews-visualitemmodel-visualitemmodel-pro.html
nonrational/qt-everywhere-opensource-src-4.8.6
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: visualitemmodel.pro Example File (declarative/modelviews/visualitemmodel/visualitemmodel.pro)</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">visualitemmodel.pro Example File</h1> <span class="small-subtitle">declarative/modelviews/visualitemmodel/visualitemmodel.pro</span> <!-- $$$declarative/modelviews/visualitemmodel/visualitemmodel.pro-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> # Add more folders to ship with the application, here folder_01.source = qml/visualitemmodel folder_01.target = qml DEPLOYMENTFOLDERS = folder_01 # Additional import path used to resolve QML modules in Creator's code model QML_IMPORT_PATH = # Avoid auto screen rotation #DEFINES += ORIENTATIONLOCK # Needs to be defined for Symbian #DEFINES += NETWORKACCESS symbian:TARGET.UID3 = 0xE722A922 # Smart Installer package's UID # This UID is from the protected range # and therefore the package will fail to install if self-signed # By default qmake uses the unprotected range value if unprotected UID is defined for the application # and 0x2002CCCF value if protected UID is given to the application #symbian:DEPLOYMENT.installer_header = 0x2002CCCF # Define QMLJSDEBUGGER to allow debugging of QML in debug builds # (This might significantly increase build time) # DEFINES += QMLJSDEBUGGER # If your application uses the Qt Mobility libraries, uncomment # the following lines and add the respective components to the # MOBILITY variable. # CONFIG += mobility # MOBILITY += # The .cpp file which was generated for your project. Feel free to hack it. SOURCES += main.cpp # Please do not modify the following two lines. Required for deployment. desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/modelviews/visualitemmodel exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri) else:include(../../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) qtcAddDeployment()</pre> </div> <!-- @@@declarative/modelviews/visualitemmodel/visualitemmodel.pro --> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
wiki/docs/2.4/html/classCqrs_1_1Azure_1_1DocumentDb_1_1ThreadedAzureDocumentDbConnectionCache_a0986cecb40fc143751abb4605f507975.html
Chinchilla-Software-Com/CQRS
<!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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>CQRS.NET: Cqrs.Azure.DocumentDb.ThreadedAzureDocumentDbConnectionCache.TryGetDocumentCollection</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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </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/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></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 id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">CQRS.NET &#160;<span id="projectnumber">2.4</span> </div> <div id="projectbrief">A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('classCqrs_1_1Azure_1_1DocumentDb_1_1ThreadedAzureDocumentDbConnectionCache_a0986cecb40fc143751abb4605f507975.html','');}); </script> <div id="doc-content"> <!-- 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 class="contents"> <a id="a0986cecb40fc143751abb4605f507975"></a> <h2 class="memtitle"><span class="permalink"><a href="#a0986cecb40fc143751abb4605f507975">&#9670;&nbsp;</a></span>TryGetDocumentCollection()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool Cqrs.Azure.DocumentDb.ThreadedAzureDocumentDbConnectionCache.TryGetDocumentCollection </td> <td>(</td> <td class="paramtype">string&#160;</td> <td class="paramname"><em>key</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">out DocumentCollection&#160;</td> <td class="paramname"><em>documentCollection</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Gets the DocumentCollection. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">key</td><td>The name of the DocumentCollection to get.</td></tr> <tr><td class="paramname">documentCollection</td><td>If the DocumentCollection is found, it is returned here; otherwise null is returned. This parameter is passed uninitialized.</td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>true if the DocumentCollection is found; otherwise, false.</dd></dl> <p>Implements <a class="el" href="interfaceCqrs_1_1Azure_1_1DocumentDb_1_1IAzureDocumentDbConnectionCache_af74bf6c8dc009e0179edc20ef3158f03.html#af74bf6c8dc009e0179edc20ef3158f03">Cqrs.Azure.DocumentDb.IAzureDocumentDbConnectionCache</a>.</p> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure.html">Azure</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Azure_1_1DocumentDb.html">DocumentDb</a></li><li class="navelem"><a class="el" href="classCqrs_1_1Azure_1_1DocumentDb_1_1ThreadedAzureDocumentDbConnectionCache.html">ThreadedAzureDocumentDbConnectionCache</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
wiki/docs/2.3/coverage-report/Ninject/Cqrs.Ninject.Akka/Configuration/index.html
cdmdotnet/CQRS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - doc-coverage.info - Ninject/Cqrs.Ninject.Akka/Configuration</title> <link rel="stylesheet" type="text/css" href="../../../gcov.css"> </head> <body> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="title">Documentation Coverage Report</td></tr> <tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr> <tr> <td width="100%"> <table cellpadding=1 border=0 width="100%"> <tr> <td width="10%" class="headerItem">Current view:</td> <td width="35%" class="headerValue"><a href="../../../index.html">top level</a> - Ninject/Cqrs.Ninject.Akka/Configuration</td> <td width="5%"></td> <td width="15%"></td> <td width="10%" class="headerCovTableHead">Hit</td> <td width="10%" class="headerCovTableHead">Total</td> <td width="15%" class="headerCovTableHead">Coverage</td> </tr> <tr> <td class="headerItem">Version:</td> <td class="headerValue">2.2</td> <td></td> <td class="headerItem">Artefacts:</td> <td class="headerCovTableEntry">2</td> <td class="headerCovTableEntry">2</td> <td class="headerCovTableEntryHi">100.0 %</td> </tr> <tr> <td class="headerItem">Date:</td> <td class="headerValue">2018-02-20</td> <td></td> </tr> <tr><td><img src="../../../glass.png" width=3 height=3 alt=""></td></tr> </table> </td> </tr> <tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr> </table> <center> <table width="80%" cellpadding=1 cellspacing=1 border=0> <tr> <td width="40%"><br></td> <td width="20%"></td> <td width="20%"></td> <td width="20%"></td> </tr> <tr> <td class="tableHead">Filename <span class="tableHeadSort"><img src="../../../glass.png" width=10 height=14 alt="Sort by name" title="Sort by name" border=0></span></td> <td class="tableHead" colspan=3>Documentation Coverage <span class="tableHeadSort"><a href="index-sort-l.html"><img src="../../../updown.png" width=10 height=14 alt="Sort by line coverage" title="Sort by line coverage" border=0></a></span></td> </tr> <tr> <td class="coverFile"><a href="AkkaModule.cs.gcov.html">AkkaModule.cs</a></td> <td class="coverBar" align="center"> <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="../../../emerald.png" width=100 height=10 alt="100.0%"></td></tr></table> </td> <td class="coverPerHi">100.0&nbsp;%</td> <td class="coverNumHi">2 / 2</td> </tr> </table> </center> <br> <table width="100%" border=0 cellspacing=0 cellpadding=0> <tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr> <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php">LCOV version 1.10</a></td></tr> </table> <br> </body> </html>
src/main/resources/de/zbit/sbvc/html/about.html
cogsys-tuebingen/SBVC
<html> <head> <title>SBVC - About</title> </head> <body> <p> SBVC Copyright &#169; 2012 Finja B&#252;chel and Clemens Wrzodek, Center for Bioinformatics T&#252;bingen (ZBIT), Germany. </p><p> Thanks to Andreas Dr&#228;ger, Florian Mittag and Andreas Zell. </p><p> This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see <a href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"> LGPL v3</a> for details. </p> </body> </html>
Game Engine/javadoc/nullEngine/loading/texture/PNGLoader.html
minecraftwarlock/Null-Engine
<!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_60) on Sat Nov 19 14:30:32 NZDT 2016 --> <title>PNGLoader</title> <meta name="date" content="2016-11-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="PNGLoader"; } } catch(err) { } //--> var methods = {"i0":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </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="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>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?nullEngine/loading/texture/PNGLoader.html" target="_top">Frames</a></li> <li><a href="PNGLoader.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">nullEngine.loading.texture</div> <h2 title="Class PNGLoader" class="title">Class PNGLoader</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>nullEngine.loading.texture.PNGLoader</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">PNGLoader</span> extends java.lang.Object</pre> <div class="block">A class to load PNG files</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== 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">&nbsp;</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="../../../nullEngine/loading/texture/PNGLoader.html#PNGLoader--">PNGLoader</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static <a href="../../../nullEngine/gl/texture/Texture2D.html" title="class in nullEngine.graphics.texture">Texture2D</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../nullEngine/loading/texture/PNGLoader.html#loadTexture-java.lang.String-float-boolean-float-boolean-">loadTexture</a></span>(java.lang.String&nbsp;file, float&nbsp;lodBias, boolean&nbsp;anisotropyEnabled, float&nbsp;anisotropyAmount, boolean&nbsp;forceUnique)</code> <div class="block">Load a PNG texture</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, 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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="PNGLoader--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PNGLoader</h4> <pre>public&nbsp;PNGLoader()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="loadTexture-java.lang.String-float-boolean-float-boolean-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>loadTexture</h4> <pre>public static&nbsp;<a href="../../../nullEngine/gl/texture/Texture2D.html" title="class in nullEngine.graphics.texture">Texture2D</a>&nbsp;loadTexture(java.lang.String&nbsp;file, float&nbsp;lodBias, boolean&nbsp;anisotropyEnabled, float&nbsp;anisotropyAmount, boolean&nbsp;forceUnique) throws java.io.IOException</pre> <div class="block">Load a PNG texture</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>file</code> - The file to load</dd> <dd><code>lodBias</code> - The texture level of detail bias</dd> <dd><code>anisotropyEnabled</code> - Wether anisotropic filtering should be enabled</dd> <dd><code>anisotropyAmount</code> - The maximum amount of anisotropy</dd> <dd><code>forceUnique</code> - If <code>true</code> make sure the texture isn't just a new reference to a cached texture</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The texture that was loaded</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.IOException</code> - If the texture failed to load</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> <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="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>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?nullEngine/loading/texture/PNGLoader.html" target="_top">Frames</a></li> <li><a href="PNGLoader.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
3rdparty/jdic20060613bin/javadoc/org/jdesktop/jdic/desktop/class-use/Message.html
simeshev/parabuild-ci
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_12) on Fri Jun 16 11:55:17 CST 2006 --> <TITLE> Uses of Class org.jdesktop.jdic.desktop.Message (JDIC API V0.9 Release 1) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.jdesktop.jdic.desktop.Message (JDIC API V0.9 Release 1)"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/jdesktop/jdic/desktop/Message.html" title="class in org.jdesktop.jdic.desktop"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> JDIC API V0.9 Release 1</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Message.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.jdesktop.jdic.desktop.Message</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/jdesktop/jdic/desktop/Message.html" title="class in org.jdesktop.jdic.desktop">Message</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.jdesktop.jdic.desktop"><B>org.jdesktop.jdic.desktop</B></A></TD> <TD>Provides classes for accessing desktop applications and facilities.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.jdesktop.jdic.desktop"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/jdesktop/jdic/desktop/Message.html" title="class in org.jdesktop.jdic.desktop">Message</A> in <A HREF="../../../../../org/jdesktop/jdic/desktop/package-summary.html">org.jdesktop.jdic.desktop</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../../org/jdesktop/jdic/desktop/package-summary.html">org.jdesktop.jdic.desktop</A> with parameters of type <A HREF="../../../../../org/jdesktop/jdic/desktop/Message.html" title="class in org.jdesktop.jdic.desktop">Message</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Desktop.</B><B><A HREF="../../../../../org/jdesktop/jdic/desktop/Desktop.html#mail(org.jdesktop.jdic.desktop.Message)">mail</A></B>(<A HREF="../../../../../org/jdesktop/jdic/desktop/Message.html" title="class in org.jdesktop.jdic.desktop">Message</A>&nbsp;msg)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Launches the message compose window of the default mailer, and fills in the message fields with the field values of the given <code>Message </code> object.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/jdesktop/jdic/desktop/Message.html" title="class in org.jdesktop.jdic.desktop"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> JDIC API V0.9 Release 1</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Message.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size=-1>For more information and documentation on JDIC, see <a href=https://jdic.dev.java.net>JDIC website</a>. <p>That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information. <p>Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href= https://jdic.dev.java.net/source/browse/jdic/src/COPYING>license terms</a>. </font> </BODY> </HTML>
it/it-tests/src/test/resources/administration/UsersPageTest/generate_and_revoke_user_token.html
Builders-SonarSource/sonarqube-bis
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="selenium.base" href="http://localhost:49506"/> <title>generate_and_revoke_user_token</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr> <td rowspan="1" colspan="3">generate_and_revoke_user_token</td> </tr> </thead> <tbody> <tr> <td>open</td> <td>/sessions/logout</td> <td></td> </tr> <tr> <td>open</td> <td>/sessions/new</td> <td></td> </tr> <tr> <td>type</td> <td>id=login</td> <td>admin</td> </tr> <tr> <td>type</td> <td>id=password</td> <td>admin</td> </tr> <tr> <td>clickAndWait</td> <td>name=commit</td> <td></td> </tr> <tr> <td>waitForElementPresent</td> <td>css=.js-user-authenticated</td> <td></td> </tr> <tr> <td>open</td> <td>/users</td> <td></td> </tr> <tr> <td>waitForElementPresent</td> <td>css=.js-user-tokens</td> <td></td> </tr> <tr> <td>click</td> <td>css=.js-user-tokens</td> <td></td> </tr> <tr> <td>waitForText</td> <td>css=.modal</td> <td>*No tokens*</td> </tr> <tr> <td>waitForElementPresent</td> <td>css=.js-generate-token-form input</td> <td></td> </tr> <tr> <td>type</td> <td>css=.js-generate-token-form input</td> <td>test-token</td> </tr> <tr> <td>click</td> <td>css=.js-generate-token-form button</td> <td></td> </tr> <tr> <td>waitForElementPresent</td> <td>css=.modal code</td> <td></td> </tr> <tr> <td>waitForText</td> <td>css=.modal</td> <td>*test-token*</td> </tr> <tr> <td>waitForElementPresent</td> <td>css=.js-revoke-token-form</td> <td></td> </tr> <tr> <td>click</td> <td>css=.js-revoke-token-form button</td> <td></td> </tr> <tr> <td>click</td> <td>css=.js-revoke-token-form button</td> <td></td> </tr> <tr> <td>assertElementNotPresent</td> <td>css=.js-revoke-token-form</td> <td></td> </tr> </tbody> </table> </body> </html>
test-output/old/Default suite/classes.html
SvAAb/SeJ14
<table border='1'> <tr> <th>Class name</th> <th>Method name</th> <th>Groups</th> </tr><tr> <td>SA.AddValidAndRemoveFilmTest</td> <td>&nbsp;</td><td>&nbsp;</td></tr> <tr> <td align='center' colspan='3'>@Test</td> </tr> <tr> <td>&nbsp;</td> <td>testAddValidAndRemoveFilm</td> <td>&nbsp;</td></tr> <tr> <td align='center' colspan='3'>@BeforeClass</td> </tr> <tr> <td>&nbsp;</td> <td>init</td> <td>&nbsp;</td></tr> <tr> <td align='center' colspan='3'>@BeforeMethod</td> </tr> <tr> <td align='center' colspan='3'>@AfterMethod</td> </tr> <tr> <td align='center' colspan='3'>@AfterClass</td> </tr> </table>
Assignment5/MarcoLopezdeMiguel/naming.html
AlejandroHerrero/Curso2014-2015
<!DOCTYPE HTML> <html> <head>Resource naming strategy</head> <body> Domain: http://example.linkeddata.es/ <br> Ontological terms path: <br> http://example.linkeddata.es/vocabulary# <br> Individuals path: <br> http://example.linkeddata.es/instances/ <br> Ontological terms pattern: <br> http://example.linkeddata.es/vocabulary#<term_name> <br> Individuals pattern: <br> http://example.linkeddata.es/instances/<resource_type>/<resource_name> <br> </body> </html>
doc/html/nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.html
benfinke/ns_python
<!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>protocolipv6_stats module &mdash; Nitro documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </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="top" title="Nitro documentation" href="index.html" /> <link rel="up" title="protocol package" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.html" /> <link rel="next" title="protocoltcp_stats module" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocoltcp_stats.html" /> <link rel="prev" title="protocolip_stats module" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolip_stats.html" /> </head> <body> <div class="related"> <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="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocoltcp_stats.html" title="protocoltcp_stats module" accesskey="N">next</a> |</li> <li class="right" > <a href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolip_stats.html" title="protocolip_stats module" accesskey="P">previous</a> |</li> <li><a href="index.html">Nitro documentation</a> &raquo;</li> <li><a href="nssrc.com.citrix.netscaler.nitro.resource.stat.html" >config package</a> &raquo;</li> <li><a href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.html" accesskey="U">protocol package</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="module-nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats"> <span id="protocolipv6-stats-module"></span><h1>protocolipv6_stats module<a class="headerlink" href="#module-nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats"> <em class="property">class </em><tt class="descname">protocolipv6_stats</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.html#nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.base_resource" title="nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.base_resource"><tt class="xref py py-class docutils literal"><span class="pre">nssrc.com.citrix.netscaler.nitro.resource.base.base_resource.base_resource</span></tt></a></p> <p>Statistics for ip v6 resource.</p> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.clearstats"> <tt class="descname">clearstats</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.clearstats" title="Permalink to this definition">¶</a></dt> <dd><p>Clear the statsistics / counters.&lt;br/&gt;Possible values = basic, full.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragpktsforwardrate"> <tt class="descname">ipv6fragpktsforwardrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragpktsforwardrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6fragtotpktsforward.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmprstxrate"> <tt class="descname">ipv6icmprstxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmprstxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmprstx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragrxpktsrate"> <tt class="descname">ipv6fragrxpktsrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragrxpktsrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6fragtotrxpkts.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totroutepkts"> <tt class="descname">ipv6totroutepkts</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totroutepkts" title="Permalink to this definition">¶</a></dt> <dd><p>IPv6 packets routed.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragpkttoobig"> <tt class="descname">ipv6fragpkttoobig</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragpkttoobig" title="Permalink to this definition">¶</a></dt> <dd><p>Packets received for which the reassembled data exceeds the Ethernet packet data length of 1500 bytes.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnarx"> <tt class="descname">ipv6toticmpnarx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnarx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 NA packets received by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotrxpkts"> <tt class="descname">ipv6fragtotrxpkts</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotrxpkts" title="Permalink to this definition">¶</a></dt> <dd><p>IPv6 fragments received.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnatxrate"> <tt class="descname">ipv6icmpnatxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnatxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmpnatx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnsrx"> <tt class="descname">ipv6toticmpnsrx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnsrx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 NS packets received by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6routembitsrate"> <tt class="descname">ipv6routembitsrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6routembitsrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6totroutembits.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6txpktsrate"> <tt class="descname">ipv6txpktsrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6txpktsrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6tottxpkts.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.icmpv6rtthsld"> <tt class="descname">icmpv6rtthsld</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.icmpv6rtthsld" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 packets dropped for rate threshold exceeded (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.icmpv6unspt"> <tt class="descname">icmpv6unspt</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.icmpv6unspt" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 unsupported packets received (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6badcksum"> <tt class="descname">ipv6badcksum</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6badcksum" title="Permalink to this definition">¶</a></dt> <dd><p>Number of bad checksum packets received (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6errrxhdr"> <tt class="descname">ipv6errrxhdr</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6errrxhdr" title="Permalink to this definition">¶</a></dt> <dd><p>Number of erroneous header packets received (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totrxbytes"> <tt class="descname">ipv6totrxbytes</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totrxbytes" title="Permalink to this definition">¶</a></dt> <dd><p>Bytes of IPv6 data received.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6rxpktsrate"> <tt class="descname">ipv6rxpktsrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6rxpktsrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6totrxpkts.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnstxrate"> <tt class="descname">ipv6icmpnstxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnstxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmpnstx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmprarxrate"> <tt class="descname">ipv6icmprarxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmprarxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmprarx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6errhdr"> <tt class="descname">ipv6errhdr</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6errhdr" title="Permalink to this definition">¶</a></dt> <dd><p>Packets received that contain an error in one or more components of the IPv6 header.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totrxpkts"> <tt class="descname">ipv6totrxpkts</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totrxpkts" title="Permalink to this definition">¶</a></dt> <dd><p>IPv6 packets received.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmprx"> <tt class="descname">ipv6toticmprx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmprx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 packets received by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotpktsprocessnoreass"> <tt class="descname">ipv6fragtotpktsprocessnoreass</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotpktsprocessnoreass" title="Permalink to this definition">¶</a></dt> <dd><p>IPv6 fragments processed without reassembly.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6rxbytesrate"> <tt class="descname">ipv6rxbytesrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6rxbytesrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6totrxbytes.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnsrxrate"> <tt class="descname">ipv6icmpnsrxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnsrxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmpnsrx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnatx"> <tt class="descname">ipv6toticmpnatx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnatx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 NA packets transmitted by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6routepktsrate"> <tt class="descname">ipv6routepktsrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6routepktsrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6totroutepkts.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmptxrate"> <tt class="descname">ipv6icmptxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmptxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmptx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmprstx"> <tt class="descname">ipv6toticmprstx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmprstx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 RS packets transmitted by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totroutembits"> <tt class="descname">ipv6totroutembits</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6totroutembits" title="Permalink to this definition">¶</a></dt> <dd><p>IPv6 total Mbits.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmprxrate"> <tt class="descname">ipv6icmprxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmprxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmprx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragpktsprocessnoreassrate"> <tt class="descname">ipv6fragpktsprocessnoreassrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragpktsprocessnoreassrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6fragtotpktsprocessnoreass.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtcpreassembledrate"> <tt class="descname">ipv6fragtcpreassembledrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtcpreassembledrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6fragtottcpreassembled.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6tottxpkts"> <tt class="descname">ipv6tottxpkts</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6tottxpkts" title="Permalink to this definition">¶</a></dt> <dd><p>IPv6 packets transmitted.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnarxrate"> <tt class="descname">ipv6icmpnarxrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6icmpnarxrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6toticmpnarx.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotudpreassembled"> <tt class="descname">ipv6fragtotudpreassembled</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotudpreassembled" title="Permalink to this definition">¶</a></dt> <dd><p>UDP fragments processed after reassembly.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtottcpreassembled"> <tt class="descname">ipv6fragtottcpreassembled</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtottcpreassembled" title="Permalink to this definition">¶</a></dt> <dd><p>TCP fragments processed after reassembly.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6errrxpkt"> <tt class="descname">ipv6errrxpkt</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6errrxpkt" title="Permalink to this definition">¶</a></dt> <dd><p>Number of erroneous packets received (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6nextheadererr"> <tt class="descname">ipv6nextheadererr</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6nextheadererr" title="Permalink to this definition">¶</a></dt> <dd><p>Packets received that contain an unsupported next header. The supported next headers are TCP, ICMP, UDP, OSPF, and FRAGMENT.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmptx"> <tt class="descname">ipv6toticmptx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmptx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 packets transmitted by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnstx"> <tt class="descname">ipv6toticmpnstx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmpnstx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 NS packets transmitted by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragudpreassembledrate"> <tt class="descname">ipv6fragudpreassembledrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragudpreassembledrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6fragtotudpreassembled.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6txbytesrate"> <tt class="descname">ipv6txbytesrate</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6txbytesrate" title="Permalink to this definition">¶</a></dt> <dd><p>Rate (/s) counter for ipv6tottxbytes.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.icmpv6error"> <tt class="descname">icmpv6error</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.icmpv6error" title="Permalink to this definition">¶</a></dt> <dd><p>Number of erroneous ICMPv6 packets received (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmprarx"> <tt class="descname">ipv6toticmprarx</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6toticmprarx" title="Permalink to this definition">¶</a></dt> <dd><p>Number of ICMPv6 RA packets received by NetScaler (OBSOLETE).</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6tottxbytes"> <tt class="descname">ipv6tottxbytes</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6tottxbytes" title="Permalink to this definition">¶</a></dt> <dd><p>Bytes of IPv6 data transmitted.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6landattack"> <tt class="descname">ipv6landattack</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6landattack" title="Permalink to this definition">¶</a></dt> <dd><p>Land-attack packets received. The source and destination addresses are the same. If not dropped, these packets can lock up the appliance.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotpktsforward"> <tt class="descname">ipv6fragtotpktsforward</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragtotpktsforward" title="Permalink to this definition">¶</a></dt> <dd><p>IPv6 fragments forwarded to the client or server without reassembly.</p> </dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragzerolenpkt"> <tt class="descname">ipv6fragzerolenpkt</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.ipv6fragzerolenpkt" title="Permalink to this definition">¶</a></dt> <dd><p>Packets received with a fragment length of 0 bytes.</p> </dd></dl> <dl class="classmethod"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.get"> <em class="property">classmethod </em><tt class="descname">get</tt><big>(</big><em>service</em>, <em>name=''</em>, <em>option_=''</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.get" title="Permalink to this definition">¶</a></dt> <dd><p>Use this API to fetch the statistics of all protocolipv6_stats resources that are configured on netscaler.</p> </dd></dl> <dl class="class"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.Clearstats"> <em class="property">class </em><tt class="descname">Clearstats</tt><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.Clearstats" title="Permalink to this definition">¶</a></dt> <dd><dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.Clearstats.basic"> <tt class="descname">basic</tt><em class="property"> = 'basic'</em><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.Clearstats.basic" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.Clearstats.full"> <tt class="descname">full</tt><em class="property"> = 'full'</em><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_stats.Clearstats.full" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> </dd></dl> <dl class="class"> <dt id="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_response"> <em class="property">class </em><tt class="descname">protocolipv6_response</tt><big>(</big><em>length=1</em><big>)</big><a class="headerlink" href="#nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.protocolipv6_response" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.base.base_response.html#nssrc.com.citrix.netscaler.nitro.resource.base.base_response.base_response" title="nssrc.com.citrix.netscaler.nitro.resource.base.base_response.base_response"><tt class="xref py py-class docutils literal"><span class="pre">nssrc.com.citrix.netscaler.nitro.resource.base.base_response.base_response</span></tt></a></p> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"><ul class="globaltoc"><ul class="current"> <li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.exception.html">Nitro exception Package</a></li> <li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.base.html">Base Package</a></li> <li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.service.html">Service Package</a></li> <li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.util.html">Util Package</a></li> <li class="toctree-l1"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.config.html">Config Package</a></li> <li class="toctree-l1 current"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.html">Stat Package</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.aaa.html">aaa</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.appflow.html">appflow</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.appfw.html">appfw</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.appqoe.html">appqoe</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.audit.html">audit</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.authentication.html">authentication</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.authorization.html">authorization</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.autoscale.html">autoscale</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.basic.html">basic</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.ca.html">ca</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.cache.html">cache</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.cluster.html">cluster</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.cmp.html">cmp</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.cr.html">cr</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.cs.html">cs</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.dns.html">dns</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.dos.html">dos</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.feo.html">feo</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.gslb.html">gslb</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.ha.html">ha</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.ipsec.html">ipsec</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.lb.html">lb</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.lldp.html">lldp</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.network.html">network</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.ns.html">ns</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.pq.html">pq</a></li> <li class="toctree-l2 current"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.html">protocol</a><ul class="current"> <li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolhttp_stats.html">protocolhttp_stats</a></li> <li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolicmp_stats.html">protocolicmp_stats</a></li> <li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolicmpv6_stats.html">protocolicmpv6_stats</a></li> <li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolip_stats.html">protocolip_stats</a></li> <li class="toctree-l3 current"><a class="current reference internal" href="">protocolipv6_stats</a></li> <li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocoltcp_stats.html">protocoltcp_stats</a></li> <li class="toctree-l3"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocoludp_stats.html">protocoludp_stats</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.qos.html">qos</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.responder.html">responder</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.rewrite.html">rewrite</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.sc.html">sc</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.snmp.html">snmp</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.spillover.html">spillover</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.ssl.html">ssl</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.stream.html">stream</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.system.html">system</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.tm.html">tm</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.transform.html">transform</a></li> <li class="toctree-l2"><a class="reference internal" href="nssrc.com.citrix.netscaler.nitro.resource.stat.vpn.html">vpn</a></li> </ul> </li> </ul> </ul> <h4>Previous topic</h4> <p class="topless"><a href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolip_stats.html" title="previous chapter">protocolip_stats module</a></p> <h4>Next topic</h4> <p class="topless"><a href="nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocoltcp_stats.html" title="next chapter">protocoltcp_stats module</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/nssrc.com.citrix.netscaler.nitro.resource.stat.protocol.protocolipv6_stats.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy; Copyright © 1999-2014 Citrix Systems, Inc. All Rights Reserved. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2. </div> </body> </html>
junit/context33/WEB-INF/MyConditional.html
apache/tapestry3
<!-- Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- $Id$ --> <span jwcid="$content$"> <span jwcid="@Conditional" condition="ognl:page.visit.enabled && enabled"> <span jwcid="@RenderBody"/> </span> </span>
softcare-gui/WebContent/adm/inc/style.css
rosogon/SoftCare-Case-Study
body{ background-image: url("../images/login_page_img.jpg"); margin: 0px; padding: 0px 0px; } .headerwin2{ margin:0 auto; } .float-right{ float: right; display: inline; } .float-left{ float: left; display: inline; } .mainerror{ margin: 4px auto 3px; background-color: #ED95A0; padding: 10px 10px 10px 40px; } .loginwin{ margin:0 auto; background-color: #ffffff; } .logintext{ font-size: 16px; font-weight: bold; } .centerwin{ margin:0 auto; text-align: left; padding: 20px 10px; border:1px solid #a6a6a6; } .footer{ margin:0 auto; border-left:1px solid #a6a6a6; border-right:2px solid #a6a6a6; border-bottom:2px solid #a6a6a6; padding: 0px 10px; } .left{ text-align:left; } .right{ text-align:right; } .bold{ font-weight: bold; } .listseparation{ padding-top: 10px; } .newitem{ margin-top:20px; margin-bottom:10px; float:left; clear: both; } .head-left{ float: right; margin-right:20px; margin-top:20px; } .link{ color:darkblue; text-decoration: underline; font-weight:bold; } .link:HOVER{ color:darkred; font-weight:bold; cursor: pointer; } .a:HOVER{ color:green; cursor: pointer; } .menubar{ font-size:16px; font-weight:bold; } .menubar table{ margin:0 auto; } .menubaritem{ font-size:16px; font-weight:bold; } .grid{ margin-bottom:10px; } .center{ text-align: center; } .strong{ font-weight: bold; } .question{ } .question:HOVER { color: blue; text-decoration: underline; cursor: pointer; } .headerwin{ margin:0 auto; border-left:1px solid #a6a6a6; border-right:2px solid #a6a6a6; padding: 0px 10px; background-color: #ffffff; }
src/content/zh-tw/fundamentals/security/hacked/use_search_console.html
ebidel/WebFundamentals
<html devsite><head> <title>使用 Search Console</title> <meta name="project_path" value="/web/fundamentals/_project.yaml"/> <meta name="book_path" value="/web/fundamentals/_book.yaml"/> </head> <body> <p>如果您已<a href="https://www.support.google.com/webmasters/answer/35179">驗證過網站擁有權</a>,可跳過下方第一個動作,直接在 Search Console 中查看您的網站資訊。</p> <div class="video-wrapper"> <iframe class="devsite-embedded-youtube-video" data-video-id="jC7jja6ebBM" data-autohide="1" data-showinfo="0" frameborder="0" allowfullscreen> </iframe> </div> <h3>您需要:</h3> <ul> <li>能以有效方式<a href="https://www.support.google.com/webmasters/answer/35179">驗證網站擁有權</a>,例如在根目錄中加入檔案、製作<a href="https://www.support.google.com/webmasters/answer/79812">中繼標記</a>、擁有網站的 Google Analytics (分析) 管理帳戶等。</li> </ul> <div class="action"> <h3>實際行動:</h3> <p>在這個階段中,您將會執行下列動作:</p> <ol> <li><a href="#verify">在 Search Console 中驗證您的網站擁有權。</a></li> <li><a href="#check">確認駭客未在 Search Console 中驗證擁有權,或是對設定進行不必要的變更。</a></li> <li><a href="#determine">判斷攻擊性質。</a></li> </ol> </div> <a name="verify"></a> <h4>在 Search Console 中驗證您的網站擁有權</h4> <ol> <li>開啟瀏覽器並前往網站管理員中心:<a href="https://www.google.com/webmaster">http://www.google.com/webmasters</a>。</li> <li>按一下 [Search Console]。<strong></strong></li> <li>使用 <a href="https://www.google.com/accounts">Google 帳戶</a>登入 Search Console。如果您沒有 Google 帳戶,請按一下 [建立帳戶]<strong></strong>。建立新的 Google 帳戶,不代表您會失去現有其他公司的電子郵件帳戶 (<a href="https://accounts.google.com/SignUp">進一步瞭解帳戶</a>)。</li> <li>按一下 [新增網站]。<strong></strong>在方塊中輸入您網站的網址,然後按一下 [繼續]。<strong></strong></li> <li>決定您最方便的驗證方法。驗證網頁的 [推薦的方法]<strong></strong> 分頁上會顯示 Google 認為最適合的方法,[其他方法]<strong></strong> 分頁上則會列出其他方法 (<a href="https://goo.gl/kQnHQ">進一步瞭解如何驗證</a>)。</li> <li>如果您選取的驗證方法需要存取網站 (例如 HTML 中繼標記或 HTML 檔案),請將您的網站重新上線。</li> <li>按一下 [驗證]<strong></strong>,即可使用您選擇的方法驗證擁有權。如果驗證成功,畫面上將會顯示恭賀訊息,指出您已驗證擁有權。您可以將網站重新下線,不過請注意,您的網站在後續步驟中還需要重新上線。</li> </ol> <a name="check"></a> <h4>驗證後,請確認駭客未在 Search Console 中驗證擁有權,或是對設定進行不必要的變更。</h4> <ol> <li>按一下 Search Console 標誌,前往 Search Console 首頁。</li> <li>找到您的網站,然後按一下 [管理網站]<strong></strong>。</li> <li>按一下 [新增或移除使用者]<strong></strong>。</li> <li>確認畫面上列出的<a href="https://www.support.google.com/webmasters/answer/44227">使用者和擁有者</a>均有授權。</li> <li>記下任何未經授權使用者的電子郵件地址 (以備日後使用),並且將這些使用者從您的網站上刪除。如有未經授權的擁有者,您必須將擁有者與任何可能的驗證憑證一併刪除,例如首頁上的驗證中繼標記,或是伺服器上的 HTML 檔案 (<a href="https://www.support.google.com/webmasters/answer/2454036">瞭解詳情</a>)。</li> <li>檢查 Search Console 中是否有不必要的設定變更。按一下「設定」圖示<span class="material-icons"></span>,然後按一下 [<a href="https://www.support.google.com/webmasters/answer/2454036"><strong>網站設定</strong></a>],檢查駭客是否做了不必要的變更,例如降低<a href="https://www.support.google.com/webmasters/answer/48620">檢索頻率</a> (可能是為了避開搜尋引擎的自動尋檢程式)。此外,也請檢查 [Google 索引]<strong></strong> &gt; [<a href="https://www.support.google.com/webmasters/answer/164734">移除網址</a>] 或 [設定]<span class="material-icons"></span> &gt; [<a href="https://www.support.google.com/webmasters/answer/83106">變更網址</a>] 部分中是否列有不尋常的項目。</li> </ol> <a name="determine"></a> <h4>判斷攻擊性質</h4> <p>您可參考 Search Console 在「訊息中心」和「安全性問題」中的資訊,判斷網站是否遭到下列任何形式入侵:</p> <ul> <li>使搜尋結果品質和關聯性降低的垃圾內容。</li> <li>網路釣魚攻擊。</li> <li>散佈惡意軟體。</li> </ul> <p>如要使用 Search Console 調查入侵方式或惡意軟體,請完成以下步驟:</p> <ol> <li>按一下右上角的 Search Console 標誌,前往 Search Console 首頁。</li> <li>按一下 [訊息]<strong></strong>。</li> <li>查看 Google 是否發送任何重大訊息,指出您的網站涉及下列行為:1) 提供垃圾網頁、文字或連結;2) 網路釣魚;3) 散佈惡意軟體。如果您收到了網路釣魚攻擊通知,請等到所有修復程序完成之後,再刪除這則訊息。</li> <li>前往 Search Console 中的「安全性問題」<strong></strong>。 <ul> <li>受到惡意軟體影響的網站將在頂層標題顯示「惡意軟體」和惡意軟體類別,例如「伺服器設定遭到竄改」或「錯誤範本植入」。在這種情況下,駭客可能在您的網站上以軟體存取訪客的機密資訊,或是使訪客的電腦受損。如要瞭解修復這個問題的方法,請繼續閱讀<a href="hacked_with_malware">評估惡意軟體損害</a>。 </li> <li>如果網站遭到入侵放置垃圾內容,頂層標題可能會顯示「遭到入侵」和駭客入侵類別,例如「植入內容」。駭客可能在您的網站上放置垃圾網頁、文字或連結。如要瞭解修復這個問題的方法,請繼續閱讀<a href="hacked_with_spam">評估垃圾內容損害</a>。</li> <li>如果您因為某個網頁,在 Search Console 的「訊息中心」內收到「釣魚攻擊通知」,系統不一定會在「安全性問題」裡顯示該網頁的任何資訊。在您的網站上建立網路釣魚頁面,駭客往往就會以偽裝成可信網站的方式,透過您的網站竊取使用者的登入資訊、密碼或財務詳細資料。由於清除網路釣魚內容和垃圾內容的做法大同小異,請繼續閱讀<a href="hacked_with_spam">評估垃圾內容損害</a>。</li> </ul> </li> </ol> <h2>後續步驟</h2> <p>本程序的下一個步驟可以是<a href="hacked_with_spam">評估垃圾內容損害 (遭到垃圾內容入侵)</a> 或者是<a href="hacked_with_malware">評估惡意軟體損害 (遭到惡意軟體入侵)</a>。</p> </body></html>
docs/api/org/apache/hadoop/mapred/lib/db/package-use.html
zxqt223/hadoop-ha.1.0.3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue May 08 20:32:58 UTC 2012 --> <TITLE> Uses of Package org.apache.hadoop.mapred.lib.db (Hadoop 1.0.3 API) </TITLE> <META NAME="date" CONTENT="2012-05-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.apache.hadoop.mapred.lib.db (Hadoop 1.0.3 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib/db/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.apache.hadoop.mapred.lib.db</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/hadoop/mapred/lib/db/package-summary.html">org.apache.hadoop.mapred.lib.db</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred.lib.db"><B>org.apache.hadoop.mapred.lib.db</B></A></TD> <TD>org.apache.hadoop.mapred.lib.db Package&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred.lib.db"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../../org/apache/hadoop/mapred/lib/db/package-summary.html">org.apache.hadoop.mapred.lib.db</A> used by <A HREF="../../../../../../org/apache/hadoop/mapred/lib/db/package-summary.html">org.apache.hadoop.mapred.lib.db</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../org/apache/hadoop/mapred/lib/db/class-use/DBInputFormat.DBInputSplit.html#org.apache.hadoop.mapred.lib.db"><B>DBInputFormat.DBInputSplit</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A InputSplit that spans a set of rows</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../org/apache/hadoop/mapred/lib/db/class-use/DBWritable.html#org.apache.hadoop.mapred.lib.db"><B>DBWritable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Objects that are read from/written to a database should implement <code>DBWritable</code>.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib/db/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
src/dotnetstarter/wwwroot/RegCurso.html
JoseDavid09/disenosoftwareversion1-0-1478757530052
<!DOCTYPE html> <html> <head> <title>Tutor Cognitivo - Version 1.0 | Registro de Curso</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="css/style6.css" type="text/css" /> </head> <body> <h1>Registro de Curso</h1> <hr /> <label id="label1">Como mínimo deben existir al menos 3 categorías conceptuales</label> <p><label id="label1">Nombre de Curso: <input id="CouName" placeholder="Curso" type="text" /></label></p> <p><label id="label2">Nombre de Categor&iacute;as: <input id="Cat1Name" placeholder="Categoría" type="text" /></label></p> <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<input id="Cat2Name" placeholder="Categoría" type="text" /></p> <p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<input id="Cat3Name" placeholder="Categoría" type="text" /></p> <p>&nbsp;</p> <button2 type="button">Registrar Curso</button2> </body> </html>
apply/index.html
littlebitbybit/littlebitbybit.github.io
Redirecting to form ... (<a href="https://docs.google.com/forms/d/e/1FAIpQLSek6q1lFc2WiFnfjyX_76gAFeeBzU4HkU9XUCE21yjSf72OKg/viewform">UC Berkeley Application</a>) <script> window.location = "https://docs.google.com/forms/d/e/1FAIpQLSek6q1lFc2WiFnfjyX_76gAFeeBzU4HkU9XUCE21yjSf72OKg/viewform"; </script>
javadoc/org/myrobotlab/framework/class-use/Outbox.html
sujitbehera27/MyRoboticsProjects-Arduino
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.myrobotlab.framework.Outbox</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.myrobotlab.framework.Outbox"; } //--> </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><a href="../../../../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">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> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/myrobotlab/framework/class-use/Outbox.html" target="_top">Frames</a></li> <li><a href="Outbox.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 org.myrobotlab.framework.Outbox" class="title">Uses of Class<br>org.myrobotlab.framework.Outbox</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a></span><span class="tabEnd">&nbsp;</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="#org.myrobotlab.framework">org.myrobotlab.framework</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.myrobotlab.framework"> <!-- --> </a> <h3>Uses of <a href="../../../../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a> in <a href="../../../../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../org/myrobotlab/framework/package-summary.html">org.myrobotlab.framework</a> that return <a href="../../../../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">Outbox</a></code></td> <td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/myrobotlab/framework/Service.html#getOutbox()">getOutbox</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= 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><a href="../../../../org/myrobotlab/framework/Outbox.html" title="class in org.myrobotlab.framework">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> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/myrobotlab/framework/class-use/Outbox.html" target="_top">Frames</a></li> <li><a href="Outbox.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>
hadoop-2.7.3/share/doc/hadoop/api/org/apache/hadoop/yarn/state/class-use/InvalidStateTransitonException.html
TK-TarunW/ecosystem
<!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_111) on Thu Aug 18 01:51:17 UTC 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.hadoop.yarn.state.InvalidStateTransitonException (Apache Hadoop Main 2.7.3 API)</title> <meta name="date" content="2016-08-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.yarn.state.InvalidStateTransitonException (Apache Hadoop Main 2.7.3 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><a href="../../../../../../org/apache/hadoop/yarn/state/InvalidStateTransitonException.html" title="class in org.apache.hadoop.yarn.state">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-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/yarn/state/class-use/InvalidStateTransitonException.html" target="_top">Frames</a></li> <li><a href="InvalidStateTransitonException.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 org.apache.hadoop.yarn.state.InvalidStateTransitonException" class="title">Uses of Class<br>org.apache.hadoop.yarn.state.InvalidStateTransitonException</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/hadoop/yarn/state/InvalidStateTransitonException.html" title="class in org.apache.hadoop.yarn.state">InvalidStateTransitonException</a></span><span class="tabEnd">&nbsp;</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="#org.apache.hadoop.yarn.state">org.apache.hadoop.yarn.state</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.hadoop.yarn.state"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/hadoop/yarn/state/InvalidStateTransitonException.html" title="class in org.apache.hadoop.yarn.state">InvalidStateTransitonException</a> in <a href="../../../../../../org/apache/hadoop/yarn/state/package-summary.html">org.apache.hadoop.yarn.state</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/hadoop/yarn/state/package-summary.html">org.apache.hadoop.yarn.state</a> that throw <a href="../../../../../../org/apache/hadoop/yarn/state/InvalidStateTransitonException.html" title="class in org.apache.hadoop.yarn.state">InvalidStateTransitonException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/hadoop/yarn/state/StateMachine.html" title="type parameter in StateMachine">STATE</a></code></td> <td class="colLast"><span class="strong">StateMachine.</span><code><strong><a href="../../../../../../org/apache/hadoop/yarn/state/StateMachine.html#doTransition(EVENTTYPE,%20EVENT)">doTransition</a></strong>(<a href="../../../../../../org/apache/hadoop/yarn/state/StateMachine.html" title="type parameter in StateMachine">EVENTTYPE</a>&nbsp;eventType, <a href="../../../../../../org/apache/hadoop/yarn/state/StateMachine.html" title="type parameter in StateMachine">EVENT</a>&nbsp;event)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= 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><a href="../../../../../../org/apache/hadoop/yarn/state/InvalidStateTransitonException.html" title="class in org.apache.hadoop.yarn.state">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-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/yarn/state/class-use/InvalidStateTransitonException.html" target="_top">Frames</a></li> <li><a href="InvalidStateTransitonException.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>Copyright &#169; 2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
dist/templates/user.html
jboltz88/bloc-jams-angular
<section class=user-form> <div ng-show="user.userExists()"> <p>Hello, {{ user.firebaseUser.displayName || user.firebaseUser.email }}</p> <button ng-click="user.signOut()" ui-sref="user">Sign Out</button> <br><br> <button ng-click="user.deleteUser()">Delete User</button> </div> <div ng-hide="user.userExists()"> <p>Welcome, please sign in.</p> <input type="text" ng-model="user.email" required autofocus> Email <br><br> <input id=password-field type="password" ng-model="user.password" required> Password <br><br> <button id=login ng-click="user.auth.$signInWithEmailAndPassword(user.email, user.password)">Login</button> <br><br><br><br> <button style="background-color: blue; color: white" ng-click="user.auth.$signInWithPopup('facebook')">Sign In With Facebook</button> <br><br> <button style="background-color: green; color: white" ng-click="user.auth.$signInWithPopup('google')">Sign In With Google</button> </div> </section> <script> document.getElementById("password-field") .addEventListener("keyup", function(event) { event.preventDefault(); if (event.keyCode == 13) { document.getElementById("login").click(); } }); </script>
docs/dev/xref/dollar/api/plugin/package-summary.html
neilellis/dollar
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Dollar 0.4.5195 Reference Package dollar.api.plugin</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" /> </head> <body> <div class="overview"> <ul> <li> <a href="../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <h2>Package dollar.api.plugin</h2> <table class="summary"> <thead> <tr> <th>Class Summary</th> </tr> </thead> <tbody> <tr> <td> <a href="ExtensionPoint.html" target="classFrame">ExtensionPoint</a> </td> </tr> <tr> <td> <a href="NoOpProxy.html" target="classFrame">NoOpProxy</a> </td> </tr> <tr> <td> <a href="Plugins.html" target="classFrame">Plugins</a> </td> </tr> <tr> <td> <a href="SingletonExtensionPoint.html" target="classFrame">SingletonExtensionPoint</a> </td> </tr> </tbody> </table> <div class="overview"> <ul> <li> <a href="../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <hr /> <div id="footer"> Copyright &#169; 2017. All rights reserved. </div> </body> </html>
content/javadoc/taverna-language/org/apache/taverna/scufl2/ucfpackage/impl/odfdom/pkg/package-frame.html
apache/incubator-taverna-site
<!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_72-internal) on Mon Mar 14 13:22:15 GMT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.taverna.scufl2.ucfpackage.impl.odfdom.pkg (Apache Taverna Language APIs (Scufl2, Databundle) 0.15.1-incubating API)</title> <meta name="date" content="2016-03-14"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../../../../org/apache/taverna/scufl2/ucfpackage/impl/odfdom/pkg/package-summary.html" target="classFrame">org.apache.taverna.scufl2.ucfpackage.impl.odfdom.pkg</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="OdfPackage.html" title="class in org.apache.taverna.scufl2.ucfpackage.impl.odfdom.pkg" target="classFrame">OdfPackage</a></li> <li><a href="OdfXMLHelper.html" title="class in org.apache.taverna.scufl2.ucfpackage.impl.odfdom.pkg" target="classFrame">OdfXMLHelper</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="OdfPackage.OdfFile.html" title="enum in org.apache.taverna.scufl2.ucfpackage.impl.odfdom.pkg" target="classFrame">OdfPackage.OdfFile</a></li> </ul> </div> </body> </html>
views/home.html
sjy/iammbp-cn
<div id="home-sections" class="container-fluid" style="padding: 0"> <a href="javascript:void(0)" class="cd-close hidden"></a> <!-- Header --> <header class="container-fluid home-container section"> <div class="row" style="margin: 0 300px"> <div class="col-lg-6" id="academy-summary"> <div class="intro-text text-center"> <img src="img/academy-sp.png" class="img-circle"> <h3 class="intro-heading text-center">足球学院</h3> <p class="row hidden"> MBP足球学院是我们的骄傲,也是我们最大的满足。我们团队这么多年辛勤工作,专注于足球这项伟大的体育运动,这也是对我们最大的回报。我们的MBP(培养更好的球员)方法是基于优化球员的认知结构。 为了能实现这个目标,我们与在足球领域中欧洲最著名的大学之一——加泰罗尼亚中央大学,进行了多达十年的科学研究和实践,MBP学院为每一个球员从儿童阶段一直到去退役,制定了完整易懂的训练学习计划。因此,MBP为每位球员从开始踢球到结束运动生涯的每个阶段,都制定了相应的策略,使球员们能顺利在每个阶段过渡。 </p> <a href="#academy" class="page-scroll btn btn-sm btn-transparent-white text-center hidden">了解更多</a> </div> </div> <div class="col-lg-6" id="coach-summary"> <div class="intro-text text-center"> <img src="img/coach-sp.png" class="img-circle"> <h3 class="intro-heading text-center">教练学院</h3> <p class="row hidden"> MBP足球教练学校的重点在于培训世界各地的足球教练,提出适合于每个人的方案,并只求一个结果:优化其技术水平以达到最大的指数。我们知识体系的一致性使得我们的教练员清楚地了解组成足球的所有结构,以确保每一个在我们教练学院接受培训的教练员能够接受我们培训的最高质量。 这种全面的和综合的教学转变将使教练员能够进入人类学习的最重要的一个阶段,知识的可用性在这个过程会是非常必要地。总之,在与我们合作之后,教练们不知道他们已经知道这么多内容,并且当他们参与到日常的足球教学以及足球比赛时,他们将会如鱼得水,能够非常得心应手的应对所有的挑战。 </p> <a href="#coach" class="page-scroll btn btn-sm btn-transparent-white text-center hidden">了解更多</a> </div> </div> </div> <div class="container-fluid nav-slide" id="anchor-slick"> <div class="col-lg-4"> <a ng-click="scrollTo(1,'academy')"> <img class="img-responsive img-wrapper" src="img/nav/academy-overview.png" /> <h4>概述</h4> </a> </div> <div class="col-lg-4"> <a ng-click="scrollTo(2,'academy')"> <img class="img-responsive img-wrapper" src="img/nav/academy-teach.png"/> <h4>教学方式</h4> </a> </div> <div class="col-lg-4"> <a ng-click="scrollTo(5,'academy')"> <img class="img-responsive img-wrapper" src="img/nav/academy-plan.png" /> <h4>训练计划</h4> </a> </div> <div class="col-lg-4"> <a ng-click="scrollTo(8,'academy')"> <img class="img-responsive img-wrapper" src="img/nav/academy-assume.png" /> <h4>球员评估</h4> </a> </div> <div class="col-lg-4"> <a ng-click="scrollTo(9,'academy')"> <img class="img-responsive img-wrapper" src="img/nav/academy-train.png" /> <h4>特训营</h4> </a> </div> <div class="col-lg-4"> <a ng-click="scrollTo( 1,'coach')"> <img class="img-responsive img-wrapper" src="img/nav/coach-overview.png" /> <h4>教学理念</h4> </a> </div> <div class="col-lg-4"> <a ng-click="scrollTo( 2,'coach')"> <img class="img-responsive img-wrapper" src="img/nav/coach-forum.png" /> <h4>研讨会</h4> </a> </div> <div class="col-lg-4"> <a ng-click="scrollTo( 3,'coach')"> <img class="img-responsive img-wrapper" src="img/nav/coach-master.png"/> <h4>足球专业硕士</h4> </a> </div> </div> <!--<div footer></div>--> </header> </div> <script> $('.intro-text').mouseenter(function () { $(this).css('opacity', '1'); $(this).css('background-color', 'rgba(0, 0, 0, 0.3)'); }).mouseleave(function () { $(this).css('opacity', '0.5'); $(this).css('background-color', 'rgba(0, 0, 0, 0.6)'); }); $('#academy-summary').click(function () { $(this).animate({ width: "100%", direction: 'right' }, { duration: 600, start: function () { $('#coach-summary').width('0').hide(); }, complete: function () { $(this).find('.intro-text p').removeClass('hidden'); $('.cd-close').removeClass('hidden'); } }); }); $('#coach-summary').click(function () { $('#coach-summary').animate({ width: "100%", direction: 'left' }, { duration: 1000, start: function () { $('#academy-summary').width('0').hide(); }, complete: function () { $('#coach-summary').find('.intro-text p').removeClass('hidden'); $('.cd-close').removeClass('hidden'); } }); }); $('.cd-close').click(function () { if ($('#academy-summary').width() === 0) { $('#academy-summary').animate({ width: "50%", direction: 'left' }, { duration: 600, start: function () { $('#academy-summary').show(); $('#coach-summary').width('50%').show(); $('.cd-close').addClass('hidden'); $('.intro-text p').addClass('hidden'); }, complete: function () { } }); } else { $('#academy-summary').animate({ width: "50%" }, { duration: 600, start: function () { $('#coach-summary').width('50%').show(); $('.cd-close').addClass('hidden'); $('.intro-text p').addClass('hidden'); } }); } }); $('#anchor-slick').slick({ arrows: true, slidesToShow: 4, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000 }); $('#home-sections').fullpage({ autoScrolling: false }); </script>
webroot/rsrc/css/application/base/main-menu-view.css
hach-que/unearth-phabricator
/** * @provides phabricator-main-menu-view */ /* - Main Menu ----------------------------------------------------------------- Main menu at the top of every page that has chrome. It reacts to resolution changes in order to behave reasonably on tablets and phones. */ .phabricator-main-menu { background: #2d3236; background-repeat: repeat-x; position: relative; min-height: 44px; } .device-desktop .phabricator-main-menu { height: 44px; padding-right: 4px; } .phabricator-main-menu a:hover { text-decoration: none; } /* - Logo ---------------------------------------------------------------------- The "Phabricator" logo group in the main menu. On tablet and phone devices, this shows a "reveal" button to expand/collapse the rest of the menu. */ .device-desktop .phabricator-main-menu-group-logo { float: left; } .phabricator-main-menu-brand { display: inline-block; width: 148px; height: 44px; float: left; margin-right: 4px; padding-left: 6px; } .phabricator-main-menu-logo { position: absolute; width: 96px; height: 40px; left: 52px; top: 2px; } .phabricator-main-menu-eye { position: absolute; width: 40px; height: 40px; top: 2px; } .device-desktop .phabricator-main-menu-brand:hover { background-color: rgba(0,0,0,.33); cursor: hand; } /* - Expand/Collapse Button ---------------------------------------------------- On phones, the menu switches to a vertical layout and uses a button to expand or collapse the items. */ .phabricator-menu-button-icon { width: 20px; height: 32px; float: left; margin: 10px 8px 0 8px; } .phabricator-menu-button-icon.phui-icon-view { font-size: 24px; } .phabricator-expand-application-menu, .phabricator-expand-search-menu { float: right; } .device-desktop .phabricator-main-menu-search-button, .device-desktop .phabricator-main-menu-expand-button { display: none; } /* - Search -------------------------------------------------------------------- The main search input in the menu bar. */ .device-desktop .phabricator-main-menu-search { width: 220px; } .device .phabricator-main-menu-search { height: 40px; } .phabricator-main-menu-search-container { padding: 9px 0 10px 0; position: relative; height: 24px; margin: 0 8px; } .phabricator-main-menu-search-target { position: absolute; top: 46px; } .device-desktop .phabricator-main-menu-search-target { width: 320px; margin-left: -150px; } .device .phabricator-main-menu-search-target { width: 100%; margin-left: -25px; } .device .phabricator-main-menu-search-container { padding: 4px 0; } .phabricator-main-menu .phabricator-main-menu-search input { outline: 0; margin: 0; box-shadow: none; transition: none; color: {$lightgreytext}; width: 100%; right: 0; position: absolute; font-size: 13px; border: 1px solid #333; border-radius: 12px; background-color: #222; opacity: .8; height: 26px; line-height: 12px; box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); padding: 6px 32px 6px 10px; } .phabricator-main-menu.main-header-dark .phabricator-main-menu-search input { background-color: #555; } .device .phabricator-main-menu-search input { height: 30px; font-size: 15px; border-radius: 15px; } .phabricator-main-menu .phabricator-main-menu-search input:focus { background: #fff; opacity: 1; color: #333; border-color: #e7e7e7; box-shadow: none; } .phabricator-main-menu-search input.jx-typeahead-placeholder { color: #fff; } .phabricator-main-menu-search button { position: absolute; color: transparent; background: transparent 5px 6px url(/rsrc/image/search-white.png) no-repeat; border: none; outline: none; box-shadow: none; text-shadow: none; min-width: 0; height: 20px; width: 20px; top: 10px; right: 6px; } .device .phabricator-main-menu-search button { top: 7px; } .phabricator-main-menu-search-target div.jx-typeahead-results { background: #ffffff; word-wrap: break-word; overflow-y: auto; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); border: {$blueborder}; border-radius: 3px; margin-left: 40px; } .device .phabricator-main-menu-search-target div.jx-typeahead-results { margin-left: 30px; } .phabricator-main-search-typeahead-result .phabricator-search-icon { width: 28px; height: 28px; position: absolute; top: 8px; left: 8px; font-size: 24px; text-align: center; vertical-align: bottom; } .phabricator-main-search-typeahead-result { display: block; padding: 6px 8px 8px 44px; background-position: 8px; background-size: 30px 30px; background-repeat: no-repeat; position: relative; } .phabricator-main-search-typeahead-result .result-name { display: block; font-size: 13px; font-weight: bold; color: {$darkgreytext}; } .phabricator-main-search-typeahead-result .result-type { color: {$lightgreytext}; font-size: 11px; font-weight: normal; } .device .phabricator-application-menu-expanded.phabricator-search-menu-expanded .phabricator-search-menu { padding: 0; } .device-phone .phabricator-main-search-typeahead-result .result-name { font-size: 15px; } .device-phone .phabricator-main-search-typeahead-result .result-type { font-size: 13px; } .device .phabricator-dark-menu .phui-list-item-type-link .phabricator-main-search-typeahead-result { line-height: 18px; } /* - Alert --------------------------------------------------------------------- Alert menus are like icon menus but don't obey collapse rules. */ .phabricator-main-menu-alerts { display: inline-block; float: left; padding: 4px 0; } .alert-notifications { float: left; } .alert-notifications .phui-icon-view { color: rgba(200,200,200, .4); text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1); } .device-desktop .alert-notifications:hover { margin-top: -2px; transition-duration: .2s; } .device-desktop .alert-notifications:hover .phui-icon-view { color: #fff; } .phabricator-main-menu-alert-icon, .phabricator-main-menu-message-icon { width: 18px; height: 18px; float: left; padding: 8px 6px 8px 4px; color: white; font-size: 18px; line-height: 20px; text-align: right; } .phabricator-main-menu-alert-icon { font-size: 16px; margin-top: 2px; } .phabricator-main-menu-alert-count, .phabricator-main-menu-message-count { color: #fff; text-align: center; display: none; float: left; margin: 11px 6px 0 -2px; font-size: 12px; } .device-phone .alert-unread .phabricator-main-menu-alert-count, .device-phone .message-unread .phabricator-main-menu-message-count { display: none; } .alert-unread .phabricator-main-menu-alert-icon, .message-unread .phabricator-main-menu-message-icon { color: #fff; } .alert-unread .phabricator-main-menu-alert-count, .message-unread .phabricator-main-menu-message-count { display: block; } /* - Dark Menu ----------------------------------------------------------------- Styles shared between the "core" menu (left button on mobile) and "application" menu (right button on mobile). These styles give the menu a white-on-black appearance. */ .device .phabricator-dark-menu, .device .phabricator-dark-menu a.phui-list-item-href { color: #fff; -webkit-font-smoothing: antialiased; } .device .phabricator-dark-menu .phui-list-item-type-label { text-transform: uppercase; font-size: 13px; background-color: #151719; padding: 6px 0 6px 20px; display: block; font-weight: bold; } .device .phabricator-dark-menu .phui-list-item-href { border-width: 1px 0; border-style: solid; border-color: #34373b transparent #282c2d; background-color: #272c2f; padding: 4px 0 4px 20px; display: block; } /* - Core Menu ----------------------------------------------------------------- Styles unique to the core menu (left button on mobile). */ .phabricator-core-menu-profile-image { background-size: 28px 28px; } .device .phabricator-search-menu { display: none; } .device-desktop .phabricator-search-menu { float: right; } .device .phabricator-search-menu-expanded .phabricator-search-menu { display: block; padding-top: 44px; } .device .phabricator-dark-menu .phui-list-item-type-link { font-size: 15px; min-height: 30px; line-height: 28px; background: #000; } .device .phui-list-item-type-link .phabricator-core-menu-icon + .phui-list-item-name { margin-left: 32px; } .device-desktop .phabricator-application-menu { float: right; } .device-desktop .phabricator-application-menu .phui-list-item-view, .device-desktop .phabricator-application-menu .phui-list-item-name { display: none; } .phabricator-application-menu .phui-list-item-href { display: block; } .phabricator-application-menu .phui-list-item-icon.phui-font-fa { font-size: 20px; height: 20px; width: 20px; color: rgba(255,255,255,.8); margin: 8px; text-align: center; vertical-align: middle; } .device .phabricator-application-menu .phui-list-item-icon.phui-font-fa { margin: 4px 12px 4px 0; } .phabricator-application-menu .phui-list-item-icon.fa-plus { line-height: 22px; } .device-desktop .phabricator-application-menu .core-menu-item.phui-list-item-view:hover .phui-list-item-icon.phui-font-fa { color: #fff; } .device-desktop .phabricator-application-menu .phui-list-item-view.core-menu-item { display: block; } .device-desktop .phabricator-application-menu .core-menu-item.phui-list-item-view:hover { background-color: rgba(0,0,0,.33); border-radius: 3px; } .device-desktop .phabricator-application-menu .phui-list-item-view { float: left; position: relative; min-width: 36px; height: 36px; margin-top: 4px; } .device-desktop .phabricator-core-menu-icon { top: 5px; left: 4px; } .device .phabricator-core-menu-icon { left: 16px; height: 24px; width: 24px; background-size: 24px; margin: 2px; } .phabricator-core-menu-icon { position: absolute; display: block; width: 28px; height: 28px; } .phabricator-main-menu-dropdown { position: absolute; background: #fff; top: 38px; padding: 2px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); border: {$blueborder}; border-radius: 3px; } /* - Application Menu ---------------------------------------------------------- Styles unique to the application menu (right button on mobile). */ .device .phabricator-application-menu-expanded .phabricator-application-menu { display: block; padding-top: 44px; } .device .phabricator-application-menu, .device-desktop .phabricator-dark-menu .phui-list-item-type-label { display: none; } /* - Print --------------------------------------------------------------------- */ !print .phabricator-main-menu { display: none; }