Changeset 4572 for branches/WebApplication/WebSites
- Timestamp:
- 10/09/10 08:43:17 (14 years ago)
- Location:
- branches/WebApplication/WebSites/OKB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/WebSites/OKB/Shared/DefaultMaster.master
r4476 r4572 4 4 <html xmlns="http://www.w3.org/1999/xhtml" > 5 5 <head id="Head" runat="server"> 6 <title> Optimization Knowledgebase</title>6 <title>HeuristicLab WebApplication</title> 7 7 </head> 8 8 <body> … … 11 11 </asp:ScriptManager> 12 12 13 <div id="mainwrapper"> 13 <div id="mainwrapper"> 14 14 <div id="header"> 15 15 <table style="width:100%"> -
branches/WebApplication/WebSites/OKB/Web.config
r4476 r4572 19 19 </configSections> 20 20 <location path="LoginForm.aspx"> 21 <system.web> 21 <system.web> 22 22 <authorization> 23 23 <allow users="*"/>
Note: See TracChangeset
for help on using the changeset viewer.