initial commit
This commit is contained in:
60
app/View/Expense/email.ctp
Normal file
60
app/View/Expense/email.ctp
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/**
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.View.Emails.html
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
?>
|
||||
<?php
|
||||
//$content = explode("\n", $content);
|
||||
|
||||
//foreach ($content as $line):
|
||||
//echo '<p> ' . $line . "</p>\n";
|
||||
//endforeach;
|
||||
?>
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>ExpenseCount</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<style type="text/css">
|
||||
img{
|
||||
display:block;
|
||||
}
|
||||
</style>
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="border-bottom: 8px solid #3784cc; padding-bottom:20px;"><a href="https://www.expensecount.com/" target="_blank"><img src="https://www.expensecount.com/images/eng_logo.png" alt="logo"></a></td>
|
||||
</tr>
|
||||
<tr><td style="height: 20px;"> </td></tr>
|
||||
<tr>
|
||||
<td style="font-family:Helvetica, Arial, sans-serif; font-size:14px; color:#000;"> The WeXpense group "<?php echo $data["expense_title"];?>" <?php echo __("LBL_ACCESSIBLE_ON_EXPENSECOUNT"); ?> <?php echo __('LBL_THE_URL_IS'); ?> <a style="color:#ff6804;" href="<?php echo $this->Html->url('/', true).$data['unique_url'];?>" target="_blank"><?php echo $this->Html->url('/', true).$data["unique_url"];?></a> </td>
|
||||
</tr>
|
||||
<tr><td style="height: 20px;"> </td></tr>
|
||||
<tr>
|
||||
<td style="font-family:Helvetica, Arial, sans-serif; font-size:14px; color:#000; line-height:20px;"><?php echo __("LBL_ACCESS_FROM_MOBILE"); ?>
|
||||
<br/> <br/>
|
||||
<?php echo __("LBL_EXPENSECOUNT_TOOL_CREATE_GROUP_MESS_FAMILY_EXPENSE"); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="height:30px;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user