|
|
|
@ -1358,10 +1358,10 @@ function autoUrl(id){
|
|
|
|
|
var reStr = full;
|
|
|
|
|
if (full.length > 0){
|
|
|
|
|
if (full.indexOf("://") >= 0){
|
|
|
|
|
reStr = "<a style='color:#15bccf' target='_Blank' href="+"'"+full+"'"+">"+full+"</a>";
|
|
|
|
|
reStr = "<a style='color:#136ec2' target='_Blank' href="+"'"+full+"'"+">"+full+"</a>";
|
|
|
|
|
}
|
|
|
|
|
else{
|
|
|
|
|
reStr = "<a style='color:#15bccf' target='_Blank' href="+"'http://"+full+"'"+">"+full+"</a>";
|
|
|
|
|
reStr = "<a style='color:#136ec2' target='_Blank' href="+"'http://"+full+"'"+">"+full+"</a>";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return reStr ;
|
|
|
|
@ -1377,10 +1377,10 @@ function autoUrl(id){
|
|
|
|
|
var reStr = full;
|
|
|
|
|
if (full.length > 0){
|
|
|
|
|
if (full.indexOf("://") >= 0){
|
|
|
|
|
reStr = "<a style='color:#15bccf' target='_Blank' href="+"'"+full+"'"+">"+full+"</a>";
|
|
|
|
|
reStr = "<a style='color:#136ec2' target='_Blank' href="+"'"+full+"'"+">"+full+"</a>";
|
|
|
|
|
}
|
|
|
|
|
else{
|
|
|
|
|
reStr = "<a style='color:#15bccf' target='_Blank' href="+"'http://"+full+"'"+">"+full+"</a>";
|
|
|
|
|
reStr = "<a style='color:#136ec2' target='_Blank' href="+"'http://"+full+"'"+">"+full+"</a>";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return reStr ;
|
|
|
|
|