|
|
@ -1,7 +1,8 @@ |
|
|
|
<div id="launch" class="workflow"> |
|
|
|
<h2>Step 4: Distribusi</h2> |
|
|
|
<p>Run distribusi on your files. This will generate your website and make |
|
|
|
your content public.</p> |
|
|
|
<p class="tooltip">Run distribusi on your files. This will generate your website and make |
|
|
|
your content public. <span class="tooltiptext">Distribusi will unpack your zip file and turn it into a website! |
|
|
|
</span></p> |
|
|
|
<form method="POST" enctype="multipart/form-data" action="{{ url_for('distribusi') }}"> |
|
|
|
{{ distribusiform.csrf_token }} |
|
|
|
{% if files_uploaded or distribusi_live %} |
|
|
@ -9,9 +10,11 @@ |
|
|
|
{{ distribusiform.submit }} |
|
|
|
</fieldset> |
|
|
|
{% else %} |
|
|
|
<p> |
|
|
|
<p class="tooltip"> |
|
|
|
You need to upload your files first before you can run distribusi |
|
|
|
on your files. |
|
|
|
<span class="tooltiptext">Go back to step 1 and upload a zipfile with |
|
|
|
your files</span> |
|
|
|
</p> |
|
|
|
<a href="#upload">Go to Step 1</a> |
|
|
|
{% endif %} |
|
|
|