Files
wiki-security-passportjs/views/securityDialog.html
Paul Rodwell 9af062b74d work in progress...
css trimmed, and button added
2016-04-07 14:06:14 +01:00

43 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<title>Federated Wiki: Sign-on</title>
<link id='favicon' href='/favicon.png' rel='icon' type='image/png'>
<link rel="stylesheet" href="/security/dialog.css">
</head>
<body>
<div id="content">
<div class="wikiinfo">
<div class="table">
<div class="vertical">
<img id="wiki_logo" src="/favicon.png" width="32px" height="32px"></img>
<h2 id=wiki_name>{{wikiName}}</h2>
<h3 id="wiki_hostname">{{wikiHostName}}</h3>
</div>
</div>
</div>
<div id="signIn">
<div class="table">
<div class="vertical">
<div class="contents">
<div class="scheme_section vcenter" style="width: 249px;">
<h2>Sign in to {{wikiName}} with...</h2>
{{{schemes}}}
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<span id="footerText">
<strong>Federated Wiki.</strong>
Sharing ideas through federation.
<a href="http://fed.wiki/view/welcome-visitors/view/federated-wiki" target="_blank">Learn more→</a>
</span>
</footer>
</body>
</html>