1
|
<html>
|
2
|
<head>
|
3
|
<link rel="stylesheet" type="text/css" href="style/skins/sms/sms.css"/>
|
4
|
<script src="style/skins/sms/jquery-1.2.6.min.js"></script>
|
5
|
<script src="style/skins/sms/util.js"></script>
|
6
|
<script type="text/javascript">
|
7
|
|
8
|
</script>
|
9
|
|
10
|
<title>Semantic Mediation System</title>
|
11
|
</head>
|
12
|
<body onload="checkLogin()">
|
13
|
|
14
|
<div style="width: 700px; margin: 0px auto; border:0px; padding:0px;">
|
15
|
<img style="position:relative; top: 15px;" src="style/skins/sms/sms-page-top.png"/>
|
16
|
<div id="page">
|
17
|
<div style="width:650px; border:5px; margin:0px auto;">
|
18
|
<h1 style="text-align:center">SEEK Semantic Mediation Tools</h1>
|
19
|
</div>
|
20
|
<div style="width: 650px; border: 5px; margin: 0px auto; background: grey">
|
21
|
<div id="loginheaderdiv">
|
22
|
<h2 style="text-align:center" id="loginheader">Please Login</h2>
|
23
|
</div>
|
24
|
<div id="loginformdiv">
|
25
|
<form action="metacat" name="loginform" method="POST">
|
26
|
<div style="width:300px; margin:0px auto; height: 150px;">
|
27
|
<table>
|
28
|
<tr>
|
29
|
<td>Username:</td><td><input id="un" type="text" name="username"/></td>
|
30
|
</tr>
|
31
|
<tr>
|
32
|
<td>Organization:</td><td><input id="org" type="text" name="organization"/></td>
|
33
|
</tr>
|
34
|
<tr>
|
35
|
<td>Password:</td><td><input id="pw" type="password" name="password"/></td>
|
36
|
</tr>
|
37
|
</table>
|
38
|
<a onclick="login()">[Login]</a>
|
39
|
</form>
|
40
|
</div>
|
41
|
</div>
|
42
|
|
43
|
<!--<div id="maindiv" style="width:625px; margin:0px auto;">
|
44
|
<div id="leftspan" style="display:inline; background:grey; border:1px solid">
|
45
|
<p>span1</p>
|
46
|
</div>
|
47
|
<div id="rightspan" style="display:inline; background:grey; border:1px solid">
|
48
|
<p>span2</p>
|
49
|
</div>
|
50
|
</div>-->
|
51
|
|
52
|
<div id="maindiv" style="display:none; width:625px; margin:0px auto;">
|
53
|
<table style="width:625px">
|
54
|
<tr>
|
55
|
<td>
|
56
|
<div id="leftspan" style="background:grey; border:1px solid">
|
57
|
<p>span1</p>
|
58
|
</div>
|
59
|
</td>
|
60
|
|
61
|
<td>
|
62
|
<div id="rightspan" style="background:grey; border:1px solid">
|
63
|
<p>span2</p>
|
64
|
</div>
|
65
|
</td>
|
66
|
</tr>
|
67
|
</table>
|
68
|
</div>
|
69
|
|
70
|
</div>
|
71
|
</div>
|
72
|
<img id="bottomimg" src="style/skins/sms/sms-page-bottom.png" style="position:relative; bottom: 0px;"/>
|
73
|
</div>
|
74
|
</body>
|
75
|
</html>
|