From 36bf52ac4b3fd7832249c6f27effd98cc99d6fef Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Dec 2008 10:39:49 +0100 Subject: fix templates --- templates/deleted_project_mail.txt | 4 ++-- templates/imprint.html | 6 +++--- templates/index.html | 15 ++++++++++++++- templates/members.html | 2 +- templates/new_project_mail.txt | 1 + templates/profile.html | 3 +++ templates/projects.html | 2 +- 7 files changed, 25 insertions(+), 8 deletions(-) diff --git a/templates/deleted_project_mail.txt b/templates/deleted_project_mail.txt index 712c72e..c75aa54 100644 --- a/templates/deleted_project_mail.txt +++ b/templates/deleted_project_mail.txt @@ -1,10 +1,10 @@ From: {{ from_addr }} -Subject: {{ session.login }} wants to delete project {{ project_name }} +Subject: {{ session.login }} wants to delete project {{ proj_name }} To: {{ to_addr }} Hi dev.spline.de team, -{{ session.login }} requested the deletion of project {{ project_name }}. +{{ session.login }} requested the deletion of project {{ proj_name }}. Please take care of it ASAP. Yours, diff --git a/templates/imprint.html b/templates/imprint.html index 3200652..02944a0 100644 --- a/templates/imprint.html +++ b/templates/imprint.html @@ -7,15 +7,15 @@ - + - + - + diff --git a/templates/index.html b/templates/index.html index f5c2107..bae24e5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,11 +7,24 @@ dev.spline.de is a collaborative workspace for the staff and students at the Freie Universität BerlinDepartment of Mathematics and Computer Science. It is based on -Trac, +Trac, an enhanced wiki and issue tracking system for software development projects, and maintained by the members of spline. The system has tools to help your team collaborate, like wiki pages and mailing lists as well as tools to create and control access to source code management repositories.

+

+

Trac offers

+

+
+

+Click a project from the project listing to see an example project! +

{% endblock %} diff --git a/templates/members.html b/templates/members.html index 2da38c0..17cb36d 100644 --- a/templates/members.html +++ b/templates/members.html @@ -24,7 +24,7 @@ Add or delete members to/from project {{ proj }}

add
+ type="text" value="name of user" size="12" maxlength="64" id="mem" onclick="clearInput('mem')"/>
to project {{ proj }}
diff --git a/templates/new_project_mail.txt b/templates/new_project_mail.txt index e69a212..3a056c4 100644 --- a/templates/new_project_mail.txt +++ b/templates/new_project_mail.txt @@ -1,4 +1,5 @@ From: {{ from_addr }} +Reply-To: {{ email }} Subject: new project application from {{ session.login }} ! To: {{ to_addr }} diff --git a/templates/profile.html b/templates/profile.html index 59ecc6c..3b186e1 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -32,4 +32,7 @@

+

+delete my profile ! +

{% endblock %} diff --git a/templates/projects.html b/templates/projects.html index d3dd1c3..d316aba 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -14,7 +14,7 @@ The projects you are currently member of:
{% for proj in projects %} - +
Institution:Freie Universität Berlin - vertreten durch den Präsidenten Univ.-Prof. Dr. Dieter LenzenSpline is a part of the Freie Universität Berlin
Anschrift:
Fachbereich Mathematik und Informatik, Arnimallee 14, 14195 Berlin
Spline, Institut für Informatik, Takustraße 9, 14195 Berlin
Kontakt:fbv@mi.fu-berlin.de, Tel. +49-30-838-754 51spline@spline.de, Tel. +49-30-838-53860
Rechtsform:
{{ proj.0 }}{{ proj.0 }} leave members -- cgit v1.2.3