diff --git a/application/default/views/scripts/author/newdata.phtml b/application/default/views/scripts/author/newdata.phtml index b9452845..ac78db4e 100644 --- a/application/default/views/scripts/author/newdata.phtml +++ b/application/default/views/scripts/author/newdata.phtml @@ -99,7 +99,7 @@ function getFtp(uuid){ var html = '

临时FTP帐号信息(此帐号仅对应当前数据集!)

ftp://ftp2.westgis.ac.cn/

'+ '

用户名:'+data.user+ '

密码:'+data.passwd+'

' - +'

或直接点击此链接

'; + +'

或直接点击此链接

'; Alert(html); } }