...
|
...
|
@@ -100,7 +100,7 @@ |
|
|
for (var i = 0 ;i < result.data.imageInfoList.length; i++){
|
|
|
var descStr = result.data.imageInfoList[i].imageDesc ? result.data.imageInfoList[i].imageDesc : '';
|
|
|
|
|
|
imageStr += "<td><img height='100px;' width='100px;' class='pimg' src='"+result.data.imageInfoList[i].imageUrl+"'/><div title='" + descStr + "'>" + descStr + "</div></td>";
|
|
|
imageStr += "<td><img height='100px;' width='100px;' class='pimg' src='"+result.data.imageInfoList[i].imageUrl+"'/><div style='height:21px;' title='" + descStr + "'>" + descStr + "</div></td>";
|
|
|
if(i % 7 == 0 && 0 != i && i != (result.data.imageInfoList.length - 1)) {
|
|
|
imageStr += "</tr><tr>";
|
|
|
}
|
...
|
...
|
|