mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Preferences for Simon King</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table width="0" border=1 cellpadding=0 cellspacing=0>
|
||
|
<tr>
|
||
|
<td class=border align=center>
|
||
|
<table width="100%" cellpadding=4 cellspacing=1 border=1>
|
||
|
<tr>
|
||
|
<td>General Preferences</td>
|
||
|
<td><a href="/cc_web/user_prefs.php">Groups / Permissions</a></td>
|
||
|
<td><a href="/cc_web/user_prefs.php">Password</a></td>
|
||
|
<td><a href="/cc_web/user_prefs.php">Email</a></td>
|
||
|
<td>Views</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan=5 align=center><br>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<form action="to_update_user_prefs.php" name="theform">
|
||
|
<table width="0" border=1 cellpadding=0 cellspacing=0>
|
||
|
<tr>
|
||
|
<td align=center>
|
||
|
User Preferences
|
||
|
<table width="100%" cellpadding=4 cellspacing=1 border=1>
|
||
|
<input type="hidden">
|
||
|
<tr>
|
||
|
<th align=right><nobr>Email Address :</nobr></th>
|
||
|
<td>
|
||
|
<input type=text name="email" value="simon.king@pipinghotnetworks.com" >
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|