diff options
| author | daburna <daburna@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-09 11:09:42 +0000 |
|---|---|---|
| committer | daburna <daburna@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-09 11:09:42 +0000 |
| commit | cf292f583dc6f1fdf529c2f05303510af124575f (patch) | |
| tree | ed74ef6db3b1308b60cf9432779d9781816c58f9 /htroot/ViewProfile.html | |
| parent | a627162f132bbfbd7c232b476a0b3ad3277b25a1 (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.html | 56 |
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"> </td>
+</tr>
<tr>
-<td>Name</td>
-<td>#(name)# ::#[value]##(/name)#</td>
+<td valign="top" class="TableCellDark">Name</td>
+<td valign="top" class="TableCellLight">#(name)# ::#[value]##(/name)#</td>
</tr>
<tr>
-<td>Nick Name</td>
-<td>#(nickname)# ::#[value]##(/nickname)#</td>
+<td valign="top" class="TableCellDark">Nick Name</td>
+<td valign="top" class="TableCellLight">#(nickname)# ::#[value]##(/nickname)#</td>
</tr>
<tr>
-<td>Homepage</td>
-<td>#(homepage)# ::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
+<td valign="top" class="TableCellDark">Homepage</td>
+<td valign="top" class="TableCellLight">#(homepage)# ::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
</tr>
<tr>
-<td>eMail</td>
-<td>#(email)# ::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
+<td valign="top" class="TableCellDark">eMail</td>
+<td valign="top" class="TableCellLight">#(email)# ::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
</tr>
<tr>
-<td colspan="2"> </td>
+<td colspan="2" valign="top" class="TableHeader"> </td>
</tr>
<tr>
-<td>ICQ</td>
-<td>#(icq)# ::<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)# ::<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)# ::#[value]##(/jabber)#</td>
+<td valign="top" class="TableCellDark">Jabber</td>
+<td valign="top" class="TableCellLight">#(jabber)# ::#[value]##(/jabber)#</td>
</tr>
<tr>
-<td>Yahoo!</td>
-<td>#(yahoo)# ::#[value]##(/yahoo)#</td>
+<td valign="top" class="TableCellDark">Yahoo!</td>
+<td valign="top" class="TableCellLight">#(yahoo)# ::#[value]##(/yahoo)#</td>
</tr>
<tr>
-<td>MSN</td>
-<td>#(msn)# ::#[value]##(/msn)#</td>
+<td valign="top" class="TableCellDark">MSN</td>
+<td valign="top" class="TableCellLight">#(msn)# ::#[value]##(/msn)#</td>
</tr>
<tr>
-<td colspan="2"> </td>
+<td colspan="2" valign="top" class="TableHeader"> </td>
</tr>
<tr>
-<td>Comment</td>
-<td>#(comment)# ::#[value]##(/comment)#</td>
+<td valign="top" class="TableCellDark">Comment</td>
+<td valign="top" class="TableCellLight">#(comment)# ::#[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"> </td>
+</tr>
+
</table>
#(/success)#
#%env/templates/footer.template%#
</body>
-</html>
+</html>
\ No newline at end of file |
