Subversion Repositories DevTools

Rev

Rev 6586 | Rev 6612 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6586 Rev 6610
Line 53... Line 53...
53
 
53
 
54
Function Owner_Format( NNuser_id, SSemail, SSname )
54
Function Owner_Format( NNuser_id, SSemail, SSname )
55
   If CInt(NNuser_id) = 0 Then
55
   If CInt(NNuser_id) = 0 Then
56
      Response.write "public"
56
      Response.write "public"
57
   Else
57
   Else
58
      Response.write "<a href='mailto:"& SSemail &"' class='txt_linked'>"& SSname &"</a>"
58
      Response.write "<span data-email='"& SSemail &"' class='mailto txt_linked'>"& SSname &"</span>"
59
   End If
59
   End If
60
End Function
60
End Function
61
%>
61
%>
62
<%
62
<%
63
'--- Process submition ---
63
'--- Process submition ---