-
Notifications
You must be signed in to change notification settings - Fork 48
/
reference.html
165 lines (128 loc) · 6.88 KB
/
reference.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<title>Auto Reference</title>
<style> html { display: none; } </style>
<script type="text/javascript">
if (self == top) { document.documentElement.style.display = 'block'; } else { top.location = self.location; }
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Online -->
<link rel="stylesheet" href="https://bootswatch.com/superhero/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Offline -->
<!-- <link rel="stylesheet" href="offline/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="offline/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> -->
<link rel="stylesheet" href="css/defaults.css" type="text/css" media="all" />
<!-- <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin"> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">-->
<!-- <link rel="stylesheet" href="web/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> -->
<!-- <link rel="stylesheet" href="web/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> -->
<script src="js/srd_menu.js"></script>
<script src="js/srd_backgrounds.js"></script>
<script src="js/srd_classes.js"></script>
<script src="js/srd_feats.js"></script>
<script src="js/srd_items.js"></script>
<script src="js/srd_monsters.js"></script>
<script src="js/srd_races.js"></script>
<script src="js/srd_rules.js"></script>
<script src="js/srd_spells.js"></script>
</head>
<body>
<div class="bgimage">
<!-- Online -->
<!-- <img src="http://dungeonmastering.net/wp-content/uploads/2015/06/dndlogo1.png"> -->
<!-- Offline -->
<img src="offline/dndlogo1.png" class="bgimage">
</div>
<div id="" class="container-fluid">
<div class="row">
<div class="col-md-12 logo">Auto Reference <img src='img/d20.png' height="28" width="25"/></div>
</div>
<div id="menu-container" class="row">
<div id="menu" class="col-md-11 btn-group">
<a href="#" class='menuitem-style btn hover-icon-clickarea' aria-hidden='true'><span class="glyphicon glyphicon-hand-up hover-icon"></span></a>
</div>
<div id="menu" class="col-md-1 btn-group">
<a href="#" class='link-menu-style btn rolltables-button' aria-hidden='true'>Roll Tables</a>
</div>
</div>
<div id="" class="row"></div>
</div>
<div id="page" class="container-fluid">
<div class="row">
<div class="col-md-12">
<p class="lead"></p>
</div>
</div>
<div class="row">
<div id="leftnav" class="col-xs-12 col-sm-4">
<div id="left-display-list"></div>
</div>
<div id="rightnav" class="col-xs-12 col-sm-8">
<!-- <ul class="nav nav-tabs">
<li id="current-roll-tab" role="presentation" class="active"><a href="#">Current Roll</a></li>
<li id="history-roll-tab" role="presentation"><a href="#">History</a></li>
<li id="expand-history-tab" class="nav-tabs-right" role="presentation"><a href="#"><span class='glyphicon glyphicon-chevron-down' aria-label="Expand All"></span></a></li>
<li id="collapse-history-tab" class="nav-tabs-right" role="presentation"><a href="#"><span class='glyphicon glyphicon-chevron-up' aria-label="Collapse All"></span></a></li>
<li id="clear-history-roll-tab" class="nav-tabs-right" role="presentation"><a href="#">Clear History</a></li>
</ul> -->
<div id="rightview-srd-display" class="rightview-srd"></div>
</div>
</div>
<div class="row"> </div>
<div class="row">
<div id="leftbuttons" class="col-md-4">
<div class="input-group bottom-nav">
<input type="text" class="form-control" placeholder="Filter..." aria-describedby="filter" id="filter">
<span class="input-group-addon search-button-addon">
<button class="btn bottom-btn" type="button" id="filter-clear"><span class='glyphicon glyphicon-remove'></span></button>
</span>
<span class="input-group-addon search-button-addon">
<button class="btn bottom-btn" type="button" id="filter-button"><span class='glyphicon glyphicon-search'></span></button>
</span>
</div>
</div>
<div id="rightbuttons" class="col-md-4">
</div>
<div id="rightbuttons" class="col-md-4">
<a class="bottom-nav copy-button btn bottom-btn" id="copy-history-button" value="Copy To Clipboard" style="width:100%;"><span class='glyphicon glyphicon-duplicate'></span> Copy Details</a>
</div>
</div>
<div class="row"> </div>
<div class="row">
<div class="col-md-12">
<p class="text-less-muted"><a href="credits.html">credits</a> and <a href="license.html">license</a> | report issues: on <a href="https://github.com/autorolltables/autorolltables.github.io/issues/new">github</a> or <a href="https://www.reddit.com/message/compose/?to=dangeratio">reddit</a>.
</p>
</div>
</div>
</div>
<div id='alerts' class='overlay'></div>
</body>
<!-- Online -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Offline -->
<!-- <script src="offline/jquery.min.js"></script> -->
<!-- <script src="offline/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> -->
<script src="js/srd.js"></script>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10833414;
var sc_invisible=1;
var sc_security="aab08f2d";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web counter"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/10833414/0/aab08f2d/1/"
alt="web counter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</html>