diff --git a/tools/gbp-snapshot-form.html b/tools/gbp-snapshot-form.html index 0def165..0d712fb 100644 --- a/tools/gbp-snapshot-form.html +++ b/tools/gbp-snapshot-form.html @@ -3,524 +3,254 @@ - DOP — GBP Snapshot Intake v1.1 + DOP — GBP Snapshot Intake v1.2 -
-

DOP — GBP Snapshot Intake v1.1

-

Improved cold-audit form. Fill once per client → Generate → paste to Leonard. Follows execution card rules only.

+
+

DOP — GBP Snapshot Intake v1.2

+

NOT_PRESENT = looked, confirmed absent · NOT_OBSERVED = did not look / could not see. One primary category only. Paste output to Leonard (execution card v1.2).

-
-
-

Snapshot Metadata

-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+ +
+

Snapshot Metadata

+
+
+
+
+
-
- -
-

Core Fields

-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+
+
+
+
- -
-

Reputation

-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- -
-

Ownership / Claim Signals

-
-
- - -
-
- - -
-
- - -
-
-
- -
-

Operations

-
-
- - -
-
- - -
-
- - -
-
-
- -
-

Conversion

-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- -
-

Content Surface

-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- -
-

Related Listings

-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- - -
- - - -
-
- - -

Paste the output block directly to Leonard. He should follow the execution card and only fire threat rules R1–R3.

+
+

Core

+
+
+
+
+
+
+
+
+
+
+ +
+

Reputation

+
+
+
+
+ +
+
+
+
+ +
+

Ownership / Claim

+
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+

Operations

+
+
+ +
+
+ +
+
+
+
+ +
+

Conversion (complete whole row if any button observed)

+
+
+ +
+
+
+ +
+
+
+
+ +
+

Content

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+

Related listings

+
+
+ +
+
+
+
+
+
+ + +
+ + +
- - +} +$('btnGenerate').onclick = () => { $('output').value = buildOutput(); $('status').textContent = 'Generated.'; }; +$('btnCopy').onclick = async () => { + const t = $('output').value || buildOutput(); + $('output').value = t; + try { await navigator.clipboard.writeText(t); $('status').textContent = 'Copied.'; } catch { $('status').textContent = 'Select-all + copy.'; } +}; +$('btnClear').onclick = () => { $('gbpForm').reset(); $('output').value = ''; $('status').textContent = 'Cleared.'; }; + - \ No newline at end of file +