diff --git a/extra-authentic/fields.py b/extra-authentic/fields.py deleted file mode 100644 index 7c79a3f..0000000 --- a/extra-authentic/fields.py +++ /dev/null @@ -1,14 +0,0 @@ -from qommon.publisher import get_publisher_class - -import identities - -identities.fields = [ - identities.Field('name', N_('Name'), required = True, size = 20, - hint = 'ex: Dupont'), - identities.Field('firstname', N_('First Name'), required = True, size = 20, - hint = 'ex: Christophe'), - identities.Field('email', N_('Email'), required = True, size = 40, - hint = 'ex: dupont@isp.fr'), - ] - -get_publisher_class().register_translation_domain('auquotidien') diff --git a/po/Makefile b/po/Makefile index 8c0307f..1bed769 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,6 +1,6 @@ POFILES=$(wildcard *.po) MOFILES=$(POFILES:.po=.mo) -PYFILES=$(shell find ../extra/ ../extra-authentic/ -name '*.py' -or -name '*.ptl') +PYFILES=$(shell find ../extra/ -name '*.py' -or -name '*.ptl') all: $(MOFILES) diff --git a/theme/authentic.css b/theme/authentic.css deleted file mode 100644 index 095764f..0000000 --- a/theme/authentic.css +++ /dev/null @@ -1,23 +0,0 @@ -@import url(wcs.css); - -ul.FederationsWidget { - list-style: circle; - margin: 1em 0 1em 2em; -} - -ul.FederationsWidget li { - margin: 0.5ex 0; -} - -#main-content a { - border-bottom: 1px dotted gray; -} - -#login-form a { - font-weight: bold; -} - -#info ul { - margin: 2em 1em; -} - diff --git a/theme/template.authentic.ezt b/theme/template.authentic.ezt deleted file mode 100644 index d947079..0000000 --- a/theme/template.authentic.ezt +++ /dev/null @@ -1,58 +0,0 @@ - - - - Au Quotidien - [title] - - - [""] - [script] - - -
- - -
- -
- [if-any gauche][gauche][end] -
- - [if-any breadcrumb][else] - [end] - - [if-any bigdiv]
[end] -
- [body] -
- [if-any bigdiv]
[end] -
-
- -
- -