Skip to content
wiki.fftac.org

Template Research - Source Excerpt 04

Back to Template Research

Summary

This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/template-research.php so readers can inspect the evidence without opening the full source file.

**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/template-research.php

<article class="publication-stat-card statement-card">
                                    <span><?php esc_html_e('Verdict', 'antichrist-engine'); ?></span>
                                    <strong><?php echo esc_html($verdicts[$active_record['verdict'] ?? '']['label'] ?? __('Unspecified', 'antichrist-engine')); ?></strong>
                                    <p><?php esc_html_e('Current editorial posture toward the recurring claim.', 'antichrist-engine'); ?></p>
                                </article>
                                <article class="publication-stat-card statement-card">
                                    <span><?php esc_html_e('Evidence', 'antichrist-engine'); ?></span>
                                    <strong><?php echo esc_html($evidence_levels[$active_record['evidence'] ?? '']['label'] ?? __('Unspecified', 'antichrist-engine')); ?></strong>
                                    <p><?php esc_html_e('How settled or provisional the current evidence mix is.', 'antichrist-engine'); ?></p>
                                </article>
                                <article class="publication-stat-card statement-card">
                                    <span><?php esc_html_e('Trail Density', 'antichrist-engine'); ?></span>
                                    <strong><?php echo esc_html(sprintf(
                                        /* translators: 1: source count, 2: chronology count. */
                                        __('%1$s / %2$s', 'antichrist-engine'),
                                        number_format_i18n((int) ($active_record['source_count'] ?? 0)),
                                        number_format_i18n((int) ($active_record['episode_count'] ?? 0))
                                    )); ?></strong>
                                    <p><?php esc_html_e('Source trails and chronology entries currently attached to this dossier.', 'antichrist-engine'); ?></p>
                                </article>
                            </div>
                            <div class="statement-grid research-record-focus__grid">
                                <article class="statement-card research-record-focus__panel">
                                    <p class="eyebrow"><?php esc_html_e('History', 'antichrist-engine'); ?></p>
                                    <p><?php echo esc_html($active_record['history']); ?></p>
                                </article>
                                <article class="statement-card research-record-focus__panel">
                                    <p class="eyebrow"><?php esc_html_e('Diagnostic', 'antichrist-engine'); ?></p>
                                    <p><?php echo esc_html($active_record['diagnostic']); ?></p>
                                </article>
                                <article class="statement-card research-record-focus__panel">
                                    <p class="eyebrow"><?php esc_html_e('Status', 'antichrist-engine'); ?></p>
                                    <p><?php echo esc_html($active_record['status']); ?></p>
                                </article>
                            </div>
                            <?php if (!empty($active_record['source_references'])) : ?>
                                <div class="research-record-focus__stack">
                                    <p class="eyebrow"><?php esc_html_e('Source Trail', 'antichrist-engine'); ?></p>
                                    <div class="research-record-focus__links">
                                        <?php foreach ($active_record['source_references'] as $source_reference) : ?>
                                            <a class="claim-related-link" href="<?php echo esc_url($source_reference['record_url']); ?>">
                                                <strong><?php echo esc_html($source_reference['record_id']); ?></strong>
                                                <span><?php echo esc_html($source_reference['publisher'] . ' / ' . $source_reference['title']); ?></span>
                                            </a>
                                        <?php endforeach; ?>
                                    </div>
                                </div>
                            <?php endif; ?>
                            <?php if (!empty($active_record['related_claims'])) : ?>
                                <div class="research-record-focus__stack">
                                    <p class="eyebrow"><?php esc_html_e('Related Dossiers', 'antichrist-engine'); ?></p>
                                    <div class="research-record-focus__links">
                                        <?php foreach ($active_record['related_claims'] as $related_claim) : ?>
                                            <a class="claim-related-link" href="<?php echo esc_url($related_claim['record_url']); ?>">
                                                <strong><?php echo esc_html($related_claim['record_id']); ?></strong>
                                                <span><?php echo esc_html($related_claim['title']); ?></span>
                                            </a>
                                        <?php endforeach; ?>
                                    </div>
                                </div>
                            <?php endif; ?>
                            <?php if (!empty($active_record['episodes'])) : ?>
                                <div class="research-record-focus__stack">
                                    <p class="eyebrow"><?php esc_html_e('Chronology Trail', 'antichrist-engine'); ?></p>
                                    <div class="claim-card__episodes-list">
                                        <?php foreach ($active_record['episodes'] as $episode) : ?>
                                            <article class="claim-episode">
                                                <p class="claim-episode__period"><?php echo esc_html($episode['period']); ?></p>
                                                <div class="claim-episode__body">
                                                    <h4><?php echo esc_html($episode['source']); ?></h4>
                                                    <p><?php echo esc_html($episode['summary']); ?></p>
                                                    <p class="claim-episode__status">
                                                        <span><?php esc_html_e('Outcome', 'antichrist-engine'); ?></span>
                                                        <?php echo esc_html($episode['status']); ?>
                                                    </p>
                                                </div>
                                            </article>
                                        <?php endforeach; ?>
                                    </div>
                                </div>
                            <?php endif; ?>
                        <?php elseif ('projection' === ($active_record['record_type'] ?? '')) : ?>
                            <div class="publication-stat-grid research-record-focus__stats">
                                <article class="publication-stat-card statement-card">
                                    <span><?php esc_html_e('Period', 'antichrist-engine'); ?></span>
                                    <strong><?php echo esc_html($active_record['period'] ?: __('Unspecified', 'antichrist-engine')); ?></strong>
                                    <p><?php esc_html_e('The historical checkpoint this projection ledger entry captures.', 'antichrist-engine'); ?></p>
                                </article>
                                <article class="publication-stat-card statement-card">
                                    <span><?php esc_html_e('Claim Dossier', 'antichrist-engine'); ?></span>
                                    <strong><?php echo esc_html($active_record['claim_record_id']); ?></strong>
                                    <p><?php echo esc_html($active_record['claim_title']); ?></p>
                                </article>
                                <article class="publication-stat-card statement-card">
                                    <span><?php esc_html_e('Outcome', 'antichrist-engine'); ?></span>
                                    <strong><?php echo esc_html($active_record['status'] ?: __('Unspecified', 'antichrist-engine')); ?></strong>
                                    <p><?php esc_html_e('How the panic script mutated, hardened, or collapsed at this checkpoint.', 'antichrist-engine'); ?></p>
                                </article>
                                <article class="publication-stat-card statement-card">