layout
This commit is contained in:
parent
df17f48a3d
commit
139f25db36
|
|
@ -14,13 +14,15 @@
|
||||||
<h1><input type="submit" value="open"> <input type="text" name="name"> <em class="octomode">in octomode</em></h1>
|
<h1><input type="submit" value="open"> <input type="text" name="name"> <em class="octomode">in octomode</em></h1>
|
||||||
</form>
|
</form>
|
||||||
<div class="cols">
|
<div class="cols">
|
||||||
<h2>Publications</h2>
|
<div>
|
||||||
<p>Below a list of the publications on the server.</p>
|
<h2>Publications</h2>
|
||||||
<ul>
|
<p>Below a list of the publications on the server.</p>
|
||||||
{% for pub in pubs %}
|
<ul>
|
||||||
<li><a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a></li>
|
{% for pub in pubs %}
|
||||||
{% endfor %}
|
<li><a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a></li>
|
||||||
</ul>
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe>
|
<iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue