2007-07-19 12:40:28 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
|
<head>
|
|
|
|
<% base_tag %>
|
2015-07-22 14:51:34 +02:00
|
|
|
<title><%t Image_iframe_ss.TITLE 'Image Uploading Iframe' %></title>
|
2009-07-02 09:18:18 +02:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
|
2007-07-19 12:40:28 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2007-09-14 21:20:43 +02:00
|
|
|
<div class="mainblock" style="width: 290px;">
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $UseSimpleForm %>
|
2007-07-19 12:40:28 +02:00
|
|
|
$EditImageSimpleForm
|
|
|
|
<% else %>
|
|
|
|
$EditImageForm
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2016-01-06 00:34:58 +01:00
|
|
|
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $Image.ID %>
|
2008-01-30 21:12:19 +01:00
|
|
|
<div class="mainblock" >
|
|
|
|
$Image.CMSThumbnail
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $DeleteImageForm %>
|
2008-01-30 21:12:19 +01:00
|
|
|
$DeleteImageForm
|
|
|
|
<% end_if %>
|
2007-07-19 12:40:28 +02:00
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2016-01-06 00:34:58 +01:00
|
|
|
|
2007-07-19 12:40:28 +02:00
|
|
|
</body>
|
|
|
|
|
2013-07-13 13:00:46 +02:00
|
|
|
</html>
|