author | Lennard de Rijk <ljvderijk@gmail.com> |
Sun, 15 Mar 2009 19:29:31 +0000 | |
changeset 1882 | 72b42ffee2a1 |
parent 58 | cee78a1ae672 |
permissions | -rw-r--r-- |
58
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
2 |
<html> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
3 |
<head> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
4 |
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
5 |
<link rel="stylesheet" href="/svn/trunk/mockups/content/css/mockups.css" type="text/css"/> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
6 |
<title>User Profile</title> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
7 |
</head> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
8 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
9 |
<body> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
10 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
11 |
<div id="login"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
12 |
<b>logged.in.user@gmail.com</b> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
13 |
<span title=" Google Account displayed once user signs in " class="popup"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
14 |
<small>*</small> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
15 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
16 |
| <a href="http://code.google.com/p/soc/issues/list">Report bugs</a> | |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
17 |
<a href="/">Sign out</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
18 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
19 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
20 |
<div id="header"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
21 |
<div id="logo"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
22 |
<a href="/"><img src="/svn/trunk/mockups/content/images/logo-custom.gif" alt="Google Open Source Programs"/></a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
23 |
<span title=" TODO: logo updated in site sponsor interface " class="popup"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
24 |
<small>*</small> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
25 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
26 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
27 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
28 |
<div id="title"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
29 |
User Profile for <i>Givenname Surname</i> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
30 |
<span title=" Display name not shown until entered and saved the first time " class="popup"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
31 |
<small>*</small> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
32 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
33 |
<a href="mailto:logged.in.user@gmail.com"><logged.in.user@gmail.com></a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
34 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
35 |
<div id="breadcrumbs"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
36 |
<span class="item"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
37 |
<a href="/svn/trunk/mockups/sitehome.html">Google Open Source Programs</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
38 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
39 |
> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
40 |
<span class="item"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
41 |
<a href="/svn/trunk/mockups/user/profile/linkname/profile.html">User (Sign in)</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
42 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
43 |
> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
44 |
<span class="item"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
45 |
<a class="selected" href="/svn/trunk/mockups/user/profile/linkname/profile.html">Profile</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
46 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
47 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
48 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
49 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
50 |
<div id="side" dir="ltr"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
51 |
<div id="menu"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
52 |
<ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
53 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
54 |
<a href="/svn/trunk/mockups/sitehome.html">Google Open Source Programs</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
55 |
<ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
56 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
57 |
<a href="/svn/trunk/mockups/user/profile/linkname/profile.html">User (Sign out)</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
58 |
<span title=" changes to (Sign out) after user signs in " class="popup"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
59 |
<small>*</small> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
60 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
61 |
<ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
62 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
63 |
<a class="selected" href="/svn/trunk/mockups/user/profile/linkname/profile.html">Profile</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
64 |
<span title=" Profile sidebar menu item present after user signs in " class="popup"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
65 |
<small>*</small> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
66 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
67 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
68 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
69 |
<a href="/svn/trunk/mockups/user/roles/linkname/roles.html">Roles</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
70 |
<span title=" Roles sidebar menu item present after user signs in " class="popup"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
71 |
<small>*</small> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
72 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
73 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
74 |
</ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
75 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
76 |
</ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
77 |
<ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
78 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
79 |
<a href="/svn/trunk/mockups/program/home/gsoc2009/gsoc2009home.html">Google Summer of Code</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
80 |
<ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
81 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
82 |
<a href="/svn/trunk/mockups/program/community/gsoc2009/gsoc2009comm.html">Community</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
83 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
84 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
85 |
<a href="/svn/trunk/mockups/program/docs/faqs/gsoc2009/gsoc2009faqs.html">Program FAQs</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
86 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
87 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
88 |
<a href="/svn/trunk/mockups/program/docs/tos/gsoc2009/gsoc2009tos.html">Terms of Service</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
89 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
90 |
</ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
91 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
92 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
93 |
<a href="/svn/trunk/mockups/program/home/ghop2008/ghop2008home.html">Google Highly Open Participation</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
94 |
<ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
95 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
96 |
<a href="/svn/trunk/mockups/program/community/ghop2008/">Community</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
97 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
98 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
99 |
<a href="/svn/trunk/mockups/program/docs/faqs/ghop2008/">Program FAQs</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
100 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
101 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
102 |
<a href="/svn/trunk/mockups/program/docs/rules/ghop2008/ghop2008rules.html">Contest Rules</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
103 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
104 |
</ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
105 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
106 |
</ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
107 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
108 |
</ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
109 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
110 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
111 |
<div id="search"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
112 |
<form id="searchbox_015986126177484454297:pfmwlvdl42y" action="http://www.google.com/cse"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
113 |
<input type="hidden" name="cx" value="015986126177484454297:pfmwlvdl42y" /> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
114 |
<input type="hidden" name="cof" value="FORID:0" /> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
115 |
<div class="header"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
116 |
Search Google Open Source: |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
117 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
118 |
<input name="q" type="text" size="20" /> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
119 |
<input type="submit" name="sa" value="Search" /> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
120 |
<br/> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
121 |
</form> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
122 |
<script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_015986126177484454297:pfmwlvdl42y"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
123 |
</script></form> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
124 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
125 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
126 |
<div id="badge"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
127 |
<a href="http://code.google.com/p/soc/" target="_blank">Powered by Melange</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
128 |
<span title=" TODO: need a Melange logo " class="popup"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
129 |
<small>*</small> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
130 |
</span> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
131 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
132 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
133 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
134 |
<div id="body"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
135 |
<div style="line-height: 140%;"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
136 |
<p class="todo"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
137 |
This is the landing page after a user signs in using the |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
138 |
<a href="http://code.google.com/appengine/docs/users/loginurls.html">Google |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
139 |
Account login facility provided by Google App Engine</a>. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
140 |
</p> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
141 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
142 |
Please use this form to set basic site-wide settings for your participation |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
143 |
in Google Open Source Programs. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
144 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
145 |
<br> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
146 |
<div style="line-height: 140%;"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
147 |
<form method="post" action="profile_save.html" name="user_profile"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
148 |
<table class="profile"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
149 |
<tbody> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
150 |
<tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
151 |
<th> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
152 |
Display name: |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
153 |
</th> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
154 |
<td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
155 |
<input size="40" name="displayname" value="Givenname Surname"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
156 |
</td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
157 |
<td class="explain"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
158 |
Human-readable name displayed throughout the site for this user. UTF-8 |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
159 |
characters are permitted. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
160 |
</td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
161 |
</tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
162 |
<tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
163 |
<th class="error"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
164 |
Linkname: |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
165 |
</th> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
166 |
<td class="error_outline"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
167 |
<input size="40" name="linkname" value="logged_dot_in_dot_user_at_gmail_dot_com"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
168 |
<br> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
169 |
Please select another linkname: <i>(list of potential error messages)</i> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
170 |
<ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
171 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
172 |
<i>logged_dot_in_dot_user_at_gmail_dot_com</i> is already in use. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
173 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
174 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
175 |
<i>logged_dot_in_dot_user_at_gmail_dot_com</i> is too long. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
176 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
177 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
178 |
<i>logged_dot_in_dot_user_at_gmail_dot_com</i> contains invalid characters. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
179 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
180 |
<li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
181 |
Etc. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
182 |
</li> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
183 |
</ul> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
184 |
</td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
185 |
<td class="explain"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
186 |
Short nickname, used in site URLs referring to this user's content. This |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
187 |
linkname is must only contain alphanumeric <code>[A-Za-z0-9]</code> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
188 |
characters or the underscore <code>_</code> (no spaces or other punctuation). |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
189 |
Also, it must be unique. If some other user is already using a given linkname, |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
190 |
it will be unavailable and a different linkname will need to be selected. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
191 |
</td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
192 |
</tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
193 |
<tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
194 |
<td colspan="3"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
195 |
<b><i>TODO</i></b>: site-wide privacy settings go here... |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
196 |
</td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
197 |
</tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
198 |
<tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
199 |
<td colspan="3"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
200 |
<input type="checkbox" name="agreetoterms" value="agree" checked> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
201 |
I have read and agree to the <i>Google Open Source Programs</i> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
202 |
<a href="/svn/trunk/mockups/site/docs/tos/tos.html">Terms of Service</a>. |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
203 |
</td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
204 |
</tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
205 |
<tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
206 |
<td></td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
207 |
<td class="submit"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
208 |
<br> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
209 |
<input type="submit" name="save_changes" value="Save Changes" /> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
210 |
<br> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
211 |
</td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
212 |
<td></td> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
213 |
</tr> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
214 |
</tbody> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
215 |
</table> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
216 |
</form> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
217 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
218 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
219 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
220 |
<div id="footer" dir="ltr"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
221 |
<div class="text"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
222 |
©2008 Google - |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
223 |
<a href="http://www.google.com/">Google Home</a> - |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
224 |
<a href="http://www.google.com/privacy.html">Privacy Policy</a> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
225 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
226 |
</div> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
227 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
228 |
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
229 |
</script> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
230 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
231 |
<script type="text/javascript"> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
232 |
_uacct="UA-4291635-1"; // code.google.com site-wide tracking |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
233 |
_uanchor=1; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
234 |
_uff=0; |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
235 |
urchinTracker(); |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
236 |
</script> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
237 |
|
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
238 |
</body> |
cee78a1ae672
Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
239 |
</html> |