diff --git a/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html b/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html new file mode 100644 index 000000000..2fac38519 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html @@ -0,0 +1,16 @@ +<#newLine/> +<#newLine/> +<#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +-------- Sākotnējais ziņojums --------<#newLine/> +Temats: <#subject/><#newLine/> +Datums: <#date/><#newLine/> +No: <#from/><#newLine/> +<#hasReplyTo>Atbildēt uz: <#replyTo/><#hasOrganization>Organizācija: <#organization/>Kam: <#to/><#newLine/> +<#hasCc>Kopija: <#cc/><#hasNewsGroups>Intereškopas: <#newsgroups/><#hasReferences>Atsauces: <#references/><#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#signaturePlacementOnBottom><#newLine/> +<#newLine/> +<#signature/> +<#newLine/> diff --git a/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.wod b/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.wod new file mode 100644 index 000000000..f2436acc9 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.wod @@ -0,0 +1,88 @@ +subject: WOString { + value = subject; + escapeHTML = NO; +} + +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +newLine: WOString { + value = newLine; + escapeHTML = NO; +} + +hasReplyTo: WOConditional { + condition = hasReplyTo; +} + +replyTo: WOString { + value = replyTo; + escapeHTML = NO; +} + +hasOrganization: WOConditional { + condition = hasOrganization; +} + +organization: WOString { + value = organization; + escapeHTML = NO; +} + +to: WOString { + value = to; + escapeHTML = NO; +} + +hasCc: WOConditional { + condition = hasCc; +} + +cc: WOString { + value = cc; + escapeHTML = NO; +} + +hasNewsGroups: WOConditional { + condition = hasNewsGroups; +} + +newsgroups: WOString { + value = newsgroups; + escapeHTML = NO; +} + +hasReferences: WOConditional { + condition = hasReferences; +} + +references: WOString { + value = references; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} + +signature: WOString { + value = signature; + escapeHTML = NO; +} + +signaturePlacementOnTop: WOConditional { + condition = signaturePlacementOnTop; +} + +signaturePlacementOnBottom: WOConditional { + condition = signaturePlacementOnTop; + negate = YES; +} diff --git a/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html b/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html new file mode 100644 index 000000000..34f7d1be1 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html @@ -0,0 +1,16 @@ +<#replyPlacementOnTop><#newLine/> +<#newLine/> +<#signaturePlacementOnTop><#newLine/> +<#signature/><#newLine/> +<#outlookMode>-------- Sākotnējais ziņojums --------<#newLine/> +Temats: <#subject/><#newLine/> +Datums: <#date/><#newLine/> +No: <#from/><#newLine/> +<#hasReplyTo>Atbildēt uz: <#replyTo/><#hasOrganization>Organizācija: <#organization/>Kam: <#to/><#newLine/> +<#hasCc>Kopija: <#cc/><#hasNewsGroups>Intereškopas: <#newsgroups/><#hasReferences>Atsauces: <#references/><#newLine/> +<#standardMode><#date/>, <#from/> rakstīja:<#newLine/> +<#newLine/> +<#messageBody/><#newLine/> +<#replyPlacementOnBottom><#newLine/> +<#newLine/> +<#signaturePlacementOnBottom><#signature/><#newLine/> diff --git a/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.wod b/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.wod new file mode 100644 index 000000000..3fbed6d61 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.wod @@ -0,0 +1,106 @@ +outlookMode: WOConditional { + condition = outlookMode; +} + +standardMode: WOConditional { + condition = outlookMode; + negate = YES; +} + +subject: WOString { + value = subject; + escapeHTML = NO; +} + +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +newLine: WOString { + value = newLine; + escapeHTML = NO; +} + +hasReplyTo: WOConditional { + condition = hasReplyTo; +} + +replyTo: WOString { + value = replyTo; + escapeHTML = NO; +} + +hasOrganization: WOConditional { + condition = hasOrganization; +} + +organization: WOString { + value = organization; + escapeHTML = NO; +} + +to: WOString { + value = to; + escapeHTML = NO; +} + +hasCc: WOConditional { + condition = hasCc; +} + +cc: WOString { + value = cc; + escapeHTML = NO; +} + +hasNewsGroups: WOConditional { + condition = hasNewsGroups; +} + +newsgroups: WOString { + value = newsgroups; + escapeHTML = NO; +} + +hasReferences: WOConditional { + condition = hasReferences; +} + +references: WOString { + value = references; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} + +signature: WOString { + value = signature; + escapeHTML = NO; +} + +replyPlacementOnTop: WOConditional { + condition = replyPlacementOnTop; +} + +replyPlacementOnBottom: WOConditional { + condition = replyPlacementOnTop; + negate = YES; +} + +signaturePlacementOnTop: WOConditional { + condition = signaturePlacementOnTop; +} + +signaturePlacementOnBottom: WOConditional { + condition = signaturePlacementOnTop; + negate = YES; +}