[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_handlers/equery_secure.php,v $ 14 | $Revision: 1.3 $ 15 | $Date: 2005/12/14 17:37:34 $ 16 | $Author: sweetas $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 if (file_exists(e_LANGUAGEDIR.e_LANGUAGE."/lan_equery_secure.php")) { 23 include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_equery_secure.php"); 24 } else { 25 include_once(e_LANGUAGEDIR."English/lan_equery_secure.php"); 26 } 27 require_once(HEADERF); 28 29 $caption = EQSEC_LAN2; 30 $text = "<div style='text-align: center;' > 31 <div class='fcaption'>".EQSEC_LAN1."</div> 32 <br />"; 33 $text .= "<table style='text-align:center;'> 34 <tr><td><b>".EQSEC_LAN4."</b></td><td> ".($tmp_s_ref != "" ? $tmp_s_ref : EQSEC_LAN3 )."</td></tr> 35 <tr><td><b>".EQSEC_LAN5."</b></td><td> ".e_SELF."</td></tr></table> 36 <br />"; 37 $text .= "<br /> 38 <form action=\"".e_SELF."?".e_QUERY."\" method=\"post\" > 39 <div><input class='button' type='submit' value='".EQSEC_LAN6."' name='equery_secure' id='equery_secure' /></div> 40 </form> 41 <br /><br /> 42 43 <br /> 44 <a href=\"javascript:void(0);\" onclick=\"history.go(-1);\" >".EQSEC_LAN7."</a> 45 46 </div>"; 47 48 $ns->tablerender($caption, $text); 49 50 require_once(FOOTERF); 51 exit; 52 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |