Skip to content

Commit de2fc23

Browse files
committed
importing B version's Allfiles
1 parent f611d00 commit de2fc23

File tree

2,765 files changed

+247502
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,765 files changed

+247502
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Contact Us</title>
6+
</head>
7+
<body>
8+
<h1>Contact Contoso Conferencing</h1>
9+
<p>Contoso Conferencing Ltd.</p>
10+
<p>123 South Street<br />
11+
Somewhere<br />
12+
Over There<br />
13+
<em>USA</em></p>
14+
<p>
15+
16+
</p>
17+
<p>
18+
If you would like to contact Contoso Conferencing, whether you're interested in our services or in a conference we're currently organizing, don't hesitate to contact us using our enquiry form (<strong>Bold fields</strong> are required).
19+
</p>
20+
<form method="POST" action="support.aspx">
21+
<fieldset>
22+
<legend>
23+
Your Details and Enquiry
24+
</legend>
25+
<ol>
26+
<li>
27+
<label>
28+
<strong>Name</strong><br />
29+
<input type="text"
30+
name="UserName" />
31+
</label>
32+
</li>
33+
<li>
34+
<label>
35+
Telephone<br />
36+
<input type="text"
37+
name="Phone" />
38+
</label>
39+
</li>
40+
<li>
41+
<label>
42+
Email Address<br />
43+
<input type="text"
44+
name="Email" />
45+
</label>
46+
</li>
47+
<li>
48+
<label>
49+
<strong>Message</strong><br />
50+
<textarea name="Message"
51+
cols="30" rows="10">Add your message here
52+
</textarea>
53+
</label>
54+
</li>
55+
</ol>
56+
</fieldset>
57+
<input type="submit" value="Send" />
58+
</form>
59+
</body>
60+
</html>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DemoWebSite - Complete", "DemoWebSite - Complete\", "{A1D995D3-C4DB-4A31-B404-1E8F1160D34B}"
5+
ProjectSection(WebsiteProperties) = preProject
6+
Debug.AspNetCompiler.Debug = "True"
7+
Debug.AspNetCompiler.FixedNames = "false"
8+
Debug.AspNetCompiler.ForceOverwrite = "true"
9+
Debug.AspNetCompiler.PhysicalPath = "DemoWebSite - Complete\"
10+
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\DemoWebSite - Complete\"
11+
Debug.AspNetCompiler.Updateable = "true"
12+
Debug.AspNetCompiler.VirtualPath = "/DemoWebSite - Complete"
13+
Release.AspNetCompiler.Debug = "False"
14+
Release.AspNetCompiler.FixedNames = "false"
15+
Release.AspNetCompiler.ForceOverwrite = "true"
16+
Release.AspNetCompiler.PhysicalPath = "DemoWebSite - Complete\"
17+
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\DemoWebSite - Complete\"
18+
Release.AspNetCompiler.Updateable = "true"
19+
Release.AspNetCompiler.VirtualPath = "/DemoWebSite - Complete"
20+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
21+
VWDPort = "1171"
22+
EndProjectSection
23+
EndProject
24+
Global
25+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
26+
Debug|Any CPU = Debug|Any CPU
27+
EndGlobalSection
28+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29+
{A1D995D3-C4DB-4A31-B404-1E8F1160D34B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{A1D995D3-C4DB-4A31-B404-1E8F1160D34B}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
EndGlobalSection
32+
GlobalSection(SolutionProperties) = preSolution
33+
HideSolutionNode = FALSE
34+
EndGlobalSection
35+
EndGlobal
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Contact Us</title>
6+
<link href="styles/ContactUsStyles.css" rel="stylesheet" type="text/css" />
7+
</head>
8+
<body>
9+
<h1>Contact Contoso Conferencing</h1>
10+
<p>Contoso Conferencing Ltd.</p>
11+
<p>123 South Street<br />
12+
Somewhere<br />
13+
Over There<br />
14+
<em>USA</em></p>
15+
<p>
16+
17+
</p>
18+
<p>
19+
If you would like to contact Contoso Conferencing, whether you're interested in our services or in a conference we're currently organizing, don't hesitate to contact us using our enquiry form (<strong>Bold fields</strong> are required).
20+
</p>
21+
<form method="POST" action="support.aspx">
22+
<fieldset>
23+
<legend>
24+
Your Details and Enquiry
25+
</legend>
26+
<ol>
27+
<li>
28+
<label>
29+
<strong>Full name</strong><br />
30+
<input type="text"
31+
name="UserName" />
32+
</label>
33+
</li>
34+
<li>
35+
<label>
36+
Telephone number<br />
37+
<input type="text"
38+
name="Phone" />
39+
</label>
40+
</li>
41+
<li>
42+
<label>
43+
Email Address<br />
44+
<input type="text"
45+
name="Email" />
46+
</label>
47+
</li>
48+
<li>
49+
<label>
50+
<strong>Message</strong><br />
51+
<textarea name="Message"
52+
cols="30" rows="10">Add your message here
53+
</textarea>
54+
</label>
55+
</li>
56+
</ol>
57+
</fieldset>
58+
<input type="submit" value="Send" />
59+
</form>
60+
</body>
61+
</html>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
For more information on how to configure your ASP.NET application, please visit
4+
http://go.microsoft.com/fwlink/?LinkId=169433
5+
-->
6+
<configuration>
7+
<appSettings>
8+
<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true"/>
9+
<add key="ValidationSettings:UnobtrusiveValidationMode" value="WebForms"/>
10+
</appSettings>
11+
<system.web>
12+
<compilation debug="true" targetFramework="4.5"/>
13+
<httpRuntime requestValidationMode="4.5" targetFramework="4.5" encoderType="System.Web.Security.AntiXss.AntiXssEncoder, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
14+
<pages controlRenderingCompatibilityVersion="4.5"/>
15+
<machineKey compatibilityMode="Framework45"/>
16+
</system.web>
17+
</configuration>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
body {
2+
font-family: 'Times New Roman';
3+
color: blue;
4+
}
5+
6+
h1 {
7+
font-family: 'Copperplate Gothic';
8+
color: red;
9+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContosoConf", "ContosoConf\ContosoConf.csproj", "{0B2387DB-F986-4A3C-9C85-545E64BC4470}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{0B2387DB-F986-4A3C-9C85-545E64BC4470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{0B2387DB-F986-4A3C-9C85-545E64BC4470}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{0B2387DB-F986-4A3C-9C85-545E64BC4470}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{0B2387DB-F986-4A3C-9C85-545E64BC4470}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal
Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProductVersion>
8+
</ProductVersion>
9+
<SchemaVersion>2.0</SchemaVersion>
10+
<ProjectGuid>{0B2387DB-F986-4A3C-9C85-545E64BC4470}</ProjectGuid>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12+
<OutputType>Library</OutputType>
13+
<AppDesignerFolder>Properties</AppDesignerFolder>
14+
<RootNamespace>ContosoConf</RootNamespace>
15+
<AssemblyName>ContosoConf</AssemblyName>
16+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17+
<UseIISExpress>true</UseIISExpress>
18+
<FileUpgradeFlags>
19+
</FileUpgradeFlags>
20+
<UpgradeBackupLocation>
21+
</UpgradeBackupLocation>
22+
<OldToolsVersion>4.0</OldToolsVersion>
23+
<IISExpressSSLPort />
24+
<IISExpressAnonymousAuthentication />
25+
<IISExpressWindowsAuthentication />
26+
<IISExpressUseClassicPipelineMode />
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29+
<DebugSymbols>true</DebugSymbols>
30+
<DebugType>full</DebugType>
31+
<Optimize>false</Optimize>
32+
<OutputPath>bin\</OutputPath>
33+
<DefineConstants>DEBUG;TRACE</DefineConstants>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
36+
</PropertyGroup>
37+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38+
<DebugType>pdbonly</DebugType>
39+
<Optimize>true</Optimize>
40+
<OutputPath>bin\</OutputPath>
41+
<DefineConstants>TRACE</DefineConstants>
42+
<ErrorReport>prompt</ErrorReport>
43+
<WarningLevel>4</WarningLevel>
44+
</PropertyGroup>
45+
<ItemGroup>
46+
<Reference Include="Microsoft.CSharp" />
47+
<Reference Include="System.ComponentModel.DataAnnotations" />
48+
<Reference Include="System.Web.DynamicData" />
49+
<Reference Include="System.Web.Entity" />
50+
<Reference Include="System.Web.ApplicationServices" />
51+
<Reference Include="System" />
52+
<Reference Include="System.Data" />
53+
<Reference Include="System.Core" />
54+
<Reference Include="System.Data.DataSetExtensions" />
55+
<Reference Include="System.Web.Extensions" />
56+
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
57+
<Reference Include="System.Xml.Linq" />
58+
<Reference Include="System.Drawing" />
59+
<Reference Include="System.Web" />
60+
<Reference Include="System.Xml" />
61+
<Reference Include="System.Configuration" />
62+
<Reference Include="System.Web.Services" />
63+
<Reference Include="System.EnterpriseServices" />
64+
</ItemGroup>
65+
<ItemGroup>
66+
<Content Include="about.htm" />
67+
<Content Include="registered.htm" />
68+
<Content Include="Global.asax" />
69+
<Content Include="scripts\WebSocket.js" />
70+
<Content Include="scripts\offline.js" />
71+
<Content Include="scripts\datetime.js" />
72+
<Content Include="scripts\Object.inherit.js" />
73+
<Content Include="scripts\geometry.js" />
74+
<Content Include="scripts\grayscale-worker.js" />
75+
<Content Include="scripts\grayscale.js" />
76+
<Content Include="scripts\HtmlTemplate.js" />
77+
<Content Include="scripts\jquery.min.js" />
78+
<Content Include="scripts\pages\live.js" />
79+
<Content Include="scripts\pages\location.js" />
80+
<Content Include="scripts\pages\register.js" />
81+
<Content Include="scripts\pages\schedule.js" />
82+
<Content Include="scripts\pages\speaker-badge.js" />
83+
<Content Include="scripts\pages\location-venue.js" />
84+
<Content Include="scripts\LocalStarStorage.js" />
85+
<Content Include="scripts\pages\video.js" />
86+
<Content Include="speaker-badge.htm" />
87+
<Content Include="location.htm" />
88+
<Content Include="live.htm" />
89+
<Content Include="feedback.htm" />
90+
<Content Include="schedule.htm" />
91+
<Content Include="register.htm" />
92+
<Content Include="images\speakers\david-alexander.jpg" />
93+
<Content Include="images\speakers\melissa-kerr.jpg" />
94+
<Content Include="images\speakers\april-meyer.jpg" />
95+
<Content Include="images\speakers\mark-hanson.jpg" />
96+
<Content Include="images\sponsors\sponsor2.png" />
97+
<Content Include="images\sponsors\sponsor3.png" />
98+
<Content Include="images\sponsors\sponsor4.png" />
99+
<Content Include="images\sponsors\sponsor5.png" />
100+
<Content Include="images\sponsors\sponsor1.png" />
101+
<Content Include="index.htm" />
102+
<Content Include="scripts\pages\feedback.js" />
103+
<Content Include="scripts\StarRatingView.js" />
104+
<Content Include="scripts\_namespace.js" />
105+
<Content Include="styles\images\stars.png" />
106+
<Content Include="styles\mobile.css" />
107+
<Content Include="styles\header.css" />
108+
<Content Include="styles\footer.css" />
109+
<Content Include="styles\nav.css" />
110+
<Content Include="styles\pages\location.css" />
111+
<Content Include="styles\pages\speaker-badge.css" />
112+
<Content Include="styles\pages\live.css" />
113+
<Content Include="styles\pages\feedback.css" />
114+
<Content Include="styles\pages\schedule.css" />
115+
<Content Include="styles\pages\register.css" />
116+
<Content Include="styles\pages\about.css" />
117+
<Content Include="styles\pages\index.css" />
118+
<Content Include="styles\print.css" />
119+
<Content Include="styles\site.css" />
120+
<Content Include="Web.config" />
121+
<Content Include="Web.Debug.config">
122+
<DependentUpon>Web.config</DependentUpon>
123+
</Content>
124+
<Content Include="Web.Release.config">
125+
<DependentUpon>Web.config</DependentUpon>
126+
</Content>
127+
</ItemGroup>
128+
<ItemGroup>
129+
<Compile Include="Controllers\RegistrationController.cs" />
130+
<Compile Include="Controllers\ScheduleController.cs" />
131+
<Compile Include="Global.asax.cs">
132+
<DependentUpon>Global.asax</DependentUpon>
133+
</Compile>
134+
<Compile Include="Properties\AssemblyInfo.cs" />
135+
</ItemGroup>
136+
<ItemGroup>
137+
<Content Include="Views\Registration\Error.cshtml" />
138+
</ItemGroup>
139+
<ItemGroup>
140+
<Content Include="Views\Web.config" />
141+
</ItemGroup>
142+
<ItemGroup>
143+
<None Include="appcache.manifest" />
144+
</ItemGroup>
145+
<PropertyGroup>
146+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
147+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
148+
</PropertyGroup>
149+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
150+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
151+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
152+
<ProjectExtensions>
153+
<VisualStudio>
154+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
155+
<WebProjectProperties>
156+
<UseIIS>True</UseIIS>
157+
<AutoAssignPort>True</AutoAssignPort>
158+
<DevelopmentServerPort>55981</DevelopmentServerPort>
159+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
160+
<IISUrl>http://localhost:55981/</IISUrl>
161+
<NTLMAuthentication>False</NTLMAuthentication>
162+
<UseCustomServer>False</UseCustomServer>
163+
<CustomServerUrl>
164+
</CustomServerUrl>
165+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
166+
</WebProjectProperties>
167+
</FlavorProperties>
168+
</VisualStudio>
169+
</ProjectExtensions>
170+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171+
Other similar extension points exist, see Microsoft.Common.targets.
172+
<Target Name="BeforeBuild">
173+
</Target>
174+
<Target Name="AfterBuild">
175+
</Target>
176+
-->
177+
</Project>

0 commit comments

Comments
 (0)