{********************************************************* @ author:Nicolas Biersart @ email: n.biersart@esia-network.com New design : Anthony De Sousa @ email : a.desousa@esia-sa.com **********************************************************} {if $action == 'main'} {include file='overall_header.html'}
{else if $action == 'delete_message'} {include file='overall_adm_iframe.html'}

{$lang.ADM_MSG_DELETE2}

{else if $action=='delete_message_ok'} {if isset($l_success)}

{$l_success}

{/if} {if isset($l_error)}

{$l_error}

{/if} {include file='overall_adm_iframe.html'} {else if $action == 'about'} {include file='./about_info.html'} {else if $action=='consumption'} {include file='./about_consumption.html'} {else if $action=='message'} {include file='./about_message.html'} {else if $action=='message_overall'} {include file='overall_header.html'} {include file='./about_message.html'} {include file='overall_footer.html'} {else if $action=='licence'} {include file='overall_header.html'}

Licence

{if isset($l_licence_upload_err)}

{$l_licence_upload_err}

{/if} {if isset($l_licence_upload_ok)}

{$l_licence_upload_ok}

{$lang.LICENCE_INFORMATION}

{$lang.LICENCE_ID} {$licence.id}
{$lang.LICENCE_TYPE} {$licence.type}
{$lang.LICENCE_NODE_NUMBER} {$licence.node}
{$lang.LICENCE_PARTNERS} {$licence.owner}
{$lang.LICENCE_EXPIRE} {$licence.expire_date_formated}
{else}

{/if}
{/if} {if $action == 'main'} {include file='overall_footer.html'} {/if}