From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- orga.php | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 orga.php (limited to 'orga.php') diff --git a/orga.php b/orga.php new file mode 100644 index 0000000..ef61680 --- /dev/null +++ b/orga.php @@ -0,0 +1,83 @@ + +prepare($sql); + $stmt->bind_param('i', $_GET['id']); + $stmt->execute(); + $r = $stmt->get_result(); + $l = $r->fetch_object(); + $orgaID = $l->ID; + $superorgaID = $l->SuperorgaID; + + $_title = 'Organisation: ' . $l->Name . ' (ID '. $_GET['id'] . ')'; + include_once __DIR__ . "/header.php"; +?> + +

+ + '/db/orga/' + ]; + $entrytable = "Organisationen"; + + include __DIR__ . '/autoform.php'; + $stmt->reset(); +})(); + +(function () use ($orgaID) { + $globstring = "{" . $orgaID . "orga}*_"; + require_once __DIR__ . '/doc.php'; +})(); + +include_once __DIR__ . '/notesXorga.php'; +include_once __DIR__ . '/persXorga.php'; +include_once __DIR__ . '/donationsXorga.php'; +include_once __DIR__ . '/eventsXorga.php'; + +require_once __DIR__ . "/jumper.php"; +include_once __DIR__ . '/footer.php'; -- cgit v1.3.1