Changeset 6167
- Timestamp:
- 06/03/07 15:34:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.imagepopup/style/midcom_helper_imagepopup_search_result_item.php
r6166 r6167 1 1 <?php 2 $prefix = $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX); 2 3 $item =& $data['result']; 3 4 $mime_icon = null; … … 29 30 { 30 31 ?> 31 <a href=' http://mfadev/midcom-serveattachmentguid-&(item.guid);/&(item.name);'>32 <img src=' http://mfadev/midcom-serveattachmentguid-&(item.guid);/&(item.name);' width='75' height='54' align='texttop' />32 <a href='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);'> 33 <img src='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);' width='75' height='54' align='texttop' /> 33 34 </a> 34 <a href=' http://mfadev/midcom-serveattachmentguid-&(item.guid);/&(item.name);'>35 <a href='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);'> 35 36 <span title="filename">&(item.name);</span> 36 37 </a> … … 41 42 ?> 42 43 <img src="&(mime_icon);" alt="&(item.mimetype);" align='texttop'/> 43 <a href=' http://mfadev/midcom-serveattachmentguid-&(item.guid);/&(item.name);'>44 <a href='&(prefix);midcom-serveattachmentguid-&(item.guid);/&(item.name);'> 44 45 &(item.name); 45 46 </a>
