forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtumblr.html
More file actions
56 lines (47 loc) · 1.8 KB
/
tumblr.html
File metadata and controls
56 lines (47 loc) · 1.8 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="http://www.cytoscape.org/css/main.css" type="text/css" rel="stylesheet" media="screen">
<title>Latest News</title>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("jquery", "1.3");</script>
<script type="text/javascript" src="http://www.cytoscape.org/js/global_variables.js"></script>
<script type="text/javascript" src="http://www.cytoscape.org/js/menu_generator.js"></script>
</head>
<body>
<div id="container">
<script src="http://www.cytoscape.org/js/header.js"></script>
<div id="tumblr">
<ul id="posts">
{block:Posts}
{block:Text}
<li class="post text"> {block:Title}
<h3><a href="{Permalink}">{Title}</a></h3>
{/block:Title}
{Body} </li>
{/block:Text}
{block:Photo}
<li class="post photo"><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a> {block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption} </li>
{/block:Photo}
{block:Photoset}
<li class="post photoset"> {Photoset-250}
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption} </li>
{/block:Photoset}
{block:Quote}
<li class="post quote"> "{Quote}"
{block:Source}
<div class="source">{Source}</div>
{/block:Source} </li>
{/block:Quote}
{/block:Posts}
</ul>
</div>
<script src="http://www.cytoscape.org/js/footer.js"></script>
</div>
</body>
</html>