Changeset 15651
- Timestamp:
- 03/16/08 13:33:29 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.helper.imagepopup/style/midcom_helper_imagepopup_search_result_item.php
r15175 r15651 11 11 case 'image/png': 12 12 case 'image/jpeg': 13 case 'image/pjpeg': 13 14 case 'image/gif': 14 15 break; … … 27 28 ?> 28 29 <a href='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);'> 29 <img src='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);' width='75'height='54' align='texttop' />30 <img src='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);' height='54' align='texttop' /> 30 31 </a> 31 32 <a href='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);'> 32 33 <span title="name">&(item.name);</span> 33 34 </a> 34 <?php 35 <?php 35 36 } 36 37 else … … 41 42 <span title="name">&(item.name);</span> 42 43 </a> 43 <?php 44 <?php 44 45 } 45 46 ?>
