澳洲大头 发表于 2010-3-19 13:54:32

[QQCAT] EXIF显示的几个模板

现用:

<div id="exif_{aid}" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" style="margin:0; padding:0 0 5px 20px;background:transparent url(images/icons/icon7.gif) no-repeat;">
<B>相机型号:</B>{相机型号}
<a onclick="return false;" title="显示更多EXIF信息" style="cursor:pointer"><B>&raquo;更多Exif信息</B></a>
</div>
<div id="exif_{aid}_menu" class="popupmenu_popup inlinelist" style="position: absolute;display:none;width:auto;white-space:nowrap;">
<B> 曝光时间:</B>{曝光时间}
<B> 光 圈:</B>{光圈}
<B> 曝光补偿:</B>{曝光补偿}EV
<B> 曝光模式:</B>{曝光模式}<br>
<B> 白 平 衡:</B>{白平衡}
<B> ISO感光度:</B>{ISO}
<B> 焦距:</B>{焦距}mm<br>
<B> 拍摄时间:</B>{拍摄时间}
<B> 分 辨 率:</B>{分辨率}
</div>


原来的,带投票功能:
<div id="ext_info_{aid}" class"t_smallfont s_clear" style="padding:2px 0;">
<div style="float:left;margin:0; padding:0 10px 5px 20px;background:transparent url(images/default/icon_fav.gif) no-repeat;" >
<a href="plugin.php?id=qqcat_photos:vote&action=voteform&aid={aid}" style="cursor: pointer;" class="noborder" title="推荐此图" alt="推荐此图" onclick="showWindow('plug_photos', this.href);return false;">
<b>推荐此图</b></a>
<a href="plugin.php?id=qqcat_photos:vote&action=voteshow&aid={aid}" style="cursor: pointer;" class="noborder" title="查看结果" alt="查看结果" onclick="showWindow('plug_photos', this.href);return false;">[结果]</a></div>
</div>
<div id="exif_{aid}" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" style="float:left;margin:0; padding:0 0 5px 20px;background:transparent url(images/icons/icon7.gif) no-repeat;">
<B>相机型号:</B>{相机型号}
<a onclick="toggle_collapse('exif_info_{aid}');" title="显示更多EXIF信息" style="cursor:pointer"><B>»更多Exif信息</B></a>
</div>
</div>
<div id="exif_{aid}_menu" class="popupmenu_popup inlinelist" style="position: absolute;display:none;width:auto;white-space: nowrap;">
<B> 曝光时间:</B>{曝光时间}
<B> 光 圈:</B>{光圈}
<B> 曝光补偿:</B>{曝光补偿}EV
<B> 曝光模式:</B>{曝光模式}<br>
<B> 白 平 衡:</B>{白平衡}
<B> ISO感光度:</B>{ISO}
<B> 焦距:</B>{焦距}mm<br>
<B> 拍摄时间:</B>{拍摄时间}
<B> 分 辨 率:</B>{分辨率}
</div>
页: [1]
查看完整版本: [QQCAT] EXIF显示的几个模板