% '============================================================== ' TableEditoR 0.81 Beta ' http://www.2enetworx.com/dev/projects/tableeditor.asp '-------------------------------------------------------------- ' File: te_dynamic_config.asp ' Description: Displays the configurations of TE ' Initiated By Rami Kattan on May 20, 2002 '-------------------------------------------------------------- ' Copyright (c) 2002, 2eNetWorX/dev. ' ' TableEditoR is distributed with General Public License. ' Any derivatives of this software must remain OpenSource and ' must be distributed at no charge. ' (See license.txt for additional information) ' ' See Credits.txt for the list of contributors. ' ' Change Log: '-------------------------------------------------------------- ' # Jun 3, 2002 by Rami Kattan ' Drop Down selector for DefaultPerPage option '============================================================== bPopUps2 = (request.querystring("popup") <> "") bPopUps2 = true %>
| <% if bPopUps and not bPopUps2 then %> Table Editor Administration » Configurations » Change Configurations <% else %> Home » Connections » Table Editor Administration » Configurations » Change Configurations | <% if bProtected then response.write session("teFullName") response.write " (logout)" end if %> <% end if %> |