Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="body">
<tr>
<td>&nbsp;</td>
<td class="container">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="text-align: center">
<%= image_tag @logo, alt: 'Company Logo', class: 'logo-img' %>
</td>
</tr>
</table>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="container">
<div class="content">
<table role="presentation" class="main">
<!-- START MAIN CONTENT AREA -->
<tr>
<td class="wrapper">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<br />
<p class="text">Withdrawal <b><%= @record.state %></b></p>
<p class="text">
Your withdrawal #<%= @record.tid %> of <%= @record.amount %> <%= @record.currency %> has been <%= @record.state %>.
</p>
<br /><br /><br />
</td>
</tr>
</table>
</td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
</div>
<!-- START FOOTER -->
<div class="footer">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="content-block">
<span>FIBITEX TECHNOLOGIES INC.</span>
<br><span>Vancouver, Canada</span>
<br><a href="<%= @record.domain %>"><%= @record.domain %></a>
</td>
</tr>
</table>
</div>
<!-- END FOOTER -->
</td>
<td>&nbsp;</td>
</tr>
</table>