From c58b498f7060665e286b1b7eb978cebeed9e8655 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 13 Feb 2006 15:53:39 +0000 Subject: merge dalla branch git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@191 fcb26f47-9200-0410-b104-b98ab5b095f3 --- GroLUG/root/lib/site/header | 8 +++++++- GroLUG/root/lib/site/mail-wrapper | 4 ++++ GroLUG/root/src/cancella-pagamento.tt2 | 4 ++++ GroLUG/root/src/due-settimane.tt2 | 7 +++++++ GroLUG/root/src/edit-iscritto.tt2 | 9 ++------- GroLUG/root/src/edit-pagamento.tt2 | 1 + GroLUG/root/src/lista-iscritti.tt2 | 4 ++-- GroLUG/root/src/nuovo-iscritto.tt2 | 7 ------- GroLUG/root/src/nuovo-pagamento.tt2 | 9 --------- GroLUG/root/src/scaduto.tt2 | 7 +++++++ GroLUG/root/src/scheda-iscritto.tt2 | 8 ++++++-- GroLUG/root/src/un-mese.tt2 | 7 +++++++ 12 files changed, 47 insertions(+), 28 deletions(-) create mode 100644 GroLUG/root/lib/site/mail-wrapper create mode 100644 GroLUG/root/src/cancella-pagamento.tt2 create mode 100644 GroLUG/root/src/due-settimane.tt2 create mode 100644 GroLUG/root/src/edit-pagamento.tt2 delete mode 100644 GroLUG/root/src/nuovo-iscritto.tt2 delete mode 100644 GroLUG/root/src/nuovo-pagamento.tt2 create mode 100644 GroLUG/root/src/scaduto.tt2 create mode 100644 GroLUG/root/src/un-mese.tt2 (limited to 'GroLUG/root') diff --git a/GroLUG/root/lib/site/header b/GroLUG/root/lib/site/header index 8781856..2c89e2f 100644 --- a/GroLUG/root/lib/site/header +++ b/GroLUG/root/lib/site/header @@ -1,4 +1,10 @@

[% template.title or site.title %]

-[% IF Catalyst.user_exists %]

logout

[% END %] +

+ [%- IF Catalyst.user_exists -%] + logout + [%- END %] + elenco iscritti + elenco iscritti cessati +

diff --git a/GroLUG/root/lib/site/mail-wrapper b/GroLUG/root/lib/site/mail-wrapper new file mode 100644 index 0000000..257446b --- /dev/null +++ b/GroLUG/root/lib/site/mail-wrapper @@ -0,0 +1,4 @@ +[% content %] + +-- + Servizio iscrizioni GroLUG diff --git a/GroLUG/root/src/cancella-pagamento.tt2 b/GroLUG/root/src/cancella-pagamento.tt2 new file mode 100644 index 0000000..0d0a1c1 --- /dev/null +++ b/GroLUG/root/src/cancella-pagamento.tt2 @@ -0,0 +1,4 @@ +

Cancellazione pagamento

+
+

Confermi?

+
diff --git a/GroLUG/root/src/due-settimane.tt2 b/GroLUG/root/src/due-settimane.tt2 new file mode 100644 index 0000000..a436686 --- /dev/null +++ b/GroLUG/root/src/due-settimane.tt2 @@ -0,0 +1,7 @@ +Subject: La tua iscrizione al GroLUG scade tra due settimane + +Salve [% iscritto.nome %], + +la tua iscrizione scade tra due settimane. + +Rinnovala! diff --git a/GroLUG/root/src/edit-iscritto.tt2 b/GroLUG/root/src/edit-iscritto.tt2 index e75765d..e26f264 100644 --- a/GroLUG/root/src/edit-iscritto.tt2 +++ b/GroLUG/root/src/edit-iscritto.tt2 @@ -1,7 +1,2 @@ -

Modifica [% iscritto.nome %]

-
-

-

-

-

-
+

[% IF mode=='edit' %]Modifica[% ELSE %]Nuovo[% END %] iscritto

+[% widget %] diff --git a/GroLUG/root/src/edit-pagamento.tt2 b/GroLUG/root/src/edit-pagamento.tt2 new file mode 100644 index 0000000..1a03775 --- /dev/null +++ b/GroLUG/root/src/edit-pagamento.tt2 @@ -0,0 +1 @@ +[% widget %] diff --git a/GroLUG/root/src/lista-iscritti.tt2 b/GroLUG/root/src/lista-iscritti.tt2 index 1f733b6..9618520 100644 --- a/GroLUG/root/src/lista-iscritti.tt2 +++ b/GroLUG/root/src/lista-iscritti.tt2 @@ -1,5 +1,5 @@ -

Lista iscritti

-

Nuovo iscritto

+

Lista iscritti [% IF mode=='cessati' %]non attivi[% END %]

+

Nuovo iscritto

    [% WHILE (iscr = iscritti.next()) %]
  1. diff --git a/GroLUG/root/src/nuovo-iscritto.tt2 b/GroLUG/root/src/nuovo-iscritto.tt2 deleted file mode 100644 index 91bbfb9..0000000 --- a/GroLUG/root/src/nuovo-iscritto.tt2 +++ /dev/null @@ -1,7 +0,0 @@ -

    Nuovo iscritto

    -
    -

    -

    -

    -

    -
    diff --git a/GroLUG/root/src/nuovo-pagamento.tt2 b/GroLUG/root/src/nuovo-pagamento.tt2 deleted file mode 100644 index 743f06f..0000000 --- a/GroLUG/root/src/nuovo-pagamento.tt2 +++ /dev/null @@ -1,9 +0,0 @@ -
    - - -

    -

    -

    -

    -

    -
    \ No newline at end of file diff --git a/GroLUG/root/src/scaduto.tt2 b/GroLUG/root/src/scaduto.tt2 new file mode 100644 index 0000000..1a97312 --- /dev/null +++ b/GroLUG/root/src/scaduto.tt2 @@ -0,0 +1,7 @@ +Subject: La tua iscrizione al GroLUG è scaduta oggi + +Salve [% iscritto.nome %], + +la tua iscrizione è scaduta oggi. + +Rinnovala! diff --git a/GroLUG/root/src/scheda-iscritto.tt2 b/GroLUG/root/src/scheda-iscritto.tt2 index 30f0d29..835b22a 100644 --- a/GroLUG/root/src/scheda-iscritto.tt2 +++ b/GroLUG/root/src/scheda-iscritto.tt2 @@ -2,15 +2,19 @@

    Operazioni:

    Indirizzo:
    [% iscritto.email %]
    Note:
    [% iscritto.note %]
    Pagamenti:
      [%- FOREACH pag IN iscritto.pagamenti %] -
    1. [% pag.prezzo %] il [% pag.data_pagamento %]
    2. +
    3. [% pag.prezzo %] il [% pag.data_pagamento %] edit elimina
    4. [% END -%]
    diff --git a/GroLUG/root/src/un-mese.tt2 b/GroLUG/root/src/un-mese.tt2 new file mode 100644 index 0000000..e214b86 --- /dev/null +++ b/GroLUG/root/src/un-mese.tt2 @@ -0,0 +1,7 @@ +Subject: La tua iscrizione al GroLUG scade tra un mese + +Salve [% iscritto.nome %], + +la tua iscrizione scade tra un mese. + +Rinnovala! -- cgit v1.2.3