Revision: 99
http://svn.sourceforge.net/nmailserver/?rev=99&view=rev
Author: tmyroadctfig
Date: 2006-12-13 05:27:45 -0800 (Wed, 13 Dec 2006)
Log Message:
-----------
Minor changes.
Modified Paths:
--------------
NMail/trunk/NMail.WebAccess/Calendar.aspx
NMail/trunk/NMail.WebAccess/Web.config
Added Paths:
-----------
NMail/trunk/NMail.WebAccess/Bin/
NMail/trunk/NMail.WebAccess/Bin/NMail.RemoteAccessService.Serializers.dll.refresh
Added: NMail/trunk/NMail.WebAccess/Bin/NMail.RemoteAccessService.Serializers.dll.refresh
===================================================================
(Binary files differ)
Property changes on: NMail/trunk/NMail.WebAccess/Bin/NMail.RemoteAccessService.Serializers.dll.refresh
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: NMail/trunk/NMail.WebAccess/Calendar.aspx
===================================================================
--- NMail/trunk/NMail.WebAccess/Calendar.aspx 2006-12-12 12:10:58 UTC (rev 98)
+++ NMail/trunk/NMail.WebAccess/Calendar.aspx 2006-12-13 13:27:45 UTC (rev 99)
@@ -1,4 +1,50 @@
-<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Calendar.aspx.cs" Inherits="Calendar" Title="Untitled Page" %>
-<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
-</asp:Content>
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
+<%@ Register Src="Controls/LinkButtonList.ascx" TagName="LinkButtonList" TagPrefix="uc1" %>
+
+<!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 id="Head1" runat="server">
+ <title>Untitled Page</title>
+</head>
+<body>
+ <form id="form1" runat="server">
+ <asp:WebPartManager ID="WebPartManager" runat="server" />
+
+ <table width="100%" border="0">
+ <tr>
+ <td rowspan="3" valign="top">
+ <asp:WebPartZone ID="LeftZone" runat="server">
+ <ZoneTemplate>
+ <uc1:LinkButtonList ID="ViewList" runat="server" />
+ </ZoneTemplate>
+ </asp:WebPartZone>
+ </td>
+ <td valign="top">
+ <asp:WebPartZone ID="TopZone" runat="server" LayoutOrientation="Horizontal">
+ </asp:WebPartZone>
+ </td>
+ <td rowspan="3" valign="top">
+ <asp:WebPartZone ID="RightZone" runat="server">
+ <ZoneTemplate>
+ </ZoneTemplate>
+ </asp:WebPartZone>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">
+ <asp:WebPartZone ID="CenterZone" runat="server" LayoutOrientation="Horizontal">
+ </asp:WebPartZone>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">
+ <asp:WebPartZone ID="BottomZone" runat="server" LayoutOrientation="Horizontal">
+ </asp:WebPartZone>
+ </td>
+ </tr>
+ </table>
+ </form>
+</body>
+</html>
Modified: NMail/trunk/NMail.WebAccess/Web.config
===================================================================
--- NMail/trunk/NMail.WebAccess/Web.config 2006-12-12 12:10:58 UTC (rev 98)
+++ NMail/trunk/NMail.WebAccess/Web.config 2006-12-13 13:27:45 UTC (rev 99)
@@ -9,7 +9,7 @@
-->
<configuration>
<appSettings>
- <add key="RemoteAccessService.RemoteAccessService" value="http://localhost:1288/NMail.RemoteAccessService/RemoteAccessService.asmx"/>
+ <add key="RemoteAccessService.RemoteAccessService" value="http://localhost:1288/NMail.RemoteAccessService/RemoteAccessService.asmx"/>
</appSettings>
<connectionStrings/>
<system.web>
@@ -26,11 +26,9 @@
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
-
<authentication mode="Forms">
<forms loginUrl="Login.aspx" timeout="60" protection="All" slidingExpiration="true"/>
</authentication>
-
<webParts enableExport="true">
<personalization defaultProvider="XmlFileSharedPersonalizationProvider">
<providers>
@@ -38,7 +36,6 @@
</providers>
</personalization>
</webParts>
-
<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|