refactor SystemColors cache into KnownColors.jvm.cs, to comply with mono implementation
[mono.git] / mcs / class / Mainsoft.Web / Mainsoft.Web.AspnetConfig / aspnetconfig / Default.aspx
1 <%--\r
2 // Mainsoft.Web.AspnetConfig - Site AspnetConfig utility\r
3 // Authors:\r
4 //  Klain Yoni <yonik@mainsoft.com>\r
5 //\r
6 // Mainsoft.Web.AspnetConfig - Site AspnetConfig utility\r
7 // (C) 2006 Mainsoft Corporation (http://www.mainsoft.com)\r
8 // Permission is hereby granted, free of charge, to any person obtaining\r
9 // a copy of this software and associated documentation files (the\r
10 // "Software"), to deal in the Software without restriction, including\r
11 // without limitation the rights to use, copy, modify, merge, publish,\r
12 // distribute, sublicense, and/or sell copies of the Software, and to\r
13 // permit persons to whom the Software is furnished to do so, subject to\r
14 // the following conditions:\r
15 // \r
16 // The above copyright notice and this permission notice shall be\r
17 // included in all copies or substantial portions of the Software.\r
18 // \r
19 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
20 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
21 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
22 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
23 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
24 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
25 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --%>\r
26 <%@ Page Language="C#" AutoEventWireup="true" EnableTheming="false" MasterPageFile="~/aspnetconfig/Util.Master" CodeBehind="Default.aspx.cs" Inherits="Mainsoft.Web.AspnetConfig.Default" %>\r
27 <asp:Content runat="server" ContentPlaceHolderID="Main">\r
28     <table>\r
29         <tr>\r
30             <td>\r
31                 You can use the Web Site Administration Tool to manage all the security settings for your application. You can set up users and passwords (authentication), and create roles (groups of users). By default, user information is stored in a Cloudscape database in the Data folder of your Web project. If you want to store user information in a different database, you may configure a different provider in the web.config file.\r
32                 <br /><br /><br />\r
33             </td>\r
34         </tr>\r
35         <tr>\r
36             <td>\r
37                 <table class="innertable" width="70%" >\r
38                     <tr>\r
39                         <td class="controlheader">\r
40                             Users\r
41                         </td>\r
42                     </tr>\r
43                     <tr>\r
44                         <td>\r
45                             <%= User_count %>\r
46                         </td>\r
47                     </tr>\r
48                     <tr>\r
49                         <td>\r
50                             <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="CreateUser.aspx" OnLoad="UsersLinks_Load">Create user</asp:HyperLink>\r
51                         </td>\r
52                     </tr>\r
53                     <tr>\r
54                         <td>\r
55                             <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="ManageUser.aspx"  OnLoad="UsersLinks_Load">Manage users</asp:HyperLink>\r
56                         </td>\r
57                     </tr>\r
58                 </table> \r
59                 <br /><br /><br />\r
60             </td>\r
61         </tr>\r
62         <tr>\r
63             <td>\r
64                 <table class="innertable" width="70%">\r
65                     <tr>\r
66                         <td class="controlheader">\r
67                             Roles \r
68                         </td>\r
69                     </tr>\r
70                     <tr>\r
71                         <td>\r
72                              <%= Roles_count %>\r
73                         </td>\r
74                     </tr>\r
75                     <tr>\r
76                         <td>\r
77                             <asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="CreateRole.aspx" OnLoad="HyperLink1_Load" >Create or manage roles</asp:HyperLink>\r
78                         </td>\r
79                     </tr>\r
80                 </table>\r
81                 <br /><br /><br />\r
82             </td>\r
83         </tr>\r
84     </table>\r
85 </asp:Content>