Last change
on this file since 9922 was
9062,
checked in by fschoepp, 12 years ago
|
#1888:
Backend changes:
- Simplified job state detection (only one hive call will be made to detect all states now, instead of one additional call per job)
- Reorganized classes (moved model classes into Model folder)
Website changes:
- Website now heavily uses JavaScript to achieve better user experience
- JavaScript degrades gracefully, except for plots
- Tables: Added jquery-datatable-plugin to extend tables (pagination + search functionality)
- OaaS-Website now uses the design of the HL websites (found in WebApplication branch)
- Added jqplot to render zoomable line plots for HL-Datatables
- Styling.js: Plots will be generated by using an ajax call; additional jquery-styling occurs within this file.
- Added jquery-ui-1.9.2 which is capable of handling/rendering tabs, accordions and resizers.
|
File size:
219 bytes
|
Line | |
---|
1 | @if(Request.IsAuthenticated) {
|
---|
2 | <text>Welcome <strong>@User.Identity.Name</strong>!
|
---|
3 | @Html.ActionLink("Log Off", "LogOff", "Account")</text>
|
---|
4 | }
|
---|
5 | else {
|
---|
6 | @Html.ActionLink("Log On", "LogOn", "Account")
|
---|
7 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.