Skip to content

Commit 55592c9

Browse files
committed
Merge branch 'dev' of https://github.com/Caltech-IPAC/Firefly into dev
2 parents 929903a + 69585ea commit 55592c9

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

src/firefly/html/firefly-dev.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<html>
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6+
<link rel="icon" type="image/x-icon" href="images/fftools-logo-16x16.png">
7+
<meta name="apple-mobile-web-app-capable" content="yes" />
8+
<link rel="apple-touch-icon" href="images/fftools-logo-57x57_ipad.png"/>
9+
<link rel=”apple-touch-startup-image” href=”images/fftools-ipad_splash_768x1004.png”>
10+
<title>IRSA Viewer</title>
11+
12+
<script>
13+
window.firefly = {
14+
app: {},
15+
MenuItemKeys: {maskOverlay:true}
16+
};
17+
</script>
18+
<script type="text/javascript" src="firefly_loader.js"></script>
19+
</head>
20+
21+
<body style="margin: 0px;">
22+
<!-- attached loaction for firefly app -->
23+
<div id='app'/>
24+
25+
26+
27+
28+
</body>
29+
30+
</html>
31+
32+

src/firefly/html/firefly.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111

1212
<script>
1313
window.firefly = {
14-
app: {},
14+
app: {
15+
menu: [
16+
{label:'Images', action:'ImageSelectDropDownCmd'},
17+
{label:'Catalogs', action:'IrsaCatalogDropDown'},
18+
{label:'Charts', action:'ChartSelectDropDownCmd'},
19+
{label:'Demo Searches', action:'TestSearches'},
20+
//{label:'Help', action:'app_data.helpLoad', type:'COMMAND'},
21+
]
22+
},
1523
MenuItemKeys: {maskOverlay:true}
1624
};
1725
</script>

0 commit comments

Comments
 (0)