Annotation of /mambo/branches/4.6/administrator/popups/index3pop.php
Parent Directory
|
Revision Log
Revision 186 - (view) (download)
| 1 : | counterpoi | 186 | t <?php echo "<?xml version=\"1.0\"?>"; ?> |
| 2 : | t <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
| 3 : | t <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 4 : | t <head> | ||
| 5 : | t <title><?php echo $mosConfig_sitename; ?> - Administration [Mambo]</title> | ||
| 6 : | t <link rel="stylesheet" href="templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" type="text/css"> | ||
| 7 : | t <link rel="stylesheet" href="templates/<?php echo $mainframe->getTemplate(); ?>/css/theme.css" type="text/css"> | ||
| 8 : | t <script language="JavaScript" src="../includes/js/JSCookMenu.js" type="text/javascript"></script> | ||
| 9 : | t <script language="JavaScript" src="includes/js/ThemeOffice/theme.js" type="text/javascript"></script> | ||
| 10 : | t <script language="JavaScript" src="../includes/js/mambojavascript.js" type="text/javascript"></script> | ||
| 11 : | t <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> | ||
| 12 : | t </head> | ||
| 13 : | t <body> | ||
| 14 : | t <?php | ||
| 15 : | t $mosmsg = strip_tags(mosGetParam($_REQUEST, 'mosmsg', '')); | ||
| 16 : | t if ($mosmsg) { | ||
| 17 : | t if (!get_magic_quotes_gpc()) { | ||
| 18 : | t $mosmsg = addslashes( $mosmsg ); | ||
| 19 : | t } | ||
| 20 : | t echo "\n<script language=\"javascript\" type=\"text/javascript\">alert('$mosmsg');</script>"; | ||
| 21 : | t } | ||
| 22 : | t | ||
| 23 : | t // Show list of items to edit or delete or create new | ||
| 24 : | t if ($path = $mainframe->getPath( 'admin' )) { | ||
| 25 : | t require $path; | ||
| 26 : | t } else { | ||
| 27 : | t ?> | ||
| 28 : | t <img src="images/logo.png" border="0" alt="Mambo Logo" /> <br /> | ||
| 29 : | t <?php | ||
| 30 : | t } | ||
| 31 : | t ?> | ||
| 32 : | t | ||
| 33 : | t </body> | ||
| 34 : | t </html> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

