Часть 2
{
"title":"test9",
"status":"wait",
"text":"text9",
"Discription":"Описание9",
"photo":[
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_9_1.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_9_1.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_9_2.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_9_2.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_9_3.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_9_3.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_9_4.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_9_4.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_9_5.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_9_5.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_9_6.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_9_6.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_9_7.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_9_7.jpg"
}
}
]
},
{
"title":"test10",
"status":"wait",
"text":"test10",
"Discription":"Описание10",
"photo":[
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_10_1.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_10_1.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_10_2.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_10_2.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_10_3.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_10_3.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_10_4.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_10_4.jpg"
}
},
{
"big":
{
"status":"wait",
"width":"772",
"height":"960",
"url":"https://site.ru/image/big_10_5.jpg"
},
"small":
{
"status":"wait",
"width":"105",
"height":"130",
"url":"https://site.ru/image/small_10_5.jpg"
}
}
]
}
]
};
var posts = data["response"];
function make_tree() {
var tree = document.getElementById("tree");
//response
var cur_parent = document.createElement("ol");
var cur_element = document.createElement("li");
cur_element.innerHTML = "[response]";
//Уровень 0
var level0 = document.createElement("ul");
var data0 = document.createElement("li");
var sub_level0 = document.createElement("ul");
var title0 = document.createElement("li");
var status0 = document.createElement("li");
var text0 = document.createElement("li");
var desc0 = document.createElement("li");
var photo0 = document.createElement("li");
//Фото 1
var lvl0_photo0 = document.createElement("ul");
var L0_photo0 = document.createElement("li");
var lvl0_photo0_big = document.createElement("ul");
var L0_photo0_big = document.createElement("li");
var lvl0_photo0_big_data = document.createElement("ul");
var L0_photo0_big_status = document.createElement("li");
var L0_photo0_big_width = document.createElement("li");
var L0_photo0_big_height = document.createElement("li");
var L0_photo0_big_url = document.createElement("li");
////////////////
var lvl0_photo0_small = document.createElement("ul");
var L0_photo0_small = document.createElement("li");
var lvl0_photo0_small_data = document.createElement("ul");
var L0_photo0_small_status = document.createElement("li");
var L0_photo0_small_width = document.createElement("li");
var L0_photo0_small_height = document.createElement("li");
var L0_photo0_small_url = document.createElement("li");
//var L0_photo1 = document.createElement("li");
var lvl0_photo1 = document.createElement("ul");
var L0_photo1 = document.createElement("li");
var lvl0_photo1_big = document.createElement("ul");
var L0_photo1_big = document.createElement("li");
var lvl0_photo1_big_data = document.createElement("ul");
var L0_photo1_big_status = document.createElement("li");
var L0_photo1_big_width = document.createElement("li");
var L0_photo1_big_height = document.createElement("li");
var L0_photo1_big_url = document.createElement("li");
/////////////////
var lvl0_photo1_small = document.createElement("ul");
var L0_photo1_small = document.createElement("li");
var lvl0_photo1_small_data = document.createElement("ul");
var L0_photo1_small_status = document.createElement("li");
var L0_photo1_small_width = document.createElement("li");
var L0_photo1_small_height = document.createElement("li");
var L0_photo1_small_url = document.createElement("li");
//Уровень 1
var level1 = document.createElement("ul");
var data1 = document.createElement("li");
var sub_level1 = document.createElement("ul");
var title1 = document.createElement("li");
var status1 = document.createElement("li");
var text1 = document.createElement("li");
var desc1 = document.createElement("li");
var photo1 = document.createElement("li");
....