From 3c03e1eeccfee24cb4b6695ba193e8bdf6765b0c Mon Sep 17 00:00:00 2001 From: aditya-nambiar Date: Sat, 9 Aug 2014 13:16:25 +0530 Subject: [PATCH] Tab structure fixed1 --- partials/abtesting/tab1.html | 15 ++++++ partials/abtesting/tab2.html | 11 +++++ partials/abtesting/tab3.html | 80 +++++++++++++++++++++++++++++++ partials/abtesting/tab4.html | 91 ++++++++++++++++++++++++++++++++++++ 4 files changed, 197 insertions(+) create mode 100644 partials/abtesting/tab1.html create mode 100644 partials/abtesting/tab2.html create mode 100644 partials/abtesting/tab3.html create mode 100644 partials/abtesting/tab4.html diff --git a/partials/abtesting/tab1.html b/partials/abtesting/tab1.html new file mode 100644 index 0000000000..41ada155a9 --- /dev/null +++ b/partials/abtesting/tab1.html @@ -0,0 +1,15 @@ + +
+

What would you like to Name the Test ?


+


+

What would you like to test ?



+   + Subject Lines

+   + From Names

+   + Two different Emails

+   +
+
+
diff --git a/partials/abtesting/tab2.html b/partials/abtesting/tab2.html new file mode 100644 index 0000000000..df5791b4e5 --- /dev/null +++ b/partials/abtesting/tab2.html @@ -0,0 +1,11 @@ + + +
+
+ +
+
+
+
+ +
diff --git a/partials/abtesting/tab3.html b/partials/abtesting/tab3.html new file mode 100644 index 0000000000..69ee0e6fa4 --- /dev/null +++ b/partials/abtesting/tab3.html @@ -0,0 +1,80 @@ + + +
+

Select the groups you would like to add


+ + +  
+ +



+ {{incGroup}}
{{excGroup}}
+ {{incGroupids}}
{{excGroupids}}
+ +

Select the size of your test group


+   Percentage Selected - {{currentABTest.group_percentage}}% + +
+ +

How will the winner be decided


+   Open

+   + Total Unique Clicks

+   Total + Clicks on a particular link

+ +

Declare the winner by when?


+ + + + + + + + + + + +
Date + + Time + +
+ +
+ Enter the time in the 12:32:45 format where 12 is the hour, 32 the minutes and 45 the seconds. +
+
+
+ + +
+
+
+ +
diff --git a/partials/abtesting/tab4.html b/partials/abtesting/tab4.html new file mode 100644 index 0000000000..4d97dc5473 --- /dev/null +++ b/partials/abtesting/tab4.html @@ -0,0 +1,91 @@ + +

Details


+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Test Criteria{{template.name}}
Groups Included{{incGroup}}
Groups Excluded{{excGroup}}
Size of Test Group{{currentABTest.group_percentage}}
Winner Criteria{{winner_criteria}}
Declare Winner By{{currentABTest.date}} Date   {{currentABTest.time}} Time
+

Preview Mail

+ + +
+ +
+ +
+
+ +
+ + +
+
+

Send Test Mails

+ + + + +

When to Start


+ +
+ Now   + Later + +     +
+ + +

+ +
+ +
+
+
+ +
+
+
+ +
+ -- 2.25.1