📄 front_topnav.html.en.php
字号:
<table border="0" cellpadding="0" cellspacing="0" class="border2">
<tr>
<td width="7%" class="a2"> </td>
<td colspan="2" class="a2"> </td>
</tr>
<?php if ($this->options['strict'] || (is_array($t->topNavArray) || is_object($t->topNavArray))) foreach($t->topNavArray as $parentKey => $linkAsVal) {?>
<tr>
<td> </td>
<td width="20%" align="center"><img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/crewlogix_38.gif" width="4" height="4"></td>
<td width="80%" class="leftNav"><a href="<?php echo htmlspecialchars($linkAsVal);?>" style="color:#204F80; text-decoration:none;"><?php echo htmlspecialchars($parentKey);?></a></td>
</tr>
<tr>
<td colspan="3"><img src="<?php echo htmlspecialchars($t->APP_WEB_ROOT);?>/templates/images/crew_new.gif" height="4"></td>
</tr>
<?php }?>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -