Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #637 from danushkaf/master
Browse files Browse the repository at this point in the history
Fixing APPFAC-3362 partially. Needs to fix it in proper manner
  • Loading branch information
Danushka Fernando committed Sep 22, 2015
2 parents f2a43d0 + 7d3ccf9 commit c2c6cbe
Showing 1 changed file with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -776,15 +776,15 @@ function getMessage(type, applicationName, launchUrl){
+ "<span aria-hidden='true'>&times;</span>"
+ "<span class='sr-only'>Close</span>"
+ "</button>"
+ "<span class='alert-content'>"
+ "<span class='alert-content-block'>"
+ "<i class='fa fa-check-circle-o'></i>"
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample app and it is deploying."
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample application and deployed."
+ "</span>"
+ "<div class='alert-extra-content'>"
+ "<h5>Now you can</h5>"
+ "<ul>"
+ "<li><a href='" + launchUrl + "'>Launch</a> the web after it is successfully deployed</li>"
+ "<li>Edit code in the sample app</li>"
+ "<li><a target='_blank' href='" + launchUrl + "'>Launch</a> the web application</li>"
+ "<li>Edit code of the sample application</li>"
+ "<li>Map to a custom URL</li>"
+ "</ul>"
+ "</div>"
Expand All @@ -795,14 +795,14 @@ function getMessage(type, applicationName, launchUrl){
+ "<span aria-hidden='true'>&times;</span>"
+ "<span class='sr-only'>Close</span>"
+ "</button>"
+ "<span class='alert-content'>"
+ "<span class='alert-content-block'>"
+ "<i class='fa fa-check-circle-o'></i>"
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample app and it is deploying."
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample application and it is deployed."
+ "</span>"
+ "<div class='alert-extra-content'>"
+ "<h5>Now you can</h5>"
+ "<ul>"
+ "<li><a href='" + launchUrl + "'>Launch</a> the application after it is successfully deployed</li>"
+ "<li><a target='_blank' href='" + launchUrl + "'>Launch</a> the application after it is successfully deployed</li>"
+ "<li>You can upload new versions for the application.</li>"
+ "</ul>"
+ "</div>"
Expand All @@ -813,52 +813,52 @@ function getMessage(type, applicationName, launchUrl){
+ "<span aria-hidden='true'>&times;</span>"
+ "<span class='sr-only'>Close</span>"
+ "</button>"
+ "<span class='alert-content'>"
+ "<span class='alert-content-block'>"
+ "<i class='fa fa-check-circle-o'></i>"
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample app and it is deploying."
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample dataservice and it is deployed."
+ "</span>"
+ "<div class='alert-extra-content'>"
+ "<h5>Now you can</h5>"
+ "<ul>"
+ "<li>Get the <a href='" + launchUrl + "'>url</a> of data service once it is successfully deployed. The sample app points to a common sample datasource.</li>"
+ "<li>Edit code in the sample data service app</li>"
+ "<li>Point the app to your own datasource</li>"
+ "<li>Get the <a target='_blank' href='" + launchUrl + "'>url</a> of data service and it is deployed. The sample dataservice points to a common sample datasource.</li>"
+ "<li>Edit code in the sample data service</li>"
+ "<li>Point the dataservice to your own datasource</li>"
+ "</ul>"
+ "</div>"
+ "</div>";
} else if (type == "jax-rs") {
} else if (type == "jaxrs") {
successMessage = "<div class='alert alert-success' role='alert'>"
+ "<button type='button' class='close' data-dismiss='alert'>"
+ "<span aria-hidden='true'>&times;</span>"
+ "<span class='sr-only'>Close</span>"
+ "</button>"
+ "<span class='alert-content'>"
+ "<span class='alert-content-block'>"
+ "<i class='fa fa-check-circle-o'></i>"
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample app and it is deploying."
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample application and it is deployed."
+ "</span>"
+ "<div class='alert-extra-content'>"
+ "<h5>Now you can</h5>"
+ "<ul>"
+ "<li>Get the <a href='" + launchUrl + "'>url</a> of the service once it is successfully deployed.</li>"
+ "<li>Get the <a target='_blank' href='" + launchUrl + "'>url</a> of the service.</li>"
+ "<li>Edit code in the sample jax-rs app</li>"
+ "</ul>"
+ "</div>"
+ "</div>";
} else if (type == "jax-ws") {
} else if (type == "jaxws") {
successMessage = "<div class='alert alert-success' role='alert'>"
+ "<button type='button' class='close' data-dismiss='alert'>"
+ "<span aria-hidden='true'>&times;</span>"
+ "<span class='sr-only'>Close</span>"
+ "</button>"
+ "<span class='alert-content'>"
+ "<span class='alert-content-block'>"
+ "<i class='fa fa-check-circle-o'></i>"
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample app and it is deploying."
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample application and it is deployed."
+ "</span>"
+ "<div class='alert-extra-content'>"
+ "<h5>Now you can</h5>"
+ "<ul>"
+ "<ul>"
+ "<li>Get the <a href='" + launchUrl + "'>url</a> of the service once it is successfully deployed.</li>"
+ "<li>Get the <a target='_blank' href='" + launchUrl + "'>url</a> of the service.</li>"
+ "<li>Edit code in the sample jax-rs app</li>"
+ "</ul>"
+ "</div>"
Expand All @@ -869,14 +869,14 @@ function getMessage(type, applicationName, launchUrl){
+ "<span aria-hidden='true'>&times;</span>"
+ "<span class='sr-only'>Close</span>"
+ "</button>"
+ "<span class='alert-content'>"
+ "<span class='alert-content-block'>"
+ "<i class='fa fa-check-circle-o'></i>"
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample app and it is deploying."
+ "<strong> Congratulations..</strong> your application " + applicationName + " is now ready..! We have created a sample app and it is deployed."
+ "</span>"
+ "<div class='alert-extra-content'>"
+ "<h5>Now you can</h5>"
+ "<ul>"
+ "<li><a href='" + launchUrl + "'>Launch</a> the web after it is successfully deployed</li>"
+ "<li><a target='_blank' href='" + launchUrl + "'>Launch</a> the application.</li>"
+ "<li>Edit code in the sample app</li>"
+ "</ul>"
+ "</div>"
Expand Down

0 comments on commit c2c6cbe

Please sign in to comment.