-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathreference.html
More file actions
138 lines (102 loc) · 5.37 KB
/
Copy pathreference.html
File metadata and controls
138 lines (102 loc) · 5.37 KB
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
<!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="includes/bootstrap.min.css">
<link rel="stylesheet" href="includes/bootstrap-theme.min.css">
<!-- 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?v=5" 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="includes/bootstrap.min.css">-->
<!-- <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_items.js"></script>
<link rel="stylesheet" href="css/legacy-theme.css?v=5">
</head>
<body>
<div class="bgimage">
<img src="includes/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="includes/jquery-3.7.1.min.js"></script>
<script src="includes/bootstrap-3.4.1.min.js"></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>
</html>