Bug 6739: (follow-up) fix various issues
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-registration-email-sent.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Please confirm your registration
4 [% INCLUDE 'doc-head-close.inc' %]
5 </head>
6 <body id="opac-confirmation-pending">
7 [% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
8    <div id="bd">
9 [% INCLUDE 'masthead.inc' %]
10
11 <div id="yui-main">
12     <div class="yui-b">
13         <div id="confirmation-pending" class="dialog message">
14             <h1>Please confirm your 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></div>
19         </div>
20 </div>
21
22 [% IF ( OpacNav ) %]<div class="yui-b">
23     <div id="opacnav" class="container">
24         [% INCLUDE 'navigation.inc' %]
25     </div>
26 [% END %]
27
28 </div>
29 [% INCLUDE 'opac-bottom.inc' %]