Project

General

Profile

« Previous | Next » 

Revision 2082

Updates to static html login and upload

View differences:

harvesterLogin.html
1 1
<html> 
2 2
<head>
3
<title>EML Upload Login</title>
3
<title>Metacat Upload/Delete Login</title>
4 4
</head>
5 5

  
6 6
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
7 7
<br><center>
8 8
<h3>
9 9
<font color="#132B76" face=verdana size=2%>
10
<b>Eml Upload Interface </b>
10
<b>Metacat Upload/Delete Login</b>
11 11
</font>
12 12
</h3>
13 13

  
14
<form name="myform" 
15
      method="POST" 
16
      action="servlet/LoginServlet">
14
<form 
15
  name="myform" 
16
  method="POST" 
17
  action="../../../servlet/edu.ucsb.nceas.metacat.harvesterClient.LoginServlet">
17 18

  
18 19
<table width=400 align=center cellspacing=1 cellpadding=1 
19 20
       border=0 bgcolor="#333366">
......
58 59
                                  size="28">
59 60
                    </td>
60 61
                </tr>
61
                <!--<tr>
62
                    <td width='10%'> &nbsp;</td>
63
                    <td bgcolor="#4682b4"><p align="center">
64
                        <font color="white" face=verdana size=2%>
65
                            <b>Group Name</b>
66
                        </font>
67
                    </td>
68
                    <td><p><input type="text" 
69
                                  name="group" 
70
                                  maxlength="60" 
71
                                  size="28">
72
                    </td>
73
                </tr>-->
74 62
                <tr>
75 63
                    <td colspan=3 align=center >&nbsp; </td> 
76 64
                </tr>

Also available in: Unified diff