{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/new.php",
"offset": 150,
"limit": 20
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/new.php",
"content": " <\/fieldset>\n\n <?php if (!empty($critics)): ?>\n <fieldset>\n <legend>Kritiker <span class=\"legend-hint\">(für Qualitätsprüfung)<\/span><\/legend>\n <p class=\"fieldset-info\">Wähle die Kritiker, die den generierten Content prüfen sollen. <a href=\"\/config?type=critic\" class=\"link-muted\">Kritiker verwalten →<\/a><\/p>\n <div class=\"critic-grid\">\n <?php foreach ($critics as $critic):\n $isSelected = in_array((int) $critic['id'], $defaultSelectedCritics ?? [], true);\n ?>\n <label class=\"critic-card <?= $isSelected ? 'critic-card--selected' : '' ?>\">\n <input type=\"checkbox\" name=\"critics[]\" value=\"<?= $critic['id'] ?>\" <?= $isSelected ? 'checked' : '' ?>>\n <span class=\"critic-card__name\"><?= htmlspecialchars($critic['name']) ?><\/span>\n <?php if (!empty($critic['description'])): ?>\n <span class=\"critic-card__desc\"><?= htmlspecialchars($critic['description']) ?><\/span>\n <?php endif; ?>\n <\/label>\n <?php endforeach; ?>\n <\/div>\n <\/fieldset>",
"numLines": 20,
"startLine": 150,
"totalLines": 368
}
}
}