- {# <div id="commit-dialog" class="jqmWindow"> #}
- {# <form action="{% url file_commit fileid %}" method="POST"> #}
- {# <label for="message">Commit message:</label> #}
- {# <textarea cols="60" rows="10" name="message" id="commit-dialog-message"></textarea> #}
- {# <p id="commit-dialog-error-empty-message">Wiadomość nie może być pusta.</p> #}
- {# <fieldset id="commit-dialog-related-issues" #}
- {# ui:ajax-src="http://localhost:3000/publications/issues/{{fileid}}"> #}
- {# <legend>Related issues</legend> #}
- {# <div class="loading-box" style="display: none;"> #}
- {# <p>Loading related issues...</p> #}
- {# </div> #}
- {# <div class="container-box">No related issues.</div> #}
- {# </fieldset> #}
- {# <p> #}
- {# <input type="button" value="Save" id="commit-dialog-save-button" /> #}
- {# <input type="reset" value="Cancel" id="commit-dialog-cancel-button" /> #}
- {# </p> #}
- {# </form> #}
- {# </div> #}
- {# #}
- {# <div id="split-dialog" class="jqmWindow"> #}
- {# <div class="container-box"> </div> #}
- {# <div class="loading-box" style="display: none;"> #}
- {# <p>Loading dialog contents...</p> #}
- {# <!-- <p><button type="button" class="dialog-close-button">Close</button></p> --> #}
- {# </div> #}
- {# <div class="fatal-error-box" style="display: none;"> #}
- {# <p>Server error, while loading dialog :(</p> #}
- {# <p><button type="button" class="dialog-close-button">Close</button></p> #}
- {# </div> #}
- {# </div> #}
-{% endblock maincontent %}