Merge branch 'bug_8977' into 3.12-master
[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 › Please confirm your registration
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="opac-confirmation-pending">
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="confirmation-pending" class="dialog message">
13             <h1>Please confirm your registration</h1>
14
15                         <p>A confirmation email has been sent to the email address <strong>[% email %]</strong>.</p>
16
17                         <p>Your account will not be activated until you follow the link provided in the confirmation email.</p></div>
18         </div>
19 </div>
20
21 [% IF ( OpacNav ) %]<div class="yui-b">
22     <div id="opacnav" class="container">
23         [% INCLUDE 'navigation.inc' %]
24     </div>
25 [% END %]
26
27 </div>
28 [% INCLUDE 'opac-bottom.inc' %]