mirror of https://github.com/sipwise/www_admin.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
475 B
22 lines
475 B
<div id="container">
|
|
|
|
[% PROCESS layout/header %]
|
|
|
|
<div id="content">
|
|
|
|
[% PROCESS layout/menu %]
|
|
|
|
<div id="contentplace">
|
|
[% IF prov_error %]<div class="errormsg">[% prov_error %]</div>[% END %]
|
|
[% IF messages.topmsg %]<div class="goodmsg">[% messages.topmsg %]</div>[% END %]
|
|
[% IF messages.toperr %]<div class="errormsg">[% messages.toperr %]</div>[% END %]
|
|
|
|
[% content %]
|
|
</div>
|
|
|
|
</div>
|
|
|
|
[% PROCESS layout/footer %]
|
|
|
|
</div>
|