UNPKG

causeway-standard-theme

Version:

564 lines (538 loc) 24.8 kB
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2, minimum-scale=0.25"> <title>Causeway Theme</title> <!--Favicon--> <link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <!-- Bootstrap --> <link href="../css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="../css/causeway-utils.css" rel="stylesheet" media="screen"> <link href="../css/causeway-standard.css" rel="stylesheet" media="screen"> <link href="../docs/css/docs.css" rel="stylesheet" media="screen"> <link href="../css/causeway-print.css" rel="stylesheet" media="print"> </head> <body> <div class="container site-header"> <div class="site-header-holder"> <div class="site-heading"> <div class="site-logo"></div> <h1 class="page-title">Causeway Style</h1> <div class="account-management dropdown"> <div class="user-avatar"> <img src="../images/image_placeholder.png"> </div> <div class="user-info"> <a data-toggle="dropdown" href="#">Hello Guest <span class="fa fa-chevron-down"></span> </a> <ul class="dropdown-menu"> <li> <a>Logout</a> </li> </ul> </div> </div> </div> <nav class="navbar site-menu" role="navigation"> <div class="resp-back hidden-lg hidden-md"> <a href="#"><span class="fa fa-chevron-left"></span></a> <span class="title">MENU</span> </div> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="../docs/index.html#style" data-hover="dropdown"> Style <span class="fa fa-chevron-down"></span> </a> <ul class="dropdown-menu"> <li> <a href="../docs/index.html#build"> Build Instructions </a> </li> <li> <a href="../docs/index.html#javascript"> Javascript </a> </li> <li> <a href="../docs/index.html#stylesheets"> Stylesheets </a> </li> </ul> </li> <li class="dropdown"> <a href="../docs/shells.html#shells" data-hover="dropdown"> Shells <span class="fa fa-chevron-down"></span> </a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="../docs/content.html#content"> Content </a> <ul class="dropdown-menu"> <li> <a href="../docs/content.html#content-email"> Emails </a> </li> <li> <a href="../docs/content.html#content-link"> Links </a> </li> <li> <a href="../docs/content.html#content-page-header"> Page Header </a> </li> </ul> </li> <li> <a href="../docs/shells.html#footer"> Footer </a> </li> <li> <a href="../docs/shells.html#header"> Header </a> </li> <li> <a href="../docs/left-navigation.html#left-navigation"> Left Navigation </a> </li> <li> <a href="../docs/login.html"> Login page </a> </li> <li> <a href="../docs/shells.html#single-pane"> Single Pane </a> </li> <li> <a href="/docs/twopane-horizontal.html#twopane-horizontal"> Two Pane - Horizontal </a> </li> <li> <a href="../docs/left-navigation-rightpane.html#leftnav-twopane"> Two Pane - Horizontal (Left Navigation Shell) </a> </li> <li> <a href="../docs/twopane-vertical.html#twopane-vertical"> Two Pane - Vertical </a> </li> </ul> </li> <li class="dropdown"> <a href="../docs/components.html#components" data-hover="dropdown"> Components <span class="fa fa-chevron-down"></span> </a> <ul class="dropdown-menu"> <li> <a href="../docs/accordion.html#accordion"> Accordion </a> </li> <li> <a href="../docs/breadcrumb.html#breadcrumb"> Breadcrumb </a> </li> <li class="dropdown-submenu"> <a href="../docs/buttons.html#buttons"> Buttons </a> <ul class="dropdown-menu"> <li> <a href="../docs/buttons.html#buttons-arrow"> Arrow Button </a> </li> <li> <a href="../docs/buttons.html#buttons-icon"> Icon Buttons </a> </li> <li> <a href="../docs/buttons.html#buttons-multi-action"> Multi-action Buttons </a> </li> <li> <a href="../docs/buttons.html#buttons-standard"> Standard Buttons </a> </li> <li> <a href="../docs/buttons.html#buttons-standard-icons"> Standard Buttons with Icons </a> </li> <li> <a href="../docs/buttons.html#buttons-text"> Text Button </a> </li> </ul> </li> <li> <a href="../docs/components.html#dialog-box"> Dialog Box </a> </li> <li class="dropdown-submenu"> <a href="../docs/forms.html#forms"> Forms </a> <ul class="dropdown-menu"> <li> <a href="../docs/forms.html#forms-advanced-listbox"> Advanced Listbox </a> </li> <li> <a href="../docs/forms.html#forms-checkbox"> Checkbox </a> </li> <li> <a href="../docs/forms.html#forms-color"> Color </a> </li> <li> <a href="../docs/forms.html#forms-currency"> Currency </a> </li> <li class="dropdown-submenu"> <a href="../docs/date.html#forms-date"> Date </a> <ul class="dropdown-menu"> <li> <a href="../docs/date.html#forms-date-range"> Date Range </a> </li> <li> <a href="../docs/date.html#forms-date-single"> Single Date </a> </li> </ul> </li> <li> <a href="../docs/forms.html#forms-email"> Email </a> </li> <li> <a href="../docs/forms.html#forms-file"> File </a> </li> <li> <a href="../docs/forms.html#forms-hyperlink"> Hyperlink </a> </li> <li> <a href="../docs/forms.html#forms-image"> Image </a> </li> <li> <a href="../docs/forms.html#forms-password"> Password </a> </li> <li> <a href="../docs/forms.html#forms-radio"> Radiobutton </a> </li> <li class="dropdown-submenu"> <a href="../docs/select.html#forms-select"> Select </a> <ul class="dropdown-menu"> <li> <a href="../docs/select.html#forms-select-multiple"> Multiple Choice </a> </li> <li> <a href="../docs/select.html#forms-select-single"> Single Choice </a> </li> </ul> </li> <li> <a href="../docs/forms.html#forms-select-shuttle"> Select Shuttle </a> </li> <li> <a href="../docs/forms.html#spinbox"> Spinbox </a> </li> <li> <a href="../docs/forms.html#forms-telephone"> Telephone </a> </li> <li> <a href="../docs/forms.html#forms-text"> Text </a> </li> <li> <a href="../docs/forms.html#forms-textarea"> Textarea </a> </li> <li> <a href="../docs/forms.html#forms-time"> Time </a> </li> <li> <a href="../docs/forms.html#forms-tristate"> Tristate </a> </li> </ul> </li> <li> <a href="../docs/components.html#lightbox"> LightBox </a> </li> <li class="dropdown-submenu"> <a href="../docs/menus.html#menus"> Menus </a> <ul class="dropdown-menu"> <li> <a href="../docs/menus.html#menus-dropdown"> Dropdown Menu </a> </li> <li> <a href="../docs/menus.html#menus-dropdown-site"> Site Menu </a> </li> <li> <a href="../docs/menus.html#menus-dropdown-page"> Page Menu </a> </li> <li> <a href="../docs/menus.html#menus-three-line"> Three Line Menu </a> </li> </ul> </li> <li> <a href="../docs/pagination.html#pagination"> Pagination </a> </li> <li> <a href="../docs/site-notification.html#site-notification"> Site Notification </a> </li> <li> <a href="../docs/status-indicator.html#status-indicator"> Status Indicator </a> </li> <li> <a href="../docs/table.html#table"> Table </a> </li> <li> <a href="../docs/components.html#tabstrip"> Tabstrip </a> </li> <li> <a href="../docs/misc.html#tooltip"> Tooltip </a> </li> <li> <a href="../docs/treegrid.html#treegrid"> Tree Grid </a> </li> <li> <a href="../docs/treelist.html#treelist"> Tree List </a> </li> <li> <a href="../docs/treesearchlist.html#treesearchlist"> Tree Search List </a> </li> <li> <a href="../docs/treeview.html#treeview"> Tree View </a> </li> <li> <a href="../docs/wizard.html#wizard"> Wizard </a> </li> </ul> </li> <li class="dropdown"> <a href="../docs/icons.html#content-icons" data-hover="dropdown"> Icons <span class="fa fa-chevron-down"></span> </a> <ul class="dropdown-menu"> <li> <a href="../docs/icons.html#favicon"> Favicon and App Icons </a> </li> <li> <a href="../docs/icons.html#content-icons-available"> Available Icons </a> </li> <li> <a href="../docs/icons.html#content-icons-use"> How to use </a> </li> </ul> </li> <li> <a href="../docs/color-palette.html#color-palette"> Color Palette </a> </li> <li> <a href="../index.html"> Download </a> </li> </ul> <div class="additional-nav-info"> <ol class="breadcrumb"> <li><a href="#">Causeway LTD</a></li> <li class="dropdown"> <a href="#" data-toggle="dropdown">Company Name <span class="fa fa-chevron-down"></span> </a> <ul class="dropdown-menu" role="menu"> <li><a href="#">Sub Company A</a></li> <li><a href="#">Sub Company B</a></li> <li><a href="#">Sub Company C</a></li> <li class="link"><a href="#">More</a></li> </ul> </li> </ol> <span class="cs-badge has-count"> <a href="#"> <span class="fa fa-shopping-cart"></span> <span class="cs-badge-count">5</span> </a> </span> <span class="site-notification has-notification"> <a href="#"> <span class="fa fa-bell"></span> <span class="notification-count">5</span> </a> </span> <span class="cs-badge has-count"> <a href="#"> <span class="fa fa-envelope"></span> <span class="cs-badge-count">5</span> </a> </span> <span class="additional-menu"> <a href="#" data-toggle="dropdown"> <span class="glyphicon glyphicon-threeLine-menu"></span> </a> <ul class="dropdown-menu" role="menu"> <li><a href="#">Site Map</a></li> <li><a href="#">Application Sample</a></li> </ul> </span> </div> </nav> </div> </div> <!--Notification block starts here--> <section class="notification-content-right"> <div class="notification-content-wrapper"> <div class="notification-header"> <h2>Notifications</h2> </div> <div class="notification-content"> <ul> <li> <strong>Far far away,</strong> behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. </li> <li> <strong>It is a paradisematic country,</strong>in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. <a href="#">Find out more.</a> </li> <li> <strong>It is a paradisematic country,</strong>in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. <a href="#">Find out more.</a> </li> <li> You have <strong>One New</strong> Pending Invitation: <a href="#">Carillion AMBS Limited</a>. <a href="#" class="close glyphicon glyphicon-close"></a> </li> <li> You have <strong>One New</strong> Pending Invitation: <a href="#">Amey Group Services Ltd</a>. <a href="#" class="close glyphicon glyphicon-close"></a> </li> <li> You have <strong>One New</strong> Pending Invitation: <a href="#">Amey Group Services Ltd</a>. <a href="#" class="close glyphicon glyphicon-close"></a> </li> </ul> </div> </div> </section> <!--Notification block ends here--> <div class="container page"> <div class="content pane single-pane"> <section> <a id="wizard"></a> <header class="content-header"> <h1 class="title">Login Page</h1> </header> <!--<p>There are two options of login page to choose from.</p>--> <!--<p>Click the links to see demo <a href="login_demo.html" target="_blank">Option 1</a> and <a href="login_demo2.html" target="_blank">Option 2</a></p>--> <p>Click the links to see demo <a href="login-screen.html" target="_blank">Responsive Login Screen</a></p> <p>Code example:</p> <pre><code> &lt;div class=&quot;container-fluid ctd-login&quot;&gt; &lt;div class=&quot;row&quot;&gt; &lt;div class=&quot;ctd-left-nav&quot;&gt; &lt;h1 class=&quot;ctd-title&quot;&gt;Header&lt;/h1&gt; &lt;div class=&quot;panel-body&quot;&gt; &lt;form accept-charset=&quot;utf-8&quot; action=&quot;#&quot; method=&quot;POST&quot;&gt; &lt;div class=&quot;form-group&quot;&gt; &lt;input type=&quot;email&quot; class=&quot;form-control&quot; id=&quot;userName&quot; name=&quot;userName&quot; placeholder=&quot;Email address&quot;&gt; &lt;/div&gt; &lt;div class=&quot;form-group&quot;&gt; &lt;input type=&quot;password&quot; class=&quot;form-control&quot; id=&quot;password&quot; name=&quot;password&quot; placeholder=&quot;Password&quot;&gt; &lt;/div&gt; &lt;div class=&quot;form-group&quot;&gt; &lt;button type=&quot;submit&quot; class=&quot;btn btn-primary&quot;&gt;Sign in&lt;/button&gt; &lt;/div&gt; &lt;div class=&quot;form-group&quot;&gt; &lt;div class=&quot;checkbox&quot;&gt; &lt;input type=&quot;checkbox&quot; id=&quot;remember&quot;&gt; &lt;label for=&quot;remember&quot; class=&quot;&quot;&gt;&lt;span class=&quot;checkbox-icon&quot;&gt;&lt;/span&gt; Remember me&lt;/label&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;form-group ctd-form-links&quot;&gt; &lt;a href=&quot;/forgot/&quot;&gt;Forgot password?&lt;/a&gt; &lt;span&gt;|&lt;/span&gt; &lt;a href=&quot;/register/?loginProcess=registerUser&quot;&gt;Register&lt;/a&gt; &lt;/div&gt; &lt;/form&gt; &lt;p class=&quot;ctd-social-signins&quot;&gt; Sign in with &lt;a href=&quot;&quot; class=&quot;ctd-facebook fa fa-facebook&quot;&gt;&lt;/a&gt; &lt;a href=&quot;&quot; class=&quot;ctd-twitter fa fa-twitter&quot;&gt;&lt;/a&gt; &lt;a href=&quot;&quot; class=&quot;ctd-linkedin fa fa-linkedin&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;/div&gt; &lt;h2 class=&quot;ctd-logo&quot;&gt;&lt;img src=&quot;../images/causeway_logo_black.svg&quot; alt=&quot;Causeway Logo&quot;&gt;&lt;/h2&gt; &lt;/div&gt; &lt;div class=&quot;ctd-right-content&quot;&gt; &lt;h2 class=&quot;ctd-caption&quot;&gt;Putting business content to work&lt;/h2&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <br/> <p>Class <code>.login-image</code> controls the background image of the login page.</p> <p>If you need to change this image then define class <code>.login-image</code> in respective application css to overrule the default</p> <p>Code example: </p> <pre><code> .login-container .login-image { background: url(&quot;image url&quot;) no-repeat scroll center center transparent;; } </code></pre> <header class="content-header"> <h1 class="title" id="deprecated-login-page">Deprecated Login Page from v1.0.6-0</h1> </header> <!--<p>Older version of login page <a href="#deprecated-login-page">v1.0.6-0</a> &#45;&#45; <strong>Deprecated</strong></p>--> <p>This login page is from the old version and is marked deprecated. We are still supporting it so that upgrading to new version is easier.</p> <p>We strongly recommend to migrate to one of the new login page at the earliest.</p> <p>Click to see the demo page <a href="login_v1.0.6-0.html" target="_blank">Login_v1.0.6-0</a> <strong>--Deprecated</strong></p> <h3 class="title">Code:</h3> <pre><code> &lt;div class=&quot;login-container login-image&quot;&gt; &lt;div class=&quot;login-window&quot;&gt; &lt;h2&gt;Log In&lt;/h2&gt; &lt;div class=&quot;login-form&quot;&gt; &lt;form class=&quot;form-inline&quot;&gt; &lt;div class=&quot;form-row&quot;&gt; &lt;div class=&quot;form-group&quot;&gt; &lt;div class=&quot;control-input&quot;&gt; &lt;input type=&quot;email&quot; id=&quot;LoginName&quot; class=&quot;form-control&quot; name=&quot;username&quot; value=&quot;&quot; maxlength=&quot;50&quot; size=&quot;30&quot; placeholder=&quot;Username or Email&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;form-row&quot;&gt; &lt;div class=&quot;form-group&quot;&gt; &lt;div class=&quot;control-input&quot;&gt; &lt;input type=&quot;password&quot; id=&quot;password&quot; class=&quot;form-control&quot; name=&quot;password&quot; value=&quot;&quot; maxlength=&quot;30&quot; size=&quot;30&quot; placeholder=&quot;Password&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;form-row&quot;&gt; &lt;div class=&quot;form-group clearfix&quot;&gt; &lt;div class=&quot;pull-left&quot;&gt; &lt;button type=&quot;button&quot; class=&quot;btn btn-text btn-italic has-tooltip&quot; title=&quot;&quot; id=&quot;forgotPasswordButton&quot; data-original-title=&quot;Click here to reset your password&quot;&gt;Forgot Password?&lt;/button&gt; &lt;/div&gt; &lt;div class=&quot;pull-right&quot;&gt; &lt;button type=&quot;button&quot; class=&quot;btn btn-default has-tooltip&quot; title=&quot;&quot; id=&quot;submitButton&quot; data-original-title=&quot;Click here to log in&quot;&gt;Log In&lt;/button&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;form-row&quot;&gt; &lt;div class=&quot;form-group&quot;&gt; &lt;div class=&quot;control-input&quot;&gt; &lt;div class=&quot;checkbox form-group form-group-inline&quot;&gt; &lt;input type=&quot;checkbox&quot; id=&quot;spass&quot;&gt; &lt;label for=&quot;spass&quot; class=&quot;&quot;&gt;&lt;span class=&quot;checkbox-icon&quot;&gt;&lt;/span&gt;Save Password&lt;/label&gt; &lt;/div&gt; &lt;div class=&quot;checkbox form-group form-group-inline&quot;&gt; &lt;input type=&quot;checkbox&quot; id=&quot;suser&quot;&gt; &lt;label for=&quot;suser&quot;&gt;&lt;span class=&quot;checkbox-icon&quot;&gt;&lt;/span&gt;Save Username&lt;/label&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;message&quot;&gt;&lt;/div&gt; &lt;/form&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;copyright&quot;&gt;Copyright &copy; 1999-2015 Causeway Software Solutions Limited.&lt;/div&gt; &lt;/div&gt; </code></pre> <p>Please define the application background image in a CSS class <code>.login-image</code> and include in the application css.</p> <pre><code> .login-image { background: url("image url") no-repeat scroll center center transparent;; } </code></pre> </section> </div> </div> <div class="container site-footer"> <div class="status-holder"> <div class="status-message"></div> </div> <!--<a href="#" class="site-footer-toggle">--> <!--<span class="fa fa-chevron-down"></span>--> <!--</a>--> </div> <script src="/js/jquery.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/causeway-utils.min.js"></script> <script src="/js/causeway.js"></script> <script src="/js/responsive.js"></script> <script src="/docs/js/docs.js"></script> <script> (function(window, $){ var statusHolder = $('.status-message'), date = new Date(); var message = "Copyright © 1998-" + date.getFullYear() + " Causeway Software Solutions Limited."; statusHolder.html(message); }(window, jQuery)); </script> </body> </html>