From e865de01eeba3cb96f9cd788bdf338983404a0be Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 9 Sep 2013 12:32:35 +0530 Subject: [PATCH] [website] [minor] moving to framework --- {website/templates/pages => portal/templates}/account.html | 0 {website/templates/pages => portal/templates}/cart.html | 0 {website/templates/js => portal/templates/includes}/cart.js | 0 .../html => portal/templates/includes}/transactions.html | 0 {website/templates/pages => portal/templates}/invoice.html | 0 {website/templates/pages => portal/templates}/profile.html | 0 {website/templates/pages => portal/templates}/sale.html | 0 .../templates/pages => portal/templates}/sales_transactions.html | 0 .../templates/pages => portal/templates}/transaction_list.html | 0 .../js => stock/doctype/item/templates/includes}/product_list.js | 0 .../doctype/item/templates/includes}/product_page.css | 0 .../js => stock/doctype/item/templates/includes}/product_page.js | 0 .../pages => utilities/doctype/address/templates}/address.html | 0 .../pages => utilities/doctype/address/templates}/addresses.html | 0 .../pages => doctype/about_us_settings/templates}/about.html | 0 .../css => doctype/blog_post/templates/includes}/blog.css | 0 .../js => doctype/blog_post/templates/includes}/blog.js | 0 .../css => doctype/blog_post/templates/includes}/blog_page.css | 0 .../js => doctype/blog_post/templates/includes}/blog_page.js | 0 .../pages => doctype/contact_us_settings/templates}/contact.html | 0 .../contact_us_settings/templates/includes}/contact.js | 0 .../{templates/pages => doctype/web_page/templates}/index.html | 0 .../{templates/html => doctype/web_page/templates}/web_page.html | 0 .../website_slideshow/templates/includes}/slideshow.html | 0 website/templates/{html => includes}/footer.html | 0 website/templates/{html => includes}/navbar.html | 0 website/templates/{html => includes}/outer.html | 0 website/templates/{html => includes}/page.html | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename {website/templates/pages => portal/templates}/account.html (100%) rename {website/templates/pages => portal/templates}/cart.html (100%) rename {website/templates/js => portal/templates/includes}/cart.js (100%) rename {website/templates/html => portal/templates/includes}/transactions.html (100%) rename {website/templates/pages => portal/templates}/invoice.html (100%) rename {website/templates/pages => portal/templates}/profile.html (100%) rename {website/templates/pages => portal/templates}/sale.html (100%) rename {website/templates/pages => portal/templates}/sales_transactions.html (100%) rename {website/templates/pages => portal/templates}/transaction_list.html (100%) rename {website/templates/js => stock/doctype/item/templates/includes}/product_list.js (100%) rename {website/templates/css => stock/doctype/item/templates/includes}/product_page.css (100%) rename {website/templates/js => stock/doctype/item/templates/includes}/product_page.js (100%) rename {website/templates/pages => utilities/doctype/address/templates}/address.html (100%) rename {website/templates/pages => utilities/doctype/address/templates}/addresses.html (100%) rename website/{templates/pages => doctype/about_us_settings/templates}/about.html (100%) rename website/{templates/css => doctype/blog_post/templates/includes}/blog.css (100%) rename website/{templates/js => doctype/blog_post/templates/includes}/blog.js (100%) rename website/{templates/css => doctype/blog_post/templates/includes}/blog_page.css (100%) rename website/{templates/js => doctype/blog_post/templates/includes}/blog_page.js (100%) rename website/{templates/pages => doctype/contact_us_settings/templates}/contact.html (100%) rename website/{templates/js => doctype/contact_us_settings/templates/includes}/contact.js (100%) rename website/{templates/pages => doctype/web_page/templates}/index.html (100%) rename website/{templates/html => doctype/web_page/templates}/web_page.html (100%) rename website/{templates/html => doctype/website_slideshow/templates/includes}/slideshow.html (100%) rename website/templates/{html => includes}/footer.html (100%) rename website/templates/{html => includes}/navbar.html (100%) rename website/templates/{html => includes}/outer.html (100%) rename website/templates/{html => includes}/page.html (100%) 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