127 lines
4.3 KiB
HTML
127 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OpenID Connect</title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Le styles -->
|
|
<link href="../bootstrap/bootstrap.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
body {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.logo {
|
|
background: url("../images/openid_small.png") no-repeat left center;
|
|
padding-left: 30px;
|
|
}
|
|
</style>
|
|
|
|
<!-- Le fav and touch icons -->
|
|
<link rel="shortcut icon" href="images/favicon.ico">
|
|
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="topbar">
|
|
<div class="topbar-inner">
|
|
<div class="container-fluid">
|
|
<a class="brand" href="#"><span class="logo">OpenID Connect Server</span></a>
|
|
<ul class="nav">
|
|
<li class="active"><a href="#">Home</a></li>
|
|
<li><a href="#about">About</a></li>
|
|
<li><a href="#about">Statistics</a></li>
|
|
<li><a href="#contact">Contact</a></li>
|
|
</ul>
|
|
<p class="pull-right">Logged in as <a href="#">username</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
<div class="sidebar">
|
|
<div class="well">
|
|
<h5>Administrative</h5>
|
|
<ul>
|
|
<li><a href="#">Manage Clients</a></li>
|
|
<li><a href="#">White Lists</a></li>
|
|
<li><a href="#">Black Lists</a></li>
|
|
</ul>
|
|
<h5>Personal</h5>
|
|
<ul>
|
|
<li><a href="#">Manage Sites</a></li>
|
|
<li><a href="#">Manage Active Tokens</a></li>
|
|
<li><a href="#">Profile</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<!-- Main hero unit for a primary marketing message or call to action -->
|
|
<div class="hero-unit">
|
|
<h1>Welcome, User Name!</h1>
|
|
|
|
<p>Can't remember your passwords? Tired of filling out registration forms?
|
|
OpenID is a <strong>safe</strong>, <strong>faster</strong>, and <strong>easier</strong> way to log in to
|
|
web sites.</p>
|
|
|
|
<p><a class="btn primary large" href="http://openid.net/connect/">Learn more »</a></p>
|
|
</div>
|
|
<!-- Example row of columns -->
|
|
<div class="row">
|
|
<div class="span8">
|
|
<h2>About</h2>
|
|
|
|
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo,
|
|
tortor
|
|
mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada
|
|
magna
|
|
mollis euismod. Donec sed odio dui. </p>
|
|
|
|
<p><a class="btn" href="#">More »</a></p>
|
|
</div>
|
|
<div class="span8">
|
|
<h2>Contact</h2>
|
|
|
|
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo,
|
|
tortor
|
|
mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada
|
|
magna
|
|
mollis euismod. Donec sed odio dui. </p>
|
|
|
|
<p><a class="btn" href="#">Email »</a></p>
|
|
</div>
|
|
|
|
</div>
|
|
<hr>
|
|
<!-- Example row of columns -->
|
|
<div class="row">
|
|
<div class="span16">
|
|
<h2>Current Statistics</h2>
|
|
|
|
<p>You'll be keen to know that there have been <span class="label notice">4720</span> users of this
|
|
system who have logged in to
|
|
<span class="label notice">203</span>
|
|
total sites, for a total of <span class="label notice">6224</span> site approvals.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© Company 2012</p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|