diff --git a/marketplace/templates/Layout/Includes/TrainingDirectoryPage_CompanyTraining.ss b/marketplace/templates/Layout/Includes/TrainingDirectoryPage_CompanyTraining.ss index d163fb9..f3f5fc7 100644 --- a/marketplace/templates/Layout/Includes/TrainingDirectoryPage_CompanyTraining.ss +++ b/marketplace/templates/Layout/Includes/TrainingDirectoryPage_CompanyTraining.ss @@ -4,7 +4,7 @@
- + $Company.SmallLogoPreview(150)
@@ -12,7 +12,7 @@

- $ProgramName + $ProgramName

$Description
@@ -26,22 +26,22 @@ Level Next Location / Date - <% loop Courses %> - - $CourseName - - $Level - - <% if IsOnline %> - Ongoing / Online Only - <% else %> - $StartDateMonth $StartDateDay - $EndDateMonth $EndDateDay / $City - <% end_if %> - - <% end_loop %> + <% loop Courses %> + + $CourseName + + $Level + + <% if IsOnline %> + Ongoing / Online Only + <% else %> + $StartDateMonth $StartDateDay - $EndDateMonth $EndDateDay / $City + <% end_if %> + + <% end_loop %> - Details + Details
-<% end_if %> +<% end_if %> \ No newline at end of file diff --git a/marketplace/templates/Layout/Includes/TrainingDirectoryPage_CompanyTrainingList.ss b/marketplace/templates/Layout/Includes/TrainingDirectoryPage_CompanyTrainingList.ss deleted file mode 100644 index 34c427b..0000000 --- a/marketplace/templates/Layout/Includes/TrainingDirectoryPage_CompanyTrainingList.ss +++ /dev/null @@ -1,5 +0,0 @@ -<% if Trainings %> - <% loop Trainings %> - <% include TrainingDirectoryPage_CompanyTraining %> - <% end_loop %> -<% end_if %> \ No newline at end of file diff --git a/marketplace/templates/Layout/TrainingDirectoryPage.ss b/marketplace/templates/Layout/TrainingDirectoryPage.ss index f1c9eed..7ce55fd 100644 --- a/marketplace/templates/Layout/TrainingDirectoryPage.ss +++ b/marketplace/templates/Layout/TrainingDirectoryPage.ss @@ -19,8 +19,11 @@
- <% include TrainingDirectoryPage_CompanyTrainingList %> -   + <% if Trainings %> + <% loop Trainings %> + <% include TrainingDirectoryPage_CompanyTraining TrainingLink=$Top.Link%> + <% end_loop %> + <% end_if %>

OpenStack Online Help

diff --git a/themes/openstack/templates/MarketplacePage.ss b/themes/openstack/templates/MarketplacePage.ss deleted file mode 100644 index ba610d4..0000000 --- a/themes/openstack/templates/MarketplacePage.ss +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - $Title » OpenStack Open Source Cloud Computing Software - - <% base_tag %> - - - - - - - - - - - - - - <% if BootstrapConverted %> - <% else %> - - <% end_if %> - - - - - - - - <% include Analytics %> - - - - - <% include SiteBanner %> - <% include Navigation %> - - - <% if BootstrapConverted %> -
- <% include MarketPlaceFrontendNav %> -
-
- $Message - $Layout -
- <% else %> -
- <% include MarketPlaceFrontendNav %> -
-
- $Layout -
- <% end_if %> - - - <% include Footer %> - <% include Quantcast %> - - - -