[ Index ] |
|
Code source de Seagull 0.6.1 |
1 <?php 2 // translations 3 $passwdReminder = SGL_Output::translate('Password Reminder'); 4 $message = SGL_Output::translate('You are being sent this email because'); 5 $logonIs = SGL_Output::translate('Your logon is'); 6 $passwdIs = SGL_Output::translate('Your new password is'); 7 $click = SGL_Output::translate('Click'); 8 $here = SGL_Output::translate('here'); 9 $toLogon = SGL_Output::translate('to logon to the'); 10 $siteNow = SGL_Output::translate('site now'); 11 12 $body = <<< EOF 13 <table class="wide"> 14 <tr> 15 <td><h3>$passwdReminder</h3></td> 16 </tr> 17 <tr> 18 <td>$message</td> 19 </tr> 20 <tr> 21 <td></td> 22 </tr> 23 <tr> 24 <td>$logonIs: <strong>{$this->options['username']}</strong></td> 25 </tr> 26 <tr> 27 <td>$passwdIs: <strong>{$this->options['password']}</strong></td> 28 </tr> 29 <tr> 30 <td>$click <a href="{$this->options['siteUrl']}">$here</a> $toLogon {$this->options['siteName']} $siteNow</td> 31 </tr> 32 </table> 33 EOF; 34 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |