An error occurred while fetching the assigned milestone of the selected merge_request.
config
config.js +1 -0
public/js
registration.js +1 -1
routes
routes-account.js +39 -34
routes-project.js +63 -6
views/DE
account
contact.pug +80 -0
home.pug +4 -2
profile.pug +8 -8
security.pug +2 -2
services.pug +1 -1
project
addProjectOverview.pug +16 -11
mailinglists.pug +62 -27
project-simplified.pug +30 -28
project.html +125 -67
projectOverview.pug +1 -4
projects.pug +1 -4
videoconferences.pug +1 -4
app.js +11 -1
package-lock.json +29 -0
package.json +1 -0
+ 1
- 0
+ 1
- 1
@@ -8,7 +8,7 @@ $('#inputEmail').change(function(){
+ 39
- 34
@@ -58,7 +58,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -67,7 +67,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -104,8 +104,8 @@ module.exports = function (app, config, passport, i18n) {
@@ -118,14 +118,14 @@ module.exports = function (app, config, passport, i18n) {
@@ -133,7 +133,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -149,7 +149,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -183,7 +183,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -213,7 +213,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -223,7 +223,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -238,7 +238,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -250,14 +250,14 @@ module.exports = function (app, config, passport, i18n) {
@@ -269,27 +269,32 @@ module.exports = function (app, config, passport, i18n) {
@@ -318,19 +323,19 @@ module.exports = function (app, config, passport, i18n) {
@@ -348,7 +353,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -406,7 +411,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -416,7 +421,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -455,7 +460,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -463,10 +468,10 @@ module.exports = function (app, config, passport, i18n) {
@@ -507,9 +512,9 @@ module.exports = function (app, config, passport, i18n) {
+ 63
- 6
@@ -2,6 +2,8 @@ const methods = require('./methods')
@@ -26,7 +28,8 @@ module.exports = function (app) {
@@ -104,7 +107,7 @@ module.exports = function (app) {
@@ -144,7 +147,7 @@ module.exports = function (app) {
@@ -160,13 +163,45 @@ module.exports = function (app) {
@@ -178,7 +213,7 @@ module.exports = function (app) {
@@ -186,6 +221,28 @@ module.exports = function (app) {
@@ -224,7 +281,7 @@ module.exports = function (app) {
views/DE/account/contact.pug
0 → 100644
+ 80
- 0
p(style="margin-top: 25px;") <strong>Hochschule für Technik Stuttgart</strong><br/>Institut für Angewandte Forschung<br/>Innovative Hochschule - Projekt M4_LAB<br/>Schellingstr. 24<br/>70174 Stuttgart<br/>Deutschland<br/><br/><a href="mailto:support-transfer@hft-stuttgart.de">support-transfer@hft-stuttgart.de</a><br/><br/><a href="https://www.hft-stuttgart.de/">www.hft-stuttgart.de</a> / <a href="https://www.hft-stuttgart.de/M4LAB">www.hft-stuttgart.de/M4LAB</a><br/>
p(class="text-center") Das Transferportal entsteht in einem Teilprojekt der Innovativen <a href="https://www.hft-stuttgart.de">Hochschule für Technik Stuttgart</a>. Im <a href="https://www.hft-stuttgart.de/forschung/innovative-hochschule-m4-lab">Innovationslabor M4_LAB</a> wird das Transferportal als eine Webpräsenz entwickelt, welches Wissen, Lösungen und Dienste für HFT-Mitglieder, externe Partner und die allgemeine Öffentlichkeit bereitstellt.<br/><br/>Es ergänzt die Informationen der allgemeinen HFT-Webseite durch konkrete Ergebnisse aus Forschung und Entwicklung, verfügbar in verschiedenster Form wie beispielsweise Daten, Dokumentationen und Software-Code.<br/><br/>Zudem stellt es Kollaborationsmittel für Projektpartner und später auch Partizipationsmöglichkeiten für die breite Öffentlichkeit bereit.