File indexing completed on 2024-12-29 05:24:52
0001 <main id="resend-page"> 0002 <section id="form-warp" class="wrapper"> 0003 <div style="height: 50px;"></div> 0004 <div class="panel panel-default" style="width: 75%; margin: auto;"> 0005 <div class="panel-heading"> 0006 <h3 class="panel-title">Your mail address is not validated.</h3> 0007 </div> 0008 <div class="panel-body"> 0009 Please check your mail account or click the button below to request a new validation mail.<br> 0010 <form style="margin-top: 15px;" method="post" action="/verify/resend"> 0011 <?=Default_Model_CsrfProtection::getFormCsrf(); ?> 0012 <button class="btn btn-native btn-min-width" type="submit">Resend</button> 0013 </form> 0014 </div> 0015 </div> 0016 <div style="height: 50px;"></div> 0017 </section> 0018 </main>