feat: add footer note
This commit is contained in:
24
php/elsa.php
24
php/elsa.php
@@ -117,15 +117,23 @@
|
|||||||
|
|
||||||
<div id="media-sections"></div>
|
<div id="media-sections"></div>
|
||||||
|
|
||||||
<div class="form-field" style="margin-top: 20px;">
|
<div class="form-field" style="margin-top: 20px;">
|
||||||
<label for="message">Nachricht (optional)</label>
|
<label for="message">Nachricht (optional)</label>
|
||||||
<textarea name="message" id="message" rows="4" placeholder="Zusätzliche Anmerkungen oder Hinweise..."></textarea>
|
<textarea name="message" id="message" rows="4" placeholder="Zusätzliche Anmerkungen oder Hinweise..."></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<button type="submit" class="btn btn-primary">Absenden</button>
|
<button type="submit" class="btn btn-primary">Absenden</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<p class="footer-note">
|
||||||
|
Hinweis: Weitere Informationen zu den Semesterapparaten finden Sie auf den Seiten der Hochschulbibliothek der PH Freiburg.
|
||||||
|
<br>
|
||||||
|
<a href="https://www.ph-freiburg.de/bibliothek.html" target="_blank" rel="noopener noreferrer">Zur Bibliothek</a>
|
||||||
|
|
|
||||||
|
<a href="https://ilias.ph-freiburg.de/goto.php/cat/141" target="_blank" rel="noopener noreferrer">Zu den Elektronischen Semesterapparaten</a>
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user