/
|
<p>Log out</p> |
[% page_title = "Log Out" %] |
|
[% INCLUDE "pagetop.tt" %] |
|
<form method="POST"> |
<p>Are you sure?</p> |
<p><input type="submit" name="confirm" value="Log Out"></p> |
</form> |
|
[% INCLUDE "pagebottom.tt" %] |
<!DOCTYPE html> |
|
<html> |
<head> |
<title>[% page_title %]</title> |
<!-- link rel="stylesheet" type="text/css" href="/static/style.css" --> |
<link rel="stylesheet" type="text/css" href="https://openid.net/foundation/members/stylesheets/screen.css"> |
|
</head> |
|
<body> |
<div id="skippers"> |
<ul> |
<li><a href="#main">Skip to the content</a></li> |
<li><a href="#global-nav">Skip to the navigation</a></li> |
<li><a href="#footer">Skip to the footer with lots of extra navigation</a></li> |
</ul> |
</div> |
|
<div id="container"> |
<div id="header"> |
<h6><a href="http://openid.net/">OpenID.net</a></h6> |
<ul id="global-nav"> |
<li><a href="http://openid.net/developers/">For Developers</a></li> |
<li><a href="http://openid.net/discuss/">Discuss</a></li> |
<li><a href="http://openid.net/foundation/">OpenID Foundation</a></li> |
</ul> |
<ul id="question-nav"> |
<li><a href="http://openid.net/what/"><span>What</span> is OpenID?</a></li> |
<li><a href="http://openid.net/where/"><span>Where</span> can I use it?</a></li> |
<li><a href="http://openid.net/get/"><span>How</span> do I get one?</a></li> |
</ul> |
</div> |
|
<div id="content"> |
|
<h1>[% page_title %]</h1> |
|
<div id="main"> |
|
</div> |
|
<div id="sidebars"> |
|
[% IF remote_ident %] |
|
<div class="sidebar"> |
<h2>You</h2> |
<p>You're logged in as <strong>[% remote_ident | html %]</strong></p> |
<p><a href="/logout">(Log out)</a></p> |
</div> |
|
[% IF remote_user %] |
<div class="sidebar"> |
<h2>Your Teams</h2> |
<p>You are a member of the following teams:</p> |
<ul> |
[% FOREACH team IN remote_user.teams %] |
<li>[% team.name | html %]</li> |
[% END %] |
</ul> |
</div> |
[% END %] |
|
[% ELSE %] |
|
<div class="sidebar"> |
<h2>Log in with OpenID</h2> |
<form action="/login" method="POST"> |
<input name="claimed_uri"> |
<input type="submit" value="Log In"> |
</form> |
</div> |
|
[% END %] |
|
</div> |
|
</div> |
|
<div id="footer"> |
<p>© 2008 OpenID Foundation. All rights reserved.</p> |
<ul> |
<li><a href="http://openid.net/">Home</a> |
<ul> |
<li><a href="http://openid.net/what/">What is OpenID?</a></li> |
<li><a href="http://openid.net/where/">Where can I use OpenID?</a></li> |
<li><a href="http://openid.net/get/">How do I get one?</a></li> |
<li><a href="http://openid.net/credits/">Credits</a></li> |
</ul> |
</li> |
<li><a href="http://openid.net/developers/">Developers</a> |
<ul> |
<li><a href="http://openid.net/developers/#code">Libraries</a></li> |
<li><a href="http://openid.net/developers/#specs">Specifications</a></li> |
</ul> |
</li> |
<li><a href="http://openid.net/discuss">Discuss</a> |
<ul> |
<li><a href="http://openid.net/mailman/listinfo/">Mailing Lists</a></li> |
<li><a href="http://wiki.openid.net/">Wiki</a></li> |
<li><a href="http://openid.net/discuss/#irc">IRC</a></li> |
<li><a href="http://openid.net/discuss/#blog">Blogging</a></li> |
</ul> |
</li> |
<li><a href="http://openid.net/foundation/">OpenID Foundation</a> |
<ul> |
<li><a href="http://openid.net/foundation/">About</a></li> |
<li><a href="https://members.openid.net/registration/">Join</a></li> |
<li><a href="http://openid.net/logos/">Logos and Badges</a></li> |
<li><a href="http://openid.net/foundation/bounty/">Code Bounty</a></li> |
<li><a href="http://openid.net/foundation/intellectual-property/">Intellectual Property</a></li> |
</ul> |
</li> |
</ul> |
</div> |
</div> |
|
</body> |
</html> |
|
|
<p>Not found.</p> |
[% page_title = "Not Found" %] |
|
[% INCLUDE "pagetop.tt" %] |
|
<p>The page that you requested does not exist.</p> |
|
[% INCLUDE "pagebottom.tt" %] |
|
[% META title = "OIDF Minutes" %] |
<p>This is the OIDFMinutes home template.</p> |
<p>You are [% remote_ident %], or [% remote_user.name %]</p> |
[% page_title = "OpenID Foundation Minutes" %] |
|
[% INCLUDE "pagetop.tt" %] |
|
<p>This is an archive of the minutes for the Foundation board and |
some of its committees. If you're a member of the board or any |
of the committees listed below, log in to gain access to |
minutes that have not yet been approved.</p> |
|
<table> |
[% FOREACH team IN teams -%] |
<tr> |
</tr> |
[% END -%] |
</table> |
|
[% INCLUDE "pagebottom.tt" %] |
|
[% page_title = "Log In" %] |
|
[% INCLUDE "pagetop.tt" %] |
|
|
<p>Log in via OpenID</p> |
|
<form method="POST"> |
<input type="submit"></p> |
</form> |
|
[% INCLUDE "pagebottom.tt" %] |