-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathviewfull.html
More file actions
19 lines (19 loc) · 1.45 KB
/
viewfull.html
File metadata and controls
19 lines (19 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<HTML>
<HEAD>
<script type="text/javascript">
function onHide() {
document.getElementById('info').style.display='none';
var iframe = document.getElementById('exhibit');
iframe.src = iframe.src;
return false;
}
</script>
</HEAD>
<BODY bgcolor="#EEEEEE" style="margin:0;overflow: hidden;" onresize="">
<center>
<script type="text/javascript"><!--
document.write("<table width=\"100%\" height=\"100%\" style=\"border-collapse:separate;border-spacing:0px;\"><tr><td width=\"100%\" style=\"padding:0px;\"><iframe id=\"exhibit\" src=\""+"//www.digitalepigraphy.org/legacy/view.php?"+window.location.search.substring(1)+"&fullscreen=1&ref="+document.referrer+"\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\"></iframe></td>");
document.write("<td id=\"info\" width=\"340px\" style=\"padding:0px;\"><table height=\"100%\" style=\"border-collapse:separate;border-spacing:0px;\"><tr height=\"20px\"><td style=\"padding:0px;\"><div style=\"float:right;\"><font color=\"#000000\" face=\"HelveticaNeue,Helvetica,Tahoma,ArialUnicodeMS,sans-serif\" size=\"2\">[<a href=\"#\" onclick=\"return onHide();\"><font color=\"#000000\">hide info</font></a>]</font></div></td></tr><tr height=\"100%\"><td style=\"padding:0px;\"><iframe src=\"//www.digitalepigraphy.org/legacy/read.php?"+window.location.search.substring(1)+"\" width=\"340px\" height=\"100%\" frameborder=\"0\"></iframe></td></tr></table></td>");
document.write("</tr></table>");//--></script>
</center>
</BODY></HTML>