{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/semantic-explorer\/stopwords\/new.php",
"content": "<?php ob_start(); ?>\n\n<nav class=\"breadcrumb\">\n <a href=\"\/semantic-explorer\">Semantic Explorer<\/a> »\n <a href=\"\/semantic-explorer\/stopwords\">Stopwords<\/a> » Neu\n<\/nav>\n\n<h1>Neues Stopword<\/h1>\n\n<form id=\"stopword-form\" method=\"post\" action=\"\/semantic-explorer\/stopwords\" class=\"form\" style=\"max-width: 600px;\">\n <input type=\"hidden\" name=\"_csrf_token\" value=\"<?= htmlspecialchars($_SESSION['_csrf_token'] ?? '') ?>\">\n\n <div class=\"form-group\">\n <label for=\"word\">Wort *<\/label>\n <input type=\"text\" id=\"word\" name=\"word\" class=\"form-input\" required placeholder=\"z.B. Menschen, Prozess, System\">\n <small class=\"form-help\">Das Wort, das von der Entity-Extraction ausgeschlossen werden soll.<\/small>\n <\/div>\n\n <div class=\"form-group\">\n <label for=\"category\">Kategorie<\/label>\n <select id=\"category\" name=\"category\" class=\"form-select\">\n <option value=\"generic\">Generisch - Immer ausschliessen<\/option>\n <option value=\"domain_specific\">Domain-spezifisch - Nur in bestimmten Domaenen<\/option>\n <option value=\"context_dependent\">Kontextabhaengig - Nur ohne spezifischen Kontext<\/option>\n <\/select>\n <\/div>\n\n <div class=\"form-group\">\n <label for=\"reason\">Begruendung<\/label>\n <input type=\"text\" id=\"reason\" name=\"reason\" class=\"form-input\" placeholder=\"z.B. Zu generisch, Over-Extraction\">\n <small class=\"form-help\">Warum dieses Wort ausgeschlossen wird.<\/small>\n <\/div>\n\n <div class=\"form-group\">\n <label class=\"checkbox-inline\">\n <input type=\"checkbox\" name=\"is_active\" value=\"1\" checked>\n Aktiv (wird bei Extraction beruecksichtigt)\n <\/label>\n <\/div>\n\n <div class=\"form-actions\">\n <button type=\"submit\" class=\"btn btn--primary\">Stopword erstellen<\/button>\n <a href=\"\/semantic-explorer\/stopwords\" class=\"btn\">Abbrechen<\/a>\n <\/div>\n<\/form>\n\n<?php if (isset($_SESSION['error'])): ?>\n<div class=\"form-message form-message--error\"><?= htmlspecialchars($_SESSION['error']) ?><\/div>\n<?php unset($_SESSION['error']); ?>\n<?php endif; ?>\n\n<?php $content = ob_get_clean(); ?>\n<?php require VIEW_PATH . '\/layout.php'; ?>\n",
"numLines": 54,
"startLine": 1,
"totalLines": 54
}
}
}