[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Aplikasi
/
Adobe Photoshop CS3
/
Presets
/
Web Photo Gallery
/
Simple - Vertical Thumbnails
/
[
Home
]
File: FrameSet.htm
<html> <head> <TITLE>%TITLE%</TITLE> <META name="generator" content="%CONTENT_GENERATOR%"> <META http-equiv="Content-Type" content="text/html; charset=%CHARSET%"> <link href="images/galleryStyle.css" rel="stylesheet" type="text/css"> <script> var windowWidth, windowHeight; var thumbHeight; var agent = navigator.userAgent.toLowerCase(); var mac = (agent.indexOf("mac")!=-1); var ie = ((agent.indexOf("msie") != -1)&& (agent.indexOf('opera')==-1)); function setHeight(thumbFrameHeight){ if (!(mac && ie)){ windowSize(); thumbHeight = thumbFrameHeight; document.getElementById("BottomFrame").style.height=(thumbHeight+20) + "px"; document.getElementById("TopFrame").style.height=((windowHeight-thumbHeight) * .85) + "px"; document.getElementById("TopFrame").style.width=(windowWidth*.9) + "px"; document.getElementById("BottomFrame").style.width=(windowWidth*.9) + "px"; } } function resizeThis(){ setHeight(thumbHeight); } function windowSize() { var myWidth = 0, myHeight = 0; if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth = window.innerWidth; myHeight = window.innerHeight; } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { //IE 6+ in 'standards compliant mode' myWidth = document.documentElement.clientWidth; myHeight = document.documentElement.clientHeight; } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { //IE 4 compatible myWidth = document.body.clientWidth; myHeight = document.body.clientHeight; } windowWidth = myWidth; windowHeight = myHeight; } </script> </head> <body bgcolor="#F9F4F4" marginheight=0 marginwidth=0 leftmargin=0 topmargin=0> <table width=100% height=100%> <tr><td align=middle valign=middle> <table cellpadding=0 cellspacing=0 border=0 valign=middle align=middle bgcolor="#FFFFFF"> <tr> <td valign=top valign=middle align=middle style="border:1pt solid #999999"> <table cellpadding=0 cellspacing=0 bgcolor="#CCCCCC"> <tr bgcolor="%BANNERCOLOR%"> <td colspan=4> <table width=100% bgcolor="%BANNERCOLOR%"> <tr> <td align=left valign=top> <div id="titleframe"> <div class="titleContent"> <div class="banner"> <div class="title">%HEADER%</div> <div class="info">%PHOTOGRAPHER%</div> <div class="info">%DATE%</div> </div> </div> </div> </td> <td align=right valign=top> <div id="titleframe"> <div class="titleContent"> <div class="banner"> <div class="info">%CONTACTINFO%</div> <div class="email"><a href="mailto:%EMAIL%">%EMAIL%</a></div> </div> </div> </div> </td> </tr> </table> </td> </tr> <tr bgcolor="#999999"> <td colspan=4 height=1 width=100%><img src="images/spacer.gif" height=1></td> </tr> <tr bgcolor="#CCCCCC"> <td valign=top width=10><img src="images/spacer.gif" width=10></td> <td valign=top align=middle style="width:125;height:550"> <iframe id="BottomFrame" name="BottomFrame" frameborder="0" src="%FRAMEINDEX%"> Your browser does not support iframes. </iframe> </td> <td valign=top width=10><img src="images/spacer.gif" width=10></td> <td valign=top style="width:675;height:550"> <iframe id="TopFrame" name="TopFrame" frameborder="0" src="%FIRSTPAGE%"> Your browser does not support iframes. </iframe> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body>