summaryrefslogtreecommitdiff
path: root/pages/members.php
blob: 2e00c66e12f9c15cc1169e8338521764e88356e9 (plain)
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
<div class="header">
  <div class="header_members">
    <div class="header_text">Members</div>
  </div>
</div>
<?php
global $member;

if($member) {
  $members = array(
		   array("id"=>"bent",
						 "name"=>"Bent Bisballe Nyeng",
						 "instrument"=>"Drums",
						 "equipment"=>"<br/><a href=\"http://www.aasimon.org/deva/view.php?section=aasimonster\">The Aasimonster</a><br/>Vater Super <del>Jazz</del> <em><strong>Metal</strong</em> sticks<br/><a href='http://www.anatolian.dk/'>Anatolian Baris Cymbals</a><br/>Axis Longboard pedals with eKit triggers<br/>Alesis DM5 trigger module",
						 "birthyear"=>"1979",
						 "influences"=>"Cryptopsy, Nile,<br/>Suffocation, Vader, Atheist,<br/>Dying Fetus, Benighted.",
						 "image"=>"bent_2008.jpg"),
			 
		   array("id"=>"tajs",
						 "name"=>"Tajs Kolman",
						 "instrument"=>"Lead Guitar",
						 "equipment"=>"Ibanez Universe UV7BK-97 guitar<br/>Engl Savage Special Edition amp<br/>Mesa Boogie Triaxis amp<br/>TC Electronics G-Major effects.",
						 "birthyear"=>"1978",
						 "influences"=>"Symphony X,<br/>Dimmu Borgir,<br/>Spawn of Possession,<br/>Necrophagist,<br/>Yngwie Malmsteen,<br/>Steve Vai.<br/>",
						 //"hobbies"=>"Dai Ki Haku",
						 //"education"=>"Computer Science/Mathematics",
						 "image"=>"tajs_2008.jpg"),
			 
		   array("id"=>"simon",
						 "name"=>"Simon Pedersen",
						 "instrument"=>"Vocals",
						 "birthyear"=>"1978",
						 "image"=>"simon_2005.jpg"),
			 
		   array("id"=>"soren",
						 "name"=>"Søren Christensen",
						 "instrument"=>"Vocals",
						 "equipment"=>"Shure PGX24E/SM58 Wireless Microphone",
						 "birthyear"=>"1986",
						 "influences"=>"Krisiun, Morbid Angel, Immolation, Internal Suffering, Dying fetus, Hate eternal, Severe Torture, Grave, Emeth, Blood Red Throne",
						 "image"=>"teddy_2008.jpg"),
			 
		   array("id"=>"rasmus",
						 "name"=>"Rasmus Henriksen",
						 "instrument"=>"Rhythm Guitar",
						 "birthyear"=>"1978",
						 "image"=>"rasmus_2008.jpg"),
			 
		   array("id"=>"jonas",
						 "name"=>"Jonas Møller",
						 "instrument"=>"Bass",
						 "equipment"=>"Musicman SUB<br/>Marshall JCM 800 - Bass Series<br/>Fender cab",
						 "birthyear"=>"1983",
						 "influences"=>"Slayer, Dying Fetus, Suffocation, Visceral Bleeding, Gojira, Spawn of Possession, Origin, Aeon, Nasum and beer",
						 "image"=>"jonas_2008.jpg")
		  );

  foreach($members as $m) {
    if($m["id"] == $member) {
?>
<table class="bandmembertable" cellspacing="0" cellpadding="10">
<tr>
<td><img class="bandimage" alt="<?php echo $m["name"] ?>" src="<?php echo "gfx/members/" . $m["image"] ?>"/></td>
<td>
<p>
<strong><?php echo $m["name"]; ?></strong><br/>
<?php if($m["birthyear"]) {?><em>Birthyear</em>: <?php echo $m["birthyear"]; ?><br/><?php } ?>
<em>Instrument</em>: <?php echo $m["instrument"]; ?>
</p>

<p><?php if($m["equipment"]) { ?><em>Equipment</em>: <?php echo $m["equipment"]; ?><?php }?></p>

<p><?php if($m["influences"]) { ?><em>Influences</em>: <?php echo $m["influences"]; ?><?php }?></p>

<p><?php if($m["hobbies"]) { ?><em>Hobbies</em>: <?php echo $m["hobbies"]; ?><?php }?></p>

<p><?php if($m["education"]) { ?><em>Education</em>: <?php echo $m["education"]; ?><?php }?></p>
</td></tr>
</table>
<?php
    }
  }
?>
<?php } else { ?>
<map name="imgmap">
<area shape="poly"
coords="2,134,38,87,101,88,144,130,152,186,140,233,140,257,166,316,160,393,6,391"
href="?page=members&amp;member=rasmus" />
<area shape="poly"
coords="127,106,150,128,156,186,146,231,145,252,171,313,168,390,218,326,188,245,193,223,210,175,237,150,236,83,208,22,155,21"
href="?page=members&amp;member=tajs" />
<area shape="poly"
coords="177,389,223,327,193,243,214,177,247,146,285,146,324,175,338,235,309,326,346,388"
href="?page=members&amp;member=soren" />
<area shape="poly"
coords="355,389,314,324,345,238,332,173,306,153,298,51,334,12,392,13,432,83,389,127,379,215,408,305"
href="?page=members&amp;member=jonas" />
<area shape="poly"
coords="360,390,415,304,386,217,393,132,437,83,521,86,522,390"
href="?page=members&amp;member=bent" />
</map>
  <img class="bandimage" src="gfx/group_2008.jpg" alt="Group image" usemap="#imgmap"/> 
	<div style="text-align: center">
  <a href="?page=members&amp;member=rasmus">Rasmus</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  <a href="?page=members&amp;member=tajs">Tajs</a> &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;
  <a href="?page=members&amp;member=soren">Søren</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  <a href="?page=members&amp;member=jonas">Jonas</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  <a href="?page=members&amp;member=bent">Bent</a>
  </div>
<?php } ?>
<?php
?>