Bug 7067 - OPAC Borrower Self Registration
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-registration-email-sent.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="opac-main">
6 [% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
7    <div id="bd">
8 [% INCLUDE 'masthead.inc' %]
9
10 <div id="yui-main">
11     <div class="yui-b">
12         <div id="loggedin" class="yui-ge">
13             <div class="yui-u first">
14                 <h1>Please Confirm Registration</h1>
15
16                 <p>A confirmation email has been sent to the email address <strong>[% email %]</strong>.</p>
17
18                 <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
19             </div>
20         </div>
21     </div>
22 </div>
23
24 [% IF ( OpacNav ) %]<div class="yui-b">
25     <div id="opacnav" class="container">
26         [% INCLUDE 'navigation.inc' %]
27     </div>
28 [% END %]
29
30 </div>
31 [% INCLUDE 'opac-bottom.inc' %]