{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/new.php",
"offset": 45,
"limit": 20
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/new.php",
"content": " <\/div>\n <\/div>\n <div class=\"form-group\">\n <label>Collections (Wissensquellen)<\/label>\n <div class=\"checkbox-group\">\n <?php foreach ($collections ?? [] as $col):\n $colId = is_array($col) ? $col['collection_id'] : $col;\n $label = is_array($col) ? $col['display_name'] : $col;\n $points = is_array($col) ? (int) ($col['points_count'] ?? 0) : 0;\n ?>\n <label class=\"checkbox-label\" title=\"<?= number_format($points) ?> Dokumente\">\n <input type=\"checkbox\" name=\"collections[]\" value=\"<?= htmlspecialchars($colId) ?>\"\n <?= $colId === 'documents' ? 'checked' : '' ?>>\n <?= htmlspecialchars($label) ?>\n <\/label>\n <?php endforeach; ?>\n <\/div>\n <\/div>\n <\/fieldset>\n",
"numLines": 20,
"startLine": 45,
"totalLines": 121
}
}
}