2020-08-08 03:32:08 +00:00
|
|
|
<div>
|
2023-08-23 16:16:35 +00:00
|
|
|
Hier kannst du die UUID von deinem Avatar ändern und später jederzeit wieder zurückwechseln. <br>
|
2021-01-06 14:05:40 +00:00
|
|
|
Inventar und Gruppen bleiben dabei erhalten. <br>
|
2023-09-11 02:26:06 +00:00
|
|
|
Jede Identität hat ein eigenes Aussehen, ein eigenes Profil und eine eigene Freundesliste.
|
2020-08-08 03:32:08 +00:00
|
|
|
</div>
|
2023-09-04 23:15:40 +00:00
|
|
|
<br><?= $v['message'] ?><br>
|
2020-08-08 03:32:08 +00:00
|
|
|
|
|
|
|
<div class="container-fluid">
|
2023-09-04 23:15:40 +00:00
|
|
|
<div class="row">
|
2020-08-08 03:32:08 +00:00
|
|
|
<div class="col-md-6">
|
2023-09-04 23:15:40 +00:00
|
|
|
<?= $v['ident-list'] ?>
|
2020-08-08 03:32:08 +00:00
|
|
|
</div>
|
2023-09-04 23:15:40 +00:00
|
|
|
<div class="col-md-6">
|
2020-08-08 03:32:08 +00:00
|
|
|
<div style="width: 400px; margin: auto; left: 50%;">
|
|
|
|
Hier kannst du eine neue Identität erstellen.
|
|
|
|
</div>
|
2023-09-11 02:26:06 +00:00
|
|
|
|
2020-08-08 03:32:08 +00:00
|
|
|
<div style="width: 400px; margin: auto; left: 50%;">
|
|
|
|
<form action="index.php?page=identities" method="post">
|
|
|
|
<div class="row" style="margin-top: 15px;">
|
|
|
|
<div class="col">
|
|
|
|
<label for="newName">Name</label>
|
|
|
|
<input type="text" class="form-control" id="newName" name="newName" placeholder="Name">
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-11 02:26:06 +00:00
|
|
|
|
2020-08-08 03:32:08 +00:00
|
|
|
<div class="row" style="margin-top: 15px;">
|
|
|
|
<div class="col">
|
2023-09-04 23:15:40 +00:00
|
|
|
<?= $v['csrf'] ?>
|
2020-08-08 03:32:08 +00:00
|
|
|
<button type="submit" name="createIdent" class="btn btn-primary btn-lg">Erstelle Identität</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
2023-09-04 23:15:40 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-11 02:26:06 +00:00
|
|
|
<div class="modal fade" id="isc" tabindex="-1" aria-labelledby="iscLabel" aria-hidden="true">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<h5 class="modal-title" id="iscLabel">Identitätswechsel bestätigen</h5>
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
Folgende Daten sind für alle deine Identitäten gleich:
|
|
|
|
<ul>
|
|
|
|
<li>Passwort</li>
|
|
|
|
<li>Inventar</li>
|
|
|
|
<li>Gruppen</li>
|
|
|
|
</ul>
|
|
|
|
Dagegen besitzt du nach dem Wechsel die folgenden, separaten Einstellungen deiner neuen Identität:
|
|
|
|
<ul>
|
|
|
|
<li>Name</li>
|
|
|
|
<li>User-Level</li>
|
|
|
|
<li>Profil</li>
|
|
|
|
<li>Freundesliste</li>
|
|
|
|
</ul>
|
|
|
|
Möchtest du deine aktive Identität von <b><?= $v['activeIdent'] ?></b> zu <b id="isc-ident-name"></b> wechseln? Du kannst jederzeit zurückwechseln.
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<form action="index.php?page=identities" method="post">
|
|
|
|
<input type="hidden" value="" name="uuid" id="isc-ident-uuid">
|
|
|
|
<?= $v['csrf'] ?>
|
|
|
|
<button type="submit" name="enableIdent" class="btn btn-primary btn-success">Identität wechseln</button>
|
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">Abbrechen</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal fade" id="idc" tabindex="-1" aria-labelledby="idcLabel" aria-hidden="true">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<h5 class="modal-title" id="idcLabel">Löschung der Identität bestätigen</h5>
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
Wenn du eine Identität löschst, werden folgende zu dieser zugehörige Daten gelöscht:
|
|
|
|
<ul>
|
|
|
|
<li>Name</li>
|
|
|
|
<li>User-Level</li>
|
|
|
|
<li>Profil</li>
|
|
|
|
<li>Freundesliste</li>
|
|
|
|
</ul>
|
|
|
|
Deine anderen Account-Daten sind davon nicht betroffen.<br>
|
|
|
|
Möchtest du die Identität <b id="idc-ident-name"></b> wirklich löschen?
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<form action="index.php?page=identities" method="post">
|
|
|
|
<input type="hidden" value="" name="uuid" id="idc-ident-uuid">
|
|
|
|
<?= $v['csrf'] ?>
|
|
|
|
<button type="submit" name="deleteIdent" class="btn btn-primary btn-danger">Identität löschen</button>
|
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">Abbrechen</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-04 23:15:40 +00:00
|
|
|
</div>
|
2023-09-11 02:26:06 +00:00
|
|
|
<?php $v['custom-js'] = '<script src="./js/identities.js"></script>' ?>
|