Initial commit
This commit is contained in:
commit
8d9504d2ad
34 changed files with 3508 additions and 0 deletions
privet/ailabs/styles/prosilver/template
19
privet/ailabs/styles/prosilver/template/post_ailabs.html
Normal file
19
privet/ailabs/styles/prosilver/template/post_ailabs.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{% if postrow.U_AILABS %}
|
||||
<div id="ailabs-post-{{ postrow.POST_ID }}" class="ailabs">
|
||||
<span>AI </span>
|
||||
{% if postrow.U_AILABS_VIEW_LOG %}
|
||||
<a href="{{ postrow.U_AILABS_VIEW_LOG }}" onclick="ailabs_view_log(this.href);return false;"><i
|
||||
class="icon tpr-font fa-external-link fa-fw"></i></a>
|
||||
{% endif %}
|
||||
{% for ailabs in postrow.U_AILABS %}
|
||||
<div id="ailabs-job-{{ ailabs.job_id }}">
|
||||
<a href="{{ ailabs.user_url }}">{{ ailabs.ailabs_username }}</a>
|
||||
{% if ailabs.response_url %}
|
||||
<a href="{{ ailabs.response_url }}">{{ ailabs.status }}</a>
|
||||
{% else %}
|
||||
<span>{{ ailabs.status }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue