commit | e865de01eeba3cb96f9cd788bdf338983404a0be | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Sep 09 12:32:35 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Sep 09 12:32:35 2013 +0530 |
tree | 112bdb52a267be3e7cd96dffe2c567a0e0b9db7e | |
parent | c59c4e069932849edb1cd6e1fa1aefe847d1525c [diff] |
[website] [minor] moving to framework
diff --git a/website/templates/pages/account.html b/portal/templates/account.html similarity index 100% rename from website/templates/pages/account.html rename to portal/templates/account.html
diff --git a/website/templates/pages/cart.html b/portal/templates/cart.html similarity index 100% rename from website/templates/pages/cart.html rename to portal/templates/cart.html
diff --git a/website/templates/js/cart.js b/portal/templates/includes/cart.js similarity index 100% rename from website/templates/js/cart.js rename to portal/templates/includes/cart.js
diff --git a/website/templates/html/transactions.html b/portal/templates/includes/transactions.html similarity index 100% rename from website/templates/html/transactions.html rename to portal/templates/includes/transactions.html
diff --git a/website/templates/pages/invoice.html b/portal/templates/invoice.html similarity index 100% rename from website/templates/pages/invoice.html rename to portal/templates/invoice.html
diff --git a/website/templates/pages/profile.html b/portal/templates/profile.html similarity index 100% rename from website/templates/pages/profile.html rename to portal/templates/profile.html
diff --git a/website/templates/pages/sale.html b/portal/templates/sale.html similarity index 100% rename from website/templates/pages/sale.html rename to portal/templates/sale.html
diff --git a/website/templates/pages/sales_transactions.html b/portal/templates/sales_transactions.html similarity index 100% rename from website/templates/pages/sales_transactions.html rename to portal/templates/sales_transactions.html
diff --git a/website/templates/pages/transaction_list.html b/portal/templates/transaction_list.html similarity index 100% rename from website/templates/pages/transaction_list.html rename to portal/templates/transaction_list.html
diff --git a/website/templates/js/product_list.js b/stock/doctype/item/templates/includes/product_list.js similarity index 100% rename from website/templates/js/product_list.js rename to stock/doctype/item/templates/includes/product_list.js
diff --git a/website/templates/css/product_page.css b/stock/doctype/item/templates/includes/product_page.css similarity index 100% rename from website/templates/css/product_page.css rename to stock/doctype/item/templates/includes/product_page.css
diff --git a/website/templates/js/product_page.js b/stock/doctype/item/templates/includes/product_page.js similarity index 100% rename from website/templates/js/product_page.js rename to stock/doctype/item/templates/includes/product_page.js
diff --git a/website/templates/pages/address.html b/utilities/doctype/address/templates/address.html similarity index 100% rename from website/templates/pages/address.html rename to utilities/doctype/address/templates/address.html
diff --git a/website/templates/pages/addresses.html b/utilities/doctype/address/templates/addresses.html similarity index 100% rename from website/templates/pages/addresses.html rename to utilities/doctype/address/templates/addresses.html
diff --git a/website/templates/pages/about.html b/website/doctype/about_us_settings/templates/about.html similarity index 100% rename from website/templates/pages/about.html rename to website/doctype/about_us_settings/templates/about.html
diff --git a/website/templates/css/blog.css b/website/doctype/blog_post/templates/includes/blog.css similarity index 100% rename from website/templates/css/blog.css rename to website/doctype/blog_post/templates/includes/blog.css
diff --git a/website/templates/js/blog.js b/website/doctype/blog_post/templates/includes/blog.js similarity index 100% rename from website/templates/js/blog.js rename to website/doctype/blog_post/templates/includes/blog.js
diff --git a/website/templates/css/blog_page.css b/website/doctype/blog_post/templates/includes/blog_page.css similarity index 100% rename from website/templates/css/blog_page.css rename to website/doctype/blog_post/templates/includes/blog_page.css
diff --git a/website/templates/js/blog_page.js b/website/doctype/blog_post/templates/includes/blog_page.js similarity index 100% rename from website/templates/js/blog_page.js rename to website/doctype/blog_post/templates/includes/blog_page.js
diff --git a/website/templates/pages/contact.html b/website/doctype/contact_us_settings/templates/contact.html similarity index 100% rename from website/templates/pages/contact.html rename to website/doctype/contact_us_settings/templates/contact.html
diff --git a/website/templates/js/contact.js b/website/doctype/contact_us_settings/templates/includes/contact.js similarity index 100% rename from website/templates/js/contact.js rename to website/doctype/contact_us_settings/templates/includes/contact.js
diff --git a/website/templates/pages/index.html b/website/doctype/web_page/templates/index.html similarity index 100% rename from website/templates/pages/index.html rename to website/doctype/web_page/templates/index.html
diff --git a/website/templates/html/web_page.html b/website/doctype/web_page/templates/web_page.html similarity index 100% rename from website/templates/html/web_page.html rename to website/doctype/web_page/templates/web_page.html
diff --git a/website/templates/html/slideshow.html b/website/doctype/website_slideshow/templates/includes/slideshow.html similarity index 100% rename from website/templates/html/slideshow.html rename to website/doctype/website_slideshow/templates/includes/slideshow.html
diff --git a/website/templates/html/footer.html b/website/templates/includes/footer.html similarity index 100% rename from website/templates/html/footer.html rename to website/templates/includes/footer.html
diff --git a/website/templates/html/navbar.html b/website/templates/includes/navbar.html similarity index 100% rename from website/templates/html/navbar.html rename to website/templates/includes/navbar.html
diff --git a/website/templates/html/outer.html b/website/templates/includes/outer.html similarity index 100% rename from website/templates/html/outer.html rename to website/templates/includes/outer.html
diff --git a/website/templates/html/page.html b/website/templates/includes/page.html similarity index 100% rename from website/templates/html/page.html rename to website/templates/includes/page.html