Revision 4005
Added by berkley over 16 years ago
index.jsp | ||
---|---|---|
24 | 24 |
<h1 style="text-align:center">SEEK Semantic Mediation Tools</h1> |
25 | 25 |
</div> |
26 | 26 |
<div style="width: 650px; border: 5px; margin: 0px auto; background: grey"> |
27 |
<div id="loginheaderdiv"> |
|
27 |
<div id="loginheaderdiv" style="padding: 3px;">
|
|
28 | 28 |
<h2 style="text-align:center" id="loginheader">Please Login</h2> |
29 | 29 |
</div> |
30 |
<div id="loginformdiv"> |
|
30 |
<div id="loginformdiv" style="padding:20px;">
|
|
31 | 31 |
<form action="metacat" name="loginform" method="POST"> |
32 | 32 |
<div style="width:300px; margin:0px auto; height: 150px;"> |
33 | 33 |
<table> |
... | ... | |
49 | 49 |
</div> |
50 | 50 |
</div> |
51 | 51 |
|
52 |
<div id="maindiv" style="display:none; width:625px; margin:0px auto;"> |
|
52 |
<div id="maindiv" style="display:none; width:625px; margin:0px auto; padding: 10px;">
|
|
53 | 53 |
<table style="width:625px"> |
54 | 54 |
<tr valign="top"> |
55 | 55 |
<td width="312px"> |
... | ... | |
98 | 98 |
</td> |
99 | 99 |
</tr> |
100 | 100 |
</table> |
101 |
|
|
102 |
<div id="searchresultdiv" style="border: 1px solid; padding: 10px; width: 600px;"> |
|
103 |
<div id="searchresulttable"> |
|
104 |
|
|
105 |
</div> |
|
101 | 106 |
</div> |
102 | 107 |
|
108 |
</div> |
|
109 |
|
|
103 | 110 |
</div> |
104 | 111 |
</div> |
105 | 112 |
<img id="bottomimg" src="style/skins/sms/sms-page-bottom.png" style="position:relative; bottom: 0px;"/> |
Also available in: Unified diff
got ajax calls working to display existing datasets in a paged table