...
|
...
|
@@ -1074,7 +1074,7 @@ |
|
|
|
|
|
|
|
|
var imageUrl = "/show/readAli?file=" + encodeURIComponent(encodeURIComponent(images[i].imageUrl));
|
|
|
lineInfo +=" <div style='margin-top:20px;width: 300px ;float: left;text-align: center' ><img style='width:300px;height: 300px; 'src='"+imageUrl+"' >" +
|
|
|
lineInfo +=" <div style='margin-top:20px;width: 300px ;float: left;text-align: center;margin-left: 10px' ><img style='width:300px;height: 300px; 'src='"+imageUrl+"' >" +
|
|
|
" </br>"+images[i].imageName+"</div>";
|
|
|
|
|
|
/*lineInfo +=" <div class='span3'><img style='width:300px;height: 300px; 'src='"+imageUrl+"' >" +
|
...
|
...
|
|