{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/prompts\/show.php",
"content": "<?php ob_start(); ?>\n\n<h1><?= htmlspecialchars($prompt['name']) ?><\/h1>\n\n<nav class=\"breadcrumb\">\n <a href=\"\/prompts\">Prompts<\/a>\n <span>\/<\/span>\n <span><?= htmlspecialchars($prompt['name']) ?><\/span>\n<\/nav>\n\n<?php if (isset($_SESSION['success'])): ?>\n<div class=\"alert alert--success\"><?= htmlspecialchars($_SESSION['success']) ?><\/div>\n<?php unset($_SESSION['success']); endif; ?>\n\n<?php if (isset($_SESSION['error'])): ?>\n<div class=\"alert alert--error\"><?= htmlspecialchars($_SESSION['error']) ?><\/div>\n<?php unset($_SESSION['error']); endif; ?>\n\n<div class=\"page-actions\">\n <a href=\"\/prompts\/<?= $prompt['id'] ?>\/edit\" class=\"btn btn--primary\">Bearbeiten<\/a>\n <form method=\"post\" action=\"\/prompts\/<?= $prompt['id'] ?>\/duplicate\" style=\"display:inline\">\n <?= $csrfField ?>\n <button type=\"submit\" class=\"btn btn--secondary\">Duplizieren<\/button>\n <\/form>\n<\/div>",
"numLines": 25,
"startLine": 1,
"totalLines": 134
}
}
}