From: <m_h...@us...> - 2006-05-24 23:56:12
|
Revision: 2 Author: m_hildebrand Date: 2006-05-24 16:55:35 -0700 (Wed, 24 May 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=2&view=rev Log Message: ----------- Initial commit Added Paths: ----------- Design/ Design/Schema/ Design/Thumbs.db Design/UI/ Design/UI/My-Assignments.jpg Design/UI/Quest Swatches.aco Design/UI/TCDB Depreciated Controls.psd Design/UI/TCDB Design 2006.psd Design/UI/TCDB Design.psd Design/UI/Thumbs.db Design/UI/tcdb.css Design/UI/test.htm Directory.README.txt Graphics/ Graphics/ArrowDown.gif Graphics/ArrowUp.gif Graphics/Header-Background.gif Graphics/Thumbs.db Graphics/reddot.gif Graphics/spacer.gif WebPrototype/ WebPrototype/ActionItem.aspx WebPrototype/ActionItem.aspx.cs WebPrototype/Admin.aspx WebPrototype/Admin.aspx.cs WebPrototype/App_Themes/ WebPrototype/App_Themes/Python/ WebPrototype/App_Themes/Python/Images/ WebPrototype/App_Themes/Python/Images/Thumbs.db WebPrototype/App_Themes/Python/Images/background.gif WebPrototype/App_Themes/Python/Images/hrdot.gif WebPrototype/App_Themes/Python/python.css WebPrototype/App_Themes/Python/python.skin WebPrototype/Assignments.aspx WebPrototype/Assignments.aspx.cs WebPrototype/Bin/ WebPrototype/Bin/AtlasControlToolkit.dll WebPrototype/Bin/Microsoft.AtlasControlExtender.dll WebPrototype/Bin/Microsoft.Web.Atlas.dll WebPrototype/Default.aspx WebPrototype/Default.aspx.cs WebPrototype/Images/ WebPrototype/Images/Thumbs.db WebPrototype/Images/spacer.gif WebPrototype/MasterPage.master WebPrototype/MasterPage.master.cs WebPrototype/Notes.aspx WebPrototype/Notes.aspx.cs WebPrototype/Privacy.aspx WebPrototype/Privacy.aspx.cs WebPrototype/Settings.aspx WebPrototype/Settings.aspx.cs WebPrototype/Web.config WebPrototype/Web.sitemap Added: Design/Thumbs.db =================================================================== (Binary files differ) Property changes on: Design/Thumbs.db ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Design/UI/My-Assignments.jpg =================================================================== (Binary files differ) Property changes on: Design/UI/My-Assignments.jpg ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Design/UI/Quest Swatches.aco =================================================================== (Binary files differ) Property changes on: Design/UI/Quest Swatches.aco ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Design/UI/TCDB Depreciated Controls.psd =================================================================== (Binary files differ) Property changes on: Design/UI/TCDB Depreciated Controls.psd ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Design/UI/TCDB Design 2006.psd =================================================================== (Binary files differ) Property changes on: Design/UI/TCDB Design 2006.psd ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Design/UI/TCDB Design.psd =================================================================== (Binary files differ) Property changes on: Design/UI/TCDB Design.psd ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Design/UI/Thumbs.db =================================================================== (Binary files differ) Property changes on: Design/UI/Thumbs.db ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Design/UI/tcdb.css =================================================================== --- Design/UI/tcdb.css (rev 0) +++ Design/UI/tcdb.css 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,32 @@ +/**** Vintela Colors **** + Black: 231F20 + Blue: 1D2877 + Red: ED1B24 + Orange: F7921E + Yellow: FDB928 + White: FFFFF +**** /Vintela Colors ****/ + +/* Page defaults */ +body {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px font-color: #231F20;} +.largeText {font-size:12px;} +/* Heading style */ +H1 {font-size:12px; color: 1D2877;} + +/* Default page links */ +a {font-size: 11px; color: #F7921E;} + +/* Currently open link on same page */ +a.loaded {font-size: 11px; color: #1D2877;} + +/* Links that open popup windows */ +a.popup {font-size: 11px; color: #231F20;} + +/* White text on blue BG; header and footer */ +.inverse {color: #FFFFFF; font-size: 10px;} + +/* Username in the header */ +.username {color: #F7921E; font-size: 10px;} + +/* Radio controls */ +input.radio {margin: 0px; padding: 0px; height: 8px; width: 8px;} \ No newline at end of file Added: Design/UI/test.htm =================================================================== --- Design/UI/test.htm (rev 0) +++ Design/UI/test.htm 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,35 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<title>Untitled Document</title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<link href="tcdb.css" rel="stylesheet" type="text/css"> +</head> + +<body> +<p>body text<br> + <br> + <a href="somewhere" class="loaded">loaded</a> + <a href="here">link</a> + <a href="there" class="popup">popup</a><br> +</p> +<p><br> +</p> +<form name="form1" method="post" action=""> + <p> + <input type="radio" name="All" value="n" class="radio"> + <input type="radio" name="All" value="p" class="radio"> + <input type="radio" name="All" value="f" class="radio"> + <input type="radio" name="All" value="c" class="radio"> + <input type="radio" name="All" value="w" class="radio"> + </p> +</form> +<p> </p> +<h1>Heading</h1> +<table bgcolor="1D2877"> +<tr><td> +<span class="inverse">Welcome</span> <span class="username">Matthew Hildebrand</span> <span class="inverse">| </span><a href="settings" class="inverse">Settings</a> +</td></tr> +</table> +</body> +</html> Added: Directory.README.txt =================================================================== --- Directory.README.txt (rev 0) +++ Directory.README.txt 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,11 @@ +Design Contains all of the planning/design documents + |---UI Designs and screen comps for the UI + \---Schema Table layout for database schema +Graphics Any graphics that are global across the project +Schema Contains the database schema +WebPrototype Web application prototype root + |---App_Themes Application themes + | \---Python Python theme + | \---Images + |---Bin Required components to build + \---Images Generic non-theme images Added: Graphics/ArrowDown.gif =================================================================== (Binary files differ) Property changes on: Graphics/ArrowDown.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Graphics/ArrowUp.gif =================================================================== (Binary files differ) Property changes on: Graphics/ArrowUp.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Graphics/Header-Background.gif =================================================================== (Binary files differ) Property changes on: Graphics/Header-Background.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Graphics/Thumbs.db =================================================================== (Binary files differ) Property changes on: Graphics/Thumbs.db ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Graphics/reddot.gif =================================================================== (Binary files differ) Property changes on: Graphics/reddot.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: Graphics/spacer.gif =================================================================== (Binary files differ) Property changes on: Graphics/spacer.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/ActionItem.aspx =================================================================== --- WebPrototype/ActionItem.aspx (rev 0) +++ WebPrototype/ActionItem.aspx 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,166 @@ +<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" + CodeFile="ActionItem.aspx.cs" Inherits="ActionItem" Title="Untitled Page" %> + +<%@ Register Assembly="AtlasControlToolkit" Namespace="AtlasControlToolkit" TagPrefix="cc1" %> +<asp:Content ID="Content1" ContentPlaceHolderID="PageContent" runat="Server"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td width="*" valign="top"> + <div id="ActionItem"> + <table cellpadding="0" cellspacing="0" border="0" width="100%"> + <tr> + <td align="left" valign="bottom"> + <h2> + Action Item</h2> + </td> + <td align="right" valign="bottom" style="padding-right: 20px;"> + <a href="#">Active</a> | + <asp:RadioButtonList ID="rdoAmountDone" runat="server" SkinID="rdoAmountDone"> + <asp:ListItem Selected="true" Text="0%" Value="0">0%</asp:ListItem> + <asp:ListItem Selected="true" Text="25%" Value="25">25%</asp:ListItem> + <asp:ListItem Selected="true" Text="50%" Value="50">50%</asp:ListItem> + <asp:ListItem Selected="true" Text="75%" Value="75">75%</asp:ListItem> + <asp:ListItem Selected="true" Text="100%" Value="100">100%</asp:ListItem> + </asp:RadioButtonList> + </td> + </tr> + <tr> + <td colspan="2"> + <div class="xsnazzy"> + <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"> + </b></b> + <div class="xboxcontent"> + <table cellpadding="0" cellspacing="0" border="0" width="100%"> + <tr> + <td align="left"> + <h3> + Setup Personal Environment</h3> + </td> + <td align="right"> + 23 Dec 2006</td> + </tr> + <tr> + <td colspan="2" class="hr"> + <img alt="" src="images/spacer.gif" height="5" /><br /> + </td> + </tr> + </table> + <div id="ActionItemData"> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer fermentum laoreet + nunc. Maecenas consectetuer metus a justo. Donec semper. Proin tempor mauris non + arcu. Mauris nonummy convallis sapien. Aliquam erat volutpat. Ut eget ante a turpis + volutpat lobortis. Morbi accumsan justo eu massa. Nullam diam. Cras venenatis bibendum + diam. Suspendisse a erat tristique nunc consectetuer ultrices. + </div> + <table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding-top: 10px;"> + <tr> + <td align="left"> + <a href="#">Edit</a> | <a href="#">Delete</a></td> + <td align="right"> + Jason Corbett</td> + </tr> + </table> + </div> + <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"> + </b></b> + </div> + </td> + </tr> + </table> + </div> + </td> + <td width="300px" align="right"> + <!--<iframe src="Notes.aspx" frameborder="0" width="100%" height="100%" scrolling="auto"></iframe>--> + <atlas:ScriptManager ID="ScriptManager1" runat="server" /> + <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="100%"> + <b class="notetop"><b class="noteb1"></b><b class="noteb2"></b><b class="noteb3"></b> + <b class="noteb4"></b></b> + <div class="noteboxcontent"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <asp:Panel ID="Panel2" runat="server" CssClass="collapsePanelHeader"> + <td align="left" valign="bottom"> + <h4> + Don't Forget!:</h4> + 12 May 2006 + </td> + <td align="right" valign="bottom"> + <asp:Image ID="Image1" runat="server" ImageUrl="images/ArrowUp.gif" /> + <!--<asp:Image ID="Image2" runat="server" ImageUrl="images/ArrowDown.gif" />--> + <a href="#" class="notedelete">x</a></td> + </asp:Panel> + </tr> + + </table> + <asp:Panel ID="Panel1" runat="server" Height="0"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="hr"> + <img alt="" src="images/spacer.gif" height="5" /><br /> + </td> + </tr> + </table> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer fermentum laoreet + nunc. Maecenas consectetuer metus a justo. Donec semper. Proin tempor mauris non + arcu. Mauris nonummy convallis sapien. Aliquam erat volutpat. Ut eget ante a turpis + volutpat lobortis. Morbi accumsan justo eu massa. Nullam diam. Cras venenatis bibendum + diam. Suspendisse a erat tristique nunc consectetuer ultrices. + </asp:Panel> + </div> + <b class="notebottom"><b class="noteb4"></b><b class="noteb3"></b><b class="noteb2"> + </b></b> + </td></tr> + </table> + <cc1:CollapsiblePanelExtender ID="CollapsiblePanelExtender1" runat="server"> + <cc1:CollapsiblePanelProperties Collapsed="true" SuppressPostBack="true" CollapseControlID="Image1" + ExpandControlID="Image1" ExpandedImage="images/ArrowUp.gif" CollapsedImage="images/ArrowUp.gif" + TargetControlID="Panel1" AutoCollapse="false" AutoExpand="false" CollapsedSize="0" + ImageControlID="Image1" /> + </cc1:CollapsiblePanelExtender> + <!-- + + + </asp:Panel> + --> + <div class="note"> + <div id="note1"> + </div> + <div id="note2"> + <b class="noteb1"></b> + <br /> + <b class="notetop"><b class="noteb1"></b><b class="noteb2"></b><b class="noteb3"></b> + <b class="noteb4"></b></b> + <div class="noteboxcontent"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="left" valign="bottom"> + <h4> + Reminder:</h4> + 01 Apr 2006 + </td> + <td align="right" valign="bottom"> + <a href="#" class="notedelete">x</a></td> + </tr> + <tr> + <td colspan="2" class="hr"> + <img alt="" src="images/spacer.gif" height="5" /><br /> + </td> + </tr> + </table> + Integer lacus elit, consectetuer nec, rutrum at, pretium ac, risus. Sed semper massa + luctus mi. Donec placerat, diam vitae ultricies posuere, felis dui sollicitudin + nibh, eget blandit purus libero in elit. Aenean eget lectus eget ipsum rutrum scelerisque. + Nunc orci mauris, rhoncus ac, pellentesque sit amet, condimentum vel, nibh. Pellentesque + habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. + Suspendisse blandit. + </div> + <b class="notebottom"><b class="noteb4"></b><b class="noteb3"></b><b class="noteb2"> + </b><b class="noteb1"></b></b> + </div> + <br /> + <a href="#" style="padding-left: 10px; text-align: right;">New Note</a> + </div> + </td> + </tr> + </table> +</asp:Content> Added: WebPrototype/ActionItem.aspx.cs =================================================================== --- WebPrototype/ActionItem.aspx.cs (rev 0) +++ WebPrototype/ActionItem.aspx.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,18 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class ActionItem : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} Added: WebPrototype/Admin.aspx =================================================================== --- WebPrototype/Admin.aspx (rev 0) +++ WebPrototype/Admin.aspx 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,4 @@ +<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Admin.aspx.cs" Inherits="Admin" Title="TCDB: Admin" %> +<asp:Content ID="Content1" ContentPlaceHolderID="PageContent" Runat="Server"> +</asp:Content> + Added: WebPrototype/Admin.aspx.cs =================================================================== --- WebPrototype/Admin.aspx.cs (rev 0) +++ WebPrototype/Admin.aspx.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,18 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class Admin : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} Added: WebPrototype/App_Themes/Python/Images/Thumbs.db =================================================================== (Binary files differ) Property changes on: WebPrototype/App_Themes/Python/Images/Thumbs.db ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/App_Themes/Python/Images/background.gif =================================================================== (Binary files differ) Property changes on: WebPrototype/App_Themes/Python/Images/background.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/App_Themes/Python/Images/hrdot.gif =================================================================== (Binary files differ) Property changes on: WebPrototype/App_Themes/Python/Images/hrdot.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/App_Themes/Python/python.css =================================================================== --- WebPrototype/App_Themes/Python/python.css (rev 0) +++ WebPrototype/App_Themes/Python/python.css 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,170 @@ +.master +{ + background-image: url(images/background.gif); + background-repeat: repeat-x; + margin: 0; + padding: 0; + font-family: Verdana, Sans-Serif; + font-size: 10pt; +} +H2, H3, H4 +{ + display: inline; +} + +#header +{ + background-image: url(images/background.gif); + background-repeat: repeat-x; + +} +.logo +{ + border: none; + padding-top: 7px; + padding-left: 10px; +} +TD.hr +{ + background-image: url(images/hrdot.gif); + background-repeat: repeat-x; + height: 1px; + margin: 4px 0px 2px 0px; + padding: 4px 0px 2px 0px; + background-position: center 4px; +} +#header TD +{ + color: white; +} +.username +{ + color: #FDB928; + display: inline; +} +#header A +{ + color: White; +} +#header A:hover, #header A:active +{ + color: #FDB928; +} +#footer A +{ + color: White; +} +#footer A:hover, #footer A:active +{ + color: #FDB928; +} +#content +{ + padding-left: 10px; +} + +html +{ + height: 100%; +} + +body +{ + height: 100%; +} + +#nonFooter +{ + position: relative; + min-height: 100%; +} + +* html #nonFooter +{ + height: 100%; +} + +#footer +{ + background-color: #022e66; + color: white; + padding-bottom: 4px; + vertical-align: middle; + padding-top: 4px; + text-align: center; + + position: relative; + margin: -1.8em auto 0 auto; +} + +#MyAssignmentsData TD +{ + text-align: center; +} + +/* A CSS hack that only applies to IE -- specifies a different height for the footer */ + +* html #footer +{ + margin-top: -1.8em; +} + +/* Snazzy borders by Stu Nicholls (http://www.cssplay.co.uk/boxes/snazzy.html) */ +/*#xsnazzy h1, #xsnazzy h2, #xsnazzy p, #xsnazzy2 h1, #xsnazzy2 h2, #xsnazzy2 p, #xsnazzy3 h1, #xsnazzy3 h2, #xsnazzy3 p {margin:0 10px; letter-spacing:1px;} +#xsnazzy h1, #xsnazzy2 h1, #xsnazzy3 h1 {font-size:2.5em; color:#fff;} +#xsnazzy h2, #xsnazzy2 h2, #xsnazzy3 h2 {font-size:2em;color:#06a; border:0;} +#xsnazzy p, #xsnazzy2 p, #xsnazzy3 p {padding-bottom:0.5em;} +#xsnazzy h2, #xsnazzy2 h2, #xsnazzy3 h2 {padding-top:0.5em;} +#xsnazzy, #xsnazzy2, #xsnazzy3 {background: transparent; margin: .5em 1em;/*margin:1em;}*/ + +.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;} +.xsnazzy h1 {font-size:2.5em; color:#fff;} +.xsnazzy h2 {font-size:2em;color:#06a; border:0;} +.xsnazzy p {padding-bottom:0.5em;} +.xsnazzy h2 {padding-top:0.5em;} +.xsnazzy {background: transparent; margin: .5em 1em;/*margin:1em;*/} + +.xtop, .xbottom {display:block; background:transparent; font-size:1px;} +.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;} +.xb1, .xb2, .xb3 {height:1px;} +.xb2, .xb3, .xb4 {background:#d4d4d4; border-left:1px solid #08c; border-right:1px solid #08c;} +.xb1 {margin:0 5px; background:#08c;} +.xb2 {margin:0 3px; border-width:0 2px;} +.xb3 {margin:0 2px;} +.xb4 {height:2px; margin:0 1px;} + +.xboxcontent {display:block; background:#d4d4d4; border:0 solid #08c; border-width:0 1px; padding: 0px 5px 0px 5px;} + + + +.note h1, .note h2, .note p {margin:0 10px; letter-spacing:1px;} +.note h1 {font-size:2.5em; color:#fff;} +.note h2 {font-size:2em;color:#06a; border:0;} +.note p {padding-bottom:0.5em;} +.note h2 {padding-top:0.5em;} +.note {background: transparent; margin: .5em 1em;/*margin:1em;*/} + +.notetop, .notebottom {display:block; background:transparent; font-size:1px;} +.noteb1, .noteb2, .noteb3, .noteb4 {display:block; overflow:hidden;} +.noteb1, .noteb2, .noteb3 {height:1px;} +.noteb2, .noteb3, .noteb4 {background:#ff9; border-left:1px solid #08c; border-right:1px solid #08c;} +.noteb1 {margin:0 5px; background:#08c;} +.noteb2 {margin:0 3px; border-width:0 2px;} +.noteb3 {margin:0 2px;} +.noteb4 {height:2px; margin:0 1px;} + +.noteboxcontent {display:block; background:#ff9; border:0 solid #08c; border-width:0 1px; padding: 0px 5px 0px 5px; text-align: left;} + +.notedelete +{ + text-decoration: none; + margin-top: -2px; + padding: 0px 2px 0px 2px; + font-variant: small-caps; +} + +.fullheight { + height:100%; + padding: 0px; + margin: 0px; +} \ No newline at end of file Added: WebPrototype/App_Themes/Python/python.skin =================================================================== --- WebPrototype/App_Themes/Python/python.skin (rev 0) +++ WebPrototype/App_Themes/Python/python.skin 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,16 @@ +<%-- +Default skin template. The following skins are provided as examples only. + +1. Named control skin. The SkinId should be uniquely defined because + duplicate SkinId's per control type are not allowed in the same theme. + +<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" > + <AlternatingRowStyle BackColor="Blue" /> +</asp:GridView> + +2. Default skin. The SkinId is not defined. Only one default + control skin per control type is allowed in the same theme. + +<asp:Image runat="server" ImageUrl="~/images/image1.jpg" /> +--%> + Added: WebPrototype/Assignments.aspx =================================================================== --- WebPrototype/Assignments.aspx (rev 0) +++ WebPrototype/Assignments.aspx 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,218 @@ +<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" + CodeFile="Assignments.aspx.cs" Inherits="Assignments" Title="TCDB: Assignments" %> + +<asp:Content ID="Content1" ContentPlaceHolderID="PageContent" runat="Server"> + <br /> + <div id="MyAssignments"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="left" valign="bottom"> + <h2> + My Assignments</h2> + </td> + <td align="right" valign="bottom" style="padding-right: 20px;"> + <asp:CheckBox ID="cboShowCompleted" runat="server" Text="Show Completed" TextAlign="Left" /></td> + </tr> + <tr> + <td colspan="2"> + <div class="xsnazzy"> + <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"> + </b></b> + <div class="xboxcontent"> + <div id="MyAssignmentsData"> + <table> + <tr> + <td style="text-align: left; width: 60px;"> + <a href="#">Date</a></td> + <td style="text-align: left; width: 50px;"> + <a href="#">Type</a></td> + <td style="text-align: left; width: 200px;"> + <a href="#">Assignment</a></td> + <td style="text-align: left; width: 85px;"> + <a href="#">Status</a></td> + <td> + <a href="#">% Complete</a></td> + <td> + <a href="#">Total</a></td> + <td> + <a href="#">Run</a></td> + <td> + <a href="#">Pass Rate</a></td> + <td> + <a href="#">Pass</a></td> + <td> + <a href="#">Fail</a></td> + <td> + <a href="#">Error</a></td> + </tr> + <tr> + <td style="text-align: left;"> + 23 Dec</td> + <td style="text-align: left;"> + AI</td> + <td style="text-align: left;"> + <a href="ActionItem.aspx">Setup Personal Environment</a></td> + <td style="text-align: left;"> + Started</td> + <td> + 25%</td> + <td> + </td> + <td> + </td> + <td> + </td> + <td> + </td> + <td> + </td> + <td> + </td> + </tr> + <tr> + <td style="text-align: left;"> + 18 Jan</td> + <td style="text-align: left;"> + WO</td> + <td style="text-align: left;"> + <a href="WorkOrder.aspx">1847 on REAS 3.0</a></td> + <td style="text-align: left;"> + Not Started</td> + <td> + 50%</td> + <td> + 8</td> + <td> + 4</td> + <td> + 25%</td> + <td> + 1</td> + <td> + 2</td> + <td> + 1</td> + </tr> + </table> + </div> + </div> + <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"> + </b></b> + </div> + </td> + </tr> + </table> + </div> + <br /> + <div id="Filters"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="left" valign="bottom" colspan="3"> + <h3> + Filters</h3> + </td> + </tr> + <tr> + <td valign="top"> + <div class="xsnazzy"> + <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"> + </b></b> + <div class="xboxcontent"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="left" valign="bottom"> + <h4> + Date</h4> + </td> + <td align="right" valign="bottom"> + <asp:CheckBox ID="cboDateFilter" runat="server" TextAlign="Left" /></td> + </tr> + <tr> + <td colspan="2" class="hr"> + <img alt="" src="images/spacer.gif" height="5" /><br /> + </td> + </tr> + <tr> + <td>From:</td><td><asp:DropDownList ID="startMonth" runat="server"> + <asp:ListItem Selected="True" Text="Jan">Jan</asp:ListItem> + </asp:DropDownList> + <asp:DropDownList ID="startDay" runat="server"> + <asp:ListItem Selected="True" Text="1">01</asp:ListItem> + </asp:DropDownList> + <asp:DropDownList ID="startYear" runat="server"> + <asp:ListItem Selected="True" Text="2006">2006</asp:ListItem> + </asp:DropDownList></td></tr> + <tr><td>To:</td><td><asp:DropDownList ID="stopMonth" runat="server"> + <asp:ListItem Selected="True" Text="Jan">Jan</asp:ListItem> + </asp:DropDownList> + <asp:DropDownList ID="stopDay" runat="server"> + <asp:ListItem Selected="True" Text="1">01</asp:ListItem> + </asp:DropDownList> + <asp:DropDownList ID="stopYear" runat="server"> + <asp:ListItem Selected="True" Text="2007">2007</asp:ListItem> + </asp:DropDownList></td></tr> + </table> + </div> + <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"> + </b></b> + </div> + </td> + <td valign="top"> + <div class="xsnazzy"> + <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"> + </b></b> + <div class="xboxcontent"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="left" valign="bottom"> + <h4> + Type</h4> + </td> + <td align="right" valign="bottom"> + <asp:CheckBox ID="cboTypeFilter" runat="server" TextAlign="Left" /></td> + </tr> + <tr> + <td colspan="2" class="hr"> + <img alt="" src="images/spacer.gif" height="5" /><br /> + </td> + </tr> + </table> + <asp:CheckBox ID="cboShowActionItems" runat="server" Text="Action Items" Checked="true" /><br /> + <asp:CheckBox ID="cboShowWorkOrders" runat="server" Text="Work Orders" Checked="true" /> + </div> + <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"> + </b></b> + </div> + </td> + <td valign="top"> + <div class="xsnazzy"> + <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"> + </b></b> + <div class="xboxcontent"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="left" valign="bottom"> + <h4> + Status</h4> + </td> + <td align="right" valign="bottom"> + <asp:CheckBox ID="cboStatusFilter" runat="server" TextAlign="Left" /></td> + </tr> + <tr> + <td colspan="2" class="hr"> + <img alt="" src="images/spacer.gif" height="5" /><br /> + </td> + </tr> + </table> + <asp:CheckBox ID="cboFilterStarted" runat="server" Text="Started" Checked="true" /><br /> + <asp:CheckBox ID="cboFilterNotStarted" runat="server" Text="Not Started" Checked="true" /><br /> + <asp:CheckBox ID="cboFilterCompleted" runat="server" Text="Completed" Checked="false" /> + </div> + <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"> + </b></b> + </div> + </td> + </tr> + </table> + </div> +</asp:Content> Added: WebPrototype/Assignments.aspx.cs =================================================================== --- WebPrototype/Assignments.aspx.cs (rev 0) +++ WebPrototype/Assignments.aspx.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,18 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class Assignments : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} Added: WebPrototype/Bin/AtlasControlToolkit.dll =================================================================== (Binary files differ) Property changes on: WebPrototype/Bin/AtlasControlToolkit.dll ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/Bin/Microsoft.AtlasControlExtender.dll =================================================================== (Binary files differ) Property changes on: WebPrototype/Bin/Microsoft.AtlasControlExtender.dll ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/Bin/Microsoft.Web.Atlas.dll =================================================================== (Binary files differ) Property changes on: WebPrototype/Bin/Microsoft.Web.Atlas.dll ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/Default.aspx =================================================================== --- WebPrototype/Default.aspx (rev 0) +++ WebPrototype/Default.aspx 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,5 @@ +<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Assignments" Title="TCDB: Home" %> +<asp:Content ID="Content1" ContentPlaceHolderID="PageContent" Runat="Server"> + +</asp:Content> + Added: WebPrototype/Default.aspx.cs =================================================================== --- WebPrototype/Default.aspx.cs (rev 0) +++ WebPrototype/Default.aspx.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,18 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class Assignments : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} Added: WebPrototype/Images/Thumbs.db =================================================================== (Binary files differ) Property changes on: WebPrototype/Images/Thumbs.db ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/Images/spacer.gif =================================================================== (Binary files differ) Property changes on: WebPrototype/Images/spacer.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: WebPrototype/MasterPage.master =================================================================== --- WebPrototype/MasterPage.master (rev 0) +++ WebPrototype/MasterPage.master 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,69 @@ +<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head runat="server"> + <title>TCDB</title> +</head> +<body class="master"> + <div id="nonFooter"> + <div id="header"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td align="left" valign="top"> + <a href="Default.aspx"><img src="images/logo.gif" alt="Logo" class="logo" style="padding-top: 7px; padding-left: 10px" /></a></td> + <td align="right" style="padding-right: 10px" width="500" valign="middle"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td colspan="2" align="right"> + Welcome + <div class="username"> + <asp:Label ID="lblWelcome" runat="server"></asp:Label></div> + | + <asp:LoginView ID="MenuLoginView" runat="server"> + <AnonymousTemplate> + <a href="Register.aspx" class="header">Register</a> | <a href="Login.aspx" class="header"> + Login</a></AnonymousTemplate> + <LoggedInTemplate> + <a href="Settings.aspx" class="header">Settings</a> | <a href="Admin.aspx" class="header"> + Admin</a> | <a href="Logout.aspx" class="header">Logout</a></LoggedInTemplate> + </asp:LoginView> + </td> + </tr> + <tr> + <td colspan="2" class="hr"> + <img alt="" src="images/spacer.gif" height="1" /><br /> + </td> + </tr> + <tr> + <td align="left"> + VSM | 1.1 | Alpha | 134</td> + <td align="right"> + <a href="Assignments.aspx" class="header">Assignments</a> | <a href="Execution.aspx" + class="header">Execution</a> | <a href="Management.aspx" class="header">Test Management</a></td> + </tr> + </table> + </td> + </tr> + </table> + </div> + <br /> + <div id="content" class="fullheight"> + <form id="form1" runat="server"> + <asp:SiteMapPath ID="SiteMapPath1" runat="server"> + <PathSeparatorTemplate> + > + </PathSeparatorTemplate> + </asp:SiteMapPath> + <br /> + <div> + <asp:ContentPlaceHolder ID="PageContent" runat="server"> + </asp:ContentPlaceHolder> + </div> + </form> + </div> + </div> + <div id="footer"> + \xA9 2006 <a href="http://www.quest.com">Quest Software, Inc.</a> | <a href="Privacy.aspx"> + Privacy Policy</a> | <a href="SiteMap.aspx">Site Map</a></div> +</body> +</html> Added: WebPrototype/MasterPage.master.cs =================================================================== --- WebPrototype/MasterPage.master.cs (rev 0) +++ WebPrototype/MasterPage.master.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,21 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class MasterPage : System.Web.UI.MasterPage +{ + protected void Page_Load(object sender, EventArgs e) + { + if (!Page.IsPostBack) + { + lblWelcome.Text = Profile.FirstName + " " + Profile.LastName; + } + } +} Added: WebPrototype/Notes.aspx =================================================================== --- WebPrototype/Notes.aspx (rev 0) +++ WebPrototype/Notes.aspx 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,36 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Notes.aspx.cs" Inherits="Notes" %> + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head runat="server"> + <title>Notes</title> +</head> +<body style="height: 100%"> + <form id="form1" runat="server"> + <div class="note"> + <b class="notetop"><b class="noteb1"></b><b class="noteb2"></b><b class="noteb3"></b><b class="noteb4"> + </b></b> + <div class="noteboxcontent"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="left" valign="bottom"> + <h4> + Note</h4> + </td> + <td align="right" valign="bottom"> + <a href="Notes.aspx" class="notedelete">x</a></td> + </tr> + <tr> + <td colspan="2" class="hr"> + <img alt="" src="images/spacer.gif" height="5" /><br /> + </td> + </tr> + </table> + Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer fermentum laoreet nunc. Maecenas consectetuer metus a justo. Donec semper. Proin tempor mauris non arcu. Mauris nonummy convallis sapien. Aliquam erat volutpat. Ut eget ante a turpis volutpat lobortis. Morbi accumsan justo eu massa. Nullam diam. Cras venenatis bibendum diam. Suspendisse a erat tristique nunc consectetuer ultrices. Integer lacus elit, consectetuer nec, rutrum at, pretium ac, risus. Sed semper massa luctus mi. Donec placerat, diam vitae ultricies posuere, felis dui sollicitudin nibh, eget blandit purus libero in elit. Aenean eget lectus eget ipsum rutrum scelerisque. Nunc orci mauris, rhoncus ac, pellentesque sit amet, condimentum vel, nibh. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse blandit. + </div> + <b class="notebottom"><b class="noteb4"></b><b class="noteb3"></b><b class="noteb2"></b><b class="noteb1"> + </b></b> + </div> + </form> +</body> +</html> Added: WebPrototype/Notes.aspx.cs =================================================================== --- WebPrototype/Notes.aspx.cs (rev 0) +++ WebPrototype/Notes.aspx.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,18 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class Notes : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} Added: WebPrototype/Privacy.aspx =================================================================== --- WebPrototype/Privacy.aspx (rev 0) +++ WebPrototype/Privacy.aspx 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,4 @@ +<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Privacy.aspx.cs" Inherits="Privacy" Title="TCDB: Privacy Policy" %> +<asp:Content ID="Content1" ContentPlaceHolderID="PageContent" Runat="Server"> +</asp:Content> + Added: WebPrototype/Privacy.aspx.cs =================================================================== --- WebPrototype/Privacy.aspx.cs (rev 0) +++ WebPrototype/Privacy.aspx.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,18 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class Privacy : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} Added: WebPrototype/Settings.aspx =================================================================== --- WebPrototype/Settings.aspx (rev 0) +++ WebPrototype/Settings.aspx 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,4 @@ +<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Settings.aspx.cs" Inherits="Settings" Title="TCDB: Settings" %> +<asp:Content ID="Content1" ContentPlaceHolderID="PageContent" Runat="Server"> +</asp:Content> + Added: WebPrototype/Settings.aspx.cs =================================================================== --- WebPrototype/Settings.aspx.cs (rev 0) +++ WebPrototype/Settings.aspx.cs 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,18 @@ +using System; +using System.Data; +using System.Configuration; +using System.Collections; +using System.Web; +using System.Web.Security; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.WebControls.WebParts; +using System.Web.UI.HtmlControls; + +public partial class Settings : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} Added: WebPrototype/Web.config =================================================================== --- WebPrototype/Web.config (rev 0) +++ WebPrototype/Web.config 2006-05-24 23:55:35 UTC (rev 2) @@ -0,0 +1,143 @@ +<?xml version="1.0"?> +<!-- + Note: As an alternative to hand editing this file you can use the + web admin tool to configure settings for your application. Use + the Website->Asp.Net Configuration option in Visual Studio. + A full list of settings and comments can be found in + machine.config.comments usually located in + \Windows\Microsoft.Net\Framework\v2.x\Config +--> +<configuration> + <!-- + The configSections define a section for ASP.NET Atlas. + --> + <configSections> + <sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup"> + <section name="converters" type="Microsoft.Web.Configuration.ConvertersSection" requirePermission="false"/> + <section name="webServices" type="Microsoft.Web.Configuration.WebServicesSection" requirePermission="false"/> + <section name="authenticationService" type="Microsoft.Web.Configuration.AuthenticationServiceSection" requirePermission="false"/> + <section name="profileService" type="Microsoft.Web.Configuration.ProfileServiceSection" requirePermission="false"/> + </sectionGroup> + </configSections> + <!-- + The microsoft.web section defines items required for the Atlas framework. + --> + <microsoft.web> + <converters> + <add type="Microsoft.Web.Script.Serialization.Converters.DataSetConverter"/> + <add type="Microsoft.Web.Script.Serialization.Converters.DataRowConverter"/> + <add type="Microsoft.Web.Script.Serialization.Converters.DataTableConverter"/> + </converters> + <webServices enableBrowserAccess="true"/> + <!-- + Uncomment this line to enable the authentication service. + <authenticationService enabled="true" /> + --> + <!-- Uncomment these lines to enable the profile service. To allow profile properties to be retrieved + and modified in Atlas applications, you need to add each property name to the setProperties and + getProperties attributes. If you intend for all properties to be available, you can use "*" + as a shorthand rather than enumerating each property --> + <!-- + <profileService enabled="true" + setProperties="propertyname1;propertyname2" + getProperties="propertyname1;propertyname2" /> + --> + </microsoft.web> + <appSettings/> + <connectionStrings/> + <system.web> + <pages theme="Python" styleSheetTheme="Python"> + <controls> + <add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/> + <add namespace="Microsoft.Web.UI.Controls" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/> + </controls> + </pages> + <roleManager enabled="true" cacheRolesInCookie="true" cookieProtection="All"> + </roleManager> + <anonymousIdentification enabled="true"/> + <profile enabled="true"> + <properties> + <add name="UserName" defaultValue="Guest" allowAnonymous="false"/> + <add name="FirstName" defaultValue="Guest"/> + <add name="LastName" defaultValue=""/> + </properties> + </profile> + <!-- + Set compilation debug="true" to insert debugging + symbols into the compiled page. Because this + affects performance, set this value to true only + during development. + --> + <compilation debug="true"> + <assemblies> + <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> + </assemblies> + <buildProviders> + <add extension=".asbx" type="Microsoft.Web.Services.BridgeBuildProvider"/> + </buildProviders> + </compilation> + <!-- + ASMX is mapped to a new handler so that proxy javascripts can also be served. + --> + <httpHandlers> + <remove verb="*" path="*.asmx"/> + <add verb="*" path="*.asmx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/> + <!-- + The MultiRequestHandler enables multiple requests to be handled in one + roundtrip to the server. Its use requires Full Trust. + --> + <add verb="*" path="atlasbatchcall.axd" type="Microsoft.Web.Services.MultiRequestHandler" validate="false"/> + <add verb="*" path="atlasglob.axd" type="Microsoft.Web.Globalization.GlobalizationHandler" validate="false"/> + <!-- + The IFrameHandler enables a limited form of cross-domain calls to 'Atlas' web services. + This should only be enabled if you need this functionality and you're willing to expose + the data publicly on the Internet. + To use it, you will also need to add the attribute [WebOperation(true, ResponseFormatMode.Json, true)] + on the methods that you want to be called cross-domain. + This attribute is by default on any DataService's GetData method. + + <add verb="*" path="iframecall.axd" type="Microsoft.Web.Services.IFrameHandler" validate="false"/> + --> + <add verb="*" path="*.asbx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/> + </httpHandlers> + <httpModules> + <add name="ScriptModule" type="Microsoft.Web.Services.ScriptModule"/> + <add name="BridgeModule" type="Microsoft.Web.Services.BridgeModule"/> + <add name="WebResourceCompression" type="Microsoft.Web.Services.WebResourceCompressionModule"/> + </httpModules> + <!-- + The <authentication> section enables configuration + of the security authentication mode used by + ASP.NET to identify an incoming user. + + <authentication mode="Windows"/> + --> + <!-- + The <customErrors> section enables configuration + of what to do if/when an unhandled error occurs + during the execution of a request. Specifically, + it enables developers to configure html error pages + to be displayed in place of a error stack trace. + + <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> + <error statusCode="403" redirect="NoAccess.htm"/> + <error statusCode="404" redirect="FileNotFound.htm"/> + </customErrors> + --> + </system.web> + <!-- Uncomment this if your site globally denies access to anonymous users. The + authentication service and profile service are located under the virtual + "ScriptServices" directory. Since you normally call the authentication web + service with an un-authenticated user, the following location tag can be used + to grant access to anonymous users.... [truncated message content] |