clean up publish page
This commit is contained in:
parent
a057999dcc
commit
4998af0ecf
|
@ -19,3 +19,7 @@ float:left;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listHeader {
|
||||||
|
font-size: 11px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -52,8 +52,7 @@ If you are a participant looking to open a new account, please write to contact@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="publishBlockright">
|
<div id="publishBlockright">
|
||||||
<p>
|
<h4 class="listHeader">Edit your own articles:</h4>
|
||||||
Search for an existing article you were working on</p> <br/>
|
|
||||||
<ul id="ownList">
|
<ul id="ownList">
|
||||||
{% for o in own_list %}
|
{% for o in own_list %}
|
||||||
<li data-id="{{ o.id }}">
|
<li data-id="{{ o.id }}">
|
||||||
|
@ -64,8 +63,7 @@ Search for an existing article you were working on</p> <br/>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
Or <br/>
|
<h4 class="listHeader">Create New Article - Pick a template and click 'copy':</h4>
|
||||||
Create a new one
|
|
||||||
<ul id="templateList">
|
<ul id="templateList">
|
||||||
{% for t in tmpl_list %}
|
{% for t in tmpl_list %}
|
||||||
<li data-id="{{ t.id }}">
|
<li data-id="{{ t.id }}">
|
||||||
|
@ -76,7 +74,8 @@ Create a new one
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h4 class="listHeader">Create a copy of any existing published article:</h4>
|
||||||
<ul id="publishedList">
|
<ul id="publishedList">
|
||||||
{% for p in pub_list %}
|
{% for p in pub_list %}
|
||||||
<li data-id="{{ p.id }}">
|
<li data-id="{{ p.id }}">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user