2008-08-09 08:18:32 +02:00
|
|
|
|
2009-05-06 08:37:45 +02:00
|
|
|
<div id="ModelAdminPanel">
|
2008-08-06 05:28:25 +02:00
|
|
|
|
|
|
|
<% if EditForm %>
|
|
|
|
$EditForm
|
|
|
|
<% else %>
|
|
|
|
<form id="Form_EditForm" action="admin?executeForm=EditForm" method="post" enctype="multipart/form-data">
|
|
|
|
<h1>$ApplicationName</h1>
|
|
|
|
|
2008-10-10 14:36:05 +02:00
|
|
|
<p><% sprintf(_t('WELCOME1','Welcome to %s. Please choose on one of the entries in the left pane.'),$ApplicationName) %></p>
|
2008-08-06 05:28:25 +02:00
|
|
|
|
|
|
|
</form>
|
|
|
|
<% end_if %>
|
|
|
|
|
2008-08-09 08:18:32 +02:00
|
|
|
</div>
|
|
|
|
|
2008-08-06 05:28:25 +02:00
|
|
|
<p id="statusMessage" style="visibility:hidden"></p>
|