Last change
on this file since 17300 was
8384,
checked in by fschoepp, 12 years ago
|
#1888:
- Created a project which contains the back-end controller for the Optimization WebSite
- Added a WCF-back-end-controller which generates all available optimization problems (currently in-memory solution: PlaceholderControllerService.cs)
- Created a WebRole using ASP.NET MVC 3 for the Optimization Web Site
- WebSite authenticates users with the HeuristicLab.Authentication membership provider and database
- WebSite crawls and displays all available optimization scenarios by using the WCF-back-end controller (test with: http://localhost:.../optimization)
|
File size:
427 bytes
|
Line | |
---|
1 | @import url("jquery.ui.core.css"); |
---|
2 | @import url("jquery.ui.resizable.css"); |
---|
3 | @import url("jquery.ui.selectable.css"); |
---|
4 | @import url("jquery.ui.accordion.css"); |
---|
5 | @import url("jquery.ui.autocomplete.css"); |
---|
6 | @import url("jquery.ui.button.css"); |
---|
7 | @import url("jquery.ui.dialog.css"); |
---|
8 | @import url("jquery.ui.slider.css"); |
---|
9 | @import url("jquery.ui.tabs.css"); |
---|
10 | @import url("jquery.ui.datepicker.css"); |
---|
11 | @import url("jquery.ui.progressbar.css"); |
---|
Note: See
TracBrowser
for help on using the repository browser.