-
Notifications
You must be signed in to change notification settings - Fork 0
/
I_4_A_Display.htm
99 lines (85 loc) · 4.09 KB
/
I_4_A_Display.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Items for Action</title>
<!- Include .css and .js files here -->
<link rel="stylesheet" type="text/css" href="Q_n_A_Display.css" />
</head>
<body>
<div name="container" class="container">
<div name="the_floor" class="floor" id="TheFloor">
<!- This area will be used for the speaker identity, countdown timer, and the speaker's disposition. -->
<span id="Instructions">
No resolution has been moved. The speaker (after identifying oneself) may:<b><br/>
• Ask a Question<br/>
• Move a Resolution<br/>
• Move to Adjourn<br/></b>
</span>
<div name="speaker_counter" class="speaker-counter" id="SpeakerCount">
<!- Counter for current speaker's allotted time. -->
<span name="sc_readout" id="SCReadOut" class="sc-readout">2:00</span>
<span name="paused" id="Paused" class="paused"></span>
<p id="remains">REMAIN FOR<br />THIS SPEAKER</p>
</div> <!- counter -->
<div name="floor_options" class="floor-options" id="FloorOptions">
</div> <!- floor-options -->
</div> <!- the_floor -->
<div name="privileged_motions" class="privileged" id="PrivilegedMotions">
<!- This area will be used to inform members of privileged motions in order and display their action. -->
<span style="color: #ff4444;">PRIVILEGED MOTIONS</span> <span style="color: #bbbbbb;">[Any voting member. Any time. Interrupts the speaker.]</span><br/>
• POINT OF ORDER - Clarify proper parliamentary procedure.<br/>
• POINT OF INFORMATION - Provide or request key facts to clarify the debate.<br/>
• POINT OF PERSONAL PRIVILEGE - Respond to a statement made about you.<br/>
<div name="session_counter" class="session-counter" id="SessionCount">
<!- Counter for current session's allotted time. -->
<div name="Sess_readout" id="SessReadOut" class="sess-readout">15:00</div>
<span name="paused" id="Paused" class="paused"></span>
<p id="sess-remains">REMAIN FOR<br />THIS SESSION</p>
</div> <!- counter -->
</div> <!- privileged_motions -->
<div name="the_question" class="question" id="TheQuestion">
<!- This area will be used for info on and conveyance of the question before the assembly and to inform members of secondary motions in order. -->
<p style="margin-top: 80px; text-align: center; font-weight: bold; font-size: 30pt;">Items for Action</p>
<div id="ResBox" name="res_box" class="res-box">
<span name="res_box_disp" id="ResBoxDisp" class="res-box-disp"></span>
<div name="res_counter" class="res-counter" id="ResCount">
<!- Counter for current session's allotted time. -->
<div name="res_readout" id="ResReadOut" class="res-readout"></div>
<span name="paused" id="Paused" class="paused"></span>
<p id="res-remains"></p>
<div id="ResCountInst" class="res-count-inst"></div>
</div> <!- counter -->
<div id="ResDisp" name="res_disp" class="res-disp">
</div>
</div>
<div id="Amend1Box" name="amend1_box" class="amend1-box">
<div id="Amend1Disp" name="amend1_disp" class="amend1-disp">
</div>
</div>
<div id="Amend2Box" name="amend2_box" class="amend2-box">
<div id="Amend2Disp" name="amend2_disp" class="amend2-disp">
</div>
</div>
</div> <!- the_question -->
<div id="privBox" name="priv_box" class="priv-box">
<span name="priv_box_disp" id="privBoxDisp" class="priv-box-disp"></span>
<div name="priv_counter" class="priv-counter" id="privCount">
<!- Counter for privileged speaker's allotted time. -->
<div name="priv_readout" id="privReadOut" class="priv-readout"></div>
<span name="paused" id="Paused" class="paused"></span>
<p id="priv-remains"></p>
<div id="privCountInst" class="priv-count-inst"></div>
</div> <!- counter -->
<div id="privDisp" name="priv_disp" class="priv-disp">
</div>
</div>
<div name="mo_process" class="mo-process" id="Process">
</div> <!- mo_process -->
</div> <!- container -->
</body>
</html>