Преглед на файлове

add pages display

master
Pascal Gloor преди 5 години
родител
ревизия
593eba62af
променени са 2 файла, в които са добавени 11 реда и са изтрити 1 реда
  1. 7
    1
      www/index.html
  2. 4
    0
      www/js/autodoc.js

+ 7
- 1
www/index.html Целия файл

@@ -67,6 +67,12 @@
<img class="autodoc_template_home_img img-thumbnail rounded" src="" />
</td>
</tr>
<tr>
<td class="text-left">Pages:</td>
<td class="text-right">
<span class="autodoc_template_home_pages">undefined</span>
</td>
</tr>
<tr>
<td class="text-left">Owner:</td>
<td class="text-right">
@@ -158,4 +164,4 @@
<script src="js/autodoc.js"></script>
</body>

</html>
</html>

+ 4
- 0
www/js/autodoc.js Целия файл

@@ -138,6 +138,10 @@ function document_load() {
.find(".autodoc_template_home_name")
.html(doc.name);

$(col)
.find(".autodoc_template_home_pages")
.html(doc.pages.length);

$.each(doc.tags, function (id, tag) {
$(col)
.find(".autodoc_template_home_tag")

Loading…
Отказ
Запис