-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.html.old
More file actions
768 lines (631 loc) · 24.2 KB
/
sample.html.old
File metadata and controls
768 lines (631 loc) · 24.2 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Ritualization - Encyclopaedia Metallum: The Metal Archives</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/min/index.php?g=css" />
<script type="text/javascript" src="/min/index.php?g=js"></script>
<script type="text/javascript">
var URL_SITE = 'https://www.metal-archives.com/';
var URL_IMAGES = 'https://www.metal-archives.com/images/';
var URL_CSS = 'https://www.metal-archives.com/css/';
$(document).ready(function () {
toggleFixedPositioning(1280, 600);
executeOnAllPages();
});
</script>
<noscript>
<style type="text/css">
.no-js {
display: block !important;
}
</style>
</noscript>
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<link rel="stylesheet" type="text/css" href="https://www.metal-archives.com/css/default/oldie.css" />
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4046749-4']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<a href="https://www.metal-archives.com/" id="MA_logo">Metal Archives</a>
<div class="clear loading">
<img src="https://www.metal-archives.com/images/loading.gif" alt="loading" width="12" height="12" /> loading...</div>
<div id="search_box">
<form id="search_form" action="https://www.metal-archives.com/search" method="get">
<div>
<label>Search:</label>
<br/>
<input name="searchString" type="text" id="searchQueryBox" size="25" value="" tabindex="1" />
<select name="type" tabindex="2">
<option value="band_name">Band name</option>
<option value="band_genre">Music genre</option>
<option value="band_themes">Lyrical themes</option>
<option value="album_title">Album title</option>
<option value="song_title">Song title</option>
<option value="label_name">Label</option>
<option value="artist_alias">Artist</option>
<option value="user_name">User profile</option>
<option value="google">Google</option>
</select>
<br/>
<a href="https://www.metal-archives.com/search/advanced/?searchString=&type=" class="float_left" tabindex="4">Advanced search</a>
<button type="submit" class="btn_submit float_right" tabindex="3">Submit</button>
</div>
</form>
</div>
<div id="top_menu_box">
<ul class="menu_style_1">
<li>
<a href="https://www.metal-archives.com/content/help">Help</a>
</li>
<li>
<a href="https://www.metal-archives.com/content/rules">Rules</a>
</li>
<li>
<a href="https://www.metal-archives.com/board/" target="_top">Forum</a>
</li>
</ul>
<ul class="menu_style_2">
<li>
<a href="https://www.metal-archives.com/content/faq">FAQ</a>
</li>
<li>
<a href="https://www.metal-archives.com/content/support">Support Us</a>
</li>
<li>
<a href="https://www.metal-archives.com/content/tools">Add-ons</a>
</li>
</ul>
</div>
</div>
<div id="left_col">
<div id="member_box">
<form name="login_form" id="login_form" action="https://www.metal-archives.com/authentication/login" method="post">
<div>
<label>Username</label>
<br/>
<input type="text" name="loginUsername" size="20" />
<label>Password</label>
<br/>
<input type="password" name="loginPassword" size="20" />
<input type="hidden" name="origin" value="/bands/Ritualization/121265" />
<button type="submit" class="btn_login float_right">Login</button>
</div>
</form>
<a href="https://www.metal-archives.com/user/signup" class="float-left writeAction">Register</a>
<span class="float_right">
<a href="https://www.metal-archives.com/user/forgot-password" class="float-left writeAction">Forgot login?</a>
</span>
<div class="clear"> </div>
</div>
<div id="left_menu_box">
<ul class="menu_style_3 block_spacer_20">
<li>
Bands
<ul>
<li>
<a href="https://www.metal-archives.com/browse/letter">alphabetical</a>
</li>
<li>
<a href="https://www.metal-archives.com/browse/country">country</a>
</li>
<li>
<a href="https://www.metal-archives.com/browse/genre">genre</a>
</li>
</ul>
</li>
<li>
Labels
<ul>
<li>
<a href="https://www.metal-archives.com/label">alphabetical</a>
</li>
<li>
<a href="https://www.metal-archives.com/label/country">country</a>
</li>
</ul>
</li>
<li>
<a href="https://www.metal-archives.com/review/browse">Reviews</a>
</li>
</ul>
<ul class="menu_style_3 block_spacer_20">
<li>
<a href="https://www.metal-archives.com/artist/rip">R.I.P.</a>
</li>
<li>
<a href="https://www.metal-archives.com/band/random">Random Band</a>
</li>
<li>
<a href="https://www.metal-archives.com/user/list">User rankings</a>
</li>
<li>
<a href="https://www.metal-archives.com/news">News archive</a>
</li>
</ul>
<ul class="menu_style_3 ornement_30">
<li>
<a href="https://www.metal-archives.com/report/list">Reports</a>
</li>
<li>
<a href="https://www.metal-archives.com/todo">Contribute / To do</a>
</li>
</ul>
</div>
<div id="left_text_box">
<p class="small_text center"> © 2002-2018
<br/>Encyclopaedia Metallum </p>
<p class="small_text center">Best viewed
<br />
<a href="http://www.getfirefox.com" target="_blank">without</a> Internet Explorer,
<br/>in 1280 x 960 resolution
<br/> or higher.</p>
</div>
</div>
<div id="content_wrapper">
<script type="text/javascript" src="https://www.metal-archives.com/js/jquery/jquery.form.js"></script>
<script type="text/javascript">
var bandId = 121265;
var bandName = "Ritualization";
var minRecScore = 3;
$(document).ready(function () {
$('.tabs, .tabs2lvl').tabs({ beforeLoad: cacheTab });
$(".no-js").removeClass("no-js");
$('#band_members').tabs({ active: 1 }); $(document).on('click', '.albumMenu', toggleAlbumMenu);
var browser = detectBrowser();
if (browser.name == "webkit" && parseFloat(browser.version) < 536) {
$('head').append($('<style type="text/css">.releaseCol { width: 26%; }</style>'));
}
});
</script>
<div id="band_sidebar">
<div class="band_name_img">
<a class="image" id="logo" title="Ritualization" href="https://www.metal-archives.com/images/1/2/1/2/121265_logo.jpg?5404">
<img src="https://www.metal-archives.com/images/1/2/1/2/121265_logo.jpg?5404" title="Click to zoom" alt="Ritualization - Logo"
border="0" />
</a>
</div>
<div class="band_img">
<a class="image" id="photo" title="Ritualization" href="https://www.metal-archives.com/images/1/2/1/2/121265_photo.jpg?3535">
<img src="https://www.metal-archives.com/images/1/2/1/2/121265_photo.jpg?3535" title="Click to zoom" alt="Ritualization - Photo"
border="0" />
</a>
</div>
<div id="affiliation">
<span class="title">Buy their stuff</span>
<br />
<ul id="buyLinks" class="menu_style_5">
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=3&bid=121265">Search on eBay</a>
more...
<a href="#more" onclick="$('#sub3').toggle(); return false;">>></a>
<br />
<ul id="sub3" style="display: none; margin-top: 0px; margin-bottom: 0px;">
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=17&bid=121265">eBay Canada</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=19&bid=121265">eBay UK</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=18&bid=121265">eBay France</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=36&bid=121265">eBay Spain</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=34&bid=121265">eBay Belgium</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=20&bid=121265">eBay Netherlands</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=21&bid=121265">eBay Italy</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=22&bid=121265">eBay Australia</a>
</li>
</ul>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=2&id=431034&bid=121265">Search on Amazon.com
<img src="https://www.assoc-amazon.com/e/ir?t=encymetatheme-20&l=ur2&o=1" width="1" height="1" border="0" alt=""
style="border:none !important; margin:0px !important;" />
</a>
more...
<a href="#more" onclick="$('#sub2').toggle(); return false;">>></a>
<br />
<ul id="sub2" style="display: none; margin-top: 0px; margin-bottom: 0px;">
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=13&id=431034&bid=121265">Amazon Canada
<img src="https://www.assoc-amazon.ca/e/ir?t=encyclometall-20&l=ur2&o=15" width="1" height="1"
border="0" alt="" style="border:none !important; margin:0px !important;" />
</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=14&id=431034&bid=121265">Amazon France
<img src="https://www.assoc-amazon.fr/e/ir?t=encyclometall-21&l=ur2&o=8" width="1" height="1"
border="0" alt="" style="border:none !important; margin:0px !important;" />
</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=15&id=431034&bid=121265">Amazon Germany
<img src="https://www.assoc-amazon.de/e/ir?t=encyclometa0a-21&l=ur2&o=3" width="1" height="1"
border="0" alt="" style="border:none !important; margin:0px !important;" />
</a>
</li>
<li>
<a target="_blank" href="https://www.metal-archives.com/affiliate/?pid=16&id=431034&bid=121265">Amazon UK
<img src="https://www.assoc-amazon.co.uk/e/ir?t=encyclometa0e-21&l=ur2&o=2" width="1" height="1"
border="0" alt="" style="border:none !important; margin:0px !important;" />
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div id="band_content">
<div class="tool_strip right writeAction">
<ul>
<li>
<a title="Report a mistake or additional information for this page" href="javascript:popupReportDialog(1, 121265);"
class="btn_report_error"> </a>
</li>
</ul>
</div>
<div id="band_info">
<h1 class="band_name">
<a href="https://www.metal-archives.com/bands/Ritualization/121265">Ritualization</a>
</h1>
<div class="clear block_spacer_5"></div>
<div id="band_stats">
<dl class="float_left">
<dt>Country of origin:</dt>
<dd>
<a href="https://www.metal-archives.com/lists/FR">France</a>
</dd>
<dt>Location:</dt>
<dd>Orléans, Centre</dd>
<dt>Status:</dt>
<dd class="active">Active</dd>
<dt>Formed in:</dt>
<dd>2006</dd>
</dl>
<dl class="float_right">
<dt>Genre:</dt>
<dd>Blackened Death Metal</dd>
<dt>Lyrical themes:</dt>
<dd>Satanism, Darkness</dd>
<dt>Current label:</dt>
<dd>
<a href="https://www.metal-archives.com/labels/Iron_Bonehead_Productions/95">Iron Bonehead Productions</a>
</dd>
</dl>
<dl style="width: 100%;" class="clear">
<dt>Years active:</dt>
<dd>
2006-present </dd>
</dl>
</div>
<div class="band_comment clear">
<!-- Max 400 characters. Open the rest in a dialogue box-->
<b>Compilation appearances:</b>
<br /> - "Genesis to Our Curse" on
<i>We Are French Fuck You!</i> CD (
<a href="https://www.metal-archives.com/labels/Triumph_ov_Death/31980">Triumph ov Death</a>, 2015)
</div>
</div>
<!-- Error / OK messages -->
<div id="message"> </div>
<div class="clear block_spacer_5"> </div>
<div id="band_tabs" class="tabs no-js">
<ul>
<li>
<a href="#band_tab_discography">Discography</a>
</li>
<li>
<a href="#band_tab_members">Members</a>
</li>
<li>
<a href="https://www.metal-archives.com/band/ajax-reviews/id/121265" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://www.metal-archives.com/band/ajax-recommendations/id/121265" title="Similar artists">
<span>Similar Artists</span>
</a>
</li>
<li>
<a href="https://www.metal-archives.com/link/ajax-list/type/band/id/121265" title="Related links">
<span>Related Links</span>
</a>
</li>
</ul>
<div id="band_tab_discography">
<div id="band_disco" class="tabs2lvl">
<ul>
<li>
<a href="https://www.metal-archives.com/band/discography/id/121265/tab/all">
<span>Complete discography</span>
</a>
</li>
<li>
<a href="https://www.metal-archives.com/band/discography/id/121265/tab/main">
<span>Main</span>
</a>
</li>
<li>
<a href="https://www.metal-archives.com/band/discography/id/121265/tab/lives">
<span>Lives</span>
</a>
</li>
<li>
<a href="https://www.metal-archives.com/band/discography/id/121265/tab/demos">
<span>Demos</span>
</a>
</li>
<li>
<a href="https://www.metal-archives.com/band/discography/id/121265/tab/misc">
<span>Misc.</span>
</a>
</li>
</ul>
</div>
</div>
<div id="band_tab_members">
<div id="band_members" class="tabs2lvl">
<ul>
<li>
<a href="#band_tab_members_all">Complete lineup</a>
</li>
<li>
<a href="#band_tab_members_current">Current lineup</a>
</li>
<li>
<a href="#band_tab_members_past">Past members</a>
</li>
</ul>
<!-- Complete lineup -->
<div id="band_tab_members_all">
<div class="ui-tabs-panel-content">
<table class="display lineupTable" cellpadding="0" cellspacing="0">
<tr class="lineupHeaders">
<td colspan="2" align="right">
Current </td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Gorio/73652" class="bold">Krig</a>
</td>
<td>
Bass, Vocals (backing) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also: ex-
<a href="https://www.metal-archives.com/bands/Como_Muertos/112531">Como Muertos</a>, ex-
<a href="https://www.metal-archives.com/bands/Impureza/65960">Impureza</a>
</td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Da%27ath/666117" class="bold">Da'ath</a>
</td>
<td>
Guitars </td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Blastum/2314" class="bold">Blastum</a>
</td>
<td>
Drums (2006-present) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also:
<a href="https://www.metal-archives.com/bands/Merrimack/7714">Merrimack</a>,
<a href="https://www.metal-archives.com/bands/Purge/100914">Purge</a>,
<a href="https://www.metal-archives.com/bands/VI/123827">VI</a>,
<a href="https://www.metal-archives.com/bands/Osculum_Infame/4990">Osculum Infame</a> (live), ex-
<a href="https://www.metal-archives.com/bands/Ingens/101330">Ingens</a>, ex-
<a href="https://www.metal-archives.com/bands/Terminal_War/3540423980">Terminal War</a>, ex-
<a href="https://www.metal-archives.com/bands/Chaos/119036">Chaos</a>, ex-
<a href="https://www.metal-archives.com/bands/Aosoth/10098">Aosoth</a>, ex-
<a href="https://www.metal-archives.com/bands/Antaeus/2170">Antaeus</a> (live), ex-Grist </td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Infamist/185599" class="bold">Infamist</a>
</td>
<td>
Guitars (2006-present) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also:
<a href="https://www.metal-archives.com/bands/Misgivings/65961">Misgivings</a>, ex-
<a href="https://www.metal-archives.com/bands/Curseways/121269">Curseways</a>
</td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Warchangel/185597" class="bold">Warchangel</a>
</td>
<td>
Vocals (2006-present) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also: ex-
<a href="https://www.metal-archives.com/bands/Curseways/121269">Curseways</a>
</td>
</tr>
<tr class="lineupHeaders">
<td colspan="2" align="right">
Past </td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Set/855" class="bold">Set</a>
</td>
<td>
Guitars (2011-?) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also:
<a href="https://www.metal-archives.com/bands/Antaeus/2170">Antaeus</a>, ex-
<a href="https://www.metal-archives.com/bands/Aosoth/10098">Aosoth</a>, ex-
<a href="https://www.metal-archives.com/bands/Sublime_Cadaveric_Decomposition/5070">Sublime Cadaveric Decomposition</a>, ex-
<a href="https://www.metal-archives.com/bands/Aes_Dana/2993">Aes Dana</a>
</td>
</tr>
</table>
</div>
</div>
<!-- Current members-->
<div id="band_tab_members_current">
<div class="ui-tabs-panel-content">
<table class="display lineupTable" cellpadding="0" cellspacing="0">
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Gorio/73652" class="bold">Krig</a>
</td>
<td>
Bass, Vocals (backing) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also: ex-
<a href="https://www.metal-archives.com/bands/Como_Muertos/112531">Como Muertos</a>, ex-
<a href="https://www.metal-archives.com/bands/Impureza/65960">Impureza</a>
</td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Da%27ath/666117" class="bold">Da'ath</a>
</td>
<td>
Guitars </td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Blastum/2314" class="bold">Blastum</a>
</td>
<td>
Drums (2006-present) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also:
<a href="https://www.metal-archives.com/bands/Merrimack/7714">Merrimack</a>,
<a href="https://www.metal-archives.com/bands/Purge/100914">Purge</a>,
<a href="https://www.metal-archives.com/bands/VI/123827">VI</a>,
<a href="https://www.metal-archives.com/bands/Osculum_Infame/4990">Osculum Infame</a> (live), ex-
<a href="https://www.metal-archives.com/bands/Ingens/101330">Ingens</a>, ex-
<a href="https://www.metal-archives.com/bands/Terminal_War/3540423980">Terminal War</a>, ex-
<a href="https://www.metal-archives.com/bands/Chaos/119036">Chaos</a>, ex-
<a href="https://www.metal-archives.com/bands/Aosoth/10098">Aosoth</a>, ex-
<a href="https://www.metal-archives.com/bands/Antaeus/2170">Antaeus</a> (live), ex-Grist </td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Infamist/185599" class="bold">Infamist</a>
</td>
<td>
Guitars (2006-present) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also:
<a href="https://www.metal-archives.com/bands/Misgivings/65961">Misgivings</a>, ex-
<a href="https://www.metal-archives.com/bands/Curseways/121269">Curseways</a>
</td>
</tr>
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Warchangel/185597" class="bold">Warchangel</a>
</td>
<td>
Vocals (2006-present) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also: ex-
<a href="https://www.metal-archives.com/bands/Curseways/121269">Curseways</a>
</td>
</tr>
</table>
</div>
</div>
<!-- Past members-->
<div id="band_tab_members_past">
<div class="ui-tabs-panel-content">
<table class="display lineupTable" cellpadding="0" cellspacing="0">
<tr class="lineupRow">
<td width="200" valign="top">
<a href="https://www.metal-archives.com/artists/Set/855" class="bold">Set</a>
</td>
<td>
Guitars (2011-?) </td>
</tr>
<tr class="lineupBandsRow">
<td colspan="2">
See also:
<a href="https://www.metal-archives.com/bands/Antaeus/2170">Antaeus</a>, ex-
<a href="https://www.metal-archives.com/bands/Aosoth/10098">Aosoth</a>, ex-
<a href="https://www.metal-archives.com/bands/Sublime_Cadaveric_Decomposition/5070">Sublime Cadaveric Decomposition</a>, ex-
<a href="https://www.metal-archives.com/bands/Aes_Dana/2993">Aes Dana</a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<!--**** Footer ***-->
<div id="auditTrail">
<table>
<tr>
<td>Added by:
<a href="https://www.metal-archives.com/users/kalevi" class="profileMenu">kalevi</a>
</td>
<td align="right">Modified by:
<a href="https://www.metal-archives.com/users/Schlackmuch" class="profileMenu">Schlackmuch</a>
</td>
</tr>
<tr>
<td>Added on: 2008-03-09 14:48:05</td>
<td align="right">Last modified on: 2017-10-16 02:22:29</td>
</tr>
<tr>
<td valign="top">
</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</div>
</div>
<div id="readMoreDialog" title="Additional notes" class="displayNone"> </div>
</div>
</div>
</body>
</html>