Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Added another dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
julietteculver committed Dec 21, 2012
1 parent d8ab2b4 commit edf51a6
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 3 deletions.
7 changes: 7 additions & 0 deletions build/app/dataset.json
Expand Up @@ -122,6 +122,13 @@
"iconFileName": "pelagios.png",
"strapline": "Pleiades URIs appearing in ISAW Papers articles"
}
,
{
"id": "e9e161a08db2906d135d7abefb145636",
"title": "OCRE",
"iconFileName": "pelagios.png",
"strapline": "Online Coins of the Roman Empire"
}
]


Expand Down
2 changes: 1 addition & 1 deletion build/app/dataset.json.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions build/demo/search/iframe_demo.html
@@ -0,0 +1,22 @@

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../docs/styles.css" media="screen" />

<title>Pelagios Search Widget Demo</title>
</head>
<body >
<ul class="nav">
<li>
<a href="../../index.html">Home</a> </li>
<li> <a href="../../docs/index.html">Documentation</a> </li>
<li> <a href="../../demo/index.html">Demo</a></li>
</ul>
<h1>Pelagios iframe demo</h1>

<iframe src="http://pelagios.github.com/pelagios-widgets/demo/search/search_link.html?width=300" style="width: 350px; height: 300px"></iframe>

</body>
</html>

2 changes: 1 addition & 1 deletion build/place.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/search.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/app/dataset.json
Expand Up @@ -122,6 +122,13 @@
"iconFileName": "pelagios.png",
"strapline": "Pleiades URIs appearing in ISAW Papers articles"
}
,
{
"id": "e9e161a08db2906d135d7abefb145636",
"title": "OCRE",
"iconFileName": "pelagios.png",
"strapline": "Online Coins of the Roman Empire"
}
]


Expand Down
22 changes: 22 additions & 0 deletions src/demo/search/iframe_demo.html
@@ -0,0 +1,22 @@

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../docs/styles.css" media="screen" />

<title>Pelagios Search Widget Demo</title>
</head>
<body >
<ul class="nav">
<li>
<a href="../../index.html">Home</a> </li>
<li> <a href="../../docs/index.html">Documentation</a> </li>
<li> <a href="../../demo/index.html">Demo</a></li>
</ul>
<h1>Pelagios iframe demo</h1>

<iframe src="http://pelagios.github.com/pelagios-widgets/demo/search/search_link.html?width=300" style="width: 350px; height: 300px"></iframe>

</body>
</html>

0 comments on commit edf51a6

Please sign in to comment.