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>
|
||||
</form>
|
||||
<div class="cols">
|
||||
<h2>Publications</h2>
|
||||
<p>Below a list of the publications on the server.</p>
|
||||
<ul>
|
||||
{% for pub in pubs %}
|
||||
<li><a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div>
|
||||
<h2>Publications</h2>
|
||||
<p>Below a list of the publications on the server.</p>
|
||||
<ul>
|
||||
{% for pub in pubs %}
|
||||
<li><a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue