init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
31
template/tpl/ajax/a_tour.tpl
Normal file
31
template/tpl/ajax/a_tour.tpl
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
{foreach from=$atour1 item=atour }
|
||||
<tbody>
|
||||
<td nowrap style="width:90px;font-size:11pt" align="left"><span style='color:#009900'>{$atour.tour}</td>
|
||||
<td nowrap style="width:165px;font-size:11pt" align="left"><span style='color:#009900'>{$atour.name}</td>
|
||||
<td nowrap style="width:160px;font-size:11pt" align="left"><span style='color:#009900'>{$atour.kennz}</td>
|
||||
</tbody>
|
||||
{/foreach}
|
||||
|
||||
{foreach from=$atour2 item=atour }
|
||||
<tbody>
|
||||
<td nowrap style="width:90px;font-size:11pt" align="left"><span style='color:#FF9000'>{$atour.tour}</td>
|
||||
<td nowrap style="width:165px;font-size:11pt" align="left"><span style='color:#FF9000'>{$atour.name}</td>
|
||||
<td nowrap style="width:160px;font-size:11pt" align="left"><span style='color:#FF9000'>{$atour.kennz}</td>
|
||||
</tbody>
|
||||
{/foreach}
|
||||
|
||||
{foreach from=$atour3 item=atour }
|
||||
<tbody>
|
||||
<td nowrap style="width:90px;font-size:11pt" align="left"><span style='color:#ff0000'>{$atour.tour}</td>
|
||||
<td nowrap style="width:165px;font-size:11pt" align="left"><span style='color:#ff0000'>{$atour.name}</td>
|
||||
<td nowrap style="width:160px;font-size:11pt" align="left"><span style='color:#ff0000'>{$atour.kennz}</td>
|
||||
</tbody>
|
||||
{/foreach}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue