summaryrefslogtreecommitdiff
path: root/htroot/ViewProfile.html
diff options
context:
space:
mode:
authordaburna <daburna@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-02-09 11:09:42 +0000
committerdaburna <daburna@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-02-09 11:09:42 +0000
commitcf292f583dc6f1fdf529c2f05303510af124575f (patch)
treeed74ef6db3b1308b60cf9432779d9781816c58f9 /htroot/ViewProfile.html
parenta627162f132bbfbd7c232b476a0b3ad3277b25a1 (diff)
-corrected tags in EditProfile_p.html
-new design for Bookmarks_p.html and ViewProfile.html (hope you like it) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1587 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewProfile.html')
-rw-r--r--htroot/ViewProfile.html56
1 files changed, 32 insertions, 24 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html
index ac06f550f..6446ab3e0 100644
--- a/htroot/ViewProfile.html
+++ b/htroot/ViewProfile.html
@@ -17,61 +17,69 @@ The requested peer is not known or a potential peer, what means the peer's profi
The peer #[peername]# is not online.
::
<br><h3>This is #[peername]#'s Profile:</h3>
-<table border="1">
+<table border="0" cellpadding="5" cellspacing="1">
+
+<tr>
+<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
+</tr>
<tr>
-<td>Name</td>
-<td>#(name)#&nbsp;::#[value]##(/name)#</td>
+<td valign="top" class="TableCellDark">Name</td>
+<td valign="top" class="TableCellLight">#(name)#&nbsp;::#[value]##(/name)#</td>
</tr>
<tr>
-<td>Nick Name</td>
-<td>#(nickname)#&nbsp;::#[value]##(/nickname)#</td>
+<td valign="top" class="TableCellDark">Nick Name</td>
+<td valign="top" class="TableCellLight">#(nickname)#&nbsp;::#[value]##(/nickname)#</td>
</tr>
<tr>
-<td>Homepage</td>
-<td>#(homepage)#&nbsp;::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
+<td valign="top" class="TableCellDark">Homepage</td>
+<td valign="top" class="TableCellLight">#(homepage)#&nbsp;::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
</tr>
<tr>
-<td>eMail</td>
-<td>#(email)#&nbsp;::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
+<td valign="top" class="TableCellDark">eMail</td>
+<td valign="top" class="TableCellLight">#(email)#&nbsp;::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
</tr>
<tr>
-<td colspan="2">&nbsp;</td>
+<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
</tr>
<tr>
-<td>ICQ</td>
-<td>#(icq)#&nbsp;::<img src=http://web.icq.com/whitepages/online?icq=#[value]#&img=5"><a href="http://wwp.icq.com/scripts/search.dll?to=#[value]#">#[value]#</a>#(/icq)#</td>
+<td valign="top" class="TableCellDark">ICQ</td>
+<td valign="top" class="TableCellLight">#(icq)#&nbsp;::<img src=http://web.icq.com/whitepages/online?icq=#[value]#&img=5"><a href="http://wwp.icq.com/scripts/search.dll?to=#[value]#">#[value]#</a>#(/icq)#</td>
</tr>
<tr>
-<td>Jabber</td>
-<td>#(jabber)#&nbsp;::#[value]##(/jabber)#</td>
+<td valign="top" class="TableCellDark">Jabber</td>
+<td valign="top" class="TableCellLight">#(jabber)#&nbsp;::#[value]##(/jabber)#</td>
</tr>
<tr>
-<td>Yahoo!</td>
-<td>#(yahoo)#&nbsp;::#[value]##(/yahoo)#</td>
+<td valign="top" class="TableCellDark">Yahoo!</td>
+<td valign="top" class="TableCellLight">#(yahoo)#&nbsp;::#[value]##(/yahoo)#</td>
</tr>
<tr>
-<td>MSN</td>
-<td>#(msn)#&nbsp;::#[value]##(/msn)#</td>
+<td valign="top" class="TableCellDark">MSN</td>
+<td valign="top" class="TableCellLight">#(msn)#&nbsp;::#[value]##(/msn)#</td>
</tr>
<tr>
-<td colspan="2">&nbsp;</td>
+<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
</tr>
<tr>
-<td>Comment</td>
-<td>#(comment)#&nbsp;::#[value]##(/comment)#</td>
+<td valign="top" class="TableCellDark">Comment</td>
+<td valign="top" class="TableCellLight">#(comment)#&nbsp;::#[value]##(/comment)#</td>
</tr>
#{other}#
<tr>
-<td>#[key]#</td>
-<td>#[value]#</td>
+<td valign="top" class="TableCellDark">#[key]#</td>
+<td valign="top" class="TableCellLight">#[value]#</td>
</tr>
#{/other}#
+<tr>
+<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
+</tr>
+
</table>
#(/success)#
#%env/templates/footer.template%#
</body>
-</html>
+</html> \ No newline at end of file