source: branches/2.2/workflow/templates/default/userinterface.tpl @ 3167

Revision 3167, 891 bytes checked in by viani, 14 years ago (diff)

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

  • Property svn:executable set to *
Line 
1{$header}
2<input type="hidden" value="{$txt_loading}" id="txt_loading"/>
3<input type="hidden" value="{$startTab}" id="workflowUserInterfaceStartTab"/>
4{$css}
5{$javaScripts}
6<div id="main_body" style="display:none; width:99.5%;">
7        <table id="border_table" width="auto" height="26" cellspacing="0" cellpadding="0" border="0">
8                <tbody id="border_tbody">
9                        <tr id="border_tr">
10                        {foreach from=$tabs item=tab name="feTabs"}
11                                {assign var='index' value=$smarty.foreach.feTabs.index}
12                                <td nowrap class="menu" id="border_id_{$index}" onClick="changeTab({$index})">
13                                        &nbsp;&nbsp;{$tab}&nbsp;&nbsp;
14                                </td>
15                        {/foreach}
16                                <td nowrap id="border_blank" class="last_menu" width="100%">
17                                        &nbsp;
18                                </td>
19                        </tr>
20                </tbody>
21        </table>
22{foreach from=$tabs item=tab name="feTabs"}
23        <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo"></div>
24{/foreach}
25</div>
26{$footer}
Note: See TracBrowser for help on using the repository browser.