2023-05-11 14:42:09 +03:00
<!-- prettier - ignore -->
{% extends 'base.html' %}
2023-05-26 16:01:31 +03:00
{% block title %}Statistics{% endblock %}
2023-05-11 14:42:09 +03:00
{% block content %}
2023-06-15 10:09:07 +03:00
2023-06-16 16:29:20 +03:00
{% include 'book/modals/fork_book_modal.html' %}
2023-06-15 10:09:07 +03:00
2023-06-15 15:28:54 +03:00
< div class = "border-b border-gray-200 dark:border-gray-700 pt-3" >
2023-05-11 14:42:09 +03:00
<!-- prettier - ignore -->
2023-06-14 12:14:44 +03:00
< h1 class = "hidden md:inline font-extrabold text-lg dark:text-white ml-4 my-2" > {{book.label}}< / h1 >
2023-05-11 15:42:30 +03:00
<!-- prettier - ignore -->
2023-05-15 12:14:49 +03:00
< p class = "hidden md:block text-sm ml-4 w-1/2 text-gray-500 text-center md:text-left dark:text-gray-400" > {{book.about}} < / p >
2023-05-11 14:42:09 +03:00
<!-- prettier - ignore -->
< ul class = "flex md:flex-wrap -mb-px text-xs md:text-sm font-medium text-center" id = "myTab" data-tabs-toggle = "#myTabContent" role = "tablist" >
< li class = "mr-2 w-full md:w-auto" role = "presentation" >
<!-- prettier - ignore -->
2023-06-07 15:30:28 +03:00
< button class = "inline-flex p-4 rounded-t-lg" id = "favorited-tab" data-tabs-target = "#favorited" type = "button" role = "tab" aria-controls = "favorited" aria-selected = "false" > < svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" stroke-width = "1.5" stroke = "currentColor" class = "w-6 h-6 mr-3" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z" / > < / svg >
2023-05-11 14:42:09 +03:00
Favorited by
< / button >
< / li >
< li class = "mr-2 w-full md:w-auto" role = "presentation" >
<!-- prettier - ignore -->
2023-06-07 15:30:28 +03:00
< button class = "inline-flex p-4 mrounded-t-lg hover:text-gray-600 dark:hover:text-gray-300" id = "contributors-tab" data-tabs-target = "#contributors" type = "button" role = "tab" aria-controls = "contributors" { % if active_tab = ='contributors' % } aria-selected = "true" { % endif % } > < svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" stroke-width = "1.5" stroke = "currentColor" class = "w-6 h-6 mr-3" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z" / > < / svg >
2023-05-11 14:42:09 +03:00
Contributors
< / button >
2023-06-14 12:14:44 +03:00
< / li >
< li class = "mr-2 w-full md:w-auto" role = "presentation" >
<!-- prettier - ignore -->
< button class = "inline-flex p-4 mrounded-t-lg hover:text-gray-600 dark:hover:text-gray-300" id = "version-tab" data-tabs-target = "#version" type = "button" role = "tab" aria-controls = "version" { % if active_tab = ='version' % } aria-selected = "true" { % endif % } > < svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" stroke-width = "1.5" stroke = "currentColor" class = "w-6 h-6 mr-3" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z" / > < / svg >
Released versions
< / button >
2023-05-11 14:42:09 +03:00
< / li >
< li class = "mr-2 w-full md:w-auto" role = "presentation" >
<!-- prettier - ignore -->
2023-06-07 15:30:28 +03:00
< button class = "inline-flex p-4 rounded-t-lg hover:text-gray-600 dark:hover:text-gray-300" id = "fork-tab" data-tabs-target = "#fork" type = "button" role = "tab" aria-controls = "fork" { % if active_tab = ='forks' % } aria-selected = "true" { % endif % } > < svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" stroke-width = "1.5" stroke = "currentColor" class = "w-6 h-6 mr-3" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M7.217 10.907a2.25 2.25 0 100 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186l9.566-5.314m-9.566 7.5l9.566 5.314m0 0a2.25 2.25 0 103.935 2.186 2.25 2.25 0 00-3.935-2.186zm0-12.814a2.25 2.25 0 103.933-2.185 2.25 2.25 0 00-3.933 2.185z" / > < / svg >
2023-05-11 14:42:09 +03:00
Forks
< / button >
< / li >
< / ul >
< / div >
2023-06-13 17:03:36 +03:00
< div id = "myTabContent" >
2023-05-11 14:42:09 +03:00
<!-- prettier - ignore -->
< div class = "hidden p-4 rounded-lg bg-gray-50 dark:bg-gray-800" id = "favorited" role = "tabpanel" aria-labelledby = "favorited-tab" >
2023-05-11 15:42:30 +03:00
< div class = "relative w-full overflow-x-auto border-2 border-gray-200 border-solid rounded-lg dark:border-gray-700" >
< table class = "w-full text-sm text-left text-gray-500 dark:text-gray-400" >
< thead class = "text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400" > < tr > < th scope = "col" class = "px-6 py-3" > Username < / th > < th scope = "col" class = "px-6 py-3" > Address < / th > < / tr > < / thead >
< tbody >
2023-05-12 17:26:04 +03:00
{% for user in book.stars %}
< tr class = "bg-white border-b dark:bg-gray-800 dark:border-gray-700" >
< th scope = "row" class = "px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white" >
{{user.username}}
< / th >
< td class = "px-6 py-4" >
{{user.wallet_id}}
< / td >
< / tr >
2023-05-11 15:42:30 +03:00
{% endfor %}
< / tbody >
< / table >
< / div >
2023-05-11 14:42:09 +03:00
< / div >
<!-- prettier - ignore -->
< div class = "hidden p-4 rounded-lg bg-gray-50 dark:bg-gray-800" id = "contributors" role = "tabpanel" aria-labelledby = "contributors-tab" >
2023-05-11 15:42:30 +03:00
< div class = "relative w-full overflow-x-auto border-2 border-gray-200 border-solid rounded-lg dark:border-gray-700" >
< table class = "w-full text-sm text-left text-gray-500 dark:text-gray-400" >
< thead class = "text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400" > < tr > < th scope = "col" class = "px-6 py-3" > Username < / th > < th scope = "col" class = "px-6 py-3" > Address < / th > < th scope = "col" class = "px-6 py-3" > Role < / th > < / tr > < / thead >
< tbody >
{% for contributor in book.contributors %}
< tr class = "bg-white border-b dark:bg-gray-800 dark:border-gray-700" > < th scope = "row" class = "px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white" > {{contributor.user.username}} < / th > < td class = "px-6 py-4" > {{contributor.user.wallet_id}} < / td > < td class = "px-6 py-4" > {{contributor.role}} < / td > < / tr >
{% endfor %}
< / tbody >
< / table >
< / div >
2023-06-14 12:14:44 +03:00
< / div >
< div class = "hidden p-4 rounded-lg bg-gray-50 dark:bg-gray-800" id = "version" role = "tabpanel" aria-labelledby = "version-tab" >
{% for version in book.actual_versions %}
< dl class = " bg-white dark:bg-gray-900 max-w-full p-5 text-gray-900 divide-y divide-gray-200 dark:text-white dark:divide-gray-700 m-3 border-2 border-gray-200 border-solid rounded-lg dark:border-gray-700" >
2023-06-15 10:09:07 +03:00
< dt class = "mb-2" >
< a class = "flex flex-col pb-4" href = "{{url_for('book.collection_view',book_id=book.id,version_index=loop.index)}}" >
{{version.semver}}
< / a >
< / dt >
< dd class = "flex flex-col md:flex-row text-lg font-semibold text-gray-500 md:text-lg dark:text-gray-400" >
{% if book.versions %}
< p > Created by < a href = "{{url_for('user.profile',user_id=version.user.id)}}" class = " text-blue-500 {% if book.owner.is_deleted %}line-through{% endif %}" > {{version.book.owner.username}}< / a > on {{version.created_at.strftime('%B %d, %Y')}} < / p >
{% endif %}
< div class = "flex ml-auto align-center justify-center space-x-3" >
< span class = "book-star-block space-x-0.5 flex items-center" >
< svg class = "star-btn cursor-pointer w-4 h-4 inline-flex mr-1 {% if book.current_user_has_star %}fill-yellow-300{% endif %}" data-book-id = {{ book . id } } xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 22 22" stroke-width = "1" stroke = "currentColor" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z" / > < / svg >
< span class = "total-stars" > {{ book.stars|length }}< / span >
< / span >
< span class = "space-x-0.5 flex items-center" >
< svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 22 22" stroke-width = "1" stroke = "currentColor" class = "w-4 h-4 inline-flex mr-1" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z" / > < / svg >
< p > {{ book.interpretations|length }}< / p >
< / span >
< span class = "space-x-0.5 flex items-center" >
< svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 22 22" stroke-width = "1" stroke = "currentColor" class = "w-4 h-4 inline-flex mr-1" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z" / > < / svg >
< p > {{ book.approved_comments|length }}< / p >
< / span >
< / div >
< / dd >
< / dl >
2023-06-14 12:14:44 +03:00
{% endfor %}
2023-05-11 14:42:09 +03:00
< / div >
<!-- prettier - ignore -->
< div class = "hidden p-4 rounded-lg bg-gray-50 dark:bg-gray-800" id = "fork" role = "tabpanel" aria-labelledby = "fork-tab" >
2023-06-15 10:09:07 +03:00
< button type = "button" data-modal-target = "fork-book-modal" data-modal-toggle = "fork-book-modal" class = "text-blue-700 hover:text-white border border-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-2 mb-2 dark:border-blue-500 dark:text-blue-500 dark:hover:text-white dark:hover:bg-blue-500 dark:focus:ring-blue-800" >
Create a new fork
< / button >
{% for fork in book.active_forks %}
< dl class = " bg-white dark:bg-gray-900 max-w-full p-5 text-gray-900 divide-y divide-gray-200 dark:text-white dark:divide-gray-700 m-3 border-2 border-gray-200 border-solid rounded-lg dark:border-gray-700" >
< dt class = "mb-2" >
< a class = "flex flex-col pb-4" href = "{{url_for('book.collection_view',book_id=fork.id)}}" >
{{fork.label}}
< / a >
< / dt >
< dd class = "flex flex-col md:flex-row text-lg font-semibold text-gray-500 md:text-lg dark:text-gray-400" >
< p >
Created by
< a href = "{{url_for('user.profile',user_id=fork.owner.id)}}" class = " text-blue-500 {% if fork.owner.is_deleted %}line-through{% endif %}" >
{{fork.owner.username}}
< / a >
on {{fork.created_at.strftime('%B %d, %Y')}}
< / p >
< div class = "flex ml-auto align-center justify-center space-x-3" >
< span class = "book-star-block space-x-0.5 flex items-center" >
< svg class = "star-btn cursor-pointer w-4 h-4 inline-flex mr-1 {% if fork.current_user_has_star %}fill-yellow-300{% endif %}" data-book-id = {{ fork . id } } xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 22 22" stroke-width = "1" stroke = "currentColor" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z" / > < / svg >
< span class = "total-stars" > {{ fork.stars|length }}< / span >
< / span >
< span class = "space-x-0.5 flex items-center" >
< svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 22 22" stroke-width = "1" stroke = "currentColor" class = "w-4 h-4 inline-flex mr-1" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z" / > < / svg >
< p > {{ fork.interpretations|length }}< / p >
< / span >
< span class = "space-x-0.5 flex items-center" >
< svg xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 22 22" stroke-width = "1" stroke = "currentColor" class = "w-4 h-4 inline-flex mr-1" > < path stroke-linecap = "round" stroke-linejoin = "round" d = "M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z" / > < / svg >
< p > {{ fork.approved_comments|length }}< / p >
< / span >
< / div >
< / dd >
< / dl >
{% endfor %}
2023-05-11 14:42:09 +03:00
< / div >
< / div >
{% endblock %}