Skip to content

Commit 28536f5

Browse files
committed
Science Commit 5.
1 parent c8f29c6 commit 28536f5

7 files changed

Lines changed: 135 additions & 1 deletion

File tree

254 KB
Loading
224 KB
Loading

modules/black/presidential/Brarner.M.Alete/servlets/servlet/src/main/webapp/art.xhtml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Art — Brarner.M.Alete™</title>
77
<link rel="stylesheet" href="css/style.css"/>
88
<link rel="stylesheet" href="css/expandable.css"/>
9+
<link rel="stylesheet" href="css/connector.css"/>
910
</head>
1011
<body>
1112
<nav class="nav"><div class="nav-inner">
@@ -33,6 +34,37 @@
3334
</div>
3435
</section>
3536

37+
<!-- CD1 Connector Button + Floating Dialog -->
38+
<div class="cd1-button-wrap">
39+
<button id="cd1-btn" class="btn" type="button" aria-pressed="false">
40+
<svg class="btn__icon" viewBox="0 0 24 24" width="24px" height="24px" aria-hidden="true">
41+
<g stroke="currentColor" stroke-width="2" stroke-linecap="round">
42+
<polyline points="12,1 12,10" />
43+
<circle fill="none" cx="12" cy="13" r="9" stroke-dasharray="49.48 7.07" stroke-dashoffset="10.6" />
44+
</g>
45+
</svg>
46+
<span class="btn__sr">Connector</span>
47+
</button>
48+
</div>
49+
<div id="cd1-overlay" class="cd1-overlay" style="display:none;"></div>
50+
<div id="cd1-dialog" class="cd1-dialog" style="display:none;">
51+
<div class="cd1-dialog-header">BMA Connector — Art Division</div>
52+
<div class="cd1-controls">
53+
<select id="cd1-action">
54+
<option value="connect">Connect</option>
55+
<option value="disconnect">Disconnect</option>
56+
<option value="poll">Poll Area Data</option>
57+
<option value="hardreset">Hard Reset Connection</option>
58+
</select>
59+
<button class="cd1-send" onclick="cd1Send()">Send</button>
60+
<button class="cd1-ok" onclick="cd1Ok()">OK</button>
61+
</div>
62+
<textarea id="cd1-textarea" class="cd1-textarea" placeholder="Connection idle..." spellcheck="false"></textarea>
63+
<div class="cd1-commands">
64+
<strong>Commands:</strong> SEARCH|MUSEUM|&lt;name&gt; · FETCH|WORK|&lt;id&gt; · LIST|NATURE · STATUS · INDEX|&lt;museum_id&gt;
65+
</div>
66+
</div>
67+
3668
<section class="section">
3769
<div class="section-inner">
3870
<h3>Indexed Museums</h3>
@@ -88,5 +120,6 @@
88120

89121
<script src="js/session.js"></script>
90122
<script src="js/expandable.js"></script>
123+
<script src="js/connector.js"></script>
91124
</body>
92125
</html>

