|
Revision 374, 0.7 kB
(checked in by aarkerio, 6 months ago)
|
|
FLash and users Ajaxa fixed
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | <title><?php echo $page_title?></title> |
|---|
| 5 | <?php echo $html->charset(); ?> |
|---|
| 6 | |
|---|
| 7 | <?php if (Configure::read() == 0): ?> |
|---|
| 8 | <meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/> |
|---|
| 9 | <?php endif; ?> |
|---|
| 10 | <style><!-- |
|---|
| 11 | P { text-align:center; font:bold 1.1em sans-serif } |
|---|
| 12 | h1{color:green;padding:4px;border:1px dotted orange;background-color:#c0c0c0;} |
|---|
| 13 | A { color:#444; text-decoration:none } |
|---|
| 14 | A:HOVER { text-decoration: underline; color:#44E } |
|---|
| 15 | --></style> |
|---|
| 16 | </head> |
|---|
| 17 | <body> |
|---|
| 18 | <h1>Karamelo</h1> |
|---|
| 19 | |
|---|
| 20 | <?php echo $html->para(null, $html->link($message, $url)); ?> |
|---|
| 21 | |
|---|
| 22 | </body> |
|---|
| 23 | </html> |
|---|