edit-task
Home
Up
Delete
Task Name:
Task Description:
PAGE COMPONENT menuAuth
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">menuAuth</h1> <h2>[previously]</h2> <ol> <li>] form.Login</li> <li>] FILE - dlgAbout - udate beta-2013 to correct new record, </li> <li>] FILE - sospep.css - RENAMEd style #login and #login elements AS (menuAuth)</li> <li><strong>] FILE - mnuAuth - </strong></li> <li>] EDIT comment header, </li> <li>] EDIT id div from 'login' to menuAuth</li> <li>] FILE - shared/layout - REPLACED embedded mnuAuth with call to new page mnuAuth </li> <li>] EDIT login ON shared/layout id of login a was 'login11' VERSUS on id of 'user_login' on PG ___</li> <li>] CUT padding:0px;margin:0px; inline style for li item, moved to css file for menuAuth </li> <li>] FIX PRB - login link </li> <li>] CUT previous code to launch login dialog</li> <li>] FIX PRB - returning username as dbname, unable to find </li> <li>] CUT - SET current_db = Authenticated username in </li> </ol> <h2>[currently]</h2> <ol> <li>] </li> </ol> <h2>[next]</h2> <ol> <li><strong>] index</strong></li> <ol> <li>] sitelayout - SET current user to guest user if no login,</li> <li>] pagelayout - </li> </ol> <li><strong>] open_sospep</strong></li> <ol> <li>] returns list of 'sospeps' current user has permissions on </li> <li>] </li> </ol> <li><strong>] index</strong></li> <ol> <li>] return to index page for selected 'sospep' (current_db)</li> </ol></ol> <div> <div><!--00 MENU - AUTHORIZATION --></div> <div> <div id="login" class="login"></div> <div> @if (WebSecurity.IsAuthenticated) {</div> <div> <ul style="padding:0px; margin:0px;"></div> <div> @*<li><text>Welcome <a href="@Href("~/Account/ChangePassword")" title="Change password">@WebSecurity.CurrentUserName</a> @{ Session["current_db"] = @WebSecurity.CurrentUserName; } <a href="@Href("~/Account/Logout")">Logout</a></text>*@</div> <div> <li><text>Welcome <a href="@Href("~/Account/ChangePassword")" title="Change password">@WebSecurity.CurrentUserName</a> <a href="@Href("~/Account/Logout")">Logout</a></text></div> <div> </li></div> <div> </ul></div> <div> } </div> <div> else {</div> <div> <ul style="padding:0px;margin:0px;"></div> <div> <li><a href="@Href("~/Account/Register")">Register</a></li></div> <div> @*<li><a style="vertical-align: top;" href="@Href("~/Account/Login")">Login</a></li></div> <div> <li><a href="@Href("~/index.cshtml#")" onclick="showLogin();">Login</a></li>*@</div> <div> <li><a id="user_login11" href="/Account/Login">Login</a></li></div> <div> </div> <div> <!--$('#dlgLogin').dialog({modal: true});$(dlgLogin).dialog('open');--></div> <div> </ul></div> <div> }</div> <div> </div></div> </div>