Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="contest_confirm_win.html" server="51.254.220.106//web/" local="131351945400000000" remote="131351945400000000" />
<file name="contest_confirm_win.txt" server="51.254.220.106//web/" local="131351945400000000" remote="131351945400000000" />
<file name="contest_send_friend.html" server="51.254.220.106//web/" local="131351945400000000" remote="131351945400000000" />
<file name="contest_send_friend.txt" server="51.254.220.106//web/" local="131351945400000000" remote="131351945400000000" />
</dwsync>

View File

@@ -0,0 +1,25 @@
{extends file="email-layout.tpl"}
{* Open in browser *}
{block name="browser"}{/block}
{* No big image header *}
{block name="image-header"}{/block}
{* No pre-header *}
{block name="pre-header"}{/block}
{* Subject *}
{block name="email-subject"}{intl l="You win"}{/block}
{* Title *}
{block name="email-title"}{/block}
{* Content *}
{block name="email-content"}
{intl l="Hello,"}<br /><br />
{intl l="You have participate to a contest at %store_name" store_name={config key="store_name"} d="contest.email.default"}.<br /><br />
{intl l='We have the pleasure to inform you to win' d="contest.email.default"}.<br /><br />
{intl l='Kind regards'},<br />
{intl l="The %store team." store={config key="store_name"}}
{/block}

View File

@@ -0,0 +1,10 @@
{default_translation_domain domain='email.default'}
{intl l="Hello,"}
{intl l="You have participate to a contest at %store_name" store_name={config key="store_name"} d="contest.email.default"}.
{intl l='We have the pleasure to inform you to win' d="contest.email.default"}.
{intl l='Kind regards'},
{intl l="The %store team." store={config key="store_name"}}

View File

@@ -0,0 +1,25 @@
{extends file="email-layout.tpl"}
{* Open in browser *}
{block name="browser"}{/block}
{* No big image header *}
{block name="image-header"}{/block}
{* No pre-header *}
{block name="pre-header"}{/block}
{* Subject *}
{block name="email-subject"}{intl l="A friend invited you"}{/block}
{* Title *}
{block name="email-title"}{/block}
{* Content *}
{block name="email-content"}
{intl l="Hello,"}<br /><br />
{intl l="%name invited you to a contest at %store_name" store_name={config key="store_name"} name=$NAME d="contest.email.default"}.<br /><br />
{intl l='Click <a href="%link">here</a> to participate' link={url path="contest/game/$GAME_ID"} d="contest.email.default"}.<br /><br />
{intl l='Kind regards'},<br />
{intl l="The %store team." store={config key="store_name"}}
{/block}

View File

@@ -0,0 +1,8 @@
{intl l="Hello,"}
{intl l="%name invited you to a contest at %store_name" store_name={config key="store_name"} name=$NAME d="contest.email.default"}.
{intl l='Follow the %link to participate' link={url path="contest/game/$GAME_ID"} d="contest.email.default"}.
{intl l='Kind regards'},
{intl l="The %store team." store={config key="store_name"}}