From 5d8414d91a2266d4440e3d06d41afe1532b68ca1 Mon Sep 17 00:00:00 2001 From: aditya-nambiar Date: Sat, 14 Jun 2014 17:15:18 -0400 Subject: [PATCH] Bifurcation in compose done --- js/angular-crmMailingAB.js | 5 ++++ partials/abtesting/from_name.html | 19 ++++++++++++++ partials/abtesting/subject_lines.html | 19 ++++++++++++++ partials/abtesting/two_emails.html | 36 +++++++++++++++++++++++++++ 4 files changed, 79 insertions(+) create mode 100644 partials/abtesting/from_name.html create mode 100644 partials/abtesting/subject_lines.html create mode 100644 partials/abtesting/two_emails.html diff --git a/js/angular-crmMailingAB.js b/js/angular-crmMailingAB.js index 37d5f187e9..c1b21625ad 100644 --- a/js/angular-crmMailingAB.js +++ b/js/angular-crmMailingAB.js @@ -67,6 +67,11 @@ $scope.adi=3; } }; + $scope.templates = + [ { name: 'subjectlines', url: partialUrl('subject_lines.html')}, + { name: 'fromname', url: partialUrl('from_name.html')}, + {name:'2emails',url: partialUrl('two_emails.html')} ]; + $scope.template = $scope.templates[0]; diff --git a/partials/abtesting/from_name.html b/partials/abtesting/from_name.html new file mode 100644 index 0000000000..1c22cc02de --- /dev/null +++ b/partials/abtesting/from_name.html @@ -0,0 +1,19 @@ + +
+ +

+
+
+        From Email Address A: 
+ From Email Address B:
+ Use Template :
+ Mail Subject:
+ + + + + +
+
\ No newline at end of file diff --git a/partials/abtesting/subject_lines.html b/partials/abtesting/subject_lines.html new file mode 100644 index 0000000000..588fb53745 --- /dev/null +++ b/partials/abtesting/subject_lines.html @@ -0,0 +1,19 @@ + +
+ +

+
+
+        From Email Address: 
+ Use Template :
+ Mail Subject A:
+ Mail Subject B:
< + + + + + +
+
\ No newline at end of file diff --git a/partials/abtesting/two_emails.html b/partials/abtesting/two_emails.html new file mode 100644 index 0000000000..1e09b7f6ac --- /dev/null +++ b/partials/abtesting/two_emails.html @@ -0,0 +1,36 @@ +
+
+ + + +
+ From Email Address :
+ Use Template :
+ Mail Subject:
+ + + + +
+
+ From Email Address :
+ Use Template :
+ Mail Subject:
+ + + + +
+ +
+ + +
\ No newline at end of file -- 2.25.1