Subversion Repositories DevTools

Rev

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

Rev 6615 Rev 6623
Line 782... Line 782...
782
End Function
782
End Function
783
'-----------------------------------------------------------------------------------------------------------------------------
783
'-----------------------------------------------------------------------------------------------------------------------------
784
Function Quick_Help ( SStipname )
784
Function Quick_Help ( SStipname )
785
   Quick_Help = "<a href='javascript:;' onMouseOver=""formTips.show('"& SStipname &"')"" onMouseOut=""formTips.hide()""><img src='images/i_help.gif' width='12' height='12' hspace='2' align='absmiddle' border='0' ></a>"
785
   Quick_Help = "<a href='javascript:;' onMouseOver=""formTips.show('"& SStipname &"')"" onMouseOut=""formTips.hide()""><img src='images/i_help.gif' width='12' height='12' hspace='2' align='absmiddle' border='0' ></a>"
786
End Function
786
End Function
-
 
787
Function Quick_HelpImg ( SStipname, SSimage )
-
 
788
   Quick_HelpImg = "<a href='javascript:;' onMouseOver=""formTips.show('"& SStipname &"')"" onMouseOut=""formTips.hide()""><img src='"&SSimage&"' width='12' height='12' hspace='2' align='absmiddle' border='0' ></a>"
-
 
789
End Function
-
 
790
 
787
'-----------------------------------------------------------------------------------------------------------------------------
791
'-----------------------------------------------------------------------------------------------------------------------------
788
Function LogError ( SSlog, SSstr )
792
Function LogError ( SSlog, SSstr )
789
   '|errstr1||errstr2||errstr3|...
793
   '|errstr1||errstr2||errstr3|...
790
   LogError = SSlog &"|"& SSstr &"|"
794
   LogError = SSlog &"|"& SSstr &"|"
791
End Function
795
End Function
Line 2421... Line 2425...
2421
' Description: Generate a 'span' with email information
2425
' Description: Generate a 'span' with email information
2422
' The mailto class is picked up the jquery for processing
2426
' The mailto class is picked up the jquery for processing
2423
Function emailField(sName, sEmail)
2427
Function emailField(sName, sEmail)
2424
    emailField = "<span title='Select Email Options' class='mailto txt_linked' data-email='" & sEmail & "'>" & sName & "</span>"
2428
    emailField = "<span title='Select Email Options' class='mailto txt_linked' data-email='" & sEmail & "'>" & sName & "</span>"
2425
End Function
2429
End Function
-
 
2430
Function emailField3(sName, sEmail,sUname)
-
 
2431
    emailField3 = "<span title='Select Email Options' class='mailto txt_linked' data-email='" & sEmail & "' data-uname='" & sUname & "'>" & sName & "</span>"
-
 
2432
End Function
-
 
2433
 
2426
'-----------------------------------------------------------------------------------------------------------------------------
2434
'-----------------------------------------------------------------------------------------------------------------------------
2427
 
2435
 
2428
Function ReleaseIcon ( cOfficial )
2436
Function ReleaseIcon ( cOfficial )
2429
	
2437
	
2430
	If cOfficial = "N" Then
2438
	If cOfficial = "N" Then