fix link error
This commit is contained in:
parent
1375ec7643
commit
b6ddcfe113
|
@ -594,8 +594,8 @@ class ServiceController extends Zend_Controller_Action
|
|||
@$odf->setVars('south',$row['south'],true,'utf-8');
|
||||
@$odf->setVars('west',$row['west'],true,'utf-8');
|
||||
@$odf->setVars('east',$row['east'],true,'utf-8');
|
||||
$odf->setImage('bigthumb', 'http://test.westgis.ac.cn/service/bigthumb/uuid/'.$row['uuid']);
|
||||
$odf->setImage('thumb', 'http://test.westgis.ac.cn/service/thumb/uuid/'.$row['uuid']);
|
||||
$odf->setImage('bigthumb', 'http://deep.qherc.org/service/bigthumb/uuid/'.$row['uuid']);
|
||||
$odf->setImage('thumb', 'http://deep.qherc.org/service/thumb/uuid/'.$row['uuid']);
|
||||
$odf->exportAsAttachedFile($row['title'].'.odt');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue