📄 gallery.dwt
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$gallery.goods_name} - {$gallery.img_desc}</title>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon.gif" type="image/gif" >
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center">
<!-- {foreach from=$thumbs item=thumb} -->
<a href="gallery.php?id={$gallery.goods_id}&img={$thumb.img_id}"><img src="{if $thumb.thumb_url}{$thumb.thumb_url}{else}{$thumb.img_url}{/if}" alt="{$img_desc|escape:html}" /></a>
<!-- {/foreach} -->
</div>
<div align="center" style="border-bottom: 1px solid #dadada; padding-bottom: 5px">
<input type="button" onclick="location.href='gallery.php?id={$gallery.goods_id}&img={$prev_img}'" value="<">
<input type="button" onclick="location.href='gallery.php?id={$gallery.goods_id}&img={$next_img}'" value=">">
</div>
<div align="center">
<p><img src="{$gallery.img_url}" border="1" /></p>
<p>{$gallery.img_desc}</p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -