Subversion Repositories SmartDukaan

Rev

Rev 18986 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style>
        #go_back{
    margin: 2px auto;
    height: 30px;
    color: #555;
    background-color: #f5f5f5;
    padding:4px;
}
        td:first-child { background-color: #F9FCF7; border:1px solid white;}
        td{
        padding:2px;
    border:1px solid #e6e6e6;
}

</style>

        <div class='row card' style="padding-bottom:5px;">
                <div class='col-xs-12' style="padding:0px;">
                        <table cellpadding="1" cellspacing="1" width="100%">
                                        <tr width="100%"> 
                                              <td width="100%" colspan="2" style="border:1px solid #58d936;">
                                                <div align="center">
                                                        <strong>Tin is already registered.</strong>
                                                </div>
                                              </td>
                                </tr>
                                        <?php if(isset($tinres['counter']['name']) && !empty($tinres['counter']['name'])):?>
                                                <tr>
                                                        <td><strong>Name</strong></td><td><?php echo $tinres['counter']['name'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['counter']['code']) && !empty($tinres['counter']['code'])):?>
                                                <tr>
                                                        <td><strong>Counter Code</strong></td><td><?php echo $tinres['counter']['code'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        
                                        <?php if(isset($tinres['counter']['tin']) && !empty($tinres['counter']['tin'])):?>
                                                <tr>
                                                        <td><strong>TIN</strong></td><td><?php echo $tinres['counter']['tin'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['counter']['mobile']) && !empty($tinres['counter']['mobile'])):?>
                                                <tr>
                                                        <td><strong>Contact No.</strong></td><td><?php echo $tinres['counter']['mobile'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['address']['line1']) && !empty($tinres['address']['line1'])):?>
                                                <tr>
                                                        <td><strong>Counter Address</strong></td><td><?php echo $tinres['address']['line1'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['address']['city']) && !empty($tinres['address']['city'])):?>
                                        <tr>
                                                        <td><strong>City</strong></td><td><?php echo $tinres['address']['city'];?></td>
                                        </tr>                                                                                           
                                        <?php endif;?>
                                        <?php if(isset($tinres['address']['state']) && !empty($tinres['address']['state'])):?>
                                        <tr>
                                                        <td><strong>State</strong></td><td><?php echo $tinres['address']['state'];?></td>                                       
                                        </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['address']['country']) && !empty($tinres['address']['country'])):?>
                                        <tr>
                                                        <td><strong>Country</strong></td><td><?php echo $tinres['address']['country'];?></td>
                                        </tr>                                   
                                        <?php endif;?>
                                        <?php if(isset($tinres['address']['pin']) && !empty($tinres['address']['pin'])):?>
                                        <tr>
                                                        <td><strong>Pincode</strong></td><td><?php echo $tinres['address']['pin'];?></td>
                                        </tr>                                                   
                                        <?php endif;?>
                        </table>
                </div>
        </div>
        <div style="border:1px solid #58d936; padding:4px;margin:5px 0px 5px;font-size:12px;" class="card">
                                                        
                                                                <div style="line-height: 15px;">
                                                                        <b>*</b> If you think this tin belongs to you then please mail us to <b>help@profitmandi.com</b>.
                                                                </div>
                                                        
                </div>