-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile.php
76 lines (71 loc) · 2.32 KB
/
profile.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>The International Biometric Society Australasian Region</title>
<link href="conf.css" type="text/css" rel="stylesheet">
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3244064-2");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<table class="maintable">
<tr class="banner">
<td colspan="2" class="banner"><table class="topbox" border=0>
<tr>
<td class="title">
<center> The International Biometric Society<BR> Australasian Region</center>
</td>
<td rowspan="2" style="border-color: #583af2; border-style: groove;
border-width: thin;">
<a href="http://www.tibs.org/">
<img src="ibslogo.jpg" alt="[ibslogo]" width="120" height="120" style="vertical-align: middle;" /></a>
</td>
</tr>
<tr>
<td class="dates">
<p>www.biometrics.org.au<span style="color: #b1e8ff;"></span></p>
</td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top" class="left-outer" width=0>
<table class="left-inner">
<tr>
<td class="l-i">
<?php include 'panelLeft.php'?>
</td>
</tr>
</table>
</td>
<td valign="top" class="bodytext">
<!-- ======== BEGIN PAGE TEXT =================== -->
<div class="pagename"><h1>Member Profiles!</h1></div>
<div class="text">
<table>
<tr>
<td><img src="member/Fewster_R.jpg" /></br><a href="member/Fewster_R.pdf">Rachel Fewster</a></td>
<td><img src="member/Foster_S.jpg" /></br><a href="member/Foster_S.pdf">Scott Foster</a></td>
</tr>
<tr>
<td><img src="member/Kaye_Basford.jpg" /></br><a href="member/KayeBasfordIBSprofile.pdf">Kaye Basford</a></td>
</tr>
</table>
</div>
<!-- ======== END PAGE TEXT ===================== -->
</td>
</tr>
<tr>
<td colspan="2" class="foot">
<p class="lastupdated"> Last updated 8 June 2008.</p></td>
</tr>
</table>
</body>
</html>