From 236ad4c8dbef414ef29348634fd0a6ccded1a1d6 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Aug 2008 12:08:12 +0200 Subject: initial import --- templates/.index.html.swp | Bin 0 -> 12288 bytes templates/activation_mail.txt | 13 +++++ templates/base.html | 95 +++++++++++++++++++++++++++++++++++++ templates/deleted_project_mail.txt | 11 +++++ templates/imprint.html | 29 +++++++++++ templates/index.html | 17 +++++++ templates/members.html | 37 +++++++++++++++ templates/new_project.html | 35 ++++++++++++++ templates/new_project_mail.txt | 15 ++++++ templates/password.html | 19 ++++++++ templates/password_mail.txt | 12 +++++ templates/profile.html | 35 ++++++++++++++ templates/projects.html | 53 +++++++++++++++++++++ templates/register.html | 40 ++++++++++++++++ templates/registration_mail.txt | 11 +++++ 15 files changed, 422 insertions(+) create mode 100644 templates/.index.html.swp create mode 100644 templates/activation_mail.txt create mode 100644 templates/base.html create mode 100644 templates/deleted_project_mail.txt create mode 100644 templates/imprint.html create mode 100644 templates/index.html create mode 100644 templates/members.html create mode 100644 templates/new_project.html create mode 100644 templates/new_project_mail.txt create mode 100644 templates/password.html create mode 100644 templates/password_mail.txt create mode 100644 templates/profile.html create mode 100644 templates/projects.html create mode 100644 templates/register.html create mode 100644 templates/registration_mail.txt (limited to 'templates') diff --git a/templates/.index.html.swp b/templates/.index.html.swp new file mode 100644 index 0000000..9ff5d5f Binary files /dev/null and b/templates/.index.html.swp differ diff --git a/templates/activation_mail.txt b/templates/activation_mail.txt new file mode 100644 index 0000000..c11ffad --- /dev/null +++ b/templates/activation_mail.txt @@ -0,0 +1,13 @@ +From: {{ from_addr }} +Subject: dev.spline.de activation link +To: {{ to_addr }} + +You or someone else registered a dev.spline.de account for {{ to_addr }}. + +To confirm your registration, please visit the following website: +{{ activation_link }} + +If you did not register, you don't need to do anything and your request will be deleted within 24 hours. + +Yours, + the dev.spline.de team diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..0828ba4 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,95 @@ + + + + dev.spline.de - {% block title %}Welcome{% endblock %} + + + + + + +
+
+ + {% if info_msg %} +
+ {{ info_msg }} +
+ {% endif %} + {% if error_msg %} +
+ {{ error_msg }} +
+ {% endif %} +
+
+
+ + {% if session.login %} + + {% else %} + + + {% endif %} +
+
+
+
+ {% block content %}{% endblock %} +
+ +
 
+
+
+ + + {% if debug_msg %} +
+ {{ debug_msg }} +
+ {% endif %} +
+
+ + diff --git a/templates/deleted_project_mail.txt b/templates/deleted_project_mail.txt new file mode 100644 index 0000000..712c72e --- /dev/null +++ b/templates/deleted_project_mail.txt @@ -0,0 +1,11 @@ +From: {{ from_addr }} +Subject: {{ session.login }} wants to delete project {{ project_name }} +To: {{ to_addr }} + +Hi dev.spline.de team, + +{{ session.login }} requested the deletion of project {{ project_name }}. +Please take care of it ASAP. + +Yours, + dev.spline.de diff --git a/templates/imprint.html b/templates/imprint.html new file mode 100644 index 0000000..3200652 --- /dev/null +++ b/templates/imprint.html @@ -0,0 +1,29 @@ +{% extends "base.html" %} +{% block title %}Imprint{% endblock %} +{% block content %} +

Imprint

+ +Impressum gemäß § 6 TDG und § 10 Mediendienstestaatsvertrag + + + + + + + + + + + + + + + + + + + + + +
Institution:Freie Universität Berlin - vertreten durch den Präsidenten Univ.-Prof. Dr. Dieter Lenzen
Anschrift:
Fachbereich Mathematik und Informatik, Arnimallee 14, 14195 Berlin
Kontakt:fbv@mi.fu-berlin.de, Tel. +49-30-838-754 51
Rechtsform:Die Freie Universität Berlin ist eine Körperschaft des öffentlichen Rechts gem. §§ 1 und 2 Berliner Hochschulgesetz (BerlHG)
UST-Id:DE 811304768
+{% endblock %} diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..f5c2107 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} +{% block title %}Welcome{% endblock %} +{% block content %} +

Welcome to dev.spline.de

+

+dev.spline.de is a collaborative workspace for the staff and students at the +Freie Universität Berlin +Department of Mathematics and Computer Science. +It is based on +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. +

