index.php 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  1. <?php
  2. session_start();
  3. if (isset($_SESSION['userlogin'], $_SESSION['userfirstname'])) {
  4. $email = $_SESSION['userlogin'];
  5. $name = $_SESSION['userfirstname'];
  6. if (isset($_SESSION['canvas_id'])) {
  7. $canvas_id = $_SESSION['canvas_id'];
  8. }
  9. }
  10. ?>
  11. <!DOCTYPE html>
  12. <html lang="en">
  13. <head>
  14. <meta charset="UTF-8">
  15. <meta name="viewport" content="width=device-width, initial-scale=1">
  16. <meta name="description" content="Brainstorm about the ethical implications of your project and represent them in a canvas.">
  17. <meta name="keywords" content="ethics canvas, ethics, social entrepreneurship, research, innovation, privacy, business development, business model canvas, open source tools">
  18. <title>The Ethics Canvas</title>
  19. <!-- favicons -->
  20. <link rel="icon" href="../../icon/favicon.ico"/>
  21. <!-- Bootstrap -->
  22. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
  23. <!-- Google font -->
  24. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
  25. <!-- App style -->
  26. <link rel="stylesheet" type="text/css" href="css/canvas.css">
  27. <!-- php variables have to be retieved here as js variables -->
  28. <script type="text/javascript">
  29. var email_save_canvas = '<?php echo $email; ?>';
  30. var user_save_canvas = '<?php echo $name; ?>';
  31. var current_canvas_id = '<?php echo $canvas_id; ?>';
  32. </script>
  33. </head>
  34. <body>
  35. <div class="container-fluid">
  36. <form class="canvas-form form" action="mpdf/canvas-pdf.php" method="post" target="_blank">
  37. <!-- Canvas Form Header -->
  38. <div class="form-header row text-center">
  39. <div class="col-md-3 ">
  40. <!--logo -->
  41. <h1 class="page_title ">
  42. <a class="logo" href="../../index.html">
  43. <img src="icons/logo-black-text.svg" alt="Online Ethics Canvas"/>
  44. </a>
  45. </h1>
  46. </div>
  47. <div class="col-md-3 ">
  48. <label class="project_title">Project Title</label>
  49. <input class="proj_title" name="field_00[]" type="text"/>
  50. </div>
  51. <div class="col-md-3 ">
  52. <label class="project_date">Date</label>
  53. <input class="proj_date" name="field_00[]" type="date"/>
  54. </div>
  55. <!-- login coming soon -->
  56. <div class="col-md-3 ">
  57. <?php if (!empty($name)) { ?>
  58. <!-- bootstrap dropdown component -->
  59. <div class="dropdown user-profile">
  60. <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
  61. <img src="../../icon/profile.svg"/><span><?php echo $name; ?></span>
  62. <span class="caret"></span>
  63. </button>
  64. <ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
  65. <li><a id="toDashboard" href="../php/dashboard.php">Your Canvases</a></li>
  66. <!-- <li><a href="#">Something else here</a></li> -->
  67. <li role="separator" class="divider"></li>
  68. <li><a id="logout" href="#">Log Out</a></li>
  69. </ul>
  70. </div>
  71. <?php } ?>
  72. </div>
  73. </div>
  74. <!-- LAYOUT -->
  75. <!-- ================ 8/5 col=================== -->
  76. <div class="canvas-box">
  77. <div class="masonry-layout8-5" id="8-5-col-layout">
  78. <div class="masonry-layout__panel ">
  79. <div class="card field_01 masonry-layout__panel-content bg--purple ">
  80. <h2 class="field-title">
  81. <!-- FIELD 1 -->
  82. Individuals Affected
  83. </h2>
  84. <p class="intro">
  85. Relevant types of individual stakeholders affected by the project, such as men/women, user/non-user, age, category, etc.
  86. </p>
  87. <!-- Into text toggler -->
  88. <button type="button" class="intro-toggle">
  89. <!-- glyphicon glyphicon-minus-sign -->
  90. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  91. <span class="intro-toggle-text">Hide description</span>
  92. </button>
  93. <!-- Item list in the field -->
  94. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  95. <ul id="field_01" class="item_list sortable connectedList">
  96. <!-- html format of the added items: -->
  97. <!-- <li class="added_item">
  98. <span class=" handle glyphicon glyphicon-th"></span>
  99. <span class="glyphicon glyphicon-trash remove"></span>
  100. <textarea name="field_01[]">Item 1</textarea>
  101. </li> -->
  102. </ul>
  103. <!-- The Box With All User input Things -->
  104. <div class="add_box">
  105. <!-- # Add idea link -->
  106. <a class="add-idea" href="#">
  107. Add an idea
  108. </a>
  109. <!-- # User Input -->
  110. <div class="user-input">
  111. <label>Your Idea</label><br>
  112. <p>
  113. <textarea data-limit-rows="true" class="new_item expandable" rows="2" maxlength="100" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  114. </p>
  115. <p class="chars-count">
  116. <span class="chars">100</span>
  117. characters remaining</p>
  118. <button type="button" class="add_btn">Add</button>
  119. </div>
  120. <!-- end of user input -->
  121. </div>
  122. <!-- end of add_box-->
  123. </div>
  124. <!-- end of .card -->
  125. </div>
  126. <div class="masonry-layout__panel ">
  127. <div class="card field_05 masonry-layout__panel-content bg--blue">
  128. <h2 class="field-title">
  129. <!-- FIELD 5 -->
  130. Changes in Behaviour
  131. </h2>
  132. <p class="intro">
  133. Problematic differences in behaviour such as differences in habits, time schedules, choice of activities, etc.</p>
  134. <!-- Into text toggler -->
  135. <button type="button" class="intro-toggle">
  136. <!-- glyphicon glyphicon-minus-sign -->
  137. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  138. <span class="intro-toggle-text">Hide description</span>
  139. </button>
  140. <!-- Item list in the field -->
  141. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  142. <ul id="field_05" class="item_list sortable connectedList">
  143. <!-- html format of the added items: -->
  144. <!-- <li class="added_item">
  145. <span class=" handle glyphicon glyphicon-th"></span>
  146. <span class="glyphicon glyphicon-trash remove"></span>
  147. <textarea name="field_05[]">Item 1</textarea>
  148. </li> -->
  149. </ul>
  150. <!-- The Box With All User input Things -->
  151. <div class="add_box">
  152. <!-- # Add idea link -->
  153. <a class="add-idea" href="#">
  154. Add an idea
  155. </a>
  156. <!-- # User Input -->
  157. <div class="user-input">
  158. <label>Your Idea</label><br>
  159. <p>
  160. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  161. </p>
  162. <p class="chars-count">
  163. <span class="chars">100</span>
  164. characters remaining</p>
  165. <button type="button" class="add_btn">Add</button>
  166. </div>
  167. <!-- end of user input -->
  168. </div>
  169. <!-- end of add_box-->
  170. <!-- the field id icons -->
  171. </div>
  172. <!-- end of .card -->
  173. </div>
  174. <div class="masonry-layout__panel">
  175. <div class="card field_06 masonry-layout__panel-content bg--green ">
  176. <h2 class="field-title">
  177. <!-- Field 6 -->
  178. Changes in Relations
  179. </h2>
  180. <p class="intro">
  181. Problematic changes in relations between people, such ways of communication, frequency of interpersonal contact etc.</p>
  182. <!-- Into text toggler -->
  183. <button type="button" class="intro-toggle">
  184. <!-- glyphicon glyphicon-minus-sign -->
  185. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  186. <span class="intro-toggle-text">Hide description</span>
  187. </button>
  188. <!-- Item list in the field -->
  189. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  190. <ul id="field_06" class="item_list sortable connectedList">
  191. <!-- html format of the added items: -->
  192. <!-- <li class="added_item">
  193. <span class=" handle glyphicon glyphicon-th"></span>
  194. <span class="glyphicon glyphicon-trash remove"></span>
  195. <textarea name="field_06[]">Item 1</textarea>
  196. </li> -->
  197. </ul>
  198. <!-- The Box With All User input Things -->
  199. <div class="add_box">
  200. <!-- # Add idea link -->
  201. <a class="add-idea" href="#">
  202. Add an idea
  203. </a>
  204. <!-- # User Input -->
  205. <div class="user-input">
  206. <label>Your Idea</label><br>
  207. <p>
  208. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  209. </p>
  210. <p class="chars-count">
  211. <span class="chars">100</span>
  212. characters remaining</p>
  213. <button type="button" class="add_btn">Add</button>
  214. </div>
  215. <!-- end of user input -->
  216. </div>
  217. <!-- end of add_box-->
  218. </div>
  219. <!-- end of .card -->
  220. </div>
  221. <div class="masonry-layout__panel">
  222. <div class="card field_11 masonry-layout__panel-content bg--green1 ">
  223. <h2 class="field-title">
  224. <!-- Field 11 -->
  225. Social Conflicts
  226. </h2>
  227. <p class="intro">
  228. Possible social conflicts that could be caused by the project, such as labour conflicts, minority conflicts etc.</p>
  229. <!-- Into text toggler -->
  230. <button type="button" class="intro-toggle">
  231. <!-- glyphicon glyphicon-minus-sign -->
  232. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  233. <span class="intro-toggle-text">Hide description</span>
  234. </button>
  235. <!-- Item list in the field -->
  236. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  237. <ul id="field_11" class="item_list sortable connectedList">
  238. <!-- html format of the added items: -->
  239. <!-- <li class="added_item">
  240. <span class=" handle glyphicon glyphicon-th"></span>
  241. <span class="glyphicon glyphicon-trash remove"></span>
  242. <textarea name="field_11[]">Item 1</textarea>
  243. </li> -->
  244. </ul>
  245. <!-- The Box With All User input Things -->
  246. <div class="add_box">
  247. <!-- # Add idea link -->
  248. <a class="add-idea" href="#">
  249. Add an idea
  250. </a>
  251. <!-- # User Input -->
  252. <div class="user-input">
  253. <label>Your Idea</label><br>
  254. <p>
  255. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  256. </p>
  257. <p class="chars-count">
  258. <span class="chars">100</span>
  259. characters remaining</p>
  260. <button type="button" class="add_btn">Add</button>
  261. </div>
  262. <!-- end of user input -->
  263. </div>
  264. <!-- end of add_box-->
  265. </div>
  266. <!-- end of .card -->
  267. </div>
  268. <div class="masonry-layout__panel">
  269. <div class="card field_12 masonry-layout__panel-content bg--darkblue">
  270. <h2 class="field-title">
  271. <!-- Field 12 -->
  272. Resolving Ethical Impacts
  273. </h2>
  274. <p class="intro">
  275. Select the four most important ethical impacts you discussed. Discuss ways of solving these impacts by changing your project’s product/service design, organisation or by providing recommendations.</p>
  276. <!-- Into text toggler -->
  277. <button type="button" class="intro-toggle">
  278. <!-- glyphicon glyphicon-minus-sign -->
  279. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  280. <span class="intro-toggle-text">Hide description</span>
  281. </button>
  282. <!-- Item list in the field -->
  283. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  284. <ul id="field_12" class="item_list sortable connectedList">
  285. <!-- html format of the added items: -->
  286. <!-- <li class="added_item">
  287. <span class=" handle glyphicon glyphicon-th"></span>
  288. <span class="glyphicon glyphicon-trash remove"></span>
  289. <textarea name="field_12[]">Item 1</textarea>
  290. </li> -->
  291. </ul>
  292. <!-- The Box With All User input Things -->
  293. <div class="add_box">
  294. <!-- # Add idea link -->
  295. <a class="add-idea" href="#">
  296. Add an idea
  297. </a>
  298. <!-- # User Input -->
  299. <div class="user-input">
  300. <label>Your Idea</label><br>
  301. <p>
  302. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  303. </p>
  304. <p class="chars-count">
  305. <span class="chars">100</span>
  306. characters remaining</p>
  307. <button type="button" class="add_btn">Add</button>
  308. </div>
  309. <!-- end of user input -->
  310. </div>
  311. <!-- end of add_box-->
  312. </div>
  313. <!-- end of .card -->
  314. </div>
  315. <div class="masonry-layout__panel">
  316. <div class="card field_07 masonry-layout__panel-content bg--green">
  317. <h2 class="field-title">
  318. <!-- Field 7 -->
  319. Group Interests
  320. </h2>
  321. <p class="intro">
  322. Relevant ethical interests that other groups might have in your project; such as environmental, privacy, justice interests.</p>
  323. <!-- Into text toggler -->
  324. <button type="button" class="intro-toggle">
  325. <!-- glyphicon glyphicon-minus-sign -->
  326. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  327. <span class="intro-toggle-text">Hide description</span>
  328. </button>
  329. <!-- Item list in the field -->
  330. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  331. <ul id="field_07" class="item_list sortable connectedList">
  332. <!-- html format of the added items: -->
  333. <!-- <li class="added_item">
  334. <span class=" handle glyphicon glyphicon-th"></span>
  335. <span class="glyphicon glyphicon-trash remove"></span>
  336. <textarea name="field_07[]">Item 1</textarea>
  337. </li> -->
  338. </ul>
  339. <!-- The Box With All User input Things -->
  340. <div class="add_box">
  341. <!-- # Add idea link -->
  342. <a class="add-idea" href="#">
  343. Add an idea
  344. </a>
  345. <!-- # User Input -->
  346. <div class="user-input">
  347. <label>Your Idea</label><br>
  348. <p>
  349. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  350. </p>
  351. <p class="chars-count">
  352. <span class="chars">100</span>
  353. characters remaining</p>
  354. <button type="button" class="add_btn">Add</button>
  355. </div>
  356. <!-- end of user input -->
  357. </div>
  358. <!-- end of add_box-->
  359. </div>
  360. <!-- end of .card -->
  361. </div>
  362. <div class="masonry-layout__panel">
  363. <div class="card field_08 masonry-layout__panel-content bg--seagreen">
  364. <h2 class="field-title">
  365. <!-- Field 8 -->
  366. Public Sphere
  367. </h2>
  368. <p class="intro">
  369. How the general perception of somebody’s role in society can be affected by the project, e.g. people behaving more individualistic or collectivist, people behaving more or less materialistic.</p>
  370. <!-- Into text toggler -->
  371. <button type="button" class="intro-toggle">
  372. <!-- glyphicon glyphicon-minus-sign -->
  373. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  374. <span class="intro-toggle-text">Hide description</span>
  375. </button>
  376. <!-- Item list in the field -->
  377. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  378. <ul id="field_08" class="item_list sortable connectedList">
  379. <!-- html format of the added items: -->
  380. <!-- <li class="added_item">
  381. <span class=" handle glyphicon glyphicon-th"></span>
  382. <span class="glyphicon glyphicon-trash remove"></span>
  383. <textarea name="field_08[]">Item 1</textarea>
  384. </li> -->
  385. </ul>
  386. <!-- The Box With All User input Things -->
  387. <div class="add_box">
  388. <!-- # Add idea link -->
  389. <a class="add-idea" href="#">
  390. Add an idea
  391. </a>
  392. <!-- # User Input -->
  393. <div class="user-input">
  394. <label>Your Idea</label><br>
  395. <p>
  396. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  397. </p>
  398. <p class="chars-count">
  399. <span class="chars">100</span>
  400. characters remaining</p>
  401. <button type="button" class="add_btn">Add</button>
  402. </div>
  403. <!-- end of user input -->
  404. </div>
  405. <!-- end of add_box-->
  406. </div>
  407. <!-- end of .card -->
  408. </div>
  409. <div class="masonry-layout__panel ">
  410. <div class="card field_02 masonry-layout__panel-content bg--purple ">
  411. <h2 class="field-title">
  412. <!-- Field 2 -->
  413. Organisations and Groups Affected
  414. </h2>
  415. <p class="intro">
  416. Relavant collective stakeholders that can be affected by your project, such as environmental and religious groups, competing companies and government agencies; considering any interest they might have in the effects of the project.</p>
  417. <!-- Into text toggler -->
  418. <button type="button" class="intro-toggle">
  419. <!-- glyphicon glyphicon-minus-sign -->
  420. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  421. <span class="intro-toggle-text">Hide description</span>
  422. </button>
  423. <!-- Item list in the field -->
  424. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  425. <ul id="field_02" class="item_list sortable connectedList">
  426. <!-- html format of the added items: -->
  427. <!-- <li class="added_item">
  428. <span class=" handle glyphicon glyphicon-th"></span>
  429. <span class="glyphicon glyphicon-trash remove"></span>
  430. <textarea name="field_02[]">Item 1</textarea>
  431. </li> -->
  432. </ul>
  433. <!-- The Box With All User input Things -->
  434. <div class="add_box">
  435. <!-- # Add idea link -->
  436. <a class="add-idea" href="#">
  437. Add an idea
  438. </a>
  439. <!-- # User Input -->
  440. <div class="user-input">
  441. <label>Your Idea</label><br>
  442. <p>
  443. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  444. </p>
  445. <p class="chars-count">
  446. <span class="chars">100</span>
  447. characters remaining</p>
  448. <button type="button" class="add_btn">Add</button>
  449. </div>
  450. <!-- end of user input -->
  451. </div>
  452. <!-- end of add_box-->
  453. </div>
  454. <!-- end of .card -->
  455. </div>
  456. </div>
  457. <!-- ================ 4 col ==================== -->
  458. <div class="masonry-layout4 " id="4-col-layout">
  459. <div class="masonry-layout__panel ">
  460. <div class="card field_03 masonry-layout__panel-content bg--seagreen ">
  461. <h2 class="field-title">
  462. <!-- Field 3 -->
  463. Products and Services provided
  464. </h2>
  465. <p class="intro">
  466. Discuss the different types of products and services that your project will provide.</p>
  467. <!-- Into text toggler -->
  468. <button type="button" class="intro-toggle">
  469. <!-- glyphicon glyphicon-minus-sign -->
  470. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  471. <span class="intro-toggle-text">Hide description</span>
  472. </button>
  473. <!-- Item list in the field -->
  474. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  475. <ul id="field_03" class="item_list sortable connectedList">
  476. <!-- html format of the added items: -->
  477. <!-- <li class="added_item">
  478. <span class=" handle glyphicon glyphicon-th"></span>
  479. <span class="glyphicon glyphicon-trash remove"></span>
  480. <textarea name="field_03[]">Item 1</textarea>
  481. </li> -->
  482. </ul>
  483. <!-- The Box With All User input Things -->
  484. <div class="add_box">
  485. <!-- # Add idea link -->
  486. <a class="add-idea" href="#">
  487. Add an idea
  488. </a>
  489. <!-- # User Input -->
  490. <div class="user-input">
  491. <label>Your Idea</label><br>
  492. <p>
  493. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  494. </p>
  495. <p class="chars-count">
  496. <span class="chars">100</span>
  497. characters remaining</p>
  498. <button type="button" class="add_btn">Add</button>
  499. </div>
  500. <!-- end of user input -->
  501. </div>
  502. <!-- end of add_box-->
  503. </div>
  504. <!-- end of .card -->
  505. </div>
  506. <div class="masonry-layout__panel">
  507. <div class="card field_09 masonry-layout__panel-content bg--blue ">
  508. <h2 class="field-title">
  509. <!-- Field 9 -->
  510. Impact of Product or Service Failure
  511. </h2>
  512. <p class="intro">
  513. Negative impacts of failure of your products or services such as technical failure, human failure, etc.</p>
  514. <!-- Into text toggler -->
  515. <button type="button" class="intro-toggle">
  516. <!-- glyphicon glyphicon-minus-sign -->
  517. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  518. <span class="intro-toggle-text">Hide description</span>
  519. </button>
  520. <!-- Item list in the field -->
  521. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  522. <ul id="field_09" class="item_list sortable connectedList">
  523. <!-- html format of the added items: -->
  524. <!-- <li class="added_item">
  525. <span class=" handle glyphicon glyphicon-th"></span>
  526. <span class="glyphicon glyphicon-trash remove"></span>
  527. <textarea name="field_09[]">Item 1</textarea>
  528. </li> -->
  529. </ul>
  530. <!-- The Box With All User input Things -->
  531. <div class="add_box">
  532. <!-- # Add idea link -->
  533. <a class="add-idea" href="#">
  534. Add an idea
  535. </a>
  536. <!-- # User Input -->
  537. <div class="user-input">
  538. <label>Your Idea</label><br>
  539. <p>
  540. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  541. </p>
  542. <p class="chars-count">
  543. <span class="chars">100</span>
  544. characters remaining</p>
  545. <button type="button" class="add_btn">Add</button>
  546. </div>
  547. <!-- end of user input -->
  548. </div>
  549. <!-- end of add_box-->
  550. </div>
  551. <!-- end of .card -->
  552. </div>
  553. <div class="masonry-layout__panel ">
  554. <div class="card field_10 masonry-layout__panel-content bg--green ">
  555. <h2 class="field-title">
  556. <!-- Field 10 -->
  557. Impact of Resource Consumption
  558. </h2>
  559. <p class="intro">
  560. Possible negative impacts of the consumption of resources of your project, e.g. climate impacts, privacy impacts, employment impacts.</p>
  561. <!-- Into text toggler -->
  562. <button type="button" class="intro-toggle">
  563. <!-- glyphicon glyphicon-minus-sign -->
  564. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  565. <span class="intro-toggle-text">Hide description</span>
  566. </button>
  567. <!-- Item list in the field -->
  568. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  569. <ul id="field_10" class="item_list sortable connectedList">
  570. <!-- html format of the added items: -->
  571. <!-- <li class="added_item">
  572. <span class=" handle glyphicon glyphicon-th"></span>
  573. <span class="glyphicon glyphicon-trash remove"></span>
  574. <textarea name="field_10[]">Item 1</textarea>
  575. </li> -->
  576. </ul>
  577. <!-- The Box With All User input Things -->
  578. <div class="add_box">
  579. <!-- # Add idea link -->
  580. <a class="add-idea" href="#">
  581. Add an idea
  582. </a>
  583. <!-- # User Input -->
  584. <div class="user-input">
  585. <label>Your Idea</label><br>
  586. <p>
  587. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  588. </p>
  589. <p class="chars-count">
  590. <span class="chars">100</span>
  591. characters remaining</p>
  592. <button type="button" class="add_btn">Add</button>
  593. </div>
  594. <!-- end of user input -->
  595. </div>
  596. <!-- end of add_box-->
  597. </div>
  598. <!-- end of .card -->
  599. </div>
  600. <div class="masonry-layout__panel ">
  601. <div class="card field_04 masonry-layout__panel-content bg--green1 ">
  602. <h2 class="field-title">
  603. <!-- Field 4 -->
  604. Resources Needed
  605. </h2>
  606. <p class="intro">
  607. The consumption of energy or raw materials, but also about the consumption of human resources for your project</p>
  608. <!-- Into text toggler -->
  609. <button type="button" class="intro-toggle">
  610. <!-- glyphicon glyphicon-minus-sign -->
  611. <span class="intro-toggle-icon glyphicon glyphicon-minus-sign"></span>
  612. <span class="intro-toggle-text">Hide description</span>
  613. </button>
  614. <!-- Item list in the field -->
  615. <!-- the ul id is used in js code to give the right name attribute to the added cards (user input) -->
  616. <ul id="field_04" class="item_list sortable connectedList">
  617. <!-- html format of the added items: -->
  618. <!-- <li class="added_item">
  619. <span class=" handle glyphicon glyphicon-th"></span>
  620. <span class="glyphicon glyphicon-trash remove"></span>
  621. <textarea name="field_04[]">Item 1</textarea>
  622. </li> -->
  623. </ul>
  624. <!-- The Box With All User input Things -->
  625. <div class="add_box">
  626. <!-- # Add idea link -->
  627. <a class="add-idea" href="#">
  628. Add an idea
  629. </a>
  630. <!-- # User Input -->
  631. <div class="user-input">
  632. <label>Your Idea</label><br>
  633. <p>
  634. <textarea class="new_item expandable" rows="2" maxlength="100" data-limit-rows="true" data-autoresize type="text" name="new_item" placeholder="Write an idea here ..."></textarea>
  635. </p>
  636. <p class="chars-count">
  637. <span class="chars">100</span>
  638. characters remaining</p>
  639. <button type="button" class="add_btn">Add</button>
  640. </div>
  641. <!-- end of user input -->
  642. </div>
  643. <!-- end of add_box-->
  644. </div>
  645. <!-- end of .card -->
  646. </div>
  647. </div>
  648. </div>
  649. <!-- end of .canvas.box -->
  650. <!-- FORM BUTTON BOX -->
  651. <div class="row">
  652. <div class="imp-exp-btn col-md-4 col-md-offset-4">
  653. <!-- form buttons -->
  654. <?php if (!empty($name)) { ?>
  655. <p class="text-center">
  656. <!-- Export JSON and also save the canvas for the registered user -->
  657. <button class="json_exp" type="button" name="json_exp">Save This Canvas</button>
  658. </p>
  659. <!-- BEGIN SHARE CANVAS -->
  660. <p class="text-center">
  661. <button class="share_canvas" type="submit" name="share-canvas">Share This Canvas</button>
  662. </p>
  663. <div class="share_canvas_email text-center">
  664. <p>
  665. <label>Send this canvas to:</label>
  666. </p>
  667. <p>
  668. <input type="email" name="share-canvas-email" placeholder="type an email adress here..."/>
  669. </p>
  670. <p class="text-center">
  671. <button class="share_canvas_send" type="button" name="share-canvas-send">Send</button>
  672. </p>
  673. </div>
  674. <!-- END SHARE CANVAS -->
  675. <?php } else{?>
  676. <p class="text-center">
  677. <!-- Export JSON and also save the canvas for the registered user -->
  678. <a class="login-to-save" href="../../index.html">Sign up or login to save your canvas</a>
  679. </p>
  680. <?php }?>
  681. <!-- BEGIN EXPORT PDF -->
  682. <p class="text-center">
  683. <input class="pdf_exp" type="submit" name="export-pdf" value="Download as PDF">
  684. </p>
  685. <!-- END EXPORT PDF -->
  686. </div>
  687. </div>
  688. </form>
  689. <!-- end of .form -->
  690. <!-- hidden place to show JSON info -->
  691. <pre id="result" class="text-center">
  692. </pre>
  693. <div class="row">
  694. <footer class="col-md-12 text-center">
  695. <div class="contact">
  696. <h2>Contact us:</h2>
  697. <p> hello@ethicscanvas.org </p>
  698. </div>
  699. <div class="license">
  700. <p>The Ethics Canvas is adapted from Alex Osterwalder’s Business Model Canvas.</p>
  701. <p>The Business Model Canvas is designed by: Business Model Foundry AG.
  702. </p>
  703. <p>
  704. This work is licensed under the Creative Commons Attribution-Share Alike 3.0 unported license.</p>
  705. <p class="cc"><span class="glyphicon glyphicon-list" aria-hidden="true"></span> View a copy of this license on:</p>
  706. <p>
  707. <a href="https://creativecommons.org/licenses/by-sa/3.0/">creativecommons.org</a>
  708. </p>
  709. <p class="bmc"><span class="glyphicon glyphicon-th-large" aria-hidden="true"></span>
  710. View the original Business Model Canvas on:
  711. </p>
  712. <p>
  713. <a href="https://strategyzer.com/canvas">strategyzer.com</a>
  714. </p>
  715. </div>
  716. <div class="license-icons">
  717. <ul>
  718. <li><img src="../../icon/by.large.png" alt="ethics-canvas-by-icon"/> </li>
  719. <li><img src="../../icon/share.large.png" alt="ethics-canvas-share-icon"/> </li>
  720. <li><img src="../../icon/cc.large.png" alt="ethics-canvas-cc-icon"/> </li>
  721. <li> <img src="../../icon/remix.large.png" alt="ethics-canvas-remix-icon"/></li>
  722. <li> <img src="../../icon/sa.large.png" alt="ethics-canvas-sa-icon"/></li>
  723. </ul>
  724. </div>
  725. <p class="ethics-copy terms"><a href="../../privacy-terms/terms.html">Terms of Service</a></p>
  726. <p class="ethics-copy privacy"><a href="../../privacy-terms/privacy.html">Privacy Policy</a></p>
  727. <p class="ethics-copy">The ADAPT Centre for Digital Content Technology</p> <p class="ethics-copy">is funded under the SFI Research Centres Programme (Grant 13/RC/2106).</p><p class="ethics-copy">It is co-funded under the European Regional Development Fund.</p>
  728. <p class="ethics-copy">Ethics Canvas v1.7|&copy; ADAPT Center & Trinity College Dublin & Dublin City University, 2016</p>
  729. </footer>
  730. </div>
  731. </div>
  732. <!-- end of container-fluid -->
  733. <!-- jQuery -->
  734. <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
  735. <!-- jquery UI -->
  736. <script src="https://code.jquery.com/ui/1.12.0-rc.2/jquery-ui.min.js" integrity="sha256-55Jz3pBCF8z9jBO1qQ7cIf0L+neuPTD1u7Ytzrp2dqo=" crossorigin="anonymous"></script>
  737. <!-- Bootstrap -->
  738. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
  739. <!-- The app javascript -->
  740. <script src="js/canvas.js" charset="utf-8"></script>
  741. <script language="javascript" type="text/javascript"></script>
  742. </body>
  743. </html>