authentication_error.php

Go to the documentation of this file.
00001 <?php
00002 /****************************************************************************
00003  * Util_PrintAuthError                                                      *
00004  ****************************************************************************
00005  *                                                                          *
00006  * Print Authentication Error screen                                        *
00007  *                                                                          *
00008  ***************************************************************************/
00009 
00010 function Util_PrintAuthenticationError()
00011 {
00012 ?>
00013 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
00014 <html xmlns="http://www.w3.org/1999/xhtml">
00015 <head>
00016 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
00017 <title>Authentication Error</title>
00018 <style type="text/css">
00019 <!--
00020 .Style13 {font-family: "Century Gothic"}
00021 }
00022 -->
00023 </style>
00024 </head>
00025 
00026 <body>
00027 <table width="760" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" bordercolorlight="" bordercolordark="" bgcolor="#FFFFFF">
00028   <tr>
00029     <th valign="top" scope="col"><table width="760" height="536" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="" bordercolorlight="" bordercolordark="">
00030       <tr>
00031         <th height="96" align="left" valign="top">Authentication</th>
00032         </tr>
00033       <tr>
00034         <th height="176" ><h1 class="Style13">Authentication Error</h1>
00035           <p class="Style13">You entered wrong username or password.</p>
00036           <p class="Style13">Come <a href="javascript:history.go(-1)">back</a> and check your credentials</p>          </th>
00037       </tr>
00038       <tr><td>&nbsp;</tr>
00039     </table></th>
00040   </tr>
00041 </table>
00042 <br />
00043 </body>
00044 </html>
00045 <?php
00046 }
00047 ?>

Generated on Sat Nov 22 04:00:37 2008 for NuFW by  doxygen 1.4.7