Skip to content
wiki.fftac.org

Section Who Cares Wizard - Source Excerpt 04

Back to Section Who Cares Wizard

Summary

This source excerpt preserves a bounded section of 2IA.org/wp-content/themes/twoia-intelligence/template-parts/section-who-cares-wizard.php so readers can inspect the evidence without opening the full source file.

**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/template-parts/section-who-cares-wizard.php

<div class="who-cares-result__grid">
					<section>
						<h4><?php esc_html_e( 'Who cares', 'two-identities-anonymous' ); ?></h4>
						<p data-who-cares-who><?php esc_html_e( 'The office that owns the record, the people affected by it, and the groups that can force it into public view.', 'two-identities-anonymous' ); ?></p>
					</section>
					<section>
						<h4><?php esc_html_e( 'Demand', 'two-identities-anonymous' ); ?></h4>
						<p data-who-cares-demand><?php esc_html_e( 'Ask for the rule, the record, the owner, the appeal path, and the repair.', 'two-identities-anonymous' ); ?></p>
					</section>
				</div>

				<section class="who-cares-result__block">
					<h4><?php esc_html_e( 'Records to pull', 'two-identities-anonymous' ); ?></h4>
					<ul data-who-cares-records>
						<li><?php esc_html_e( 'Contract, policy, retention schedule, complaint log, appeal rule, or adverse-action notice.', 'two-identities-anonymous' ); ?></li>
					</ul>
				</section>

				<section class="who-cares-result__block">
					<h4><?php esc_html_e( 'First move', 'two-identities-anonymous' ); ?></h4>
					<p data-who-cares-first><?php esc_html_e( 'Name one institution, one decision, one record, and one deadline. Then ask for the document that makes the claim checkable.', 'two-identities-anonymous' ); ?></p>
				</section>

				<section class="who-cares-result__block">
					<h4><?php esc_html_e( 'Do not do this', 'two-identities-anonymous' ); ?></h4>
					<p data-who-cares-avoid><?php esc_html_e( 'Do not send classified material, stolen data, exploit code, threats, or unnecessary private personal information.', 'two-identities-anonymous' ); ?></p>
				</section>

				<div class="who-cares-result__links">
					<section>
						<h4><?php esc_html_e( 'Read on 2IA', 'two-identities-anonymous' ); ?></h4>
						<ul data-who-cares-internal></ul>
					</section>
					<section>
						<h4><?php esc_html_e( 'External places to check', 'two-identities-anonymous' ); ?></h4>
						<ul data-who-cares-external></ul>
					</section>
				</div>

				<div class="who-cares-result__actions">
					<button class="button button--accent" type="button" data-who-cares-copy><?php esc_html_e( 'Copy pressure map', 'two-identities-anonymous' ); ?></button>
					<a class="button" href="<?php echo esc_url( home_url( '/public-records-and-foia/' ) ); ?>"><?php esc_html_e( 'Open records toolkit', 'two-identities-anonymous' ); ?></a>
				</div>
			</article>
		</div>

		<noscript>
			<div class="who-cares-noscript">
				<h3><?php esc_html_e( 'No-script fallback', 'two-identities-anonymous' ); ?></h3>
				<p><?php esc_html_e( 'Pick one system, pull the contract or decision record, identify the office that owns it, and ask for the rule, data source, appeal path, and correction process. Start with Public Records and FOIA if you do not know where else to begin.', 'two-identities-anonymous' ); ?></p>
			</div>
		</noscript>

		<script type="application/json" data-who-cares-data><?php echo wp_json_encode( $who_cares_data, JSON_HEX_TAG | JSON_HEX_AMP | JSON_HEX_APOS | JSON_HEX_QUOT ); ?></script>
	</div>
</section>