-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (140 loc) · 7.81 KB
/
index.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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DevPro Web Beta</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/supersized.core.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div id='wrapper'>
<div class="transparent container" id='chat' >
<div id='chatbody'>
<div id='chatbox'>
</div>
<ul id='users'>
</ul>
<ol id='chatrooms' class='form-body'></ol>
</div>
<form id='chatform'>
<input placeholder='Enter text here,...'/>
<button type='button'>Send</button>
</form><span class=usercount></span>
</div>
<div class="container" style='border:1px solid black; width:160px; height:600px; background:white; display:none;'>
</div>
<div class='transparent container' id='duelrooms'>
<table id='roomlist'>
<tr>
<td>
<ul id='unranked'>Unranked</ul>
</td>
<td>
<ul id='ranked'>Ranked</ul>
</td>
</tr>
</table>
<div id='room-controls'>
<input type="text" placeholder='Search' style='width: 90%;margin: 14px auto;'>
<table id='stats'>
<tr colspan=1 style='position: relative;top: -8px;background: white;'>
<td>
Server Details
</td>
<tr>
<tr>
<td># of Rooms</td>
<td></td>
</tr>
<tr>
<td># of Unranked</td>
<td></td>
</tr>
<tr>
<td># of Ranked</td>
<td></td>
</tr>
<tr>
<td># of Open Rooms</td>
<td></td>
</tr>
<tr>
<td># of Users</td>
<td></td>
</tr>
</table>
Server List
<select name="" id=""></select>
<input type="checkbox">Filter Active Games
<select placeholder ='Default Deck'>
<button>Deck Edit</button>
<button>Replays</button>
<button>Profile</button>
</select>
</div>
</div>
<div class="container" style='border:1px solid black; width:160px; height:600px; background:white; display:none;'>
</div>
<div class="container" >
<div class="transparent" id='login'>
<div class="transparent form-body" >
<h1>YGOPro</h1>
<h2>DevPro Online</h2>
<form action="">
<input type="text" placeholder='Username' id='username' >
<input type="password" placeholder='Password' id='password'>
<br style='height:20px;'>
<select placeholder='Language' >
<option value="English">English</option>
<option value="German">German</option>
</select><br />
<div style='color:white; background: purple;width:45%; margin:10px auto;' id='loginbutton' onclick='login()'>Login</div>
</form>
</div>
</div>
</div>
<nav>
<div class='content'>
<ul>
<li><a href="http://devpro.org/blog">Blog</a></li>
<li><a href="http://www.ygo-forum.de/">Forums</a></li>
<!--<li><a href='http://devpro.org/replay'>Replays</a></li>-->
<li><a href="http://devpro.spreadshirt.com/">DevPro Shop</a></li>
<li><a rel="prettyPhoto[iframes]" href="http://91.250.84.118/ranking/ranking-server.php&iframe=true&width=70%&height=100%">Rankings</a></li><a rel="prettyPhoto[iframes]" href="http://91.250.84.118/ranking/ranking-server.php&iframe=true&width=70%&height=100%">
</a><li><a rel="prettyPhoto[iframes]" href="http://91.250.84.118/ranking/ranking-server.php&iframe=true&width=70%&height=100%"></a><a href="http://www.ygo-forum.de/index.php?page=Board&boardID=226">Bug Reports</a></li>
<li><a href="http://devpro.org/events/event ">Events</a></li>
<li><a href="http://devpro.org/faq">FAQ</a></li>
</ul>
</div>
</nav>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src='js\vendor\supersize\core\js\supersized.core.3.2.1.js'></script>
<script src='js\vendor\jquery-cookie\jquery.cookie.js'></script>
<script type="text/javascript">
jQuery(function($){
$.supersized({
slides : [ {image : 'http://devpro.org/wp-content/supersized-slides/magi_magi_magician_gal_by_astau-d4oa562.jpg'} ]
});
});
</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</script>
</body>
</html>