Version 0.9.5
This commit is contained in:
21
styles/prosilver/template/nav_delivery.html
Normal file
21
styles/prosilver/template/nav_delivery.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!-- IF S_VIEW <> 'print' -->
|
||||
<div class="navbar football_bg">
|
||||
<div class="left-box" style="margin-left:5px; width:47%">
|
||||
<!-- IF S_PREV_DEADLINE <> '' -->
|
||||
<a href="{S_PREV_LINK}" title="{L_SHOW_PREV}" class="{S_PREV_CLASS}">< {L_PREV_DELIVERY} {S_PREV_DEADLINE}</a>
|
||||
<!-- ELSE -->
|
||||
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
<div class="right-box" style="margin-right:5px; width:47%">
|
||||
<!-- IF S_NEXT_DEADLINE <> '' -->
|
||||
<a href="{S_NEXT_LINK}" title="{L_SHOW_NEXT}" class="{S_NEXT_CLASS}">{L_NEXT_DELIVERY} {S_NEXT_DEADLINE} ></a>
|
||||
<!-- ELSE -->
|
||||
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
<div style="text-align:center">
|
||||
<a href="{S_CURR_LINK}" title="{L_SHOW_CURRENT}"><strong>{S_CURR_MATCHDAY}</strong></a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
Reference in New Issue
Block a user