Sindbad~EG File Manager

Current Path : /home/numerotech/test-abs.numerotech.com/common_abs_v2/core/templates/users/email/
Upload File :
Current File : //home/numerotech/test-abs.numerotech.com/common_abs_v2/core/templates/users/email/base_email.html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title></title>
        <style type="text/css">
              thead {
                          border: 1px solid;
                        }
            table {
                font-family:'Open Sans' ,Tahoma, Geneva, sans-serif;
                border-collapse: collapse;
                width: 640px;
                border-spacing: 3px !important;
                border: black !important;
                text-align: left;
            }
            #boder {
                border: 1px solid gray;
                width: 100%;
                padding: 11px;
            }
            #boder1 {
                border: 0.5px solid gray;
                width: 100%;
                padding: 5px;
            }
            /*.td {
              border: 1px solid gray ;
              padding: 10px;

            }*/
            #header_1 {
                padding: 0px !important;
                border-bottom: none;
                margin-bottom: 0px;
                border-spacing: 0px;
            }
            td,th {
            border: 1px solid;
            border-color: #ccc;
            padding: 8px;
        }
         .btn {
            position: relative;
            display: inline-block;
            padding: 2px 7px;
            margin: 2px 0;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 5px;
            background: gray;
            overflow: hidden;
        }
        </style>
    </head>
    <body style="font-size:12px;font-family: arial, sans-serif;">
        <table style="margin: 0px auto;max-width:640px !important;border-collapse: collapse;border-spacing: 3px !important;border: black !important;text-align: left;">
            <thead>
                <th>
                    <img src="{{ Auth.get_conference(conf_id).get('mail_header_logo') }}" 
                    style="display: block;width: 100%;max-width: 640px;object-fit: cover;" alt="Logo"  />
                </th>
            </thead>
            <tbody style="border: 1px solid gray;width: 100%;padding: 11px;">
                <tr>
                    <td>
                        <div id="content">
                            {% block content %}{% endblock %}
                        </div>
                    </td>
                </tr>
                <tr>
                    <td  width="100%" style="text-align:center;padding:12px;" >
                        <table style="font-family: arial, sans-serif;border-collapse: collapse;border-spacing: 3px !important;border: black !important;text-align: left;">
                            <tbody style="padding-left: 10px;" height="50" >
                                <tr>
                                  <td style="border: 2px orange;padding: 12px;">
                                    For any queries related to abstracts, write to <a href="mailto:{{ Auth.get_conference(conf_id).get('e_support_email') }}" >{{ Auth.get_conference(conf_id).get('e_support_email') }}</a> and get a response in one working day.
                                  </td>
                                </tr>
                                {% block regards %}{% endblock %}
                                <tr style="border: 1px solid gray;width: 100%;padding: 11px;">
                                   <td style="text-align: center;">
                                      This is an auto-generated email from the {{ Auth.get_conference(conf_id).get('conf_name') }} abstract management system.
                                   </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    </body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists