forked from DestinyItemManager/DIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
window.html
151 lines (142 loc) · 7.57 KB
/
window.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<html>
<head>
<title>DIM</title>
<script type="text/javascript" src="scripts/bungie.js"></script>
<script type="text/javascript" src="scripts/loadout.js"></script>
<script type="text/javascript" src="scripts/main.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="header">
<div class="content">
<span>DIM</span> <span id="faq-button">?</span>
<span style="float: right;">
<input type="search" id="filter" placeholder="Filter Items..." /><span id="user"><loading></span>
</span>
</div>
</div>
<div id="storage" class="content">loading...</div>
<div id="loadout-create">
<div class="content">
<div id="loadout-options">
<input id="loadout-name" type="search" placeholder="Loadout Name..." />
<span id="loadout-save">Save</span><span id="loadout-cancel">Cancel</span>
</div>
<span id="loadout-contents">
<!-- <span class="loadout-class"></span> -->
<span class="loadout-emblem"></span
><span class="loadout-primary"></span
><span class="loadout-secondary"></span
><span class="loadout-heavy"></span
><span class="loadout-helmet"></span
><span class="loadout-gauntlets"></span
><span class="loadout-chest"></span
><span class="loadout-leg"></span
><span class="loadout-armor"></span
><span class="loadout-vehicle"></span
><span class="loadout-ship"></span
><span class="loadout-ghost"></span
><span class="loadout-titan"></span
><span class="loadout-hunter"></span
><span class="loadout-warlock"></span>
</span>
</div>
</div>
<div id="move-popup">
<div class="item-name"></div>
<div class="locations"></div>
<!-- <div class="close"><span>x</span></div> -->
</div>
<div id="loadout-popup">
<div id="loadout-new">+ Create Loadout</div>
<div id="loadout-list"></div>
</div>
<div id="faq">
<div class="content">
<div><div class="title">FAQ</div>
<ul>
<li><div class="question">Why is this app so slow? It seems like it's only moving an item at a time.</div>
<div class="answer">Unfortunetly, the bungie API limits the number of calls made to their service to 1 call per second. Faster than flying to tower though :)</div></li>
<li><div class="question">How can I contact you? Most bug/suggestion/comments are best directed this way.</div>
<div class="answer">I can best be contacted through my <a href="">reddit post here.</a></div></li>
<li><div class="question">I lost my item using your tool!</div>
<div class="answer">Try reloading the page and then using the search function. I'm sure it's still there.</div></li>
<li><div class="question">It's hard to see everything on the screen to do drag and drop effectively!</div>
<div class="answer">Page is best viewed at 1648px width if your monitor supports it. Otherwise, click an item to open a move menu.</div></li>
<li><div class="question">Thank you! Can I contribute in any way?</div>
<div class="answer">Share the tool and message me with your ideas, I would love to hear them!<br/>Otherwise, you could always contribute to my weed fund
<form style="display:inline-block" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EE2BLN2YN2Q5L">
<input type="image" style="height: 15px;vertical-align: middle;" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div></li>
</ul>
</div>
<div><div class="title">Special Thanks</div>
<ul>
<li><div class="answer">My wife. Helped me think through the site design, and is awesomely supporotive.</div></li>
<li><div class="answer">My brother. Was his idea to create something like this. (even before we could transfer items). And his constant pressuring for me to make it. :D haha. thanks jeff.</div></li>
<li><div class="answer"><a target="_blank" href="https://github.com/dazarobbo/BNextNotifier">dazarobbo</a>. This project simplified my initial development. I didn't end up reusing any of the code, but it got me off on the right foot. Also is a pretty neat extension, worth checking out if you frequent the bungie.net site.</div></li>
<li><div class="answer"><a target="_blank" href="http://reddit.com/r/DestinyTheGame">/r/DestinyTheGame</a>. helped me get up to speed with the game pretty quickly as a christmas noob.</div></li>
<li><div class="answer">Bungie. Not only for proving such incredible games, but for also hosting all of the images. >_> Hope that's cool.</div></li>
</ul>
</div>
<div><div class="title">Updates</div>
<ul>
<li><div class="answer">Intitial release: 3/3/2015: Drag and drop/click to move items. Custom loadouts.</div></li>
</ul>
</div>
<div style="padding-top: 50px; text-align: center;">
All images and content are property of bungie.net. Please contact me if there are any issues and I will gladly abide <3
</div>
</div>
</div>
<template id="loadout-template">
<div class="loadout-set">
<span class="button-name"></span>
<span class="button-delete">Delete</span>
</div>
</template>
<template id="sort-template">
<!-- <span class="loadout-class"></span> -->
<span class="sort-emblem"></span
><span class="sort-primary"></span
><span class="sort-secondary"></span
><span class="sort-heavy"></span
><span class="sort-helmet"></span
><span class="sort-gauntlets"></span
><span class="sort-chest"></span
><span class="sort-leg"></span
><span class="sort-armor"></span
><span class="sort-vehicle"></span
><span class="sort-ship"></span
><span class="sort-ghost"></span
><span class="sort-titan"></span
><span class="sort-hunter"></span
><span class="sort-warlock"></span
><span class="sort-miscellaneous"></span>
</template>
<template id="character-template">
<div class="character-box">
<div class="emblem"></div>
<div class="class"></div>
<div class="level"></div>
</div>
<div class="loadout-button">▽</div>
</template>
<template id="storage-template">
<div class="storage">
<div class="character"></div>
<div><div class="hover"></div><div class="title">Equipped</div><div class="items sections" data-type="equip"></div></div>
<div><div class="hover"></div><div class="items" data-type="item">
<div><div class="title">Weapons</div><div class="item-Weapon sections"></div></div>
<div><div class="title">Armor</div><div class="item-Armor sections"></div></div>
<div><div class="title">Styling</div><div class="item-Styling sections"></div></div>
<div><div class="title">Miscellaneous</div><div class="item-Miscellaneous sections"></div></div>
</div></div>
</div>
</template>
</body>
</html>