-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresenter_header.tpl
35 lines (34 loc) · 1.22 KB
/
presenter_header.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="header">
<span class="left"><b><{$smarty.const._MA_PRESENTER_TITLE}></b>: </span>
<span class="left"><{$smarty.const._MA_PRESENTER_DESC}></span><br>
</div>
<div class="head">
<{if $adv != ''}>
<div class="center"><{$adv}></div>
<{/if}>
</div>
<table class="outer" cellspacing="2" cellpadding="2">
<thead>
<tr class="center"<{if $adv == ''}> colspan="2"<{/if}>>
<th><{$smarty.const._MA_PRESENTER_TITLE}> - <{$smarty.const._MA_PRESENTER_DESC}></th>
</tr>
</thead>
<tbody>
<tr class="center">
<td class="center bold pad5"<{if $adv == ''}> colspan="2"<{/if}>>
<ul class="menu center">
<li><a href="<{$presenter_url}>"><{$smarty.const._MA_PRESENTER_INDEX}></a></li>
<li> |</li>
<li><a href="<{$presenter_url}>/categories.php"><{$smarty.const._MA_PRESENTER_CATEGORIES}></a></li>
<li> |</li>
<li><a href="<{$presenter_url}>/slides.php"><{$smarty.const._MA_PRESENTER_SLIDES}></a></li>
</ul>
</td>
</tr>
<{if $adv != ''}>
<tr class="center">
<td class="center bold pad5"><{$adv}></td>
</tr>
<{/if}>
</tbody>
</table>