+{% endblock %} diff --git a/templates/members.html b/templates/members.html new file mode 100644 index 0000000..2da38c0 --- /dev/null +++ b/templates/members.html @@ -0,0 +1,37 @@ +{% extends "base.html" %} +{% block title %}Members of project {{ proj }}{% endblock %} +{% block content %} +

Members of project {{ proj }}

+

+Add or delete members to/from project {{ proj }} +

+
+
+ + + + + + {% for member in members %} + + + + + {% endfor %} +
member namedelete?
{{ member.0 }}delete
+
+
+
+
+

add
+ to project {{ proj }}
+ + + +

+
+
+
+
+{% endblock %} diff --git a/templates/new_project.html b/templates/new_project.html new file mode 100644 index 0000000..f89ad0a --- /dev/null +++ b/templates/new_project.html @@ -0,0 +1,35 @@ +{% extends "base.html" %} +{% block title %}New project{% endblock %} +{% block content %} +

Apply for a new project

+
+

+ Please complete the form below to apply for a new project. +

+
+
    +
  1. + + +
  2. +
  3. + + +
  4. +
  5. +
    + i want my project to be * + + +
    +
  6. +
+
+

+
+
+

+* it is recommended that your project is open. this means read-access for everyone (open source!).
+a private project will grant read- and write-access only to its members. +

+{% endblock %} diff --git a/templates/new_project_mail.txt b/templates/new_project_mail.txt new file mode 100644 index 0000000..e69a212 --- /dev/null +++ b/templates/new_project_mail.txt @@ -0,0 +1,15 @@ +From: {{ from_addr }} +Subject: new project application from {{ session.login }} ! +To: {{ to_addr }} + +hello dev.spline.de, + +{{ session.login }} has applied for a new project called {{ name }}. + +the description is: +{{ desc }} + +he or she wishes the project to be {{ priv }}. + +please attend to the matter soon, + dev.spline.de diff --git a/templates/password.html b/templates/password.html new file mode 100644 index 0000000..ec5b091 --- /dev/null +++ b/templates/password.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} +{% block title %}Request new password{% endblock %} +{% block content %} +

Request new password

+
+

+ Please complete the form below to get a new temporary password +

+
+
    +
  1. + + +
  2. +
+
+

+
+{% endblock %} diff --git a/templates/password_mail.txt b/templates/password_mail.txt new file mode 100644 index 0000000..7b43726 --- /dev/null +++ b/templates/password_mail.txt @@ -0,0 +1,12 @@ +From: {{ from_addr }} +Subject: dev.spline.de temporary password +To: {{ to_addr }} + +Dear {{ login }}, + +You have requested a new temporary password. This is it: +{{ new_password }} +Please change it at your convenience. + +Enjoy, + the dev.spline.de team diff --git a/templates/profile.html b/templates/profile.html new file mode 100644 index 0000000..59ecc6c --- /dev/null +++ b/templates/profile.html @@ -0,0 +1,35 @@ +{% extends "base.html" %} +{% block title %}Profile{% endblock %} +{% block content %} +

Your profile

+
+

+ Please complete the form below if you want to change your password. +

+
+
    +
  1. + + +
  2. +
  3. + + +
  4. +
  5. + + +
  6. +
  7. + + +
  8. +
  9. + + +
  10. +
+
+

+
+{% endblock %} diff --git a/templates/projects.html b/templates/projects.html new file mode 100644 index 0000000..d3dd1c3 --- /dev/null +++ b/templates/projects.html @@ -0,0 +1,53 @@ +{% extends "base.html" %} +{% block title %}Your projects{% endblock %} +{% block content %} +

Your projects

+

+The projects you are currently member of: +

+
+
+ + + + + + {% for proj in projects %} + + + + + + + {% endfor %} +
project nameoptions
{{ proj.0 }}leavemembers + delete
+
+
+ + + +
+
+{% endblock %} diff --git a/templates/register.html b/templates/register.html new file mode 100644 index 0000000..1b579f3 --- /dev/null +++ b/templates/register.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} +{% block title %}Create new account{% endblock %} +{% block content %} +

Create new account

+
+ +
+
+

+ Please complete the form below to register a new account +

+
+
    +
  1. + + +
  2. +
  3. + + +
  4. +
+
+

+
+
+ +
+
+

I do not have a  *.fu-berlin.de email address!

+

+ In this case write an email to dev@spline.de and + give a good reason why you need a dev.spline.de account. +
+ Policy has it, that usually we only accept members of the FU-Berlin. +

+
+
+
+{% endblock %} diff --git a/templates/registration_mail.txt b/templates/registration_mail.txt new file mode 100644 index 0000000..7047704 --- /dev/null +++ b/templates/registration_mail.txt @@ -0,0 +1,11 @@ +From: {{ from_addr }} +Subject: dev.spline.de temporary password +To: {{ to_addr }} + +Welcome to dev.spline.de ! + +You registered successfully. Your temporary password is {{ new_password }} +Please change it at your convenience. + +Enjoy, + the dev.spline.de team -- cgit v1.2.3