From 7b0a3e7c1f0379f8ee629a5c50809928c1ea1224 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Nov 2011 10:24:14 -0500 Subject: [PATCH 1/3] added new variables for list --- printaform/templates/types/amc.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/printaform/templates/types/amc.html b/printaform/templates/types/amc.html index b861503..f1a0e52 100755 --- a/printaform/templates/types/amc.html +++ b/printaform/templates/types/amc.html @@ -57,8 +57,8 @@ td {

Name & Designation of Representative of Party

-

{{ company_rep__desig_name }}

-

{{ client_rep__desig_name }}

+

{{ company_rep_desig_name }}

+

{{ client_rep_desig_name }}

Registered Address of the Party

@@ -78,6 +78,7 @@ td {
  • Maintaining backups and uptime.
  • Fixing bugs and ensuring the website works as expected in newer versions of supported browsers.
  • Maintaining and providing support for the Content Management System (CMS).
  • + {{ amc_scope|markdown }} @@ -87,6 +88,7 @@ td {

    This Annual Maintenance Contract (AMC) does not cover:

    From 229926ae467e31c354931daf8ed40d874280ddc9 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Nov 2011 10:40:07 -0500 Subject: [PATCH 2/3] added variables to list --- printaform/templates/types/amc.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/printaform/templates/types/amc.html b/printaform/templates/types/amc.html index f1a0e52..a1e8b0c 100755 --- a/printaform/templates/types/amc.html +++ b/printaform/templates/types/amc.html @@ -78,8 +78,9 @@ td {
  • Maintaining backups and uptime.
  • Fixing bugs and ensuring the website works as expected in newer versions of supported browsers.
  • Maintaining and providing support for the Content Management System (CMS).
  • - {{ amc_scope|markdown }} + + {{ amc_scope|markdown }} @@ -88,8 +89,9 @@ td {

    This Annual Maintenance Contract (AMC) does not cover:

    + + + {{ amc_not_scope|markdown }} From aa9e97450e5b83d3dd686fcfc8ebc9a9759dbd1e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Nov 2011 11:13:28 -0500 Subject: [PATCH 3/3] added random for new list filter --- printaform/templates/types/amc.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/printaform/templates/types/amc.html b/printaform/templates/types/amc.html index a1e8b0c..d0d3f66 100755 --- a/printaform/templates/types/amc.html +++ b/printaform/templates/types/amc.html @@ -1,4 +1,7 @@ {% load markup %} + +{% load random %} + @@ -16,6 +19,11 @@ body { font-family:Helvetica, Arial, sans-serif; } + +.pageBreak { +display:block; page-break-before:always; +} + #contractTitle p { text-align:center; font-weight:bold; @@ -80,10 +88,11 @@ td {
  • Maintaining and providing support for the Content Management System (CMS).
  • - {{ amc_scope|markdown }} + {{ amc_scope|make_li }} - + +

    Considerations

    This Annual Maintenance Contract (AMC) does not cover:

    @@ -91,7 +100,7 @@ td {
  • New Features, which will be priced according to requirement. This includes design changes, significant content changes, new pages and templates, new scripts, third party software integration, etc.
  • - {{ amc_not_scope|markdown }} + {{ amc_not_scope|make_li }}