source: trunk/expressoMail1_2/save_preferences.php @ 1121

Revision 1121, 355 bytes checked in by eduardoalex, 15 years ago (diff)

Ticket #548 - Implementação do Expresso (Mail) Offline

Line 
1<html>
2<head>
3<script src="js/main.js"></script>
4<script src="js/gears_init.js"></script>
5<script src="js/local_messages.js"></script>
6<script language="JavaScript">
7if(window.google && google.gears)
8        expresso_local_messages.update_offline("index.php");
9else
10        document.location.href="index.php";
11</script>       
12</head>
13<body>
14       
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.