Project

General

Profile

« Previous | Next » 

Revision 2413

Added by sgarg over 19 years ago

Registry templates redesigned by Veronique Connolly and Saurabh Garg

View differences:

deleteData.tmpl
32 32
[% END %]
33 33

  
34 34

  
35
<p><font size="-1">You have requested deletion of data entered in [% orgabbrev %] Data Registry Form. Please enter your username, organization and password to delete this document.</font></p>
35
<table class="intro" cellpadding="3" cellspacing="0">
36
<tr><td align="left"><span class="regtext">You have requested deletion of a data set description entered in the [% orgabbrev %] Data Registry Form. 
37
Please enter your username, organization, and password to delete this document.</span><p>&nbsp;</p>
36 38

  
37 39
<form action="@cgi-prefix@/register-dataset.cgi" method="post">
38 40
  <input type="hidden" name="cfg" value="[% cfg %]">
39 41
  <input type="hidden" name="docid" value="[% docid %]">
40 42
  <input type="hidden" name="stage" value="delete_confirm"> 
41
  <table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7">
42
   <tr> 
43
    <td> 
44
      <table cellspacing="0" border="0" cellpadding="9" width="360" bgcolor="#C6d6e7" align="left">
45
        <tr>
43
    <table cellspacing="0" border="0" cellpadding="9" width="350" align="left">
44
        <tr class="sectbody">
46 45
	  <td>
47 46
	    <font size="-1"><b>
48 47
	      Username: 
49
	    </b></font>
50
          </td>
51
	  <td>
48
	    </b></font></td>
49
         <td>
52 50
	    <input type="TEXT" name="username">
53
	  </td>
54
        </tr>
55
	<tr>
51
	  </td></tr>
52
	<tr class="sectbody">
56 53
	  <td>
57 54
	    <font size="-1"><b> 	
58 55
	      Organization: 
59
	    </b></font>
60
          </td>
56
	    </b></font></td>
61 57
	  <td>
62 58
	    <select name="organization">
63 59
	    	<option value="unaffiliated">unaffiliated</option>
......
67 63
	    	<option value="OBFS">OBFS</option>
68 64
	    	<option value="KU">KU</option>
69 65
	    	<option value="UCNRS">UCNRS</option>
70
	    </select>
71
	  </td>
72
        </tr>
73
	<tr>
66
	    </select></td></tr>
67
	<tr class="sectbody">
74 68
	  <td>
75 69
	    <font size="-1"><b> 	
76 70
	      Password: 
......
78 72
          </td>
79 73
	  <td>
80 74
	    <input type="PASSWORD" name="password">
81
	  </td>
82
        </tr>
75
	  </td></tr>
83 76
      </table>
84
    </td>
85
  </tr>
86
</table>
77
</td></tr></table>
87 78
<p>
88 79
<hr>
89 80
</p>
90
<table cellspacing="0" border="0" cellpadding="9" width="800" bgcolor="#C6d6e7">
81
<table class="intro" cellspacing="0" border="0" cellpadding="9">
91 82
  <tr> 
92 83
    <td> 
93
      <font size="-1"><b>Are you sure you want to delete this data?</b></font> 
84
      <font size="-1"><b>Are you sure you want to delete this document?</b></font> 
94 85
      <p> 
95
        <input type="SUBMIT" value="Delete data" name="deleteData">
86
        <input type="SUBMIT" value="Delete document" name="deleteData">
96 87
        <input type="SUBMIT" value="   Cancel  " name="cancelData">
97 88
      </p>
98 89
    </td>

Also available in: Unified diff