-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzformat.html
92 lines (74 loc) · 3.36 KB
/
zformat.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<!-- This page © Copyright 2014, Lennart Borgman -->
<meta charset="UTF-8">
<title><?php echo $php_title; ?></title>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="initial-scale=1" >
<!-- For Zotero saving
================================================== -->
<meta property="og:title" content="<?php echo $php_title; ?>" />
<meta property="og:description" content="<?php echo $php_sentence2; ?>" />
<meta property="og:type" content="article" />
<script>
// php_json = <?php echo $php_content; ?>
</script>
<!-- base-tag can not be used here because the copying of references will not work then!
<base href="http://dl.dropboxusercontent.com/u/848981/it/z/"> -->
<!-- CSS
================================================== -->
<!-- Favicons
================================================== -->
<link rel="icon" sizes="16x16 32x32 64x64" href="http://dl.dropboxusercontent.com/u/848981/it/z/favicon.ico" />
<!-- <link rel="stylesheet" href="css/zformat.css" /> -->
<!-- <script type="text/javascript" src="js/zreader.js"></script> -->
<!-- <script type="text/javascript" src="js/zformat.js"></script> -->
<link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/848981/it/z/css/zformat.css" />
<script src="https://dl.dropboxusercontent.com/u/848981/it/bc/log-it.js" ></script>
<script src="https://dl.dropboxusercontent.com/u/848981/it/banner/oc-mh1.js" ></script>
<script src="https://dl.dropboxusercontent.com/u/848981/it/z/js/zreader.js"></script>
<script id="zformat-js" src="https://dl.dropboxusercontent.com/u/848981/it/z/js/zformat.js"></script>
<!-- <script id="zformat-js" type="text/javascript" src="js/zformat-cld.js"></script> -->
<!-- Twitter cards
================================================== -->
<meta name="twitter:card" content="summary" >
<meta name="twitter:title" content="MY tytle" >
<meta name="twitter:description" content="my long desc" >
<meta name="twitter:image:src" content="https://zotero.org/favicon.ico" >
</head>
<body>
<div class="container">
<div id="lib-container">
A
<a href="javascript:alert('Something went wrong (or not ready yet)');"
title="Show in Zotero"
id="zotlink">reference</a>
from
<span style="font-size:18px"><span style="color: #BE0D0D">z</span>otero</span>
library
<div id="upper-right-links">
<a href="javascript:alert('Something went wrong (or not ready yet)');"
id="libinfolink"
title="Show Zotero library info"
style="text-decoration:none; xopacity:0.2">
<div id="lib-title"></div>
</a>
</div>
</div>
<div id="libinfo"></div>
<div class="sixteen columns">
<div id="output" style="display:block">
Preparing to fetch data from Zotero ...
</div>
<div id="output-attachments"></div>
</div>
<div id="glass-cont">
<div id="glass" class="circle"></div>
<div id="glass-search">Search!</div>
<a id="glass2" class="circle" href="#"></a>
<div id="glass-rod1" class="glass-rod"></div>
</div>
</div>
</body>