Merge pull request 'Paar Rechtschreibfehler beheben' (#20) from fix-typos into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #20
This commit is contained in:
commit
b0458643bf
@ -1,7 +1,8 @@
|
|||||||
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
||||||
<template>
|
<template>
|
||||||
<div class="alert alert-success text-center mb-0" role="alert">
|
<div class="alert alert-success text-center mb-0" role="alert">
|
||||||
Willkommen in der Alpha Version! <a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new">Problem? Einfach ein neues Issue Anlegen.</a>
|
Willkommen beim Alpha-Test!
|
||||||
|
<a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new">Problem gefunden? Bitte hier ein Issue anlegen.</a>
|
||||||
</div>
|
</div>
|
||||||
<header v-if="this.$route.path.includes('/s/')">
|
<header v-if="this.$route.path.includes('/s/')">
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||||
@ -63,7 +64,7 @@
|
|||||||
class="form-control me-2"
|
class="form-control me-2"
|
||||||
v-model="searchText"
|
v-model="searchText"
|
||||||
type="search"
|
type="search"
|
||||||
placeholder="Direkt Suchen"
|
placeholder="Profile durchsuchen"
|
||||||
aria-label="Search"
|
aria-label="Search"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
@ -85,7 +86,7 @@
|
|||||||
<a href="https://wtf-eg.de/impressum/" class="m-4">Impressum</a>
|
<a href="https://wtf-eg.de/impressum/" class="m-4">Impressum</a>
|
||||||
<a href="https://wtf-eg.de/datenschutz/" class="m-4">Datenschutz</a>
|
<a href="https://wtf-eg.de/datenschutz/" class="m-4">Datenschutz</a>
|
||||||
<a href="https://git.wtf-eg.de/kompetenzinventar" class="m-4">git(ea)</a>
|
<a href="https://git.wtf-eg.de/kompetenzinventar" class="m-4">git(ea)</a>
|
||||||
<a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new" class="m-4">Problem Melden</a>
|
<a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new" class="m-4">Problem melden</a>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
aria-label="Hinzufügen"
|
aria-label="Hinzufügen"
|
||||||
@click="editSelectedResult()"
|
@click="editSelectedResult()"
|
||||||
>
|
>
|
||||||
Änderung Speichern
|
Änderung speichern
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Kompetenz Inventar by WTF eG</h1>
|
<h1>WTF Kompetenzinventar</h1>
|
||||||
<form @submit.prevent="submitLogin()">
|
<form @submit.prevent="submitLogin()">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="exampleInputusername1" class="form-label"
|
<label for="exampleInputusername1" class="form-label"
|
||||||
>E-Mail Aresse:
|
>Benutzername:
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
type="username"
|
type="username"
|
||||||
@ -34,10 +34,10 @@
|
|||||||
v-if="showErrorMessage"
|
v-if="showErrorMessage"
|
||||||
>
|
>
|
||||||
Mit deinen Login Daten ist ein Fehler aufgetreten. Versuch es nochmal oder
|
Mit deinen Login Daten ist ein Fehler aufgetreten. Versuch es nochmal oder
|
||||||
<a href="https://resetpw.wtf-eg.de/">erzeuge ein neues Passwort</a>.
|
<a href="https://resetpw.wtf-eg.de/">hast du dein Passwort vergessen?</a>.
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Das Login gilt nur für WTF eG Mitglieder. Du kannst dein Ldap Passwort
|
Das Login gilt nur für WTF eG Mitglieder. Du kannst dein LDAP Passwort
|
||||||
hier ändern.
|
hier ändern.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<button type="submit" class="btn btn-primary mb-4">
|
<button type="submit" class="btn btn-primary mb-4">
|
||||||
Suche Starten
|
Suche starten
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="searchTotal == 0">
|
<div v-if="searchTotal == 0">
|
||||||
Es wurde kein Suchergebnis gefunden.
|
Es wurde kein Suchergebnis gefunden.
|
||||||
<p v-if="searchText !== ''">Am besten suchst du weniger Spezifisch.</p>
|
<p v-if="searchText !== ''">Probiere eine andere Suche.</p>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Profil Ändern</h1>
|
<h1>Profil bearbeiten</h1>
|
||||||
<form @submit.prevent="submitForm()">
|
<form @submit.prevent="submitForm()">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<input type="radio" id="false" :value="false" v-model="profile.visible" class="mr-2"/>
|
<input type="radio" id="false" :value="false" v-model="profile.visible" class="mr-2"/>
|
||||||
<label for="false" class="m-2 fw-bold"> Nicht Öffentlich</label>
|
<label for="false" class="m-2 fw-bold"> Nicht öffentlich</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<input type="radio" id="true" :value="true" v-model="profile.visible" />
|
<input type="radio" id="true" :value="true" v-model="profile.visible" />
|
||||||
@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-xs-12">
|
<div class="col-12 col-xs-12">
|
||||||
<label for="freetext" class="form-label fw-bold">Freitext Vorstellung:</label>
|
<label for="freetext" class="form-label fw-bold">Vorstellung:</label>
|
||||||
<textarea
|
<textarea
|
||||||
class="form-control"
|
class="form-control"
|
||||||
id="freetext"
|
id="freetext"
|
||||||
@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-xs-12">
|
<div class="col-12 col-xs-12">
|
||||||
<label for="volunteerwork" class="form-label fw-bold"
|
<label for="volunteerwork" class="form-label fw-bold"
|
||||||
>Ehrentamtliche Arbeit:</label
|
>Ehrenamtliche Arbeit:</label
|
||||||
>
|
>
|
||||||
<textarea
|
<textarea
|
||||||
class="form-control"
|
class="form-control"
|
||||||
@ -64,19 +64,19 @@
|
|||||||
</div>
|
</div>
|
||||||
<auto-complete
|
<auto-complete
|
||||||
type="skill"
|
type="skill"
|
||||||
label="Deine Fähigkeiten (Autocomplete)"
|
label="Deine Fähigkeiten"
|
||||||
:values="profile.skills"
|
:values="profile.skills"
|
||||||
@update-values="profile.skills = $event"
|
@update-values="profile.skills = $event"
|
||||||
></auto-complete>
|
></auto-complete>
|
||||||
<auto-complete
|
<auto-complete
|
||||||
type="language"
|
type="language"
|
||||||
label="Deine Sprachen (Autocomplete)"
|
label="Deine Sprachen"
|
||||||
:values="profile.languages"
|
:values="profile.languages"
|
||||||
@update-values="profile.languages = $event"
|
@update-values="profile.languages = $event"
|
||||||
></auto-complete>
|
></auto-complete>
|
||||||
<auto-complete
|
<auto-complete
|
||||||
type="skill"
|
type="skill"
|
||||||
label="Ich Suche"
|
label="Ich suche"
|
||||||
:values="profile.searchtopics"
|
:values="profile.searchtopics"
|
||||||
@update-values="profile.searchtopics = $event"
|
@update-values="profile.searchtopics = $event"
|
||||||
></auto-complete>
|
></auto-complete>
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
|
||||||
<template>
|
<template>
|
||||||
<div v-if="profile" class="container">
|
<div v-if="profile" class="container">
|
||||||
<h1>{{profile.nickname}}({{profile.pronouns}})</h1>
|
<h1>
|
||||||
|
{{profile.nickname}}
|
||||||
|
<span v-if="profile.pronouns">({{profile.pronouns}})</span>
|
||||||
|
</h1>
|
||||||
<p><label class="fw-bold">Vorstellung: </label> {{profile.freetext}}</p>
|
<p><label class="fw-bold">Vorstellung: </label> {{profile.freetext}}</p>
|
||||||
<p><label class="fw-bold">Ehrentamtliche Arbeit: </label> {{profile.volunteerwork}}</p>
|
<p><label class="fw-bold">Ehrentamtliche Arbeit: </label> {{profile.volunteerwork}}</p>
|
||||||
<p><label class="fw-bold">Verfügbarkeit: </label> {{profile.availability}}</p>
|
<p><label class="fw-bold">Verfügbarkeit: </label> {{profile.availability}}</p>
|
||||||
<h3>Meine Skills:</h3>
|
<h3>Das kann ich:</h3>
|
||||||
<profile-list
|
<profile-list
|
||||||
:values="profile.skills"
|
:values="profile.skills"
|
||||||
type="skill"
|
type="skill"
|
||||||
></profile-list>
|
></profile-list>
|
||||||
<h3>Ich Suche:</h3>
|
<h3>Das suche ich:</h3>
|
||||||
<profile-list
|
<profile-list
|
||||||
:values="profile.searchtopics"
|
:values="profile.searchtopics"
|
||||||
type="skill"
|
type="skill"
|
||||||
|
Loading…
Reference in New Issue
Block a user