You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
258 lines
8.7 KiB
258 lines
8.7 KiB
9 years ago
|
<!DOCTYPE html>
|
||
|
<!--
|
||
9 years ago
|
~
|
||
8 years ago
|
~ Copyright © 2015-2017 Antergos
|
||
9 years ago
|
~
|
||
|
~ index.html
|
||
|
~
|
||
9 years ago
|
~ This file is part of lightdm-webkit2-greeter
|
||
9 years ago
|
~
|
||
9 years ago
|
~ lightdm-webkit2-greeter is free software: you can redistribute it and/or modify
|
||
9 years ago
|
~ it under the terms of the GNU General Public License as published by
|
||
|
~ the Free Software Foundation, either version 3 of the License,
|
||
|
~ or any later version.
|
||
|
~
|
||
9 years ago
|
~ lightdm-webkit2-greeter is distributed in the hope that it will be useful,
|
||
9 years ago
|
~ 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.
|
||
|
~
|
||
9 years ago
|
~ The following additional terms are in effect as per Section 7 of the license:
|
||
9 years ago
|
~
|
||
|
~ The preservation of all legal notices and author attributions in
|
||
|
~ the material or in the Appropriate Legal Notices displayed
|
||
|
~ by works containing it is required.
|
||
|
~
|
||
|
~ You should have received a copy of the GNU General Public License
|
||
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
-->
|
||
|
|
||
11 years ago
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
9 years ago
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
8 years ago
|
<title>LightDM Web Greeter</title>
|
||
9 years ago
|
|
||
9 years ago
|
<!--For testing the theme in a web browser -->
|
||
8 years ago
|
<!--<script type="text/javascript" src="../_vendor/js/mock.js"></script>-->
|
||
9 years ago
|
|
||
9 years ago
|
<!-- Vendor CSS -->
|
||
8 years ago
|
<link rel="stylesheet" type="text/css" href="../../_vendor/css/bootswatch-paper.bootstrap.min.css"/>
|
||
|
<link rel="stylesheet" type="text/css" href="../../_vendor/fonts/font-awesome/font-awesome.min.css"/>
|
||
9 years ago
|
|
||
9 years ago
|
<!-- Theme's CSS -->
|
||
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||
9 years ago
|
|
||
9 years ago
|
<!-- Vendor JavaScript -->
|
||
8 years ago
|
<script src="../../_vendor/js/jquery.min.js"></script>
|
||
|
<script src="../../_vendor/js/bootstrap.min.js"></script>
|
||
|
<script src="../../_vendor/js/js.cookie.min.js"></script>
|
||
9 years ago
|
|
||
9 years ago
|
<!-- Theme JavaScript -->
|
||
8 years ago
|
<script src="js/translations.js"></script>
|
||
|
<script src="js/greeter.js"></script>
|
||
9 years ago
|
|
||
11 years ago
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
9 years ago
|
<!-- BG Switcher -->
|
||
9 years ago
|
<a id="bg-switch-toggle" href="#" class="btn btn-primary btn-lg toggle close_wallpapers">
|
||
|
<i class="fa fa-bars"></i>
|
||
9 years ago
|
</a>
|
||
|
|
||
|
<div id="bg-switch-wrapper">
|
||
|
<div class="bg-switch-container">
|
||
|
<a id="bg-switch-close" href="#" class="btn btn-default btn-lg pull-right toggle close_wallpapers">
|
||
9 years ago
|
<i class="fa fa-times"></i>
|
||
|
</a>
|
||
9 years ago
|
|
||
|
<div class="bg-switch">
|
||
9 years ago
|
<h3 data-i18n="background_options">${i18n}</h3>
|
||
9 years ago
|
<div class="clearfix"></div>
|
||
|
<div class="bgs">
|
||
|
<a href="#" data-img="random" class="bg clearfix">
|
||
|
<div class="random">
|
||
9 years ago
|
<span data-i18n="random">${i18n}</span>
|
||
9 years ago
|
</div>
|
||
9 years ago
|
</a>
|
||
|
<!--Background thumbnails will be added here dynamically -->
|
||
9 years ago
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- /BG Switcher Sidebar -->
|
||
|
|
||
|
<!-- Full Page Image Header Area -->
|
||
|
<div id="top" class="header">
|
||
|
<div class="login-wrapper">
|
||
|
<div class="login-cell">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-md-6 col-md-offset-3">
|
||
|
<!-- Login Dialog -->
|
||
9 years ago
|
<div id="login" class="panel panel-default login-box">
|
||
9 years ago
|
<div class="panel-heading text-center">
|
||
9 years ago
|
<span class="pull-left">
|
||
|
<img src="img/antergos.png" data-greeter-config="logo" alt="Antergos"/>
|
||
|
</span> <span class="welcome"></span>
|
||
9 years ago
|
<span id="hostname" class="pull-right"></span>
|
||
|
</div>
|
||
9 years ago
|
<div id="panelfix" class="panel-body panel-shadow">
|
||
9 years ago
|
<div class="panel-group" id="accordion">
|
||
|
<div class="panel panel-default panel-shadow time-panel">
|
||
|
|
||
|
<div id="collapseOne" class="panel-collapse collapse in">
|
||
|
<div id="timewrap" class="panel-body panel-shadow time-panel text-center">
|
||
|
<a id="trigger" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
|
||
|
<!-- Clock Widget -->
|
||
|
<span id="current_time" class="time text-center"></span>
|
||
|
<i class="fa fa-toggle-up"></i> </a>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<div class="panel panel-default panel-shadow panel-flow">
|
||
|
<!-- User Selection Widget -->
|
||
9 years ago
|
<div id="collapseTwo" class="panel-collapse panel-shadow collapse">
|
||
|
<div id="list-group" class="panel-body panel-shadow panel-wrap">
|
||
9 years ago
|
|
||
|
<div class="user-wrap2">
|
||
|
|
||
|
<div id="user-list2" class="list-group"></div>
|
||
9 years ago
|
<a id="user-target2" class="user-toggle cancel_auth" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
|
||
9 years ago
|
<i class="fa fa-toggle-down" style="position:absolute;"></i>
|
||
|
</a>
|
||
|
|
||
|
</div>
|
||
|
<!-- Password Input -->
|
||
|
<div id="passwordArea" class="password">
|
||
|
<table border="0" align="center">
|
||
|
<tr>
|
||
9 years ago
|
<td>
|
||
|
<div class="input-group">
|
||
9 years ago
|
<input id="passwordField" title="input password" type="password" class="password form-control"/>
|
||
9 years ago
|
|
||
9 years ago
|
<div class="input-group-btn">
|
||
|
<div class="btn-group">
|
||
9 years ago
|
<button class="btn btn-primary submit_passwd" type="button" title="submit password">
|
||
9 years ago
|
<i class="fa fa-sign-in"></i>
|
||
|
</button>
|
||
9 years ago
|
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" title="show options menu">
|
||
9 years ago
|
<i class="fa fa-caret-down"></i>
|
||
|
</button>
|
||
9 years ago
|
<ul class="dropdown-menu pull-right" title="options menu">
|
||
9 years ago
|
<li>
|
||
9 years ago
|
<a href="#" class="cancel_auth" data-i18n="cancel" title="cancel">
|
||
9 years ago
|
<i class="fa fa-times"></i> ${i18n}</a>
|
||
9 years ago
|
</li>
|
||
|
<li>
|
||
9 years ago
|
<a href="#" onclick="$(document.location.reload(true))" data-i18n="reset" title="reset">
|
||
9 years ago
|
<i class="fa fa-refresh"></i> ${i18n}</a>
|
||
9 years ago
|
</li>
|
||
|
<li>
|
||
9 years ago
|
<a href="#" data-i18n="debug_log" title="debug log">
|
||
9 years ago
|
<i class="fa fa-bug"></i> ${i18n}</a>
|
||
9 years ago
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
9 years ago
|
</div>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
<div id="timerArea" class="timer">
|
||
9 years ago
|
<i class="fa fa-spinner"></i>
|
||
9 years ago
|
</div>
|
||
|
</div>
|
||
|
<!-- Status Area -->
|
||
|
<div id="statusArea" class="status">
|
||
8 years ago
|
<div class="alert alert-dismissible alert-danger fade in">
|
||
|
<button type="button" class="close cancel_auth" data-dismiss="alert" aria-hidden="true"> ×</button>
|
||
|
</div>
|
||
9 years ago
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="panel-footer">
|
||
|
<div id="session-list" class="btn-group pull-left hidden">
|
||
|
<button type="button" class="btn btn-default selected"></button>
|
||
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||
9 years ago
|
<span class="fa fa-caret-down"></span></button>
|
||
9 years ago
|
<ul id="sessions" class="dropdown-menu"></ul>
|
||
|
</div>
|
||
|
<div id="actionsArea" class="btn-group pull-right"></div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
11 years ago
|
</div>
|
||
|
|
||
9 years ago
|
<div id="logArea" class="log"></div>
|
||
|
|
||
9 years ago
|
<div class="modal">
|
||
9 years ago
|
<div class="modal-dialog modal-sm">
|
||
9 years ago
|
<div class="modal-content">
|
||
|
<div class="modal-header">
|
||
9 years ago
|
<button type="button" class="close fa fa-close" data-dismiss="modal" aria-hidden="true"></button>
|
||
|
<h4 class="modal-title" data-i18n="confirm_system_action">${i18n}</h4>
|
||
9 years ago
|
</div>
|
||
9 years ago
|
<!--<div class="modal-body">
|
||
|
</div>-->
|
||
9 years ago
|
<div class="modal-footer">
|
||
|
<button type="button" class="btn btn-default" data-dismiss="modal" data-i18n="cancel">${i18n}</button>
|
||
|
<button type="button" class="btn btn-primary"></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
9 years ago
|
<!-- Custom JavaScript for the BG Switcher & Clock Toggle -->
|
||
|
<script>
|
||
9 years ago
|
// TODO: Move this stuff into greeter.js
|
||
8 years ago
|
$('#bg-switch-wrapper').on('transitionend', function() {
|
||
|
if ( $(this).hasClass('active') ) {
|
||
|
$('#bg-switch-toggle').hide(0);
|
||
|
$('#bg-switch-close').show(0);
|
||
|
} else {
|
||
|
$('#bg-switch-close').hide(100);
|
||
|
$('#bg-switch-toggle').show(100);
|
||
|
}
|
||
|
});
|
||
|
$( "#bg-switch-close, #bg-switch-toggle" ).click( function( e ) {
|
||
9 years ago
|
e.preventDefault();
|
||
8 years ago
|
$('#bg-switch-wrapper').toggleClass( "active" );
|
||
9 years ago
|
} );
|
||
9 years ago
|
|
||
9 years ago
|
$( '#collapseTwo' ).on( 'shown.bs.collapse', function() {
|
||
8 years ago
|
$(this).find( 'a' ).filter( ':not(.dropdown-menu *)' ).each( function( index ) {
|
||
|
$( this ).attr( 'tabindex', index + 1 );
|
||
9 years ago
|
} );
|
||
|
} );
|
||
|
$( '#collapseTwo' ).on( 'hidden.bs.collapse', function() {
|
||
8 years ago
|
$(this).find( 'a' ).filter( ':not(.dropdown-menu *)' ).each( function( index ) {
|
||
9 years ago
|
$( this ).attr( 'tabindex', -1 );
|
||
9 years ago
|
} );
|
||
|
} );
|
||
9 years ago
|
|
||
|
</script>
|
||
11 years ago
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|