@@ -64,11 +64,6 @@ <h1 class="main-title">Event Editor</h1>
6464 < div class ="info "> this is auto-generated if not set</ div >
6565 < input class ="w-input " type ="text " name ="slug " id ="slug " maxlength ="500 " pattern ="^([a-z0-9]|-)+$ ">
6666 </ div >
67- < div class ="form-row ">
68- < label class ="w-label " for ="type "> Type</ label >
69- < div class ="info "> describe the event using single words</ div >
70- < input class ="w-input " type ="text " name ="type " id ="type " maxlength ="140 " placeholder ="chat blog licensing moderators staff resignation company ">
71- </ div >
7267 < div class ="form-row ">
7368 < label class ="w-label " for ="summary "> Summary</ label >
7469 < div class ="info "> a short summary, displayed in italics under the title</ div >
@@ -79,8 +74,159 @@ <h1 class="main-title">Event Editor</h1>
7974 < div class ="info "> ctrl+click to open links in a new window</ div >
8075 < textarea class ="w-input " type ="text " name ="body " id ="body " rows ="3 " class ="w-input " style ="width: 100%; min-height: 150px; resize: vertical; " required > </ textarea >
8176 </ div >
77+ < fieldset >
78+ < legend class ="w-label "> Type</ legend >
79+ < div class ="info "> for grouping similar events, for easier browser page search</ div >
80+ < div class ="form-row ">
81+ < label class ="w-label " for ="type_manual "> Manual</ label >
82+ < input class ="w-input " type ="text " name ="type " id ="type_manual " placeholder ="custom-type-1, custom-type-2 ">
83+ </ div >
84+ < div class ="type-grid ">
85+ < div class ="form-row-inline ">
86+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_advertising " value ="advertising ">
87+ < label class ="w-label " for ="type_advertising "> advertising</ label >
88+ < div class ="info "> advertising-related event</ div >
89+ </ div >
90+ < div class ="form-row-inline ">
91+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_april-fools " value ="april-fools ">
92+ < label class ="w-label " for ="type_april-fools "> april-fools</ label >
93+ < div class ="info "> April Fools' Day event</ div >
94+ </ div >
95+ < div class ="form-row-inline ">
96+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_blog " value ="blog ">
97+ < label class ="w-label " for ="type_blog "> blog</ label >
98+ < div class ="info "> related to a blog post</ div >
99+ </ div >
100+ < div class ="form-row-inline ">
101+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_ceo " value ="ceo ">
102+ < label class ="w-label " for ="type_ceo "> ceo</ label >
103+ < div class ="info "> CEO-related event</ div >
104+ </ div >
105+ < div class ="form-row-inline ">
106+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_charity " value ="charity ">
107+ < label class ="w-label " for ="type_charity "> charity</ label >
108+ < div class ="info "> charity event</ div >
109+ </ div >
110+ < div class ="form-row-inline ">
111+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_community-event " value ="community-event ">
112+ < label class ="w-label " for ="type_community-event "> community-event</ label >
113+ < div class ="info "> community event</ div >
114+ </ div >
115+ < div class ="form-row-inline ">
116+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_company " value ="company ">
117+ < label class ="w-label " for ="type_company "> company</ label >
118+ < div class ="info "> company-related event</ div >
119+ </ div >
120+ < div class ="form-row-inline ">
121+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_data-dump " value ="data-dump ">
122+ < label class ="w-label " for ="type_data-dump "> data-dump</ label >
123+ < div class ="info "> data dump event</ div >
124+ </ div >
125+ < div class ="form-row-inline ">
126+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_design " value ="design ">
127+ < label class ="w-label " for ="type_design "> design</ label >
128+ < div class ="info "> design change</ div >
129+ </ div >
130+ < div class ="form-row-inline ">
131+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_experiment " value ="experiment ">
132+ < label class ="w-label " for ="type_experiment "> experiment</ label >
133+ < div class ="info "> experimental feature</ div >
134+ </ div >
135+ < div class ="form-row-inline ">
136+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_feature " value ="feature ">
137+ < label class ="w-label " for ="type_feature "> feature</ label >
138+ < div class ="info "> feature change or launch</ div >
139+ </ div >
140+ < div class ="form-row-inline ">
141+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_fired " value ="fired ">
142+ < label class ="w-label " for ="type_fired "> fired</ label >
143+ < div class ="info "> termination event</ div >
144+ </ div >
145+ < div class ="form-row-inline ">
146+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_hired " value ="hired ">
147+ < label class ="w-label " for ="type_hired "> hired</ label >
148+ < div class ="info "> hiring event</ div >
149+ </ div >
150+ < div class ="form-row-inline ">
151+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_hosting " value ="hosting ">
152+ < label class ="w-label " for ="type_hosting "> hosting</ label >
153+ < div class ="info "> hosting-related event</ div >
154+ </ div >
155+ < div class ="form-row-inline ">
156+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_licensing " value ="licensing ">
157+ < label class ="w-label " for ="type_licensing "> licensing</ label >
158+ < div class ="info "> licensing change</ div >
159+ </ div >
160+ < div class ="form-row-inline ">
161+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_meta " value ="meta ">
162+ < label class ="w-label " for ="type_meta "> meta</ label >
163+ < div class ="info "> Meta discussion</ div >
164+ </ div >
165+ < div class ="form-row-inline ">
166+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_moderator " value ="moderator ">
167+ < label class ="w-label " for ="type_moderator "> moderator</ label >
168+ < div class ="info "> moderator-related event</ div >
169+ </ div >
170+ < div class ="form-row-inline ">
171+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_policy " value ="policy ">
172+ < label class ="w-label " for ="type_policy "> policy</ label >
173+ < div class ="info "> policy change</ div >
174+ </ div >
175+ < div class ="form-row-inline ">
176+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_product " value ="product ">
177+ < label class ="w-label " for ="type_product "> product</ label >
178+ < div class ="info "> product update</ div >
179+ </ div >
180+ < div class ="form-row-inline ">
181+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_reinstatement " value ="reinstatement ">
182+ < label class ="w-label " for ="type_reinstatement "> reinstatement</ label >
183+ < div class ="info "> reinstatement event</ div >
184+ </ div >
185+ < div class ="form-row-inline ">
186+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_reputation " value ="reputation ">
187+ < label class ="w-label " for ="type_reputation "> reputation</ label >
188+ < div class ="info "> reputation system change</ div >
189+ </ div >
190+ < div class ="form-row-inline ">
191+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_resignation " value ="resignation ">
192+ < label class ="w-label " for ="type_resignation "> resignation</ label >
193+ < div class ="info "> resignation event</ div >
194+ </ div >
195+ < div class ="form-row-inline ">
196+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_security " value ="security ">
197+ < label class ="w-label " for ="type_security "> security</ label >
198+ < div class ="info "> security event</ div >
199+ </ div >
200+ < div class ="form-row-inline ">
201+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_site-graduation " value ="site-graduation ">
202+ < label class ="w-label " for ="type_site-graduation "> site-graduation</ label >
203+ < div class ="info "> site graduation</ div >
204+ </ div >
205+ < div class ="form-row-inline ">
206+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_site-launch " value ="site-launch ">
207+ < label class ="w-label " for ="type_site-launch "> site-launch</ label >
208+ < div class ="info "> new site launch</ div >
209+ </ div >
210+ < div class ="form-row-inline ">
211+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_staff " value ="staff ">
212+ < label class ="w-label " for ="type_staff "> staff</ label >
213+ < div class ="info "> staff-related event</ div >
214+ </ div >
215+ < div class ="form-row-inline ">
216+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_statement " value ="statement ">
217+ < label class ="w-label " for ="type_statement "> statement</ label >
218+ < div class ="info "> official statement</ div >
219+ </ div >
220+ < div class ="form-row-inline ">
221+ < input class ="w-checkbox " type ="checkbox " name ="type " id ="type_strike " value ="strike ">
222+ < label class ="w-label " for ="type_strike "> strike</ label >
223+ < div class ="info "> strike or protest</ div >
224+ </ div >
225+ </ div >
226+ </ fieldset >
82227 < fieldset >
83228 < legend class ="w-label "> Classes</ legend >
229+ < div class ="info "> for visual styling and filtering only; use Tags for textual labelling of events</ div >
84230 < div class ="class-grid ">
85231 < div class ="form-row-inline ">
86232 < input class ="w-checkbox " type ="checkbox " name ="classes " id ="classes_featured-event " value ="featured-event ">
0 commit comments