diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page.tmpl | 28 | 
1 files changed, 14 insertions, 14 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index c8298e5..cfc5258 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -65,8 +65,10 @@              <ul class="dropdown-menu">                <li><a href="https://mail.fripost.org/"><span class="glyphicon glyphicon-envelope"></span> Webmail</a></li>                <li><a href="https://antilop.fripost.org/mailman/listinfo"><span class="glyphicon glyphicon-list"></span> Mailing lists</a></li> +              <!-- later...                <li class="divider"></li>                <li><a href="#"><span class="glyphicon glyphicon-wrench"></span> Admin panel</a></li> +              -->              </ul>            </li>          </ul> @@ -110,20 +112,18 @@              <TMPL_VAR LINK>            </TMPL_LOOP>          </TMPL_IF> -        <i> -          <TMPL_IF MTIME> -            <span class="glyphicon glyphicon-calendar"></span> Last modified <TMPL_VAR MTIME> -          </TMPL_IF> -          <TMPL_IF HISTORYURL> -            | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> -          </TMPL_IF> -          <TMPL_IF GETSOURCEURL> -            | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> -          </TMPL_IF> -          <TMPL_IF GETSOURCEURL> -            | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a> -          </TMPL_IF> -        </i> +        <TMPL_IF MTIME> +          <span class="glyphicon glyphicon-calendar"></span> Last modified <em><TMPL_VAR MTIME></em> +        </TMPL_IF> +        <TMPL_IF HISTORYURL> +          | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> +        </TMPL_IF> +        <TMPL_IF GETSOURCEURL> +          | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> +        </TMPL_IF> +        <TMPL_IF GETSOURCEURL> +          | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a> +        </TMPL_IF>        </p>      </div> | 
