Pascal Gloor 5 лет назад
Родитель
Сommit
4b90285f5d
2 измененных файлов: 33 добавлений и 3 удалений
  1. 32
    3
      www/index.html
  2. 1
    0
      www/js/autodoc.js

+ 32
- 3
www/index.html Просмотреть файл

</div> </div>
<div class="modal-body autodoc_home_modal_body"> <div class="modal-body autodoc_home_modal_body">
<div class="row"> <div class="row">
<div id="autodoc_home_modal_left" class="col-1 autodoc_valign text-light bg-secondary" style="opacity: 0.15;">
<div id="autodoc_home_modal_left" class="col-1 autodoc_valign text-light bg-secondary"
style="opacity: 0.15;">
<i class="fas fa-3x fa-chevron-circle-left"></i> <i class="fas fa-3x fa-chevron-circle-left"></i>
</div> </div>
<div class="col"> <div class="col">
<img class="img-fluid" id="autodoc_home_modal_img" /> <img class="img-fluid" id="autodoc_home_modal_img" />
<div>Page
<span class="autodoc_home_modal_page"></span>
/
<span class="autodoc_home_modal_pages"></span>
</div>
</div> </div>
<div id="autodoc_home_modal_right" class="col-1 autodoc_valign text-light bg-secondary" style="opacity: 0.15;">
<div id="autodoc_home_modal_right" class="col-1 autodoc_valign text-light bg-secondary"
style="opacity: 0.15;">
<i class="fas fa-3x fa-chevron-circle-right"></i> <i class="fas fa-3x fa-chevron-circle-right"></i>
</div> </div>
</div> </div>
</div> </div>
<div class="modal-footer autodoc_home_modal_footer"> <div class="modal-footer autodoc_home_modal_footer">
<table class="table table-striped table-sm">
<tr>
<th scope="row">Name</th>
<td class="autodoc_home_modal_name"></td>
</tr>
<tr>
<th scope="row">Created</th>
<td class="autodoc_home_modal_created"></td>
</tr>
<tr>
<th scope="row">Languages</th>
<td class="autodoc_home_modal_languages"></td>
</tr>
<tr>
<th scope="row">Creator</th>
<td class="autodoc_home_modal_owner"></td>
</tr>
<tr>
<th scope="row">Pages</th>
<td class="autodoc_home_modal_pages"></td>
</tr>
</table>
</div> </div>
</div> </div>
</div> </div>
<script src="js/autodoc.js"></script> <script src="js/autodoc.js"></script>
</body> </body>


</html>
</html>

+ 1
- 0
www/js/autodoc.js Просмотреть файл

break; break;
} }
} }
$('.autodoc_home_modal_owner').html(data.owner);
home_modal_page(pageNum); home_modal_page(pageNum);
$('#autodoc_home_modal').modal('show'); $('#autodoc_home_modal').modal('show');
}); });

Загрузка…
Отмена
Сохранить