Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE html>
2
<!-- 
3
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2
4
Version: 3.3.0
5
Author: KeenThemes
6
Website: http://www.keenthemes.com/
7
Contact: support@keenthemes.com
8
Follow: www.twitter.com/keenthemes
9
Like: www.facebook.com/keenthemes
10
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
11
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
12
-->
13
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
14
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
15
<!--[if !IE]><!-->
16
<html lang="en">
17
<!--<![endif]-->
18
<!-- BEGIN HEAD -->
19
<head>
20
<meta charset="utf-8"/>
21
<title>Metronic | Login Options - Lock Screen 1</title>
22
<meta http-equiv="X-UA-Compatible" content="IE=edge">
23
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
24
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
25
<meta content="" name="description"/>
26
<meta content="" name="author"/>
27
<!-- BEGIN GLOBAL MANDATORY STYLES -->
28
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
29
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
30
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
31
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
32
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/>
33
<!-- END GLOBAL MANDATORY STYLES -->
34
<!-- BEGIN PAGE LEVEL STYLES -->
35
<link href="../../assets/admin/pages/css/lock.css" rel="stylesheet" type="text/css"/>
36
<!-- END PAGE LEVEL STYLES -->
37
<!-- BEGIN THEME STYLES -->
38
<link href="../../assets/global/css/components-rounded.css" id="style_components" rel="stylesheet" type="text/css"/>
39
<link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
40
<link href="../../assets/admin/layout/css/layout.css" rel="stylesheet" type="text/css"/>
41
<link href="../../assets/admin/layout/css/themes/default.css" rel="stylesheet" type="text/css" id="style_color"/>
42
<link href="../../assets/admin/layout/css/custom.css" rel="stylesheet" type="text/css"/>
43
<!-- END THEME STYLES -->
44
<link rel="shortcut icon" href="favicon.ico"/>
45
</head>
46
<!-- END HEAD -->
47
<!-- BEGIN BODY -->
48
<body>
49
<div class="page-lock">
50
        <div class="page-logo">
51
                <a class="brand" href="index.html">
52
                <img src="../../assets/admin/layout4/img/logo-big.png" alt="logo"/>
53
                </a>
54
        </div>
55
        <div class="page-body">
56
                <div class="lock-head">
57
                         Locked
58
                </div>
59
                <div class="lock-body">
60
                        <div class="pull-left lock-avatar-block">
61
                                <img src="../../assets/admin/pages/media/profile/photo3.jpg" class="lock-avatar">
62
                        </div>
63
                        <form class="lock-form pull-left" action="index.html" method="post">
64
                                <h4>Amanda Smith</h4>
65
                                <div class="form-group">
66
                                        <input class="form-control placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password"/>
67
                                </div>
68
                                <div class="form-actions">
69
                                        <button type="submit" class="btn btn-success uppercase">Login</button>
70
                                </div>
71
                        </form>
72
                </div>
73
                <div class="lock-bottom">
74
                        <a href="">Not Amanda Smith?</a>
75
                </div>
76
        </div>
77
        <div class="page-footer-custom">
78
                 2014 &copy; Metronic. Admin Dashboard Template.
79
        </div>
80
</div>
81
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
82
<!-- BEGIN CORE PLUGINS -->
83
<!--[if lt IE 9]>
84
<script src="../../assets/global/plugins/respond.min.js"></script>
85
<script src="../../assets/global/plugins/excanvas.min.js"></script> 
86
<![endif]-->
87
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
88
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
89
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
90
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
91
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
92
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
93
<!-- END CORE PLUGINS -->
94
<!-- BEGIN PAGE LEVEL PLUGINS -->
95
<script src="../../assets/global/plugins/backstretch/jquery.backstretch.min.js" type="text/javascript"></script>
96
<!-- END PAGE LEVEL PLUGINS -->
97
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
98
<script src="../../assets/admin/layout/scripts/layout.js" type="text/javascript"></script>
99
<script src="../../assets/admin/layout/scripts/demo.js" type="text/javascript"></script>
100
<script>
101
jQuery(document).ready(function() {    
102
Metronic.init(); // init metronic core components
103
Layout.init(); // init current layout
104
Demo.init();
105
});
106
</script>
107
<!-- END JAVASCRIPTS -->
108
</body>
109
<!-- END BODY -->
110
</html>