forked from quiescens/eve-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.html
40 lines (37 loc) · 2.36 KB
/
examples.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
<!DOCTYPE html>
<html>
<head>
<title>
</title>
<style>
body { font-family: sans-serif; }
</style>
<link rel="stylesheet" type="text/css" href="eve-ui.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<script src="eve-ui.js"></script>
<script>
//// this variable defines how many fits to try to load data for automatically, any further fits will be loaded only when clicked
// eveui_preload_initial = 0;
//// if you want to define your own css styles for the relevant classes, you should remove the default styles as below
// eveui_style = '';
//// available modes
//// expand_all: expands all fits into the existing DOM as they are loaded
//// expand: expands fit into existing DOM when clicked
//// modal: opens one fit in a window that has to be closed before continuing
//// multi_window: opens each fit in a new window which can be closed individually
// eveui_mode = 'multi_window';
//// set a language if you don't want to use the user's default (eg if they have already set a language preference on your site)
// eveui_accept_language = 'de';
</script>
</head>
<body>
<p><a href="https://github.com/quiescens/eve-ui/">GitHub</a>
<hr />
<p><a href="fitting:670::" data-title="aka capsule">Pod</a>
<p><a data-eveui-expand href="fitting:17740:2048;1:2281;2:26442;1:12791;16560:10190;4:19215;1:26448;2:33681;1:3186;7:12787;3248:12084;1:2446;1:17559;1:1999;2::">Vindicator</a>
<p><div data-dna="24694:2048;1:3841;1:26082;1:519;3:26088;2:2281;2:1355;1:35662;1:19215;1:2961;7:1978;1:2488;5:2185;5:12761;1337:21894;1337:28999;1:29001;1::">Some ship</div>
<p><a href="https://o.smium.org/loadout/dna/11985:2048;1:1541;1:3841;1:2281;1:19215;1:12058;1:2301;1:3608;4:16487;2:31360;1:31796;1:28201;5::" data-dna="11985:2048;1:1541;1:3841;1:2281;1:19215;1:12058;1:2301;1:3608;4:16487;2:31360;1:31796;1:28201;5::">Nobody knows</a>
<p><a href="char:797400947">Character</a>
<p><a href="char:90788766">Character</a>
<p><a href="item:17740">Item</a>
</html>