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.

31 lines
1.3 KiB

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$gallery.goods_name} - {$shop_name}</title>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon.gif" type="image/gif" >
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
<style>
body{margin:0;}
</style>
<script type="text/javascript">
{foreach from=$lang.gallery_js item=lang_js key=key}
var {$key} = '{$lang_js}';
{/foreach}
</script>
</head>
<body>
<div id="show-pic">
<embed src="data/images/pic-view.swf" quality="high" id="picview" flashvars="copyright=shopex&xml=<products name='{$gallery.goods_name}' shopname='{$shop_name}'>{foreach name=gallery_list from=$gallery.list item=photo}<smallpic{if $smarty.foreach.gallery_list.first} selected='selected'{/if}>{$photo.gallery_thumb}</smallpic><photo_desc>{$photo.img_desc}</photo_desc><bigpic{if $smarty.foreach.gallery_list.first} selected='selected'{/if}>{$photo.gallery}</bigpic>{/foreach}</products>" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
<script>
function windowClose()
{
if(window.confirm(close_window))
{
window.close();
}
}
</script>
</div>
</body>
</html>