Page MenuHomeIn-Portal Phabricator

all_downloads.tpl
No OneTemporary

File Metadata

Created
Sun, Mar 9, 9:48 PM

all_downloads.tpl

<inp2:m_DefineElement name="product_image">
<img src="<inp2:m_param name="img_path" />" title="<inp2:m_param name="alt" />" alt="<inp2:m_param name="alt" />" <inp2:m_param name="img_size" /> border="0" /><br/>
</inp2:m_DefineElement>
<table border="0" cellspacing="0" cellpadding="0" class="block-no-border">
<tr>
<td class="block-header"><inp2:p_Field name="Name" /> - <inp2:m_Phrase label="lu_comm_ProductFiles"/></td>
</tr>
<tr>
<td class="block-data-single">
<table style="vertical-align: top; float: top;">
<tr>
<td style="text-align: center; width: 200px; padding-right: 10px;">
<a href="<inp2:m_Link template="in-commerce/product/picture_fullsize.tpl" pass="all,p" />" target="_blank"><inp2:p_Image render_as="product_image" DefaultImage="in-commerce/img/no_picture.gif" MaxWidth="250" DefaultWidth="250" /></a><br />
</td>
<td>
<a href="<inp2:p_ProductLink template="__default__"/>" class="link-product1"><inp2:p_field name="Name"/></a><br />
<inp2:m_if check="p_Field" name="ManufacturerId">
<strong><inp2:m_Phrase label="lu_comm_Manufacturer"/>:</strong> <inp2:p_field name="ManufacturerId"/> (<inp2:m_Phrase label="lu_comm_OtherProductsBy"/> <a href="<inp2:p_ManufacturerLink template="in-commerce/store/manufacturer_products" />"><inp2:p_Field name="ManufacturerId"/></a> <inp2:m_Phrase label="lu_comm_OtherProducts"/>) <br />
</inp2:m_if>
<br />
<strong><inp2:m_Phrase label="lu_comm_Description"/>:</strong> <inp2:p_Field name="Description"/> <br /><br />
<inp2:m_if check="p_CustomField" name="Features">
<strong><inp2:p_CustomFieldLabel field="Features"/>:</strong>
<inp2:p_CustomField name="Features"/>
<br />
<br />
</inp2:m_if>
<strong><inp2:m_Phrase label="lu_comm_Files"/>:</strong><br /><br />
<table>
<inp2:m_DefineElement name="file_row">
<inp2:m_if check="p_UniqueFileName">
<tr>
<td><inp2:m_Phrase label="lu_comm_Name"/>:</td><td><inp2:Field name="Name"/>&nbsp;</td>
</tr>
</inp2:m_if>
<tr>
<td><inp2:m_Phrase label="lu_comm_FileName"/>:</td><td><a href="<inp2:p_ProductFileLink template="in-commerce/my_account/download" />"><inp2:Field name="FilePath"/></a>&nbsp;</td>
</tr>
<inp2:m_if check="Field" name="Version">
<tr>
<td><inp2:m_Phrase label="lu_comm_Version"/>:</td><td><inp2:Field name="Version"/>&nbsp;</td>
</tr>
</inp2:m_if>
<tr>
<td><inp2:m_Phrase label="lu_comm_Size"/>:</td><td><inp2:Field name="Size" />&nbsp;</td>
</tr>
<tr>
<td><inp2:m_Phrase label="lu_comm_AddedOn"/>:</td><td><inp2:Field name="AddedOn" format="_regional_DateFormat"/>&nbsp;</td>
</tr>
<tr>
<td><inp2:m_Phrase label="lu_comm_DownloadLink"/>:</td><td><strong><a href="<inp2:p_ProductFileLink template="in-commerce/my_account/download" />"><inp2:m_Phrase label="lu_comm_DownloadNow" /></a></strong></td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
</inp2:m_DefineElement>
<inp2:p_ListFiles render_as="file_row" per_page="-1" main_special="" />
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>

Event Timeline