Advertisement
balkics

Page_break

Nov 13th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.97 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" class="k-webkit k-webkit38"><head>
  2. <link href="Content/kendo/2014.2.716/kendo.common.min.css" rel="stylesheet">
  3. <link href="Content/kendo/2014.2.716/kendo.default.min.css" rel="stylesheet">
  4. <link href="Content/kendo/2014.2.716/kendo.dataviz.min.css" rel="stylesheet">
  5. <link href="Content/kendo/2014.2.716/kendo.dataviz.default.min.css" rel="stylesheet">
  6. <link href="Content/kendo/2014.2.716/kendo.dataviz.mobile.min.css" rel="stylesheet">
  7. <link href="Content/StyleSheet.css" rel="stylesheet">
  8. <title></title>
  9. <script src="Scripts/jquery-1.9.1.js"></script>
  10.  
  11. <script src="Scripts/kendo/2014.2.716/kendo.all.js"></script>
  12. <script src="Scripts/myScripts/app/constants.js"></script>
  13. <script src="Scripts/myScripts/libs/class.js"></script>
  14. <script src="Scripts/myScripts/libs/rrule.js"></script>
  15. <script src="Scripts/myScripts/libs/nlp.js"></script>
  16. <script src="Scripts/myScripts/libs/rsvp-latest.min.js"></script>
  17. <script src="Scripts/myScripts/libs/http-requester.js"></script>
  18. <script src="Scripts/myScripts/app/view-models.js"></script>
  19. <script src="Scripts/myScripts/app/views.js"></script>
  20. <script src="Scripts/myScripts/app/data.js"></script>
  21. <script src="Scripts/myScripts/app/diagram-helper.js"></script>
  22. <script src="Scripts/myScripts/app/models-helper.js"></script>
  23. <script src="Scripts/myScripts/app/controller.js"></script>
  24. <script src="Scripts/myScripts/app.js"></script>
  25.  
  26. </head>
  27. <body>
  28. <div id="wrapper">
  29. <header>
  30. <h1>WorkflowBOX</h1>
  31.  
  32. </header>
  33. <div id="workflow-box">
  34.  
  35. <div><div id="workflow-container"><div><h2 class="title">WorkflowBOX &nbsp;&nbsp;&nbsp;<strong>»Templates</strong></h2>
  36.  
  37. <div id="workflow-menu">
  38. <a class="new-btn" href="#/template/new">New Template</a>
  39. <button class="copy-btn" data-bind="click: copyTemplate">Copy Template</button>
  40. <button class="edit-btn" data-bind="click: editTemplate">Edit</button>
  41. <a class="cancel-btn" href="#/">Cancel</a>
  42. <a onclick="window.print();" class="print-btn">Print</a>
  43. </div>
  44.  
  45.  
  46. <div id="workflow-templates-grid">
  47. <div data-role="grid" data-bind="source: templates" data-editable="false" data-sortable="false" data-scrollable="false" data-pageable=" {
  48. input: false,
  49. numeric: true,
  50. pageSize:30
  51. }" data-columns="[
  52. {&quot;field&quot;: &quot;title&quot;, &quot;title&quot;: &quot;Name&quot; , &quot;template&quot;: &quot;<div><input type=\&quot;checkbox\&quot; value=\&quot;#: id #\&quot; data-bind=\&quot;events:{click: selectTemplate}\&quot;/> <a href = \&quot;\\#/template/#: id #/workflows\&quot;> <img src=\&quot;Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png\&quot; width=\&quot;20\&quot; /> </a><span data-id=\&quot;#: id #\&quot; data-bind=\&quot;events:{click: viewTemplateDetails}\&quot;>#: title#</span><span style=\&quot;display:none\&quot; data-bind=\&quot;events:{click: hideTemplateDetails}\&quot;>#: title#</span></div>&quot;},
  53. {&quot;field&quot;: &quot;creation_date&quot;, &quot;title&quot;: &quot;creation date&quot;},
  54. {&quot;field&quot;: &quot;workflow_count&quot;, &quot;title&quot;: &quot;count of workflows&quot;, &quot;template&quot;: &quot;<a href = \&quot;\\#/template/#: id #/workflows\&quot;>#: workflow_count#</a>&quot;},
  55. {&quot;field&quot;: &quot;date_from&quot;, &quot;title&quot;: &quot;Starts on&quot;, &quot;template&quot;: kendo.template($(&quot;#startsOn-template&quot;).html()) },
  56. {&quot;field&quot;: &quot;date_to&quot;, &quot;title&quot;: &quot;Due date&quot;},
  57. {&quot;field&quot;: &quot;responsible&quot;, &quot;title&quot;: &quot;Responsible&quot;},
  58. {&quot;field&quot;: &quot;id&quot;, &quot;title&quot;: &quot; &quot;, &quot;template&quot;: &quot;<button data-id = \&quot;#: id #\&quot; data-bind=\&quot;events:{click: viewTemplateDetails}\&quot;>»view template</button><button style=\&quot;display:none\&quot; data-bind=\&quot;events:{click: hideTemplateDetails}\&quot;>»close template</button>&quot;}]" class="k-grid k-widget">
  59. <table role="grid"><colgroup><col><col><col><col><col><col><col></colgroup>
  60. <thead class="k-grid-header" role="rowgroup">
  61.  
  62. <!--New tr-->
  63.  
  64. <tr role="row"><th role="columnheader" data-field="title" data-title="Name" class="k-header">Name</th>
  65. <th role="columnheader" data-field="creation_date" data-title="creation date" class="k-header">creation date</th>
  66. <th role="columnheader" data-field="workflow_count" data-title="count of workflows" class="k-header">count of workflows</th>
  67. <th role="columnheader" data-field="date_from" data-title="Starts on" class="k-header">Starts on</th>
  68. <th role="columnheader" data-field="date_to" data-title="Due date" class="k-header">Due date</th>
  69. <th role="columnheader" data-field="responsible" data-title="Responsible" class="k-header">Responsible</th>
  70. <th role="columnheader" data-field="id" data-title=" " class="k-header"> </th></tr></thead>
  71. <tbody role="rowgroup">
  72.  
  73. <!--New tr-->
  74.  
  75. <tr data-uid="802b61db-5857-4fd1-ae18-27d7adf7371c" role="row"><td role="gridcell">
  76. <div><input type="checkbox" value="1" data-bind="events:{click: selectTemplate}"> <a href="#/template/1/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  77. <span data-id="1" data-bind="events:{click: viewTemplateDetails}" style="display: none;">direct template</span>
  78. <span style="display: inline;" data-bind="events:{click: hideTemplateDetails}">direct template</span></div></td>
  79. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/1/workflows">0</a></td>
  80. <td role="gridcell">
  81. <span>repeat</span>
  82. </td>
  83. <td role="gridcell"></td>
  84. <td role="gridcell">Alice</td>
  85. <td role="gridcell"><button data-id="1" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  86. <button style="display: inline-block;" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  87.  
  88. <!--New tr-->
  89.  
  90. <tr data-uid="802b61db-5857-4fd1-ae18-27d7adf7371c_view" style="background-color: rgba(0, 0, 0, 0);">
  91. <td colspan="7" 'style'="position:relative"><div class="template-details"><span class="repeat"></span><span>every day</span></div>
  92. <div style="height: 623px;">
  93.  
  94. <div id="802b61db-5857-4fd1-ae18-27d7adf7371c_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  95. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  96. <div class="km-scroll-header"></div>
  97.  
  98. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(399.25px, 291.25px, 0px) scale(1);">
  99. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-399.25px, -291.25px, 0px) scale(1);">
  100. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-399 -291 1857 602">
  101. <g><g transform="matrix(1,0,0,1,0,0)"><g transform="matrix(1,0,0,1,320,-130)"><g>
  102. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  103. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  104. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  105. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task</tspan></text></g>
  106. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  107. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  108. <g transform="matrix(1,0,0,1,320,60)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  109. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  110. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  111. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task</tspan></text>
  112. </g><g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  113. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  114. <g><g><path d="M444.95 -52.5 L 444.95 60" stroke="#facc40" stroke-width="3" fill="none"></path>
  115. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0,1,-1,0,449.95,50)" style="fill: rgb(250, 204, 64);"></path></g></g>
  116. <g><g><path d="M611.55 -52.5 L 611.55 60" stroke="#facc40" stroke-width="3" fill="none"></path>
  117. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0,1,-1,0,616.55,50)" style="fill: rgb(250, 204, 64);"></path></g></g></g>
  118. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  119. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 135px;"></div>
  120. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 9px;"></div></div></div>
  121. <div id="802b61db-5857-4fd1-ae18-27d7adf7371c_overlay" style="height: 644px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  122.  
  123. <!--New tr-->
  124.  
  125. <tr class="k-alt" data-uid="413f856d-cb88-43ea-9d30-f238bf6b29a6" role="row">
  126. <td role="gridcell">
  127. <div><input type="checkbox" value="2" data-bind="events:{click: selectTemplate}"> <a href="#/template/2/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  128. <span data-id="2" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new template</span>
  129. <span style="" data-bind="events:{click: hideTemplateDetails}">new template</span></div></td>
  130. <td role="gridcell">12-11-2014</td>
  131. <td role="gridcell"><a href="#/template/2/workflows">0</a></td>
  132. <td role="gridcell">
  133. <span>direct</span>
  134. </td>
  135. <td role="gridcell"></td>
  136. <td role="gridcell">Joro Ivanov</td>
  137. <td role="gridcell"><button data-id="2" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  138. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  139.  
  140. <!--New tr-->
  141.  
  142. <tr data-uid="413f856d-cb88-43ea-9d30-f238bf6b29a6_view" style="background-color: rgb(245, 245, 245);">
  143. <td colspan="7" 'style'="position:relative">
  144. <div style="height: 610.5px;">
  145. <div id="413f856d-cb88-43ea-9d30-f238bf6b29a6_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  146. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  147. <div class="km-scroll-header"></div>
  148. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(1269.25px, 605.25px, 0px) scale(1);">
  149. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-1269.25px, -605.25px, 0px) scale(1);">
  150. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-1269 -605 1857 602">
  151. <g>
  152. <g transform="matrix(1,0,0,1,0,0)">
  153. <g transform="matrix(1,0,0,1,-550,-360)">
  154. <g>
  155. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)">
  156. </path>
  157. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov</tspan></text>
  158. </g>
  159.  
  160. <g>
  161. <path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  162. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new task</tspan></text></g>
  163.  
  164. <g><path d="M0 0 L 400 0 400 22 0 22Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#ffffff" transform="matrix(1,0,0,1,0,77)"></path>
  165. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,79)" fill="#0f0f0f"><tspan>new task description</tspan></text></g>
  166.  
  167. <g><path d="M0 0 L 400 0 400 98 0 98Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  168. <g><image x="385" y="78" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g>
  169.  
  170. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  171.  
  172. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 54px;"></div>
  173. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 0px;"></div></div></div>
  174. <div id="413f856d-cb88-43ea-9d30-f238bf6b29a6_overlay" style="height: 619px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  175.  
  176. <!--New tr-->
  177.  
  178. <tr data-uid="94674672-d4c4-43e5-aaed-2bdb05ef78df" role="row">
  179. <td role="gridcell">
  180. <div><input type="checkbox" value="3" data-bind="events:{click: selectTemplate}"> <a href="#/template/3/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  181. <span data-id="3" data-bind="events:{click: viewTemplateDetails}" style="display: none;">direct template</span>
  182. <span style="" data-bind="events:{click: hideTemplateDetails}">direct template</span></div></td>
  183. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/3/workflows">0</a></td>
  184.  
  185. <td role="gridcell">
  186. <span>direct</span>
  187. </td>
  188.  
  189. <td role="gridcell"></td><td role="gridcell">Alice</td><td role="gridcell"><button data-id="3" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  190. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  191.  
  192. <!--New tr-->
  193.  
  194. <tr data-uid="94674672-d4c4-43e5-aaed-2bdb05ef78df_view" style="background-color: rgba(0, 0, 0, 0);">
  195. <td colspan="7" 'style'="position:relative"><div style="height: 610.5px;">
  196. <div id="94674672-d4c4-43e5-aaed-2bdb05ef78df_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  197. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  198. <div class="km-scroll-header"></div>
  199. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-50.75px, 66.25px, 0px) scale(1);">
  200. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(50.75px, -66.25px, 0px) scale(1);">
  201. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="51 -66 1857 602">
  202. <g><g transform="matrix(1,0,0,1,0,0)"><g transform="matrix(1,0,0,1,770,190)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  203. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  204. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  205. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task</tspan></text></g>
  206. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  207. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g>
  208. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  209.  
  210. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 172px; -webkit-transform: translate3d(5px, 0px, 0px) scale(1);"></div>
  211. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 16px;"></div></div></div>
  212. <div id="94674672-d4c4-43e5-aaed-2bdb05ef78df_overlay" style="height: 619px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  213.  
  214. <!--New tr-->
  215.  
  216. <tr class="k-alt" data-uid="02f781f7-f1a8-406d-9954-ff7002631303" role="row"><td role="gridcell">
  217. <div><input type="checkbox" value="4" data-bind="events:{click: selectTemplate}"> <a href="#/template/4/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  218. <span data-id="4" data-bind="events:{click: viewTemplateDetails}" style="display: none;">Keep the minutes</span>
  219. <span style="" data-bind="events:{click: hideTemplateDetails}">Keep the minutes</span></div></td>
  220. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/4/workflows">0</a></td><td role="gridcell">
  221. <span>from_to</span>
  222. </td>
  223. <td role="gridcell"></td><td role="gridcell">Joro Ivanov</td><td role="gridcell"><button data-id="4" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  224. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  225.  
  226. <!--New tr-->
  227.  
  228. <tr data-uid="02f781f7-f1a8-406d-9954-ff7002631303_view" style="background-color: rgb(245, 245, 245);"><td colspan="7" 'style'="position:relative">
  229. <div style="height: 610.5px;"><div id="02f781f7-f1a8-406d-9954-ff7002631303_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  230. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  231. <div class="km-scroll-header"></div>
  232. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(144.764795144158px, 160.261760242792px, 0px) scale(1);">
  233. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-144.764795144158px, -160.261760242792px, 0px) scale(1);">
  234. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-145 -160 1857 602">
  235. <g><g transform="matrix(0.804249,0,0,0.804249,0,0)"><g transform="matrix(1,0,0,1,-180,-40)"><g><g>
  236. <path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  237. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Mimi Marinova</tspan></text></g>
  238. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  239. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>Wrtie a text</tspan></text></g>
  240. <g><path d="M0 0 L 400 0 400 44 0 44Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#ffffff" transform="matrix(1,0,0,1,0,77)"></path>
  241. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,79)" fill="#0f0f0f"><tspan>Description: "Wedding in the winter" Keywords</tspan></text>
  242. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,101)" fill="#0f0f0f"><tspan> "Snow, White &amp; Black, cold &amp; warm"</tspan></text></g>
  243. <g><path d="M0 0 L 400 0 400 120 0 120Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  244. <g><image x="385" y="100" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  245. <g transform="matrix(1,0,0,1,280,-70)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  246. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov</tspan></text></g>
  247. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  248. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>Proofread</tspan></text></g>
  249. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  250. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  251. <g transform="matrix(1,0,0,1,280,150)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  252. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Mimi Marinova</tspan></text></g>
  253. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  254. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>Incorporate Changes</tspan></text></g>
  255. <g><path d="M0 0 L 400 0 400 30 0 30Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#d3d3d8" transform="matrix(1,0,0,1,0,77)"></path>
  256. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,79)" fill="#0f0f0f"><tspan>Deadline:10/20/2014</tspan></text></g>
  257. <g><path d="M0 0 L 400 0 400 106 0 106Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  258. <g><image x="385" y="86" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  259. <g transform="matrix(1,0,0,1,750,-40)"><g><g><path d="M0 0 L 400 0 400 66 0 66Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  260. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov, Mr. Muller, Pesho Petrov,</tspan></text>
  261. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,34)" fill="#0f0f0f"><tspan> Pesho Go6ev</tspan></text></g>
  262. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,67)"></path>
  263. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,72)" fill="#0f0f0f"><tspan>Book photo shoot</tspan></text></g>
  264. <g><path d="M0 0 L 400 0 400 88 0 88Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#ffffff" transform="matrix(1,0,0,1,0,105)"></path>
  265. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,107)" fill="#0f0f0f"><tspan>Description: Michel Maier and Sven Someone,</tspan></text>
  266. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,129)" fill="#0f0f0f">
  267. <tspan> Location: Hamburg The place where the event will</tspan></text>
  268. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,151)" fill="#0f0f0f"><tspan> be held is in a beautiful forest somewhere near the</tspan></text>
  269. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,173)" fill="#0f0f0f"><tspan> river, where the sun is shining and the birds ...</tspan></text></g>
  270. <g><path d="M0 0 L 400 0 400 30 0 30Z" stroke="#808080" stroke-width="0" stroke-linecap="butt" stroke-dasharray="4 3.5" fill="#d3d3d8" transform="matrix(1,0,0,1,0,193)"></path>
  271. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,195)" fill="#0f0f0f"><tspan>Deadline:10/20/2014</tspan></text></g>
  272. <g><path d="M0 0 L 400 0 400 222 0 222Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  273. <g><image x="385" y="202" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  274. <g transform="matrix(1,0,0,1,1230,-10)"><g><g><path d="M0 0 L 400 0 400 66 0 66Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  275. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov, Pesho Petrov, Pesho Go6ev,</tspan></text>
  276. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,34)" fill="#0f0f0f"><tspan> Mr. Muller</tspan></text></g>
  277. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,67)"></path>
  278. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,72)" fill="#0f0f0f"><tspan>Select pictures</tspan></text></g>
  279. <g><path d="M0 0 L 400 0 400 22 0 22Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#ffffff" transform="matrix(1,0,0,1,0,105)"></path>
  280. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,107)" fill="#0f0f0f"><tspan>5x Landscape ; Spread; 8x Portrain</tspan></text></g>
  281. <g><path d="M0 0 L 400 0 400 126 0 126Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  282. <g><image x="385" y="106" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  283. <g transform="matrix(1,0,0,1,1230,190)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  284. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Mimi Marinova, Pesho Petrov</tspan></text></g>
  285. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  286. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>Agree text and pictures</tspan></text></g>
  287. <g><path d="M0 0 L 400 0 400 22 0 22Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#ffffff" transform="matrix(1,0,0,1,0,77)"></path>
  288. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,79)" fill="#0f0f0f"><tspan>Which text fits to which photo</tspan></text></g>
  289. <g><path d="M0 0 L 400 0 400 98 0 98Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  290. <g><image x="385" y="78" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  291. <g transform="matrix(1,0,0,1,1230,330)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  292. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Mimi Marinova</tspan></text></g>
  293. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  294. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>Incorporate Changes</tspan></text></g>
  295. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  296. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  297. <g transform="matrix(1,0,0,1,1710,170)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  298. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov</tspan></text></g>
  299. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  300. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>Final control</tspan></text></g>
  301. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  302. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  303. <g><g><path d="M221.5 -40 L 280 -39.375" stroke="#28b300" stroke-width="3" fill="none"></path>
  304. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.999943,0.010683,-0.010683,0.999943,270.053986,-44.481546)" style="fill: rgb(40, 179, 0);"></path></g></g>
  305. <g><g><path d="M681.5 -39.375 L 750 -40" stroke="#28b300" stroke-width="3" fill="none"></path>
  306. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.999958,-0.009124,0.009124,0.999958,739.954798,-44.908555)" style="fill: rgb(40, 179, 0);"></path></g></g>
  307. <g><g><path d="M404.95 7.5 L 404.95 150" stroke="#ff0000" stroke-width="3" fill="none"></path>
  308. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0,1,-1,0,409.95,140)" style="fill: rgb(255, 0, 0);"></path></g></g>
  309. <g><g><path d="M1151.5 41.725 L 1230 38.125" stroke="#28b300" stroke-width="3" fill="none"></path>
  310. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.99895,-0.045812,0.045812,0.99895,1219.78144,33.588367)" style="fill: rgb(40, 179, 0);"></path></g></g>
  311. <g><g><path d="M1354.95 117.5 L 1354.95 190" stroke="#facc40" stroke-width="3" fill="none"></path>
  312. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0,1,-1,0,1359.95,180)" style="fill: rgb(250, 204, 64);"></path></g></g>
  313. <g><g><path d="M1354.95 289.5 L 1354.95 330" stroke="#ff0000" stroke-width="3" fill="none"></path>
  314. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0,1,-1,0,1359.95,320)" style="fill: rgb(255, 0, 0);"></path></g></g>
  315. <g><g><path d="M1521.55 330 L 1521.55 289.5" stroke="#28b300" stroke-width="3" fill="none"></path>
  316. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0,-1,1,0,1516.55,299.5)" style="fill: rgb(40, 179, 0);"></path></g></g>
  317. <g><g><path d="M1631.5 117.5 L 1834.95 170" stroke="#28b300" stroke-width="3" fill="none"></path>
  318. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.968281,0.249864,-0.249864,0.968281,1826.516508,162.659959)" style="fill: rgb(40, 179, 0);"></path></g></g>
  319. <g><g><path d="M1631.5 228.325 L 1710 226.875" stroke="#28b300" stroke-width="3" fill="none"></path>
  320. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.999829,-0.018468,0.018468,0.999829,1699.909365,222.060535)" style="fill: rgb(40, 179, 0);"></path></g></g>
  321. <g><g><path d="M571.55 150 L 571.55 7.5" stroke="#28b300" stroke-width="3" fill="none"></path>
  322. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0,-1,1,0,566.55,17.5)" style="fill: rgb(40, 179, 0);"></path></g></g></g>
  323. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  324. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 159px;"></div>
  325. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 13px;"></div></div></div>
  326. <div id="02f781f7-f1a8-406d-9954-ff7002631303_overlay" style="height: 619px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  327.  
  328. <!--New tr-->
  329.  
  330. <tr data-uid="8b09b9c8-11ef-4f22-9a63-6ebce5f71a7a" role="row"><td role="gridcell">
  331. <div><input type="checkbox" value="5" data-bind="events:{click: selectTemplate}"> <a href="#/template/5/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  332. <span data-id="5" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new</span><span style="" data-bind="events:{click: hideTemplateDetails}">new</span></div></td>
  333. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/5/workflows">0</a></td>
  334. <td role="gridcell">
  335. <span>direct</span>
  336. </td>
  337. <td role="gridcell"></td>
  338. <td role="gridcell">Joro Ivanov</td>
  339. <td role="gridcell"><button data-id="5" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  340. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  341.  
  342. <tr data-uid="8b09b9c8-11ef-4f22-9a63-6ebce5f71a7a_view" style="background-color: rgba(0, 0, 0, 0);"><td colspan="7" 'style'="position:relative"><div style="height: 610.5px;">
  343. <div id="8b09b9c8-11ef-4f22-9a63-6ebce5f71a7a_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  344. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;"><div class="km-scroll-header"></div>
  345. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(869.25px, 651.25px, 0px) scale(1);">
  346. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-869.25px, -651.25px, 0px) scale(1);">
  347. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-869 -651 1857 602">
  348. <g><g transform="matrix(1,0,0,1,0,0)">
  349. <g transform="matrix(1,0,0,1,-460,-350)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  350. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  351. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  352. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new</tspan></text></g>
  353. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  354. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  355. <g transform="matrix(1,0,0,1,160,-440)"><g>
  356. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  357. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  358. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  359. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new</tspan></text></g>
  360. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  361. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  362. <g><g><path d="M-58.5 -319.375 L 160 -409.375" stroke="#facc40" stroke-width="3" fill="none"></path>
  363. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.924634,-0.380856,0.380856,0.924634,148.849376,-410.189609)" style="fill: rgb(250, 204, 64);"></path></g></g>
  364. <g><g><path d="M-58.5 -293.125 L 284.95 -362.5" stroke="#28b300" stroke-width="3" fill="none"></path>
  365. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.980203,-0.197996,0.197996,0.980203,274.157993,-365.421059)" style="fill: rgb(40, 179, 0);"></path></g></g></g>
  366. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  367. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 91px;"></div>
  368. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 0px;"></div></div></div>
  369. <div id="8b09b9c8-11ef-4f22-9a63-6ebce5f71a7a_overlay" style="height: 619px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  370.  
  371. <!--New tr-->
  372.  
  373. <tr class="k-alt" data-uid="1aa7ff7e-faa5-4d51-be2b-d84430e7801e" role="row">
  374. <td role="gridcell">
  375. <div><input type="checkbox" value="6" data-bind="events:{click: selectTemplate}"> <a href="#/template/6/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  376. <span data-id="6" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new</span><span style="" data-bind="events:{click: hideTemplateDetails}">new</span></div></td>
  377. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/6/workflows">0</a></td>
  378. <td role="gridcell">
  379. <span>direct</span>
  380. </td>
  381. <td role="gridcell"></td><td role="gridcell">Joro Ivanov</td><td role="gridcell"><button data-id="6" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  382. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  383.  
  384. <!--New tr-->
  385.  
  386. <tr data-uid="1aa7ff7e-faa5-4d51-be2b-d84430e7801e_view" style="background-color: rgb(245, 245, 245);">
  387. <td colspan="7" 'style'="position:relative"><div style="height: 610.5px;">
  388. <div id="1aa7ff7e-faa5-4d51-be2b-d84430e7801e_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  389. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  390. <div class="km-scroll-header"></div>
  391. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(919.25px, 456.25px, 0px) scale(1);">
  392. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-919.25px, -456.25px, 0px) scale(1);">
  393. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-919 -456 1857 602">
  394. <g><g transform="matrix(1,0,0,1,0,0)"><g transform="matrix(1,0,0,1,-200,-200)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  395. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  396. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  397. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new</tspan></text></g>
  398. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  399. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g>
  400. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  401. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 87px;"></div>
  402. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 4px;"></div></div></div>
  403. <div id="1aa7ff7e-faa5-4d51-be2b-d84430e7801e_overlay" style="height: 619px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  404.  
  405. <!--New tr-->
  406.  
  407. <tr data-uid="d67ed792-6b0b-46ef-8f91-989895aceebe" role="row">
  408. <td role="gridcell"><div><input type="checkbox" value="7" data-bind="events:{click: selectTemplate}">
  409. <a href="#/template/7/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  410. <span data-id="7" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new direct</span>
  411. <span style="" data-bind="events:{click: hideTemplateDetails}">new direct</span></div></td>
  412. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/7/workflows">0</a></td>
  413. <td role="gridcell">
  414. <span>direct</span>
  415. </td>
  416. <td role="gridcell"></td>
  417. <td role="gridcell">Joro Ivanov</td><td role="gridcell"><button data-id="7" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  418. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  419.  
  420. <!--New tr-->
  421.  
  422. <tr data-uid="d67ed792-6b0b-46ef-8f91-989895aceebe_view" style="background-color: rgba(0, 0, 0, 0);">
  423. <td colspan="7" 'style'="position:relative">
  424. <div style="height: 610.5px;"><div id="d67ed792-6b0b-46ef-8f91-989895aceebe_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  425. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  426. <div class="km-scroll-header"></div>
  427. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(959.25px, 575.25px, 0px) scale(1);">
  428. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-959.25px, -575.25px, 0px) scale(1);">
  429. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-959 -575 1857 602">
  430. <g><g transform="matrix(1,0,0,1,0,0)">
  431. <g transform="matrix(1,0,0,1,-620,-330)">
  432. <g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  433. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov, Joro Ivanov</tspan></text></g>
  434. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  435. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new tasks</tspan></text></g>
  436. <g><path d="M0 0 L 400 0 400 22 0 22Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#ffffff" transform="matrix(1,0,0,1,0,77)"></path>
  437. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,79)" fill="#0f0f0f"><tspan>new tasks new tasks new tasks </tspan></text></g>
  438. <g><path d="M0 0 L 400 0 400 98 0 98Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  439. <g><image x="385" y="78" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  440. <g transform="matrix(1,0,0,1,140,-330)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  441. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov, Joro Ivanov</tspan></text></g>
  442. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  443. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new tasks</tspan></text></g>
  444. <g><path d="M0 0 L 400 0 400 22 0 22Z" stroke="#808080" stroke-width="2" stroke-linecap="butt" stroke-dasharray="8 7" fill="#ffffff" transform="matrix(1,0,0,1,0,77)"></path>
  445. <text style="font:15px sans-serif;" x="0" y="14" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,79)" fill="#0f0f0f"><tspan>new tasks new tasks new tasks </tspan></text></g>
  446. <g><path d="M0 0 L 400 0 400 98 0 98Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  447. <g><image x="385" y="78" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  448. <g><g><path d="M-218.5 -291.675 L 140 -291.675" stroke="#facc40" stroke-width="3" fill="none"></path>
  449. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(1,0,0,1,130,-296.675)" style="fill: rgb(250, 204, 64);"></path></g></g>
  450. <g><g><path d="M140 -258.825 L -218.5 -258.825" stroke="#28b300" stroke-width="3" fill="none"></path>
  451. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(-1,0,0,-1,-208.5,-253.825)" style="fill: rgb(40, 179, 0);"></path></g></g></g>
  452. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  453. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 83px;"></div>
  454. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 1px;"></div></div></div>
  455. <div id="d67ed792-6b0b-46ef-8f91-989895aceebe_overlay" style="height: 619px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  456.  
  457. <!--New tr-->
  458.  
  459. <tr class="k-alt" data-uid="606bca00-dd11-4909-869c-951ce2890fdd" role="row">
  460. <td role="gridcell">
  461. <div><input type="checkbox" value="8" data-bind="events:{click: selectTemplate}"> <a href="#/template/8/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  462. <span data-id="8" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new date template</span>
  463. <span style="" data-bind="events:{click: hideTemplateDetails}">new date template</span></div></td>
  464. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/8/workflows">0</a></td>
  465. <td role="gridcell">
  466. <span>from_to</span>
  467. </td>
  468. <td role="gridcell"></td>
  469. <td role="gridcell">Joro Ivanov</td>
  470. <td role="gridcell"><button data-id="8" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  471. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  472.  
  473. <!--New tr-->
  474.  
  475. <tr data-uid="606bca00-dd11-4909-869c-951ce2890fdd_view" style="background-color: rgb(245, 245, 245);">
  476. <td colspan="7" 'style'="position:relative">
  477. <div style="height: 610.5px;">
  478. <div id="606bca00-dd11-4909-869c-951ce2890fdd_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  479. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;"><div class="km-scroll-header"></div>
  480. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(919.25px, 456.25px, 0px) scale(1);">
  481. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-919.25px, -456.25px, 0px) scale(1);">
  482. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-919 -456 1857 602">
  483. <g><g transform="matrix(1,0,0,1,0,0)">
  484. <g transform="matrix(1,0,0,1,-200,-200)">
  485. <g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  486. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  487. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  488. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new task</tspan></text></g>
  489. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  490. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g>
  491. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  492. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 87px;"></div>
  493. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 4px;"></div></div></div>
  494. <div id="606bca00-dd11-4909-869c-951ce2890fdd_overlay" style="height: 619px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  495.  
  496. <!--New tr-->
  497.  
  498. <tr data-uid="ab4cc892-fd20-455d-9d6b-89b10141199e" role="row">
  499. <td role="gridcell"><div><input type="checkbox" value="9" data-bind="events:{click: selectTemplate}"> <a href="#/template/9/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  500. <span data-id="9" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new repeat template</span>
  501. <span style="" data-bind="events:{click: hideTemplateDetails}">new repeat template</span></div></td>
  502. <td role="gridcell">12-11-2014</td>
  503. <td role="gridcell"><a href="#/template/9/workflows">0</a></td><td role="gridcell">
  504. <span>repeat</span>
  505. </td>
  506. <td role="gridcell"></td><td role="gridcell">Mimi Marinova</td>
  507. <td role="gridcell"><button data-id="9" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  508. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  509.  
  510. <!--New tr-->
  511.  
  512. <tr data-uid="ab4cc892-fd20-455d-9d6b-89b10141199e_view" style="background-color: rgba(0, 0, 0, 0);">
  513. <td colspan="7" 'style'="position:relative">
  514. <div class="template-details"><span class="repeat"></span><span>every week on Tuesday, Thursday until November 15, 2014</span></div>
  515. <div style="height: 623px;"><div id="ab4cc892-fd20-455d-9d6b-89b10141199e_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  516. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  517. <div class="km-scroll-header"></div>
  518. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(89.25px, 181.25px, 0px) scale(1);">
  519. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-89.25px, -181.25px, 0px) scale(1);">
  520. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-89 -181 1857 602">
  521. <g><g transform="matrix(1,0,0,1,0,0)"><g transform="matrix(1,0,0,1,1180,0)">
  522. <g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  523. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Mimi Marinova</tspan></text></g>
  524. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  525. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task</tspan></text></g>
  526. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g><g>
  527. <image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  528. <g transform="matrix(1,0,0,1,80,-40)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  529. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  530. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  531. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task 2</tspan></text></g>
  532. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  533. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  534. <g transform="matrix(1,0,0,1,550,190)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  535. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  536. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  537. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task 3</tspan></text></g>
  538. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  539. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  540. <g><g><path d="M481.5 -9.375 L 1180 56.875" stroke="#facc40" stroke-width="3" fill="none"></path>
  541. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.995532,0.094422,-0.094422,0.995532,1170.516789,50.953115)" style="fill: rgb(250, 204, 64);"></path></g></g>
  542. <g><g><path d="M481.5 37.5 L 550 190" stroke="#28b300" stroke-width="3" fill="none"></path>
  543. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.409743,0.912201,-0.912201,0.409743,550.463578,178.829275)" style="fill: rgb(40, 179, 0);"></path></g></g>
  544. <g><g><path d="M951.5 220.625 L 1304.95 77.5" stroke="#ff0000" stroke-width="3" fill="none"></path>
  545. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(0.92689,-0.375332,0.375332,0.92689,1293.804435,76.618871)" style="fill: rgb(255, 0, 0);"></path></g></g></g>
  546. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  547. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 164px;"></div>
  548. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 13px;"></div></div></div>
  549. <div id="ab4cc892-fd20-455d-9d6b-89b10141199e_overlay" style="height: 644px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  550.  
  551. <!--New tr-->
  552.  
  553. <tr class="k-alt" data-uid="22f2fcda-10b6-4bf2-8479-69e2d3bc3ee4" role="row">
  554. <td role="gridcell"><div><input type="checkbox" value="11" data-bind="events:{click: selectTemplate}"> <a href="#/template/11/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  555. <span data-id="11" data-bind="events:{click: viewTemplateDetails}" style="display: none;">some title</span>
  556. <span style="" data-bind="events:{click: hideTemplateDetails}">some title</span></div></td>
  557. <td role="gridcell">12-11-2014</td>
  558. <td role="gridcell"><a href="#/template/11/workflows">0</a></td>
  559. <td role="gridcell">
  560. <span>automatically</span>
  561. </td>
  562. <td role="gridcell"></td>
  563. <td role="gridcell">Joro Ivanov</td>
  564. <td role="gridcell"><button data-id="11" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  565. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  566.  
  567. <!--New tr-->
  568.  
  569. <tr data-uid="22f2fcda-10b6-4bf2-8479-69e2d3bc3ee4_view" style="background-color: rgb(245, 245, 245);">
  570. <td colspan="7" 'style'="position:relative">
  571. <div class="template-details"><span class="crud"></span><span>Content types: News article, Sport article</span><span> Starts on: create, update, delete</span></div>
  572. <div style="height: 623px;"><div id="22f2fcda-10b6-4bf2-8479-69e2d3bc3ee4_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  573. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  574. <div class="km-scroll-header"></div><div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(1419.25px, 1416.25px, 0px) scale(1);">
  575. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-1419.25px, -1416.25px, 0px) scale(1);">
  576. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-1419 -1416 1857 602">
  577. <g><g transform="matrix(1,0,0,1,0,0)"><g transform="matrix(1,0,0,1,-580,-1280)">
  578. <g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  579. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov</tspan></text></g>
  580. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  581. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new task</tspan></text></g>
  582. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  583. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  584. <g transform="matrix(1,0,0,1,-820,-1040)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  585. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov</tspan></text></g>
  586. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  587. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new task</tspan></text></g>
  588. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  589. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  590. <g><g><path d="M-178.5 -1249.375 L -820 -1009.375" stroke="#facc40" stroke-width="3" fill="none"></path>
  591. <path d="M0 0 L 10 5 0 10 3 5Z" stroke="none" fill="#000000" transform="matrix(-0.936599,0.350403,-0.350403,-0.936599,-808.881994,-1008.196039)" style="fill: rgb(250, 204, 64);"></path></g></g></g>
  592. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  593. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 40px;"></div>
  594. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 0px;"></div></div></div>
  595. <div id="22f2fcda-10b6-4bf2-8479-69e2d3bc3ee4_overlay" style="height: 644px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  596.  
  597. <!--New tr-->
  598.  
  599.  
  600. <tr data-uid="c875c3e5-2900-42f5-a692-140834851814" role="row">
  601. <td role="gridcell">
  602. <div><input type="checkbox" value="12" data-bind="events:{click: selectTemplate}"> <a href="#/template/12/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  603. <span data-id="12" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new repeat template</span>
  604. <span style="" data-bind="events:{click: hideTemplateDetails}">new repeat template</span></div></td>
  605. <td role="gridcell">12-11-2014</td>
  606. <td role="gridcell"><a href="#/template/12/workflows">0</a></td>
  607. <td role="gridcell">
  608. <span>repeat</span>
  609. </td>
  610. <td role="gridcell"></td>
  611. <td role="gridcell">Mimi Marinova</td>
  612. <td role="gridcell"><button data-id="12" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  613. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  614.  
  615. <!--New tr-->
  616.  
  617.  
  618. <tr data-uid="c875c3e5-2900-42f5-a692-140834851814_view" style="background-color: rgba(0, 0, 0, 0);">
  619. <td colspan="7" 'style'="position:relative"><div class="template-details"><span class="repeat"></span>
  620. <span>every day</span></div>
  621. <div style="height: 623px;">
  622. <div id="c875c3e5-2900-42f5-a692-140834851814_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  623. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  624. <div class="km-scroll-header"></div>
  625. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(124.25px, 176.25px, 0px) scale(1);">
  626. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-124.25px, -176.25px, 0px) scale(1);">
  627. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-124 -176 1857 602">
  628. <g><g transform="matrix(1,0,0,1,0,0)"><g transform="matrix(1,0,0,1,1090,10)">
  629. <g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  630. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Mimi Marinova</tspan></text></g>
  631. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  632. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task</tspan></text></g>
  633. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  634. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  635. <g transform="matrix(1,0,0,1,100,-30)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  636. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  637. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  638. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task 2</tspan></text></g>
  639. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  640. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g>
  641. <g transform="matrix(1,0,0,1,600,190)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  642. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Pesho Petrov</tspan></text></g>
  643. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  644. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>task 3</tspan></text></g>
  645. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  646. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g>
  647. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  648. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 160px;"></div>
  649. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 13px;"></div></div></div>
  650. <div id="c875c3e5-2900-42f5-a692-140834851814_overlay" style="height: 644px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  651.  
  652. <!--New tr-->
  653.  
  654. <tr class="k-alt" data-uid="e9875444-a84c-414f-848f-ce8a10ad977e" role="row">
  655. <td role="gridcell"><div><input type="checkbox" value="13" data-bind="events:{click: selectTemplate}"> <a href="#/template/13/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  656. <span data-id="13" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new repeat new title</span>
  657. <span style="" data-bind="events:{click: hideTemplateDetails}">new repeat new title</span></div></td>
  658. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/13/workflows">0</a></td>
  659. <td role="gridcell">
  660. <span>repeat</span>
  661. </td>
  662. <td role="gridcell"></td>
  663. <td role="gridcell">Joro Ivanov</td>
  664. <td role="gridcell"><button data-id="13" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  665. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  666.  
  667. <!--New tr-->
  668.  
  669. <tr data-uid="e9875444-a84c-414f-848f-ce8a10ad977e_view" style="background-color: rgb(245, 245, 245);">
  670. <td colspan="7" 'style'="position:relative"><div class="template-details"><span class="repeat"></span>
  671. <span>every day</span></div>
  672. <div style="height: 623px;">
  673. <div id="e9875444-a84c-414f-848f-ce8a10ad977e_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  674. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  675. <div class="km-scroll-header"></div>
  676. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(929.25px, 656.25px, 0px) scale(1);">
  677. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-929.25px, -656.25px, 0px) scale(1);">
  678. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-929 -656 1857 602">
  679. <g><g transform="matrix(1,0,0,1,0,0)">
  680. <g transform="matrix(1,0,0,1,-210,-400)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  681. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov</tspan></text></g>
  682. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  683. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new task</tspan></text></g>
  684. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  685. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g>
  686. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  687. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 86px;"></div>
  688. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 0px;"></div></div></div>
  689. <div id="e9875444-a84c-414f-848f-ce8a10ad977e_overlay" style="height: 644px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  690.  
  691. <!--New tr-->
  692.  
  693. <tr data-uid="8306178d-d3c2-4562-91e3-013b863aa8ce" role="row">
  694. <td role="gridcell"><div><input type="checkbox" value="14" data-bind="events:{click: selectTemplate}"> <a href="#/template/14/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  695. <span data-id="14" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new</span>
  696. <span style="" data-bind="events:{click: hideTemplateDetails}">new</span></div></td>
  697. <td role="gridcell">12-11-2014</td><td role="gridcell"><a href="#/template/14/workflows">0</a></td>
  698. <td role="gridcell">
  699. <span>repeat</span>
  700. </td>
  701. <td role="gridcell"></td>
  702. <td role="gridcell">Joro Ivanov</td>
  703. <td role="gridcell"><button data-id="14" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  704. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  705.  
  706. <!--New tr-->
  707.  
  708. <tr data-uid="8306178d-d3c2-4562-91e3-013b863aa8ce_view" style="background-color: rgba(0, 0, 0, 0);">
  709. <td colspan="7" 'style'="position:relative">
  710. <div class="template-details"><span class="repeat"></span><span>every day</span></div>
  711. <div style="height: 623px;"><div id="8306178d-d3c2-4562-91e3-013b863aa8ce_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  712. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  713. <div class="km-scroll-header"></div>
  714. <div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(919.25px, 456.25px, 0px) scale(1);">
  715. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-919.25px, -456.25px, 0px) scale(1);">
  716. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-919 -456 1857 602">
  717. <g><g transform="matrix(1,0,0,1,0,0)"><g transform="matrix(1,0,0,1,-200,-200)">
  718. <g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  719. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov</tspan></text></g>
  720. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  721. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new</tspan></text></g>
  722. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g><g>
  723. <image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g><g><g style="display:none;">
  724. <path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  725. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 87px;"></div>
  726. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 4px;"></div></div></div>
  727. <div id="8306178d-d3c2-4562-91e3-013b863aa8ce_overlay" style="height: 644px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr>
  728.  
  729. <!--New tr-->
  730.  
  731. <tr class="k-alt" data-uid="abc426c9-e799-4d22-9e23-79ecfae7e4e6" role="row">
  732. <td role="gridcell"><div><input type="checkbox" value="15" data-bind="events:{click: selectTemplate}"> <a href="#/template/15/workflows"> <img src="Content/imgs/Icons_CSS-Sprite_1_23-10-14_18.png" width="20"> </a>
  733. <span data-id="15" data-bind="events:{click: viewTemplateDetails}" style="display: none;">new automatical template</span>
  734. <span style="" data-bind="events:{click: hideTemplateDetails}">new automatical template</span></div></td>
  735. <td role="gridcell">12-11-2014</td>
  736. <td role="gridcell"><a href="#/template/15/workflows">0</a></td>
  737. <td role="gridcell">
  738. <span>automatically</span>
  739. </td>
  740. <td role="gridcell"></td>
  741. <td role="gridcell">Joro Ivanov</td>
  742. <td role="gridcell"><button data-id="15" data-bind="events:{click: viewTemplateDetails}" style="display: none;">»view template</button>
  743. <button style="" data-bind="events:{click: hideTemplateDetails}">»close template</button></td></tr>
  744.  
  745. <!--New tr-->
  746.  
  747. <tr data-uid="abc426c9-e799-4d22-9e23-79ecfae7e4e6_view" style="background-color: rgb(245, 245, 245);">
  748. <td colspan="7" 'style'="position:relative">
  749. <div class="template-details"><span class="crud"></span><span>Content types: News article, Sport article</span><span> Starts on: create</span></div>
  750. <div style="height: 623px;"><div id="abc426c9-e799-4d22-9e23-79ecfae7e4e6_diagram" data-role="diagram" tabindex="0" class="k-widget k-diagram" style="position: relative; width: 1855px;">
  751. <div data-role="scroller" class="km-widget km-scroll-wrapper" style="overflow: hidden;">
  752. <div class="km-scroll-header"></div><div class="km-scroll-container" style="-webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(919.25px, 456.25px, 0px) scale(1);">
  753. <div class="k-layer" style="width: 1857px; height: 602px; -webkit-transform-origin: 0% 0%; -webkit-transform: translate3d(-919.25px, -456.25px, 0px) scale(1);">
  754. <svg style="width: 100%; height: 100%; overflow: hidden; left: -0.59375px; top: -0.6875px;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-919 -456 1857 602">
  755. <g><g transform="matrix(1,0,0,1,0,0)">
  756. <g transform="matrix(1,0,0,1,-200,-200)"><g><g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="1" fill="#fff60a" fill-opacity="0.5" transform="matrix(1,0,0,1,0,0)"></path>
  757. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,6)" fill="#0f0f0f"><tspan>Joro Ivanov, Pesho Petrov</tspan></text></g>
  758. <g><path d="M0 0 L 400 0 400 38 0 38Z" stroke="#808080" stroke-width="0" fill="#d3d3d8" transform="matrix(1,0,0,1,0,39)"></path>
  759. <text style="font:20px sans-serif;" x="0" y="18" stroke="#808080" stroke-width="0" transform="matrix(1,0,0,1,3,44)" fill="#0f0f0f"><tspan>new task</tspan></text></g>
  760. <g><path d="M0 0 L 400 0 400 76 0 76Z" stroke="#808080" stroke-width="3" fill="#ffffff" fill-opacity="0"></path></g>
  761. <g><image x="385" y="56" width="30px" height="30px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href=""></image></g></g></g></g>
  762. <g><g style="display:none;"><path d="M0 0 L 0 0 0 0 0 0Z" stroke="#a7018f" stroke-width="1" stroke-linecap="butt" stroke-dasharray="1.5 3.5" fill="none"></path></g><g></g></g></g></svg></div></div>
  763. <div class="km-touch-scrollbar km-horizontal-scrollbar" style="-webkit-transform-origin: 0% 0%; width: 87px;"></div>
  764. <div class="km-touch-scrollbar km-vertical-scrollbar" style="-webkit-transform-origin: 0% 0%; height: 4px;"></div></div></div>
  765. <div id="abc426c9-e799-4d22-9e23-79ecfae7e4e6_overlay" style="height: 644px; opacity: 0; position: relative; top: -610px; width: 100%; z-index: 5000; background-color: black;"></div></div></td></tr></tbody></table>
  766. <div class="k-pager-wrap k-grid-pager k-widget" data-role="pager"><a href="#" title="Go to the first page" class="k-link k-pager-nav k-pager-first k-state-disabled" data-page="1" tabindex="-1">
  767. <span class="k-icon k-i-seek-w">Go to the first page</span></a><a href="#" title="Go to the previous page" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1">
  768. <span class="k-icon k-i-arrow-w">Go to the previous page</span></a>
  769. <ul class="k-pager-numbers k-reset"><li><span class="k-state-selected">1</span></li></ul><a href="#" title="Go to the next page" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1">
  770. <span class="k-icon k-i-arrow-e">Go to the next page</span></a>
  771. <a href="#" title="Go to the last page" class="k-link k-pager-nav k-pager-last k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-seek-e">Go to the last page</span></a>
  772. <span class="k-pager-info k-label">1 - 14 of 14 items</span></div></div>
  773. </div>
  774.  
  775. <script type="text/x-kendo-template" id="startsOn-template">
  776. # if(data.date_from){ #
  777. <span>#= data.date_from #</span>
  778. # } else if(data.type === "crud"){ #
  779. <span>automatically</span>
  780. # } else{ #
  781. <span>#= data.type #</span>
  782. # } #
  783. </script>
  784. <span id="to-rows-bracker" style="font-size: 20px; font-family: sans-serif;"></span></div></div></div></div>
  785. <footer>
  786. <h4>Copyright © 2014. All rights reserved.</h4>
  787. </footer>
  788. </div>
  789.  
  790.  
  791. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement