diff options
| author | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-07 21:07:43 +0000 |
|---|---|---|
| committer | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-07 21:07:43 +0000 |
| commit | 3f85978519092353c0a65b5f04e8cef1548ae7b8 (patch) | |
| tree | 2e61df0c51f3400aaccaba923ea68cee1eade3b9 /htroot | |
| parent | 1dad015b0baa6207d9ca745a7815c695e3a8e523 (diff) | |
Fixed one spelling mistake, limited input for ICQ numbers to 9 digits and made ICQ number in peer profiles clickable.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@85 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/EditProfile_p.html | 2 | ||||
| -rw-r--r-- | htroot/ViewProfile.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/htroot/EditProfile_p.html b/htroot/EditProfile_p.html index 0cc6ee3bf..4c3803e9e 100644 --- a/htroot/EditProfile_p.html +++ b/htroot/EditProfile_p.html @@ -39,7 +39,7 @@ You do not need to provide any personal data here, but if you want to distribute <tr>
<td>ICQ</td>
-<td><input type="text" name="icq" value="#[icq]#" style="width:100%"></td>
+<td><input type="text" name="icq" maxlength="9" value="#[icq]#" style="width:100%"></td>
</tr>
<tr>
<td>Jabber</td>
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index 4882464e1..e1bd65c7d 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -41,7 +41,7 @@ The peer #[peername]# is not online. <tr>
<td>ICQ</td>
-<td>#(icq)# ::<img src=http://web.icq.com/whitepages/online?icq=#[value]#&img=5">#[value]##(/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>
</tr>
<tr>
<td>Jabber</td>
|
