{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/contracts\/show.php",
"content": "<?php ob_start(); ?>\n\n<nav class=\"breadcrumb\">\n <a href=\"\/contracts\">Contracts<\/a> » <?= htmlspecialchars($contract['name']) ?>\n<\/nav>\n\n<h1><?= htmlspecialchars($contract['name']) ?><\/h1>\n\n<?php if (isset($_SESSION['success'])): ?>\n<div class=\"alert alert--success\"><?= htmlspecialchars($_SESSION['success']) ?><\/div>\n<?php unset($_SESSION['success']); ?>\n<?php endif; ?>\n\n<?php if (isset($_SESSION['validation_result'])): ?>\n<?php $vr = $_SESSION['validation_result']; ?>\n<div class=\"alert alert--<?= $vr['result'] === 'passed' ? 'success' : 'error' ?>\">\n Validierung: <strong><?= $vr['result'] ?><\/strong>\n (Critical: <?= $vr['critical'] ?>, Major: <?= $vr['major'] ?>, Minor: <?= $vr['minor'] ?>)\n<\/div>\n<?php unset($_SESSION['validation_result']); ?>\n<?php endif; ?>\n\n<table>\n <tr>\n <th>ID<\/th>",
"numLines": 25,
"startLine": 1,
"totalLines": 144
}
}
}