Page MenuHomeIn-Portal Phabricator

review_product.tpl
No OneTemporary

File Metadata

Created
Fri, Nov 21, 12:57 PM

review_product.tpl

<inp2:m_RequireLogin permissions="CATEGORY.VIEW,PRODUCT.REVIEW|CATEGORY.VIEW,PRODUCT.REVIEW.PENDING" login_template="platform/login/login_register"/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><inp2:conf_ConfigValue name="Site_Name"/> :: <inp2:m_include template="in-commerce/blocks/categories/title_path"/> <inp2:p_Field name="Name"/></title>
<inp2:m_include template="platform/blocks/common/html_head" />
</head>
<body>
<inp2:p_AddToRecent />
<inp2:m_include template="platform/blocks/common/header" />
<inp2:m_include template="platform/blocks/common/toolbar" />
<table class="main-table">
<tr>
<td class="main-column-center">
<inp2:m_include template="in-commerce/blocks/products/form_review_product.tpl"/>
</td>
<td class="main-column-right">
<inp2:m_include template="in-commerce/blocks/checkout/cart_indicator.tpl"/>
<inp2:m_include template="in-commerce/blocks/products/product_actions.tpl"/>
<inp2:m_include template="in-commerce/blocks/products/products_recent.tpl"/>
</td>
</tr>
</table>
<inp2:m_include template="platform/blocks/common/footer" />
<inp2:m_include template="platform/blocks/common/copyright" />
</body>
</html>

Event Timeline