From 4cd94c6133c60591de0f70b313b830abd4c717f3 Mon Sep 17 00:00:00 2001 From: Mark Hesketh Date: Sun, 24 Jun 2012 00:05:16 +0100 Subject: [PATCH] Add short description of each .tpl file's usage. Closes #1. --- 404.tpl | 30 ++++--------------- address.tpl | 29 ++++--------------- addresses.tpl | 29 ++++--------------- authentication.tpl | 29 ++++--------------- best-sales.tpl | 31 ++++---------------- breadcrumb.tpl | 29 ++++--------------- category-cms-tree-branch.tpl | 29 ++++--------------- category-count.tpl | 30 ++++--------------- category-tree-branch.tpl | 29 ++++--------------- category.tpl | 29 ++++--------------- cms.tpl | 30 ++++--------------- contact-form.tpl | 29 ++++--------------- css/global.css | 37 ++++++++++++++++++++++-- discount.tpl | 30 ++++--------------- errors.tpl | 29 ++++--------------- footer.tpl | 30 ++++--------------- guest-tracking.tpl | 29 ++++--------------- header.tpl | 30 ++++--------------- history.tpl | 29 ++++--------------- identity.tpl | 29 ++++--------------- index.tpl | 29 ++++--------------- layout.tpl | 29 ++++--------------- maintenance.tpl | 30 ++++--------------- manufacturer-list.tpl | 29 ++++--------------- manufacturer.tpl | 29 ++++--------------- my-account.tpl | 29 ++++--------------- nbr-product-page.tpl | 29 ++++--------------- new-products.tpl | 29 ++++--------------- order-address-multishipping-products.tpl | 31 +++++--------------- order-address-multishipping.tpl | 29 ++++--------------- order-address-product-line.tpl | 30 ++++--------------- order-address.tpl | 29 ++++--------------- order-carrier.tpl | 30 ++++--------------- order-confirmation.tpl | 30 ++++--------------- order-detail.tpl | 29 ++++--------------- order-follow.tpl | 29 ++++--------------- order-opc-new-account.tpl | 7 +++++ order-opc.tpl | 29 ++++--------------- order-payment.tpl | 29 ++++--------------- order-return.tpl | 31 +++++--------------- order-slip.tpl | 29 ++++--------------- order-steps.tpl | 30 ++++--------------- pagination.tpl | 29 ++++--------------- password.tpl | 29 ++++--------------- prices-drop.tpl | 29 ++++--------------- product-compare.tpl | 29 ++++--------------- product-list.tpl | 29 ++++--------------- product-sort.tpl | 29 ++++--------------- product.tpl | 29 ++++--------------- products-comparison.tpl | 29 ++++--------------- restricted-country.tpl | 30 ++++--------------- scenes.tpl | 31 +++++--------------- search.tpl | 29 ++++--------------- shopping-cart-product-line.tpl | 29 ++++--------------- shopping-cart.tpl | 29 ++++--------------- sitemap.tpl | 31 ++++---------------- store_infos.tpl | 31 +++++--------------- stores.tpl | 30 ++++--------------- supplier-list.tpl | 29 ++++--------------- supplier.tpl | 29 ++++--------------- 60 files changed, 355 insertions(+), 1396 deletions(-) diff --git a/404.tpl b/404.tpl index 3d694b6..69109e9 100644 --- a/404.tpl +++ b/404.tpl @@ -1,28 +1,10 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6594 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= 404 Page not found ======================================= + * + * Displayed when a page or product cannot be found. + * ============================================================== + *} +

{l s='Page not available'}

diff --git a/address.tpl b/address.tpl index 034b140..50a8ba2 100644 --- a/address.tpl +++ b/address.tpl @@ -1,28 +1,9 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6753 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Address ================================================== + * + * Add/Edit customer address during checkout and My Account. + * ============================================================== + *} diff --git a/search.tpl b/search.tpl index 551b2cb..c34b211 100644 --- a/search.tpl +++ b/search.tpl @@ -1,28 +1,9 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6594 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Search =================================================== + * + * Search results page. + * ============================================================== + *} {capture name=path}{l s='Search'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} diff --git a/shopping-cart-product-line.tpl b/shopping-cart-product-line.tpl index cedc291..c37c222 100644 --- a/shopping-cart-product-line.tpl +++ b/shopping-cart-product-line.tpl @@ -1,28 +1,9 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6594 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Checkout - Shopping Cart Products ======================== + * + * Product rows included in shopping cart table + * ============================================================== + *} diff --git a/shopping-cart.tpl b/shopping-cart.tpl index 09155e2..dd1b941 100644 --- a/shopping-cart.tpl +++ b/shopping-cart.tpl @@ -1,28 +1,9 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 7476 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Checkout - Shopping Cart ================================= + * + * Displays current shopping cart + vouchers, saved addresses. + * ============================================================== + *} {capture name=path}{l s='Your shopping cart'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} diff --git a/sitemap.tpl b/sitemap.tpl index fe97c5f..4440507 100644 --- a/sitemap.tpl +++ b/sitemap.tpl @@ -1,29 +1,10 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6594 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} - + * =|= Sitemap ================================================== + * + * Store's sitemap tree. Features My Account sections, products, + * categories and CMS pages. + * ============================================================== + *} {capture name=path}{l s='Sitemap'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} diff --git a/store_infos.tpl b/store_infos.tpl index e1dd1f4..f01252e 100644 --- a/store_infos.tpl +++ b/store_infos.tpl @@ -1,28 +1,11 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6752 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Store Info Details ======================================= + * + * Displays information about listed retail store incl. contact + * information and opening hours. + * ============================================================== + *} + {* The following lines allow translations in back-office and has to stay commented {l s='Monday'} diff --git a/stores.tpl b/stores.tpl index 672499d..621a49d 100644 --- a/stores.tpl +++ b/stores.tpl @@ -1,28 +1,10 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6594 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Store Info List ========================================== + * + * Store finder and list of retail stores. + * ============================================================== + *} + {capture name=path}{l s='Our stores'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} diff --git a/supplier-list.tpl b/supplier-list.tpl index 8224b0a..06d0783 100644 --- a/supplier-list.tpl +++ b/supplier-list.tpl @@ -1,28 +1,9 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6594 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Suppliers ================================================ + * + * List of store's product suppliers. + * ============================================================== + *} {capture name=path}{l s='Suppliers'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} diff --git a/supplier.tpl b/supplier.tpl index 21f2289..3567b32 100644 --- a/supplier.tpl +++ b/supplier.tpl @@ -1,28 +1,9 @@ {* -* 2007-2012 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6594 $ -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*} + * =|= Product List - By Supplier =============================== + * + * List of products by selected supplier. + * ============================================================== + *} {include file="$tpl_dir./breadcrumb.tpl"}