-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenIniFrame.html
54 lines (46 loc) · 1.36 KB
/
openIniFrame.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<style type="text/css">
.ListDiv {
width: 49%;
padding: 0 0px;
float:left;
text-align: left;
}
/* Right Div */
.previewFrameDiv {
width: 50%;
padding: 0 0px;
float:right;
text-align: left;
}
</style>
<link type="text/css" rel="stylesheet" href="preview/colorbox.css" media="all" />
<script src="preview/jqueryDrupal.js"></script>
<script src="preview/colorbox.js"></script>
</head>
<body>
<div class="ListDiv">
<ul>
<li>
Tsiros, M. & Mittal, V. (2000) Regret: A Model of Its Antecedents and Consequences in Consumer Decision Making
<br>
<a href="shelf/test.pdf" target="previewFrame"> Preview </a> |
<a href="viewer.html">View full screen</a>
</li>
<br>
<li>
Zaki, J. & Williams, W. C. (in press). Interpersonal Emotion Regulation.
<br>
<a href="http://ssnl.stanford.edu/sites/default/files/pdf/zakiWilliams_inPress_interReg.pdf?" target="previewFrame"> Preview </a> |
<a href="viewer.html">View full screen</a>
</li>
</ul>
</div>
<div class="previewFrameDiv">
<!--<iframe name="previewFrame" src="previewDefault.html" width="600" height="600"> </iframe>-->
<iframe name="previewFrame" src="previewDefault.html" width="90%" height="600"> </iframe>
</div>
<!-- <a href="shelf/test.pdf?width=85%25&height=85%25&iframe=true" class="colorbox-load"> Preview </a> -->
</body>
</html>