~minos-archive/minos/firefox-minos-settings

« back to all changes in this revision

Viewing changes to firefox27/firefox/h5xyzl6e.default/extensions/{5384767E-00D9-40E9-B72F-9CC39D655D6F}/content/catalog_item_details.html

  • Committer: Javier Lopez
  • Date: 2015-07-08 01:10:19 UTC
  • Revision ID: git-v1:d8c3500bae00a8a67d74f8f96235ec11d75231be
rename mozilla-minos-settings -> firefox-minos-settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<html>
 
4
<head>
 
5
<link rel="stylesheet" type="text/css" href="chrome://epubreader/content/catalog.css">
 
6
</head>
 
7
 
 
8
<body>
 
9
 
 
10
<script language="javascript" type="text/javascript">
 
11
Components.utils.import("chrome://epubreader/content/Epubreader.jsm");
 
12
 
 
13
var catalog = null;
 
14
 
 
15
function getCatalog()
 
16
{
 
17
   if(!catalog)
 
18
   {
 
19
      catalog = Epubreader.getCatalog();
 
20
   }
 
21
 
 
22
   return catalog;
 
23
};
 
24
 
 
25
function closeDetails()
 
26
{
 
27
   catalog = getCatalog();
 
28
   catalog.closeDetails();
 
29
}
 
30
 
 
31
function showBuy(url)
 
32
{
 
33
   catalog = getCatalog();
 
34
   catalog.showBuy(url);
 
35
}
 
36
 
 
37
function showExcerpt(url)
 
38
{
 
39
   catalog = getCatalog();
 
40
   catalog.showExcerpt(url);
 
41
}
 
42
</script>
 
43
 
 
44
<table id="catalog_item_details" class="details" />
 
45
 
 
46
</body>
 
47
</html>
 
 
b'\\ No newline at end of file'