14 lines
486 B
Text
14 lines
486 B
Text
<% #convert %>
|
|
<div class="storyTitle"><% response.title %></div>
|
|
<br />
|
|
<div>
|
|
<% gettext "Upload a zipped layout archive created with Antville 1.1
|
|
to convert it to an archive working with Antville 1.2." %>
|
|
</div>
|
|
<br />
|
|
<form method="post" action="<% response.action %>" enctype="multipart/form-data">
|
|
<% layout.upload file %>
|
|
<br />
|
|
<button type="submit" name="save" value="1"><% gettext Convert %></button>
|
|
<a href="" class="cancel"><% gettext Cancel %></button>
|
|
</form>
|