Commit f13aa51b authored by Evren Kutar's avatar Evren Kutar

listnode fix dist

parent fa7bf3af
This diff is collapsed.
This diff is collapsed.
...@@ -1616,61 +1616,62 @@ angular.module("shared/templates/multiselect.html", []).run(["$templateCache", f ...@@ -1616,61 +1616,62 @@ angular.module("shared/templates/multiselect.html", []).run(["$templateCache", f
angular.module("shared/templates/nodeTable.html", []).run(["$templateCache", function($templateCache) { angular.module("shared/templates/nodeTable.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("shared/templates/nodeTable.html", $templateCache.put("shared/templates/nodeTable.html",
"<div class=\"tablescroll\">\n" + "<div class=\"tablescroll\">\n" +
"<table class=\"table table-bordered\" style=\"background-color:#fff;\">\n" + " {{node.model}}\n" +
" <thead>\n" + "<!--<table class=\"table table-bordered\" style=\"background-color:#fff;\">-->\n" +
" <tr ng-if=\"node.schema.formType=='Node'\">\n" + " <!--<thead>-->\n" +
" <!--<tr ng-if=\"node.schema.formType=='Node'\">-->\n" +
" <!--&lt;!&ndash;<th colspan=\"2\">&ndash;&gt;-->\n" +
" <!--&lt;!&ndash;<label>&ndash;&gt;-->\n" +
" <!--&lt;!&ndash;<input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">&ndash;&gt;-->\n" +
" <!--&lt;!&ndash;Hepsini Seç&ndash;&gt;-->\n" +
" <!--&lt;!&ndash;</label>&ndash;&gt;-->\n" +
" <!--&lt;!&ndash;</th>&ndash;&gt;-->\n" +
" <!--<th ng-repeat=\"(key,value) in node.model\">{{ key }}</th>-->\n" +
" <!--<th>İşlem</th>-->\n" +
" <!--</tr>-->\n" +
" <!--<tr ng-if=\"node.schema.formType=='ListNode'\">-->\n" +
" <!--<th colspan=\"2\">-->\n" + " <!--<th colspan=\"2\">-->\n" +
" <!--<label>-->\n" + " <!--<label>-->\n" +
" <!--<input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">-->\n" + " <!--<input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">-->\n" +
" <!--Hepsini Seç-->\n" + " <!--Hepsini Seç-->\n" +
" <!--</label>-->\n" + " <!--</label>-->\n" +
" <!--</th>-->\n" + " <!--</th>-->\n" +
" <th ng-repeat=\"(key,value) in node.model\">{{ key }}</th>\n" + " <!--<th ng-repeat=\"(key,value) in node.model[0]\">{{ key }}</th>-->\n" +
" <th>İşlem</th>\n" + " <!--<th>İşlem</th>-->\n" +
" </tr>\n" + " <!--</tr>-->\n" +
" <tr ng-if=\"node.schema.formType=='ListNode'\">\n" + " <!--</thead>-->\n" +
" <th colspan=\"2\">\n" + " <!--<tbody ng-class=\"{hidden: node.lengthModels < 1}\">-->\n" +
" <label>\n" + "\n" +
" <input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">\n" + " <!--<tr ng-if=\"node.schema.formType=='Node'\">-->\n" +
" Hepsini Seç\n" + " <!--&lt;!&ndash;<td width=\"60\">&ndash;&gt;-->\n" +
" </label>\n" + " <!--&lt;!&ndash;<label>&ndash;&gt;-->\n" +
" </th>\n" + " <!--&lt;!&ndash;<input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">&ndash;&gt;-->\n" +
" <th ng-repeat=\"(key,value) in node.model[0]\">{{ key }}</th>\n" + " <!--&lt;!&ndash;</label>&ndash;&gt;-->\n" +
" <th>İşlem</th>\n" + " <!--&lt;!&ndash;</td>&ndash;&gt;-->\n" +
" </tr>\n" + " <!--&lt;!&ndash;<th scope=\"row\" style=\"text-align:center\">1</th>&ndash;&gt;-->\n" +
" </thead>\n" + " <!--<td ng-repeat=\"value in node.model\">{{ value }}</td>-->\n" +
" <tbody ng-class=\"{hidden: node.lengthModels < 1}\">\n" + " <!--<td>-->\n" +
" <!--<button modal-for-nodes=\"{{node.schema.model_name}},{{node.schema.formType}},edit\">Düzenle</button><br>-->\n" +
" <!--<button>Sil</button>-->\n" +
" <!--</td>-->\n" +
" <!--</tr>-->\n" +
"\n" + "\n" +
" <tr ng-if=\"node.schema.formType=='Node'\">\n" + " <!--<tr ng-repeat=\"listnodemodel in node.model\" ng-if=\"node.schema.formType=='ListNode'\">-->\n" +
" <!--<td width=\"60\">-->\n" + " <!--<td width=\"60\">-->\n" +
" <!--<label>-->\n" + " <!--<label>-->\n" +
" <!--<input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">-->\n" + " <!--<input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">-->\n" +
" <!--</label>-->\n" + " <!--</label>-->\n" +
" <!--</td>-->\n" + " <!--</td>-->\n" +
" <!--<th scope=\"row\" style=\"text-align:center\">1</th>-->\n" + " <!--<th scope=\"row\" style=\"text-align:center\">{{$index+1}}</th>-->\n" +
" <td ng-repeat=\"value in node.model\">{{ value }}</td>\n" + " <!--<td ng-repeat=\"(k, v) in listnodemodel\">{{ v }}</td>-->\n" +
" <td>\n" + " <!--<td>-->\n" +
" <button modal-for-nodes=\"{{node.schema.model_name}},{{node.schema.formType}},edit\">Düzenle</button><br>\n" + " <!--<button modal-for-nodes=\"{{node.schema.model_name}},{{node.schema.formType}},edit,{{$index}}\">Düzenle</button><br>-->\n" +
" <button>Sil</button>\n" + " <!--<button>Sil</button>-->\n" +
" </td>\n" + " <!--</td>-->\n" +
" </tr>\n" + " <!--</tr>-->\n" +
"\n" +
" <tr ng-repeat=\"listnodemodel in node.model\" ng-if=\"node.schema.formType=='ListNode'\">\n" +
" <td width=\"60\">\n" +
" <label>\n" +
" <input type=\"checkbox\" style=\"zoom:1.5; margin:5px 0 0 8px;\">\n" +
" </label>\n" +
" </td>\n" +
" <th scope=\"row\" style=\"text-align:center\">{{$index+1}}</th>\n" +
" <td ng-repeat=\"(k, v) in listnodemodel\">{{ v }}</td>\n" +
" <td>\n" +
" <button modal-for-nodes=\"{{node.schema.model_name}},{{node.schema.formType}},edit,{{$index}}\">Düzenle</button><br>\n" +
" <button>Sil</button>\n" +
" </td>\n" +
" </tr>\n" +
"\n" + "\n" +
" </tbody>\n" + " <!--</tbody>-->\n" +
"</table>\n" + "<!--</table>-->\n" +
"</div>"); "</div>");
}]); }]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment