From 7d63181675597b0ba73bf1ad7a79f13c833920d4 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 26 Dec 2007 08:20:44 +0100 Subject: [PATCH] Unified some templates. --- templates/artemus/es/{edit_story => EDIT_STORY} | 20 ++++++++++++++ .../artemus/es/{edit_template => EDIT_TEMPLATE} | 13 +++++++++ templates/artemus/es/{edit_topic => EDIT_TOPIC} | 13 +++++++++ templates/artemus/es/{edit_user => EDIT_USER} | 31 +++++++++++++++------- 4 files changed, 68 insertions(+), 9 deletions(-) rename templates/artemus/es/{edit_story => EDIT_STORY} (77%) rename templates/artemus/es/{edit_template => EDIT_TEMPLATE} (52%) rename templates/artemus/es/{edit_topic => EDIT_TOPIC} (79%) rename templates/artemus/es/{edit_user => EDIT_USER} (60%) diff --git a/templates/artemus/es/edit_story b/templates/artemus/es/EDIT_STORY similarity index 77% rename from templates/artemus/es/edit_story rename to templates/artemus/es/EDIT_STORY index b880d05..142609c 100644 --- a/templates/artemus/es/edit_story +++ b/templates/artemus/es/EDIT_STORY @@ -1,3 +1,9 @@ +{-assert_topic_editor|{-cgi-topic}} +{-header} +{-box_title|Datos del Artículo} + +
+ @@ -37,3 +43,17 @@

Contenido:
+ + +

+ +
+ + + + +
+ +{-box_end} + +{-footer} diff --git a/templates/artemus/es/edit_template b/templates/artemus/es/EDIT_TEMPLATE similarity index 52% rename from templates/artemus/es/edit_template rename to templates/artemus/es/EDIT_TEMPLATE index 0d3b820..374f763 100644 --- a/templates/artemus/es/edit_template +++ b/templates/artemus/es/EDIT_TEMPLATE @@ -1,3 +1,9 @@ +{-assert_admin} +{-header} + +{-box_title|Datos de la plantilla} +
+ {-ifelse|{-eq|{-cgi-id}|[]}| | @@ -7,3 +13,10 @@

Contenido:
+ + + +

+{-box_end} + +{-footer} diff --git a/templates/artemus/es/edit_topic b/templates/artemus/es/EDIT_TOPIC similarity index 79% rename from templates/artemus/es/edit_topic rename to templates/artemus/es/EDIT_TOPIC index a7c0525..de145f1 100644 --- a/templates/artemus/es/edit_topic +++ b/templates/artemus/es/EDIT_TOPIC @@ -1,3 +1,9 @@ +{-assert_admin} +{-header} + +{-box_title|Datos de la sección} +
+ {-ifelse|{-eq|{-cgi-topic}|[]}|

Id de la sección (sólo minúsculas y números)
@@ -21,3 +27,10 @@ (Las viejas irán pasando al archivo; vacío significa no archivar nunca)
+ + + +

+{-box_end} + +{-footer} diff --git a/templates/artemus/es/edit_user b/templates/artemus/es/EDIT_USER similarity index 60% rename from templates/artemus/es/edit_user rename to templates/artemus/es/EDIT_USER index bb9d37d..3eddb71 100644 --- a/templates/artemus/es/edit_user +++ b/templates/artemus/es/EDIT_USER @@ -1,32 +1,38 @@ -{-ifelse|{-eq|$0|[]}| +{-assert_logged_in} +{-header} + +{-box_title|Datos del Usuario} +
+ +{-ifelse|{-eq|{-cgi-userid}|[]}|

Id. del usuario:
| -$0 +{-cgi-userid} }

Nombre completo del usuario:
- +

Email:
- + {-if|{-is_admin}|

Administrador?
- +

Puede enviar ficheros?
- +

Fecha de expiración de la cuenta: (vacío, nunca)
- / - / - + / + / + }

Passwords: (Sólo nuevos usuarios ó para cambiarla)
@@ -36,3 +42,10 @@

Repetir password:
+ + + +

+{-box_end} + +{-footer} -- 2.11.4.GIT