{********************************************************* @author:Julien George @ email: j.george@esia-sa.com **********************************************************} {if $tab eq ''} {include file='overall_header.html'}
{if $type eq 'device'}
{literal} {/literal} {elseif $type eq 'network'}
{literal} {/literal} {/if} {include file='overall_footer.html'} {else} {if $type == 'device'} {include file='./control_ipam_device.html'} {elseif $type == 'network'} {include file='./control_ipam_network.html'} {/if} {/if}