Project

General

Profile

« Previous | Next » 

Revision 8381

bring identity management more in line with the current nceas look and feel

View differences:

lib/style/skins/account/account.css
34 34
 */
35 35

  
36 36
@import url("../../../style/common/eml_xsl.css");
37

  
37 38
b {
38 39
font-weight: bold;
39 40
}
......
46 47
 */  
47 48
.iframeheaderclass {
48 49
  height:   155px; 
49
  width:    98%;
50
  width:    100%;
50 51
  border:   0px;
51 52
  margin:   0px;
52
  margin-left: 10px;
53 53
}
54 54

  
55 55
.iframesearchboxclass { /* not used */ }
......
58 58
.iframefooterclass   { /* not used */ }
59 59

  
60 60
/**
61
 *  create a left margin for the document
61
 *  create a left margin for the main content
62 62
 */
63 63

  
64
body { margin-left: 70px; }
64
#Content { 
65
	margin-left: 70px;
66
}
65 67

  
66 68
/**
67 69
 *  set the size and alignment etc of the top-level layout table
......
393 395
       width:  24%;
394 396
       text-align: right;
395 397
    }
398
    
399
/**
400
NEW NCEAS L+F
401
***/
402
div#newHeader {
403
	background: url("./images/headerBG.png");
404
	width: 100%;
405
	height: 129px;
406
	min-width: 882px;
407
	margin: 0px;
408
	padding: 0px;
409
	box-shadow: 0px 0px 5px black;
410
	margin-bottom: 38px;
411
	max-height: 129px;
412
	position: relative;
413
	z-index: 5;
414
}
396 415

  
lib/style/skins/account/index.html
27 27
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28 28
 */
29 29
-->
30

  
31

  
32
   
33 30
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
34 31
<html>
35 32
<head>
......
45 42
      <script language="JavaScript">
46 43
          insertTemplateOpening(CONTEXT_URL);
47 44
      </script>
48
<table width="760" border="0" cellspacing="0" cellpadding="0">
49
  <tr><td colspan="5">
50

  
51
<p>The <b>Account Manager</b> is used to manage your preferences regarding your
52
NCEAS account. Currently you can create a new account, lookup your account if your have
53
forgotten your account name, change your password if you
54
know your previous password, and if you have forgotten your password,
55
you can reset it to a new value that will be emailed to the address on 
56
record for the account.</p>
57

  
58

  
59
<br><br>
60
<tr><td colspan="5">
61
<b>Choose an action:</b>
62

  
63
    <ul>
64
        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account">Create a new account</a>');</script>
65
        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=lookupname">Lookup your account</a>');</script>
66
        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=changepass">Change your password</a>');</script>
67
        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=resetpass">Reset your password</a>');</script>
68
    </ul>
69
</td>
70
</tr>
71
</table>
72

  
73
<script language="JavaScript">          
74
    insertTemplateClosing(CONTEXT_URL);
75
</script>
45
      
46
      <div id="Content">
47
      
48
      	<h1>Identity Management</h1>
49
		<table width="760" border="0" cellspacing="0" cellpadding="0">
50
			<tr>
51
				<td colspan="5">
52
					<p>The <b>Account Manager</b> is used to manage your preferences regarding your
53
					NCEAS account. Currently you can create a new account, lookup your account if your have
54
					forgotten your account name, change your password if you
55
					know your previous password, and if you have forgotten your password,
56
					you can reset it to a new value that will be emailed to the address on 
57
					record for the account.</p>
58
					<br/>
59
				</td>
60
			</tr>	
61
			<tr>
62
				<td colspan="5">
63
					<b>Choose an action:</b>
64
				    <ul>
65
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account">Create a new account</a>');</script>
66
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=lookupname">Lookup your account</a>');</script>
67
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=changepass">Change your password</a>');</script>
68
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=resetpass">Reset your password</a>');</script>
69
				    </ul>
70
				</td>
71
			</tr>
72
		</table>
73
      
74
	</div>
75
      
76
	<script language="JavaScript">          
77
	    insertTemplateClosing(CONTEXT_URL);
78
	</script>
76 79
</body>
77 80
</html>
lib/style/skins/account/header.html
7 7
</head>
8 8

  
9 9
<body>
10
<table width="760" border="0" cellspacing="0" cellpadding="0">
11
  <tr> 
12
    <td rowspan="3" width="10%" valign="top">
13
      <div align="left"><img src="../../images/nceas-logo.png"></div>
14
    </td>
15
    <td valign="middle" colspan="4" class="title">NCEAS Account Manager</td>
16
  </tr>
17
  <tr> 
18
    <td class="spacerrow" valign="top" colspan="4">&nbsp;</td>
19
  </tr>
20
  <tr> 
21
    <td valign="top" width="20%"> 
22
      <p><a href="./index.html" target="_top"> Main menu</a></p>
23
    </td>
24
  </tr>
25
</table>
10
	<div id="newHeader">
11
		<div class="bodyHead">
12
			<img src="./images/newLogo.png" class="logo">
13
			<!-- the NCEAS site nav -->
14
			<!--  
15
			<div class="newMenu" id="menu">
16
				<ul>
17
					<li><a href="/" class="active">Home</a></li>
18
					<li><a href="/overview">About</a></li>
19
					<li><a href="/ecology">Science</a></li>
20
					<li><a href="/ecoinfo">Informatics</a></li>
21
					<li><a href="/outreach">Training</a></li>
22
					<li><a href="/newsandevents">News and Events</a></li>
23
					<li><a href="/contact">Contact Us</a></li>
24
				</ul>
25
			</div>
26
			-->
27
		</div>
28
	</div>
26 29
</body>

Also available in: Unified diff