Advertisement
Guest User

Untitled

a guest
Dec 6th, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.17 KB | None | 0 0
  1. {
  2. "name": "IFIP Fellow",
  3. "description": "Proces przyznawania nagrody IFIP Fellow",
  4. "stages": [
  5. {
  6. "name": "Nominacja",
  7. "description": "Nominatorzy zgłaszają kandydatury do nagrody IFIP Fellow",
  8. "start": "2017-11-20",
  9. "end": "2017-12-20",
  10. "actor": "Nominator",
  11. "form": "formularz_nominacji",
  12. "users": [
  13. "a@b.com",
  14. "a@b.com"
  15. ]
  16. },
  17. {
  18. "name": "Referencja",
  19. "description": "Referenci dodają opinie dla nominowanych",
  20. "start": "2017-12-20",
  21. "end": "2018-01-20",
  22. "actor": "Referent",
  23. "form": "formularz_referencji",
  24. "users": [
  25. "f@g.com",
  26. "h@i.com"
  27. ]
  28. },
  29. {
  30. "name": "Rekomendacja",
  31. "description": "Członkowie komisji wybierają spośród zgłoszonych nominacji",
  32. "start": "2018-01-20",
  33. "end": "2018-02-20",
  34. "actor": "Członek_komisji",
  35. "form": "formularz_rekomendacji",
  36. "users": [
  37. "j@k.com",
  38. "l@m.com"
  39. ]
  40. },
  41. {
  42. "name": "Decyzja",
  43. "description": "Członkowie GA wyłaniają zwycięzcę",
  44. "start": "2018-02-20",
  45. "end": "2018-03-20",
  46. "actor": "Członek_GA",
  47. "form": "formularz_decyzji",
  48. "users": [
  49. "n@o.com",
  50. "p@r.com"
  51. ]
  52. }
  53. ],
  54. "forms": [
  55. {
  56. "name": "formularz_nominacji",
  57. "template": "<section style=\"max-width: 800px; margin: 0 auto\">\n\n <style>\n input, textarea, select {\n padding: 10px;\n margin: 10px 0;\n }\n input, textarea {\n width: 100%;\n box-sizing: border-box;\n float: left;\n }\n hr.line-big {\n border-top: 4px double #8c8b8b;\n }\n .w-20 {\n width: 20%;\n }\n .w-30 {\n width: 30%;\n }\n .w-50 {\n width: 50%;\n }\n .w-70 {\n width: 70%;\n }\n .w-80 {\n width: 80%;\n }\n .left {\n float: left;\n }\n .right {\n float: right;\n }\n .row {\n width: 100%;\n overflow: auto;\n margin-left: 0;\n margin-right: 0;\n }\n .row--main {\n margin: 15px 0;\n }\n .sm {\n font-weight: 500;\n font-size: 0.8em;\n }\n .grey {\n color: #a5a2a2;\n\n }\n </style>\n\n <div class=\"row row--main\">\n <div class=\"w-20 left\">\n <img height=\"200\" src=\"http://www.cis.utulsa.edu/ifip119/images/logo_ifip.jpg\">\n </div>\n <div class=\"w-80 right\" style=\"margin-top: 30px; text-align: center\">\n <h1>International Federation for Information Processing</h1>\n <hr class=\"line-big\">\n <h2>IFIP Fellow - Nomination Form</h2>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Nominee</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <input type=\"text\" class=\"w-20\" name=\"nominee.title\" placeholder=\"Title\">\n <input type=\"text\" class=\"w-30\" name=\"nominee.fname\" placeholder=\"First name + middle name\">\n <input type=\"text\" class=\"w-50\" name=\"nominee.lame\" placeholder=\"Family name\">\n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-50\" name=\"nominee.email\" placeholder=\"Email address\">\n <input type=\"text\" class=\"w-50\" name=\"nominee.ifipBody\" placeholder=\"IFIP body / bodies\">\n </div>\n <div class=\"row\">\n <input type=\"text\" name=\"nominee.affilation\" placeholder=\"Affilation\">\n </div>\n <div class=\"row\">\n <input type=\"text\" name=\"nominee.postalAddress\" placeholder=\"Postal address the certificate is to be sent to\">\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Proposed citation <span class=\"grey sm\">(max 2 lines of text, i.e. no more than 190 characters including spaces)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"2\" maxlength=\"190\" style=\"width:100%\" name=\"nominee.citation\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Main individual contribution</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <label>Contribution category:</label>\n <select type=\"text\" name=\"nominee.title\">\n <option>Scientist</option>\n <option>Engineer</option>\n </select>\n </div>\n <div class=\"row\">\n <label>Description of the contribution\n <span class=\"grey\">(max 7 lines of text i.e. no more than 630 characters including spaces; indicate individual contribution of the candidate if the contribution is a teamwork)</span>:\n </label>\n <div class=\"row\">\n <textarea type=\"text\" rows=\"7\" maxlength=\"630\" style=\"width: 100%\" name=\"nominee.contribution\"></textarea>\n </div>\n </div>\n <div class=\"row\">\n <label>Evidence that the contribution is worth recognition\n <span class=\"grey\">(a list of max 8 items such as books, papers, patents, awards, keynotes, Ph.D. students etc. with annotation about citations, copies sold, revenue attributed to the invention etc.)</span>:\n </label>\n <div class=\"row\">\n <textarea type=\"text\" rows=\"8\" style=\"width:100%\" name=\"nominee.evidence\"></textarea>\n </div>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>IFIP activities <span class=\"grey sm\">(most important roles played in IFIP-sponsored events and functions in IFIP bodies. including membership; please, provide data in the following order: role, event title with webpage or name of IFIP body, year or period; no more than 8 bullets)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"8\" style=\"width:100%\" name=\"nominee.activities\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Additional information about the nominee <span class=\"grey sm\">(antything else that makes the candidate a special one, e.g. othe awards than those mentioned in the Evidence section, positions held at world-recognized companies or universities; titles or distincations received from universities or other organizations - max 8 bullets)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"8\" style=\"width:100%\" name=\"nominee.additional\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n\n <h3>References <span class=\"grey sm\">(5 current member of the General Assembly, an IFIP Tech. Cmte, or an IFIP Working Group)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n 1\n <div>\n <input type=\"text\" class=\"w-50\" name=\"referencee.fname\" placeholder=\"First name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.lname\" placeholder=\"Family name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.email\" placeholder=\"Email\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.ifipBody\" placeholder=\"IFIP body\">\n </div>\n 2<hr>\n <div>\n <input type=\"text\" class=\"w-50\" name=\"referencee.fname\" placeholder=\"First name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.lname\" placeholder=\"Family name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.email\" placeholder=\"Email\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.ifipBody\" placeholder=\"IFIP body\">\n </div>\n 3<hr>\n <div>\n <input type=\"text\" class=\"w-50\" name=\"referencee.fname\" placeholder=\"First name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.lname\" placeholder=\"Family name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.email\" placeholder=\"Email\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.ifipBody\" placeholder=\"IFIP body\">\n </div>\n 4<hr>\n <div>\n <input type=\"text\" class=\"w-50\" name=\"referencee.fname\" placeholder=\"First name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.lname\" placeholder=\"Family name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.email\" placeholder=\"Email\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.ifipBody\" placeholder=\"IFIP body\">\n </div>\n 5<hr>\n <div>\n <input type=\"text\" class=\"w-50\" name=\"referencee.fname\" placeholder=\"First name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.lname\" placeholder=\"Family name\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.email\" placeholder=\"Email\">\n <input type=\"text\" class=\"w-50\" name=\"referencee.ifipBody\" placeholder=\"IFIP body\">\n </div>\n </div>\n </div>\n\n <div class=\"row row--main\">\n\n <h3>Nominator <span class=\"grey sm\">(5 current member of the General Assembly, an IFIP Tech. Cmte, or an IFIP Working Group)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <input type=\"text\" class=\"w-20\" name=\"nominator.title\" placeholder=\"Title\">\n <input type=\"text\" class=\"w-30\" name=\"nominator.fname\" placeholder=\"First name + middle name\">\n <input type=\"text\" class=\"w-50\" name=\"nominator.lame\" placeholder=\"Family name\">\n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-50\" name=\"nominator.email\" placeholder=\"Email address\">\n <input type=\"text\" class=\"w-50\" name=\"nominator.ifipBody\" placeholder=\"IFIP body / bodies\">\n </div>\n <div class=\"row\">\n <input type=\"text\" name=\"nominator.affilation\" placeholder=\"Affilation\">\n </div>\n <div class=\"row\">\n <input type=\"text\" name=\"nominator.postalAddress\" placeholder=\"Postal address the certificate is to be sent to\">\n </div>\n <div class=\"row\">\n <label>Other important information about nominator (postional held, award received etc.) - max 270 characters</label>\n <div class=\"row\">\n <textarea type=\"text\" rows=\"5\" maxlength=\"270\" style=\"width:100%\" name=\"nominee.additional\"></textarea>\n </div>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>References <span class=\"grey sm\">Upload reference form</span</h3>\n <input name=\"nominee.referenceForm\" type=\"file\">\n </div>\n\n</section>",
  58. "config": [
  59. {
  60. "type": "text",
  61. "name": "nominee.title",
  62. "value": ""
  63. },
  64. {
  65. "type": "text",
  66. "name": "nominee.fname",
  67. "value": ""
  68. },
  69. {
  70. "type": "text",
  71. "name": "nominee.lame",
  72. "value": ""
  73. },
  74. {
  75. "type": "text",
  76. "name": "nominee.email",
  77. "value": ""
  78. },
  79. {
  80. "type": "text",
  81. "name": "nominee.ifipBody",
  82. "value": ""
  83. },
  84. {
  85. "type": "text",
  86. "name": "nominee.affilation",
  87. "value": ""
  88. },
  89. {
  90. "type": "text",
  91. "name": "nominee.postalAddress",
  92. "value": ""
  93. },
  94. {
  95. "type": "text",
  96. "name": "referencee.fname",
  97. "value": ""
  98. },
  99. {
  100. "type": "text",
  101. "name": "referencee.lname",
  102. "value": ""
  103. },
  104. {
  105. "type": "text",
  106. "name": "referencee.email",
  107. "value": ""
  108. },
  109. {
  110. "type": "text",
  111. "name": "referencee.ifipBody",
  112. "value": ""
  113. },
  114. {
  115. "type": "text",
  116. "name": "referencee.fname",
  117. "value": ""
  118. },
  119. {
  120. "type": "text",
  121. "name": "referencee.lname",
  122. "value": ""
  123. },
  124. {
  125. "type": "text",
  126. "name": "referencee.email",
  127. "value": ""
  128. },
  129. {
  130. "type": "text",
  131. "name": "referencee.ifipBody",
  132. "value": ""
  133. },
  134. {
  135. "type": "text",
  136. "name": "referencee.fname",
  137. "value": ""
  138. },
  139. {
  140. "type": "text",
  141. "name": "referencee.lname",
  142. "value": ""
  143. },
  144. {
  145. "type": "text",
  146. "name": "referencee.email",
  147. "value": ""
  148. },
  149. {
  150. "type": "text",
  151. "name": "referencee.ifipBody",
  152. "value": ""
  153. },
  154. {
  155. "type": "text",
  156. "name": "referencee.fname",
  157. "value": ""
  158. },
  159. {
  160. "type": "text",
  161. "name": "referencee.lname",
  162. "value": ""
  163. },
  164. {
  165. "type": "text",
  166. "name": "referencee.email",
  167. "value": ""
  168. },
  169. {
  170. "type": "text",
  171. "name": "referencee.ifipBody",
  172. "value": ""
  173. },
  174. {
  175. "type": "text",
  176. "name": "referencee.fname",
  177. "value": ""
  178. },
  179. {
  180. "type": "text",
  181. "name": "referencee.lname",
  182. "value": ""
  183. },
  184. {
  185. "type": "text",
  186. "name": "referencee.email",
  187. "value": ""
  188. },
  189. {
  190. "type": "text",
  191. "name": "referencee.ifipBody",
  192. "value": ""
  193. },
  194. {
  195. "type": "text",
  196. "name": "nominator.title",
  197. "value": ""
  198. },
  199. {
  200. "type": "text",
  201. "name": "nominator.fname",
  202. "value": ""
  203. },
  204. {
  205. "type": "text",
  206. "name": "nominator.lame",
  207. "value": ""
  208. },
  209. {
  210. "type": "text",
  211. "name": "nominator.email",
  212. "value": ""
  213. },
  214. {
  215. "type": "text",
  216. "name": "nominator.ifipBody",
  217. "value": ""
  218. },
  219. {
  220. "type": "text",
  221. "name": "nominator.affilation",
  222. "value": ""
  223. },
  224. {
  225. "type": "text",
  226. "name": "nominator.postalAddress",
  227. "value": ""
  228. },
  229. {
  230. "type": "file",
  231. "name": "nominee.referenceForm",
  232. "value": ""
  233. },
  234. {
  235. "name": "nominee.title",
  236. "value": "Scientist",
  237. "option": [
  238. {
  239. "name": null,
  240. "value": "Scientist"
  241. },
  242. {
  243. "name": null,
  244. "value": "Engineer"
  245. }
  246. ]
  247. },
  248. {
  249. "name": "nominee.citation",
  250. "value": ""
  251. },
  252. {
  253. "name": "nominee.contribution",
  254. "value": ""
  255. },
  256. {
  257. "name": "nominee.evidence",
  258. "value": ""
  259. },
  260. {
  261. "name": "nominee.activities",
  262. "value": ""
  263. },
  264. {
  265. "name": "nominee.additional",
  266. "value": ""
  267. },
  268. {
  269. "name": "nominee.additional",
  270. "value": ""
  271. }
  272. ]
  273. },
  274. {
  275. "name": "formularz_referencji",
  276. "template": "<section style=\"max-width: 800px; margin: 0 auto\">\n\n <style>\n @import url('https://fonts.googleapis.com/css?family=Lato');\n input, textarea, select {\n padding: 10px;\n margin: 10px 0;\n }\n input, textarea {\n width: 100%;\n box-sizing: border-box;\n float: left;\n }\n input {\n margin-bottom: 0;\n border: 0;\n border-bottom: 2px;\n text-align: center;\n }\n label {\n padding-top: 5px;\n width: 100%;\n display: inline-block;\n text-align: center;\n font-size: 0.8em;\n color: grey;\n }\n hr.line-big {\n border-top: 4px double #8c8b8b;\n }\n .w-20 {\n float: left;\n width: 20%;\n }\n .w-30 {\n float: left; \n width: 30%;\n }\n .w-50 {\n float: left;\n width: 50%;\n }\n .w-70 {\n float: left;\n width: 70%;\n }\n .w-80 {\n width: 80%;\n }\n .left {\n float: left;\n }\n .right {\n float: right;\n }\n .row {\n font-family: 'Lato', sans-serif;\n box-sizing: border-box;\n width: 100%;\n overflow: auto;\n margin-left: 0;\n margin-right: 0;\n }\n .row--main {\n margin: 15px 0;\n }\n .sm {\n font-weight: 500;\n font-size: 0.8em;\n }\n .grey {\n color: #a5a2a2;\n }\n .row label {\n border-top: 1px solid grey;\n }\n .row .element {\n box-sizing: border-box;\n }\n .row .element:nth-child(n+1) input {\n border-right: 1px solid lightgrey;\n }\n .row .element:last-child input {\n border-right: none;\n }\n </style>\n\n <div class=\"row row--main\">\n <div class=\"w-20 left\">\n <img height=\"200\" src=\"http://www.cis.utulsa.edu/ifip119/images/logo_ifip.jpg\">\n </div>\n <div class=\"w-80 right\" style=\"margin-top: 30px; text-align: center\">\n <h1>International Federation for Information Processing</h1>\n <hr class=\"line-big\">\n <h2>IFIP Fellow - Reference Form</h2>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Nominee</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-20 element\">\n <input type=\"text\" name=\"nominee.title\">\n <label>Title</label>\n </div>\n <div class=\"w-30 element\">\n <input type=\"text\" name=\"nominee.fname\">\n <label>First name + middle name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominee.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-100\" name=\"nominee.affilation\"> \n <label>Affilation</label> \n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Other important information that is missing on the nomination form <span class=\"grey sm\">(max 7 lines of text i.e. no more than 630 characters including spaces)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"7\" maxlength=\"630\" style=\"width:100%\" name=\"nominee.other\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Do you support the nomination?</h3>\n <div class=\"row\">\n <select type=\"text\" name=\"nominee.support\">\n <option>Definitely NO</option>\n <option>Rather no</option>\n <option>Hard to say</option>\n <option>Rather yes</option>\n <option>Definetly YES</option>\n </select>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Justification or remarks <span class=\"grey sm\">(optional; max 5 lines of text, i.e. no more than 450 characters incl. spaces)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"5\" maxlength=\"490\" style=\"width:100%\" name=\"nominee.justification\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n\n <h3>Reference Information</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.fname\">\n <label>First name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.email\">\n <label>Email address</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.body\">\n <label>IFIP body/bodies: TC-x, or GA</label>\n </div> \n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Nominator</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominator.fname\">\n <label>First name + middle name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominator.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-100\" name=\"nominator.affilation\"> \n <label>Affilation</label> \n </div>\n </div>\n\n</section>",
  277. "config": [
  278. {
  279. "type": "text",
  280. "name": "nominee.title",
  281. "value": ""
  282. },
  283. {
  284. "type": "text",
  285. "name": "nominee.fname",
  286. "value": ""
  287. },
  288. {
  289. "type": "text",
  290. "name": "nominee.lname",
  291. "value": ""
  292. },
  293. {
  294. "type": "text",
  295. "name": "nominee.affilation",
  296. "value": ""
  297. },
  298. {
  299. "type": "text",
  300. "name": "reference.fname",
  301. "value": ""
  302. },
  303. {
  304. "type": "text",
  305. "name": "reference.lname",
  306. "value": ""
  307. },
  308. {
  309. "type": "text",
  310. "name": "reference.email",
  311. "value": ""
  312. },
  313. {
  314. "type": "text",
  315. "name": "reference.body",
  316. "value": ""
  317. },
  318. {
  319. "type": "text",
  320. "name": "nominator.fname",
  321. "value": ""
  322. },
  323. {
  324. "type": "text",
  325. "name": "nominator.lname",
  326. "value": ""
  327. },
  328. {
  329. "type": "text",
  330. "name": "nominator.affilation",
  331. "value": ""
  332. },
  333. {
  334. "name": "nominee.support",
  335. "value": "Definitely NO",
  336. "option": [
  337. {
  338. "name": null,
  339. "value": "Definitely NO"
  340. },
  341. {
  342. "name": null,
  343. "value": "Rather no"
  344. },
  345. {
  346. "name": null,
  347. "value": "Hard to say"
  348. },
  349. {
  350. "name": null,
  351. "value": "Rather yes"
  352. },
  353. {
  354. "name": null,
  355. "value": "Definetly YES"
  356. }
  357. ]
  358. },
  359. {
  360. "name": "nominee.other",
  361. "value": ""
  362. },
  363. {
  364. "name": "nominee.justification",
  365. "value": ""
  366. }
  367. ]
  368. },
  369. {
  370. "name": "formularz_rekomendacji",
  371. "template": "<section style=\"max-width: 800px; margin: 0 auto\">\n\n <style>\n @import url('https://fonts.googleapis.com/css?family=Lato');\n input, textarea, select {\n padding: 10px;\n margin: 10px 0;\n }\n input, textarea {\n width: 100%;\n box-sizing: border-box;\n float: left;\n }\n input {\n margin-bottom: 0;\n border: 0;\n border-bottom: 2px;\n text-align: center;\n }\n label {\n padding-top: 5px;\n width: 100%;\n display: inline-block;\n text-align: center;\n font-size: 0.8em;\n color: grey;\n }\n hr.line-big {\n border-top: 4px double #8c8b8b;\n }\n .w-20 {\n float: left;\n width: 20%;\n }\n .w-30 {\n float: left; \n width: 30%;\n }\n .w-50 {\n float: left;\n width: 50%;\n }\n .w-70 {\n float: left;\n width: 70%;\n }\n .w-80 {\n width: 80%;\n }\n .left {\n float: left;\n }\n .right {\n float: right;\n }\n .row {\n font-family: 'Lato', sans-serif;\n box-sizing: border-box;\n width: 100%;\n overflow: auto;\n margin-left: 0;\n margin-right: 0;\n }\n .row--main {\n margin: 15px 0;\n }\n .sm {\n font-weight: 500;\n font-size: 0.8em;\n }\n .grey {\n color: #a5a2a2;\n }\n .row label {\n border-top: 1px solid grey;\n }\n .row .element {\n box-sizing: border-box;\n }\n .row .element:nth-child(n+1) input {\n border-right: 1px solid lightgrey;\n }\n .row .element:last-child input {\n border-right: none;\n }\n </style>\n\n <div class=\"row row--main\">\n <div class=\"w-20 left\">\n <img height=\"200\" src=\"http://www.cis.utulsa.edu/ifip119/images/logo_ifip.jpg\">\n </div>\n <div class=\"w-80 right\" style=\"margin-top: 30px; text-align: center\">\n <h1>International Federation for Information Processing</h1>\n <hr class=\"line-big\">\n <h2>IFIP Fellow - Reference Form</h2>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Nominee</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-20 element\">\n <input type=\"text\" name=\"nominee.title\">\n <label>Title</label>\n </div>\n <div class=\"w-30 element\">\n <input type=\"text\" name=\"nominee.fname\">\n <label>First name + middle name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominee.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-100\" name=\"nominee.affilation\"> \n <label>Affilation</label> \n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Other important information that is missing on the nomination form <span class=\"grey sm\">(max 7 lines of text i.e. no more than 630 characters including spaces)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"7\" maxlength=\"630\" style=\"width:100%\" name=\"nominee.other\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Do you support the nomination?</h3>\n <div class=\"row\">\n <select type=\"text\" name=\"nominee.support\">\n <option>Definitely NO</option>\n <option>Rather no</option>\n <option>Hard to say</option>\n <option>Rather yes</option>\n <option>Definetly YES</option>\n </select>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Justification or remarks <span class=\"grey sm\">(optional; max 5 lines of text, i.e. no more than 450 characters incl. spaces)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"5\" maxlength=\"490\" style=\"width:100%\" name=\"nominee.justification\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n\n <h3>Reference Information</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.fname\">\n <label>First name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.email\">\n <label>Email address</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.body\">\n <label>IFIP body/bodies: TC-x, or GA</label>\n </div> \n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Nominator</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominator.fname\">\n <label>First name + middle name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominator.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-100\" name=\"nominator.affilation\"> \n <label>Affilation</label> \n </div>\n </div>\n\n</section>",
  372. "config": [
  373. {
  374. "type": "text",
  375. "name": "nominee.title",
  376. "value": ""
  377. },
  378. {
  379. "type": "text",
  380. "name": "nominee.fname",
  381. "value": ""
  382. },
  383. {
  384. "type": "text",
  385. "name": "nominee.lname",
  386. "value": ""
  387. },
  388. {
  389. "type": "text",
  390. "name": "nominee.affilation",
  391. "value": ""
  392. },
  393. {
  394. "type": "text",
  395. "name": "reference.fname",
  396. "value": ""
  397. },
  398. {
  399. "type": "text",
  400. "name": "reference.lname",
  401. "value": ""
  402. },
  403. {
  404. "type": "text",
  405. "name": "reference.email",
  406. "value": ""
  407. },
  408. {
  409. "type": "text",
  410. "name": "reference.body",
  411. "value": ""
  412. },
  413. {
  414. "type": "text",
  415. "name": "nominator.fname",
  416. "value": ""
  417. },
  418. {
  419. "type": "text",
  420. "name": "nominator.lname",
  421. "value": ""
  422. },
  423. {
  424. "type": "text",
  425. "name": "nominator.affilation",
  426. "value": ""
  427. },
  428. {
  429. "name": "nominee.support",
  430. "value": "Definitely NO",
  431. "option": [
  432. {
  433. "name": null,
  434. "value": "Definitely NO"
  435. },
  436. {
  437. "name": null,
  438. "value": "Rather no"
  439. },
  440. {
  441. "name": null,
  442. "value": "Hard to say"
  443. },
  444. {
  445. "name": null,
  446. "value": "Rather yes"
  447. },
  448. {
  449. "name": null,
  450. "value": "Definetly YES"
  451. }
  452. ]
  453. },
  454. {
  455. "name": "nominee.other",
  456. "value": ""
  457. },
  458. {
  459. "name": "nominee.justification",
  460. "value": ""
  461. }
  462. ]
  463. },
  464. {
  465. "name": "formularz_decyzji",
  466. "template": "<section style=\"max-width: 800px; margin: 0 auto\">\n\n <style>\n @import url('https://fonts.googleapis.com/css?family=Lato');\n input, textarea, select {\n padding: 10px;\n margin: 10px 0;\n }\n input, textarea {\n width: 100%;\n box-sizing: border-box;\n float: left;\n }\n input {\n margin-bottom: 0;\n border: 0;\n border-bottom: 2px;\n text-align: center;\n }\n label {\n padding-top: 5px;\n width: 100%;\n display: inline-block;\n text-align: center;\n font-size: 0.8em;\n color: grey;\n }\n hr.line-big {\n border-top: 4px double #8c8b8b;\n }\n .w-20 {\n float: left;\n width: 20%;\n }\n .w-30 {\n float: left; \n width: 30%;\n }\n .w-50 {\n float: left;\n width: 50%;\n }\n .w-70 {\n float: left;\n width: 70%;\n }\n .w-80 {\n width: 80%;\n }\n .left {\n float: left;\n }\n .right {\n float: right;\n }\n .row {\n font-family: 'Lato', sans-serif;\n box-sizing: border-box;\n width: 100%;\n overflow: auto;\n margin-left: 0;\n margin-right: 0;\n }\n .row--main {\n margin: 15px 0;\n }\n .sm {\n font-weight: 500;\n font-size: 0.8em;\n }\n .grey {\n color: #a5a2a2;\n }\n .row label {\n border-top: 1px solid grey;\n }\n .row .element {\n box-sizing: border-box;\n }\n .row .element:nth-child(n+1) input {\n border-right: 1px solid lightgrey;\n }\n .row .element:last-child input {\n border-right: none;\n }\n </style>\n\n <div class=\"row row--main\">\n <div class=\"w-20 left\">\n <img height=\"200\" src=\"http://www.cis.utulsa.edu/ifip119/images/logo_ifip.jpg\">\n </div>\n <div class=\"w-80 right\" style=\"margin-top: 30px; text-align: center\">\n <h1>International Federation for Information Processing</h1>\n <hr class=\"line-big\">\n <h2>IFIP Fellow - Reference Form</h2>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Nominee</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-20 element\">\n <input type=\"text\" name=\"nominee.title\">\n <label>Title</label>\n </div>\n <div class=\"w-30 element\">\n <input type=\"text\" name=\"nominee.fname\">\n <label>First name + middle name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominee.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-100\" name=\"nominee.affilation\"> \n <label>Affilation</label> \n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Other important information that is missing on the nomination form <span class=\"grey sm\">(max 7 lines of text i.e. no more than 630 characters including spaces)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"7\" maxlength=\"630\" style=\"width:100%\" name=\"nominee.other\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Do you support the nomination?</h3>\n <div class=\"row\">\n <select type=\"text\" name=\"nominee.support\">\n <option>Definitely NO</option>\n <option>Rather no</option>\n <option>Hard to say</option>\n <option>Rather yes</option>\n <option>Definetly YES</option>\n </select>\n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Justification or remarks <span class=\"grey sm\">(optional; max 5 lines of text, i.e. no more than 450 characters incl. spaces)</span></h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <textarea type=\"text\" rows=\"5\" maxlength=\"490\" style=\"width:100%\" name=\"nominee.justification\"></textarea>\n </div>\n </div>\n\n <div class=\"row row--main\">\n\n <h3>Reference Information</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.fname\">\n <label>First name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.email\">\n <label>Email address</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"reference.body\">\n <label>IFIP body/bodies: TC-x, or GA</label>\n </div> \n </div>\n </div>\n\n <div class=\"row row--main\">\n <h3>Nominator</h3>\n <hr class=\"line-big\">\n <div class=\"row\">\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominator.fname\">\n <label>First name + middle name</label>\n </div>\n <div class=\"w-50 element\">\n <input type=\"text\" name=\"nominator.lname\">\n <label>Family name</label>\n </div> \n </div>\n <div class=\"row\">\n <input type=\"text\" class=\"w-100\" name=\"nominator.affilation\"> \n <label>Affilation</label> \n </div>\n </div>\n\n</section>",
  467. "config": [
  468. {
  469. "type": "text",
  470. "name": "nominee.title",
  471. "value": ""
  472. },
  473. {
  474. "type": "text",
  475. "name": "nominee.fname",
  476. "value": ""
  477. },
  478. {
  479. "type": "text",
  480. "name": "nominee.lname",
  481. "value": ""
  482. },
  483. {
  484. "type": "text",
  485. "name": "nominee.affilation",
  486. "value": ""
  487. },
  488. {
  489. "type": "text",
  490. "name": "reference.fname",
  491. "value": ""
  492. },
  493. {
  494. "type": "text",
  495. "name": "reference.lname",
  496. "value": ""
  497. },
  498. {
  499. "type": "text",
  500. "name": "reference.email",
  501. "value": ""
  502. },
  503. {
  504. "type": "text",
  505. "name": "reference.body",
  506. "value": ""
  507. },
  508. {
  509. "type": "text",
  510. "name": "nominator.fname",
  511. "value": ""
  512. },
  513. {
  514. "type": "text",
  515. "name": "nominator.lname",
  516. "value": ""
  517. },
  518. {
  519. "type": "text",
  520. "name": "nominator.affilation",
  521. "value": ""
  522. },
  523. {
  524. "name": "nominee.support",
  525. "value": "Definitely NO",
  526. "option": [
  527. {
  528. "name": null,
  529. "value": "Definitely NO"
  530. },
  531. {
  532. "name": null,
  533. "value": "Rather no"
  534. },
  535. {
  536. "name": null,
  537. "value": "Hard to say"
  538. },
  539. {
  540. "name": null,
  541. "value": "Rather yes"
  542. },
  543. {
  544. "name": null,
  545. "value": "Definetly YES"
  546. }
  547. ]
  548. },
  549. {
  550. "name": "nominee.other",
  551. "value": ""
  552. },
  553. {
  554. "name": "nominee.justification",
  555. "value": ""
  556. }
  557. ]
  558. }
  559. ],
  560. "actors": [
  561. {
  562. "name": "Nominowany",
  563. "fields": [
  564. {
  565. "type": "String",
  566. "name": "Tytuł"
  567. },
  568. {
  569. "type": "String",
  570. "name": "Imiona"
  571. },
  572. {
  573. "type": "String",
  574. "name": "Nazwisko"
  575. },
  576. {
  577. "type": "Email",
  578. "name": "Email"
  579. },
  580. {
  581. "type": "String",
  582. "name": "IFIP_body"
  583. },
  584. {
  585. "type": "String",
  586. "name": "Przynależność"
  587. },
  588. {
  589. "type": "String",
  590. "name": "Adres"
  591. },
  592. {
  593. "type": "String",
  594. "name": "Zasługi"
  595. },
  596. {
  597. "type": "String",
  598. "name": "Wkład"
  599. },
  600. {
  601. "type": "String",
  602. "name": "Dowody"
  603. },
  604. {
  605. "type": "String",
  606. "name": "Role IFIP"
  607. },
  608. {
  609. "type": "String",
  610. "name": "Dodatkowe"
  611. }
  612. ],
  613. "lists": [
  614. {
  615. "listName": "Referencje",
  616. "fields": [
  617. {
  618. "type": "Email",
  619. "name": "Referent"
  620. },
  621. {
  622. "type": "String",
  623. "name": "Ocena"
  624. },
  625. {
  626. "type": "String",
  627. "name": "Opinia"
  628. }
  629. ]
  630. }
  631. ]
  632. },
  633. {
  634. "name": "Nominator",
  635. "fields": [
  636. {
  637. "type": "String",
  638. "name": "Tytuł"
  639. },
  640. {
  641. "type": "String",
  642. "name": "Imiona"
  643. },
  644. {
  645. "type": "String",
  646. "name": "Nazwisko"
  647. },
  648. {
  649. "type": "Email",
  650. "name": "Email"
  651. },
  652. {
  653. "type": "String",
  654. "name": "IFIP_body"
  655. },
  656. {
  657. "type": "String",
  658. "name": "Przynależność"
  659. },
  660. {
  661. "type": "String",
  662. "name": "Inne"
  663. }
  664. ]
  665. },
  666. {
  667. "name": "Referent",
  668. "fields": [
  669. {
  670. "type": "String",
  671. "name": "Imiona"
  672. },
  673. {
  674. "type": "String",
  675. "name": "Nazwisko"
  676. },
  677. {
  678. "type": "Email",
  679. "name": "Email"
  680. },
  681. {
  682. "type": "String",
  683. "name": "IFIP_body"
  684. }
  685. ]
  686. },
  687. {
  688. "name": "Członek_komisji",
  689. "fields": [
  690. {
  691. "type": "String",
  692. "name": "Tytuł"
  693. },
  694. {
  695. "type": "String",
  696. "name": "Imiona"
  697. },
  698. {
  699. "type": "String",
  700. "name": "Nazwisko"
  701. },
  702. {
  703. "type": "Email",
  704. "name": "Email"
  705. }
  706. ]
  707. },
  708. {
  709. "name": "Członek_GA",
  710. "fields": [
  711. {
  712. "type": "String",
  713. "name": "Tytuł"
  714. },
  715. {
  716. "type": "String",
  717. "name": "Imiona"
  718. },
  719. {
  720. "type": "String",
  721. "name": "Nazwisko"
  722. },
  723. {
  724. "type": "Email",
  725. "name": "Email"
  726. }
  727. ]
  728. }
  729. ]
  730. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement