Skip to content

Commit 2531f23

Browse files
committed
Science Commit 5.
1 parent 151ec1d commit 2531f23

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

modules/cia/servlets/servlet/src/main/webapp/foia.jsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
<script>window.CD1_MODULE_PORT="49211";</script>
5555
<script src="js/cd1-connector.js"></script>
5656

57-
<section class="section"><div class="section-inner">
58-
<h2>Submit FOIA Request</h2>
59-
<form method="POST" action="foia.jsp" style="max-width:600px;">
57+
<section class="section"><div class="section-inner" style="max-width:700px;margin:0 auto;">
58+
<h2 style="color:#a3e635;">Submit FOIA Request</h2>
59+
<form method="POST" action="foia.jsp">
6060
<div class="form-group"><label>Subject / Topic</label><input type="text" name="subject" required placeholder="e.g. Operation name, document title, event, person"/></div>
6161
<div class="form-group"><label>Date Range (optional)</label>
6262
<div style="display:flex;gap:0.75rem;">
@@ -72,7 +72,7 @@
7272
</div></section>
7373

7474
<section class="section"><div class="section-inner">
75-
<h2>FOIA Resources</h2>
75+
<h2 style="color:#a3e635;">FOIA Resources</h2>
7676
<div class="table-wrap"><table>
7777
<thead><tr><th>Resource</th><th>Description</th></tr></thead>
7878
<tbody>

modules/cia/servlets/servlet/src/main/webapp/index.jsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
</script>
8989

9090
<section class="section">
91-
<div class="section-inner">
91+
<div class="section-inner" style="max-width:700px;margin:0 auto;">
9292
<div style="margin-bottom:2rem;padding:1rem;border:1px solid <%= authorized ? "#22c55e" : "#ef4444" %>;border-radius:8px;background:rgba(0,0,0,0.2);">
9393
<span style="font-size:0.85rem;color:<%= authorized ? "#22c55e" : "#ef4444" %>;font-weight:600;">&#9679; <%= authStatus %></span>
9494
<span style="font-size:0.75rem;color:#71717a;margin-left:1rem;"><%= new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss z").format(new java.util.Date()) %></span>
9595
</div>
96-
<h2>Module Components</h2>
96+
<h2 style="color:#a3e635;">Module Components</h2>
9797
<div class="table-wrap">
9898
<table>
9999
<thead><tr><th>Component</th><th>Description</th><th>Link</th></tr></thead>
@@ -109,8 +109,8 @@
109109
</section>
110110

111111
<section class="section">
112-
<div class="section-inner">
113-
<h2>Infrastructure</h2>
112+
<div class="section-inner" style="max-width:700px;margin:0 auto;">
113+
<h2 style="color:#a3e635;">Infrastructure</h2>
114114
<div class="table-wrap">
115115
<table>
116116
<thead><tr><th>Property</th><th>Value</th></tr></thead>

modules/cia/servlets/servlet/src/main/webapp/search.jsp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
<script src="js/cd1-connector.js"></script>
105105

106106
<section class="section">
107-
<div class="section-inner">
108-
<h2>Intelligence Search</h2>
107+
<div class="section-inner" style="max-width:700px;margin:0 auto;">
108+
<h2 style="color:#a3e635;">Intelligence Search</h2>
109109
<form method="GET" action="search.jsp" style="margin-bottom:2rem;">
110110
<div style="display:flex;gap:0.75rem;align-items:flex-end;flex-wrap:wrap;">
111111
<div class="form-group" style="margin:0;flex:2;min-width:250px;">
@@ -149,8 +149,8 @@
149149
</section>
150150

151151
<section class="section">
152-
<div class="section-inner">
153-
<h2>Search Categories</h2>
152+
<div class="section-inner" style="max-width:700px;margin:0 auto;">
153+
<h2 style="color:#a3e635;">Search Categories</h2>
154154
<p style="color:var(--text-secondary);margin-bottom:1rem;">All entries in the CIA intelligence database are stored with an item type. The following categories are searchable:</p>
155155
<div class="table-wrap">
156156
<table>
@@ -175,8 +175,8 @@
175175
</section>
176176

177177
<section class="section">
178-
<div class="section-inner">
179-
<h2>Protocol</h2>
178+
<div class="section-inner" style="max-width:700px;margin:0 auto;">
179+
<h2 style="color:#a3e635;">Protocol</h2>
180180
<div class="table-wrap">
181181
<table>
182182
<thead><tr><th>Command</th><th>Description</th></tr></thead>

0 commit comments

Comments
 (0)