<img class="autodoc_template_home_img img-thumbnail rounded" src="" /> | <img class="autodoc_template_home_img img-thumbnail rounded" src="" /> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td class="text-left">Pages:</td> | |||||
<td class="text-right"> | |||||
<span class="autodoc_template_home_pages">undefined</span> | |||||
</td> | |||||
</tr> | |||||
<tr> | <tr> | ||||
<td class="text-left">Owner:</td> | <td class="text-left">Owner:</td> | ||||
<td class="text-right"> | <td class="text-right"> | ||||
<script src="js/autodoc.js"></script> | <script src="js/autodoc.js"></script> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
.find(".autodoc_template_home_name") | .find(".autodoc_template_home_name") | ||||
.html(doc.name); | .html(doc.name); | ||||
$(col) | |||||
.find(".autodoc_template_home_pages") | |||||
.html(doc.pages.length); | |||||
$.each(doc.tags, function (id, tag) { | $.each(doc.tags, function (id, tag) { | ||||
$(col) | $(col) | ||||
.find(".autodoc_template_home_tag") | .find(".autodoc_template_home_tag") |