modules/black/presidential/Brarner.M.Alete/servlets/servlet/src/main/webapp/css/connector.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
.cd1-button-wrap {
44
display: flex;
55
justify-content: center;
6-
padding: 1.5rem 0;
6+
align-items: center;
7+
padding: 2rem 0;
78
position: relative;
89
z-index: 200;
10+
width: 100%;
911
}
1012
.cd1-button-wrap .btn {
1113
--hue: 223;

modules/black/presidential/Brarner.M.Alete/servlets/servlet/src/main/webapp/postal.xhtml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Postal — Brarner.M.Alete™</title>
77
<link rel="stylesheet" href="css/style.css"/>
88
<link rel="stylesheet" href="css/expandable.css"/>
9+
<link rel="stylesheet" href="css/connector.css"/>
910
</head>
1011
<body>
1112
<nav class="nav"><div class="nav-inner">
@@ -33,6 +34,37 @@
3334
</div>
3435
</section>
3536

37+
<!-- CD1 Connector Button + Floating Dialog -->
38+
<div class="cd1-button-wrap">
39+
<button id="cd1-btn" class="btn" type="button" aria-pressed="false">
40+
<svg class="btn__icon" viewBox="0 0 24 24" width="24px" height="24px" aria-hidden="true">
41+
<g stroke="currentColor" stroke-width="2" stroke-linecap="round">
42+
<polyline points="12,1 12,10" />
43+
<circle fill="none" cx="12" cy="13" r="9" stroke-dasharray="49.48 7.07" stroke-dashoffset="10.6" />
44+
</g>
45+
</svg>
46+
<span class="btn__sr">Connector</span>
47+
</button>
48+
</div>
49+
<div id="cd1-overlay" class="cd1-overlay" style="display:none;"></div>
50+
<div id="cd1-dialog" class="cd1-dialog" style="display:none;">
51+
<div class="cd1-dialog-header">BMA Connector — Postal Division</div>
52+
<div class="cd1-controls">
53+
<select id="cd1-action">
54+
<option value="connect">Connect</option>
55+
<option value="disconnect">Disconnect</option>
56+
<option value="poll">Poll Area Data</option>
57+
<option value="hardreset">Hard Reset Connection</option>
58+
</select>
59+
<button class="cd1-send" onclick="cd1Send()">Send</button>
60+
<button class="cd1-ok" onclick="cd1Ok()">OK</button>
61+
</div>
62+
<textarea id="cd1-textarea" class="cd1-textarea" placeholder="Connection idle..." spellcheck="false"></textarea>
63+
<div class="cd1-commands">
64+
<strong>Commands:</strong> LOOKUP|ZIP|&lt;code&gt; · VALIDATE|&lt;address&gt; · ROUTE|&lt;zip&gt; · STATUS · LIST|STATE|&lt;abbr&gt;
65+
</div>
66+
</div>
67+
3668
<section class="section">
3769
<div class="section-inner">
3870
<h3>Coverage by Region</h3>
@@ -114,5 +146,6 @@
114146

115147
<script src="js/session.js"></script>
116148
<script src="js/expandable.js"></script>
149+
<script src="js/connector.js"></script>
117150
</body>
118151
</html>

modules/black/presidential/Brarner.M.Alete/servlets/servlet/src/main/webapp/science.xhtml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Science — Brarner.M.Alete™</title>
77
<link rel="stylesheet" href="css/style.css"/>
88
<link rel="stylesheet" href="css/expandable.css"/>
9+
<link rel="stylesheet" href="css/connector.css"/>
910
</head>
1011
<body>
1112
<nav class="nav"><div class="nav-inner">
@@ -33,6 +34,37 @@
3334
</div>
3435
</section>
3536

37+
<!-- CD1 Connector Button + Floating Dialog -->
38+
<div class="cd1-button-wrap">
39+
<button id="cd1-btn" class="btn" type="button" aria-pressed="false">
40+
<svg class="btn__icon" viewBox="0 0 24 24" width="24px" height="24px" aria-hidden="true">
41+
<g stroke="currentColor" stroke-width="2" stroke-linecap="round">
42+
<polyline points="12,1 12,10" />
43+
<circle fill="none" cx="12" cy="13" r="9" stroke-dasharray="49.48 7.07" stroke-dashoffset="10.6" />
44+
</g>
45+
</svg>
46+
<span class="btn__sr">Connector</span>
47+
</button>
48+
</div>
49+
<div id="cd1-overlay" class="cd1-overlay" style="display:none;"></div>
50+
<div id="cd1-dialog" class="cd1-dialog" style="display:none;">
51+
<div class="cd1-dialog-header">BMA Connector — Science Division</div>
52+
<div class="cd1-controls">
53+
<select id="cd1-action">
54+
<option value="connect">Connect</option>
55+
<option value="disconnect">Disconnect</option>
56+
<option value="poll">Poll Area Data</option>
57+
<option value="hardreset">Hard Reset Connection</option>
58+
</select>
59+
<button class="cd1-send" onclick="cd1Send()">Send</button>
60+
<button class="cd1-ok" onclick="cd1Ok()">OK</button>
61+
</div>
62+
<textarea id="cd1-textarea" class="cd1-textarea" placeholder="Connection idle..." spellcheck="false"></textarea>
63+
<div class="cd1-commands">
64+
<strong>Commands:</strong> SEARCH|DOI|&lt;doi&gt; · CITE|&lt;paper_id&gt; · GRAPH|&lt;doi&gt; · STATUS · FETCH|SOURCE|&lt;name&gt;
65+
</div>
66+
</div>
67+
3668
<section class="section">
3769
<div class="section-inner">
3870
<h3>Publication Sources</h3>
@@ -86,5 +118,6 @@
86118

87119
<script src="js/session.js"></script>
88120
<script src="js/expandable.js"></script>
121+
<script src="js/connector.js"></script>
89122
</body>
90123
</html>

modules/black/presidential/Brarner.M.Alete/servlets/servlet/src/main/webapp/status.xhtml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>Status — Brarner.M.Alete™</title>
77
<link rel="stylesheet" href="css/style.css"/>
88
<link rel="stylesheet" href="css/expandable.css"/>
9+
<link rel="stylesheet" href="css/connector.css"/>
910
</head>
1011
<body>
1112
<nav class="nav"><div class="nav-inner">
@@ -33,6 +34,37 @@
3334
</div>
3435
</section>
3536

37+
<!-- CD1 Connector Button + Floating Dialog -->
38+
<div class="cd1-button-wrap">
39+
<button id="cd1-btn" class="btn" type="button" aria-pressed="false">
40+
<svg class="btn__icon" viewBox="0 0 24 24" width="24px" height="24px" aria-hidden="true">
41+
<g stroke="currentColor" stroke-width="2" stroke-linecap="round">
42+
<polyline points="12,1 12,10" />
43+
<circle fill="none" cx="12" cy="13" r="9" stroke-dasharray="49.48 7.07" stroke-dashoffset="10.6" />
44+
</g>
45+
</svg>
46+
<span class="btn__sr">Connector</span>
47+
</button>
48+
</div>
49+
<div id="cd1-overlay" class="cd1-overlay" style="display:none;"></div>
50+
<div id="cd1-dialog" class="cd1-dialog" style="display:none;">
51+
<div class="cd1-dialog-header">BMA Connector — Status Division</div>
52+
<div class="cd1-controls">
53+
<select id="cd1-action">
54+
<option value="connect">Connect</option>
55+
<option value="disconnect">Disconnect</option>
56+
<option value="poll">Poll Area Data</option>
57+
<option value="hardreset">Hard Reset Connection</option>
58+
</select>
59+
<button class="cd1-send" onclick="cd1Send()">Send</button>
60+
<button class="cd1-ok" onclick="cd1Ok()">OK</button>
61+
</div>
62+
<textarea id="cd1-textarea" class="cd1-textarea" placeholder="Connection idle..." spellcheck="false"></textarea>
63+
<div class="cd1-commands">
64+
<strong>Commands:</strong> STATUS · HEALTH|ALL · UPTIME|&lt;service&gt; · RESTART|&lt;service&gt; · CONNECTIONS
65+
</div>
66+
</div>
67+
3668
<section class="section">
3769
<div class="section-inner">
3870
<h3>Service Status</h3>
@@ -90,5 +122,6 @@
90122

91123
<script src="js/session.js"></script>
92124
<script src="js/expandable.js"></script>
125+
<script src="js/connector.js"></script>
93126
</body>
94127
</html>

0 commit comments

Comments
 (0)