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

Revision 3167, 817 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{$css}
4{$javaScripts}
5<div id="main_body" style="display:none; width:99.5%;">
6        <table id="border_table" width="auto" height="26" cellspacing="0" cellpadding="0" border="0">
7                <tbody id="border_tbody">
8                        <tr id="border_tr">
9                        {foreach from=$tabs item=tab name="feTabs"}
10                                {assign var='index' value=$smarty.foreach.feTabs.index}
11                                <td nowrap class="menu" id="border_id_{$index}" onClick="change_folder({$index})">
12                                        &nbsp;&nbsp;{$tab}&nbsp;&nbsp;
13                                </td>
14                        {/foreach}
15                                <td nowrap id="border_blank" class="last_menu" width="100%">
16                                        &nbsp;
17                                </td>
18                        </tr>
19                </tbody>
20        </table>
21{foreach from=$tabs item=tab name="feTabs"}
22        <div id="content_id_{$smarty.foreach.feTabs.index}" class="conteudo"></div>
23{/foreach}
24</div>
25{$footer}
Note: See TracBrowser for help on using the repository browser.