diff --git a/umbraco/presentation/config/splashes/noNodes.aspx b/umbraco/presentation/config/splashes/noNodes.aspx index 0c3c99e843..3f043db32a 100644 --- a/umbraco/presentation/config/splashes/noNodes.aspx +++ b/umbraco/presentation/config/splashes/noNodes.aspx @@ -2,227 +2,186 @@ <%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> <%@ Register TagPrefix="umb" Namespace="ClientDependency.Core.Controls" Assembly="ClientDependency.Core" %> - + + + + + Umbraco <%=umbraco.GlobalSettings.CurrentVersion%> - no pages found - - + + + + + + + + + + + + + + + + + + + + + + + + - +
- - - -
-
- Umbraco logo -

- Looks like there's still work to do

-

- You're seeing the wonderful image above because your website doesn't contain any - published content yet.

-

- So get rid of that historic piece of web art by starting umbraco and publishing - some content. You can do this by clicking the "launch umbraco" button below. -

-

- -

-
-

- Off to a great start

-

- You can watch our intro videos on how to get off to a fast and easy start

- - - - - -
- - - Watch: Building a simple site. - - - - Watch: using packages -
-

- If you need more information on how to use umbraco, visit - the books section on umbraco.org. -

-
-
-
-
-
+ + + +
+ +
+ + + + + + + +
+ + + + + +
+ + + + + + +
+
+

+ Looks like there's still work to do

+

+ You're seeing the wonderful page because your website doesn't contain any + published content yet. +

+

+ So get rid of this page by starting umbraco and publishing + some content. You can do this by clicking the "set up your new website" button below. +

+ +
+
+
+  
+
+ + + + + +
+
+
+ +
+
+
+
+ + + + +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ + +
+
+ +
+ +
diff --git a/umbraco/presentation/config/splashes/noNodes.aspx.cs b/umbraco/presentation/config/splashes/noNodes.aspx.cs index f595e360de..115fcd8b6f 100644 --- a/umbraco/presentation/config/splashes/noNodes.aspx.cs +++ b/umbraco/presentation/config/splashes/noNodes.aspx.cs @@ -25,10 +25,10 @@ namespace umbraco.presentation.config.splashes /// The instance containing the event data. protected void Page_Load(object sender, EventArgs e) { - ClientLoader.DataBind(); - bt_launch.Attributes.Add("onclick", "document.location.href='" + ResolveUrl(SystemDirectories.Umbraco) + "/';"); - vid1.Src = SystemDirectories.Install + "/images/packagesVid1.png"; - vid2.Src = SystemDirectories.Install + "/images/packagesVid2.png"; + //ClientLoader.DataBind(); + //bt_launch.Attributes.Add("onclick", "document.location.href='" + ResolveUrl(SystemDirectories.Umbraco) + "/';"); + //vid1.Src = SystemDirectories.Install + "/images/packagesVid1.png"; + //vid2.Src = SystemDirectories.Install + "/images/packagesVid2.png"; } } } diff --git a/umbraco/presentation/config/splashes/noNodes.aspx.designer.cs b/umbraco/presentation/config/splashes/noNodes.aspx.designer.cs index 672a0de10d..4b64e65b97 100644 --- a/umbraco/presentation/config/splashes/noNodes.aspx.designer.cs +++ b/umbraco/presentation/config/splashes/noNodes.aspx.designer.cs @@ -38,50 +38,5 @@ namespace umbraco.presentation.config.splashes { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.HtmlControls.HtmlForm Form1; - - /// - /// umbracoScriptManager control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.ScriptManager umbracoScriptManager; - - /// - /// Panel1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::umbraco.uicontrols.UmbracoPanel Panel1; - - /// - /// bt_launch control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlInputButton bt_launch; - - /// - /// vid1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlImage vid1; - - /// - /// vid2 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlImage vid2; } } diff --git a/umbraco/presentation/config/splashes/worker.png b/umbraco/presentation/config/splashes/worker.png deleted file mode 100644 index e210fabf1a..0000000000 Binary files a/umbraco/presentation/config/splashes/worker.png and /dev/null differ diff --git a/umbraco/presentation/umbraco.presentation.csproj b/umbraco/presentation/umbraco.presentation.csproj index cf3d17d0ff..906d8b3726 100644 --- a/umbraco/presentation/umbraco.presentation.csproj +++ b/umbraco/presentation/umbraco.presentation.csproj @@ -1645,7 +1645,6 @@ -