|
| 1 | +<%@ Page Language="C#" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Config.Splashes.NoNodes" CodeBehind="NoNodes.aspx.cs" %> |
| 2 | +<%@ Import Namespace="Umbraco.Core.Configuration" %> |
| 3 | +<%@ Import Namespace="Umbraco.Core.IO" %> |
| 4 | + |
| 5 | +<!DOCTYPE html> |
| 6 | +<html> |
| 7 | +<head runat="server"> |
| 8 | + |
| 9 | + <meta charset="utf-8"> |
| 10 | + |
| 11 | + <title>Umbraco - no pages found</title> |
| 12 | + <link rel="icon" type="image/png" href="<%=umbraco.GlobalSettings.Path + "/Images/PinnedIcons/umb.ico" %>" /> |
| 13 | + |
| 14 | + <link media="all" rel="stylesheet" href="../../umbraco_client/installer/css/jquery-ui-1.8.6.custom.css" /> |
| 15 | + |
| 16 | + <link media="all" type="text/css" rel="stylesheet" href="../../umbraco_client/installer/css/reset.css" /> |
| 17 | + |
| 18 | + <link media="all" rel="stylesheet" href="../../umbraco_client/installer/css/all.css" /> |
| 19 | + |
| 20 | + <link media="all" type="text/css" rel="stylesheet" href="../../umbraco_client/installer/css/form.css" /> |
| 21 | + |
| 22 | + <script src="../../umbraco_client/installer/js/jquery.1.4.4.js" type="text/javascript"></script> |
| 23 | + <script src="../../umbraco_client/installer/js/jquery.ui.selectmenu.js" type="text/javascript"></script> |
| 24 | + <script src="../../umbraco_client/installer/js/jquery.main.js" type="text/javascript"></script> |
| 25 | + |
| 26 | + <script src="../../umbraco_client/passwordStrength/passwordstrength.js" type="text/javascript"></script> |
| 27 | + |
| 28 | + <!--[if lt IE 9]> |
| 29 | + <link media="all" rel="stylesheet" href="../../umbraco_client/installer/css/lt7.css" /> |
| 30 | + <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> |
| 31 | + <![endif]--> |
| 32 | + |
| 33 | + <!--[if lt IE 7]><script type="text/javascript" src="../../umbraco_client/installer/js/ie-png.js"></script><![endif]--> |
| 34 | + |
| 35 | +</head> |
| 36 | +<body class="theend"> |
| 37 | + <form id="Form1" method="post" runat="server"> |
| 38 | + |
| 39 | + <!-- all page --> |
| 40 | + |
| 41 | + <section id="wrapper"> |
| 42 | + |
| 43 | + <div class="wholder"> |
| 44 | + |
| 45 | + <!-- header --> |
| 46 | + |
| 47 | + <header id="header"> |
| 48 | + <div class="holder"> |
| 49 | + <strong class="logo"><a href="#">Umbraco</a></strong> |
| 50 | + </div> |
| 51 | + </header> |
| 52 | + |
| 53 | + <!-- all content --> |
| 54 | + |
| 55 | + <section id="main"> |
| 56 | + |
| 57 | + <!-- content --> |
| 58 | + |
| 59 | + <section class="content"> |
| 60 | + |
| 61 | + <script type="text/javascript"> |
| 62 | + jQuery(document).ready(function () { |
| 63 | + $.post("../../install/InstallerRestService.aspx?feed=sitebuildervids", |
| 64 | + function(data) { |
| 65 | + jQuery("#ajax-sitebuildervids").html(data); |
| 66 | + }); |
| 67 | +
|
| 68 | + $.post("../../install/InstallerRestService.aspx?feed=developervids", |
| 69 | + function(data) { |
| 70 | + jQuery("#ajax-developervids").html(data); |
| 71 | + }); |
| 72 | + }); |
| 73 | +
|
| 74 | + </script> |
| 75 | + |
| 76 | + <!-- done box --> |
| 77 | + |
| 78 | + <div class="tab main-tabinfo"> |
| 79 | + <div class="container"> |
| 80 | + <h1>Looks like there's still work to do</h1> |
| 81 | + <p> |
| 82 | + You're seeing the wonderful page because your website doesn't contain any <strong>published</strong> content yet. |
| 83 | + </p> |
| 84 | + <p> |
| 85 | + 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. |
| 86 | + </p> |
| 87 | + <ul class="btn-web"> |
| 88 | + <li class="btn-set"><a href="<%= IOHelper.ResolveUrl(SystemDirectories.Umbraco) %>"><span>Launch umbraco</span></a></li> |
| 89 | + </ul> |
| 90 | + </div> |
| 91 | + <div class="threcol"> |
| 92 | + <div class="t"> |
| 93 | + |
| 94 | + </div> |
| 95 | + <div class="hold"> |
| 96 | + <aside class="col1"> |
| 97 | + <h2>Useful links</h2> |
| 98 | + <p>We’ve put together some useful links to help you get started with Umbraco.</p> |
| 99 | + <nav class="links"> |
| 100 | + <ul> |
| 101 | + <li><a href="http://our.umbraco.org?ref=ourFromInstaller">our.umbraco.org</a></li> |
| 102 | + </ul> |
| 103 | + |
| 104 | + <ul> |
| 105 | + <li><a href="http://our.umbraco.org/wiki?ref=LatestDocsFromInstaller">New documentation</a></li> |
| 106 | + <li><a href="http://our.umbraco.org/projects?ref=LatestProjectsFromInstaller">New Projects</a></li> |
| 107 | + <li><a href="http://our.umbraco.org/forum?ref=LatesTalkFromInstaller">Forum Talk</a></li> |
| 108 | + </ul> |
| 109 | + </nav> |
| 110 | + </aside> |
| 111 | + <aside class="col2"> |
| 112 | + <h2>Sitebuilder introduction</h2> |
| 113 | + <div id="ajax-sitebuildervids"><small>Loading...</small></div> |
| 114 | + </aside> |
| 115 | + <aside class="col3"> |
| 116 | + <h2>Developer introduction</h2> |
| 117 | + <div id="ajax-developervids"><small>Loading...</small></div> |
| 118 | + |
| 119 | + </aside> |
| 120 | + </div> |
| 121 | + </div> |
| 122 | + </div> |
| 123 | + </section> |
| 124 | + </section> |
| 125 | + </div> |
| 126 | + </section> |
| 127 | + |
| 128 | + <!-- bg page --> |
| 129 | + <div class="bg-main"> |
| 130 | + <div class="color2"> |
| 131 | + <div class="bg-c"></div> |
| 132 | + </div> |
| 133 | + <div class="color3"> |
| 134 | + <div class="bg-c"></div> |
| 135 | + </div> |
| 136 | + <div class="color1"> |
| 137 | + <div class="bg-c"></div> |
| 138 | + </div> |
| 139 | + <div class="color4"> |
| 140 | + <div class="bg-c"></div> |
| 141 | + </div> |
| 142 | + <div class="color5"> |
| 143 | + <div class="bg-c"></div> |
| 144 | + </div> |
| 145 | + </div> |
| 146 | + |
| 147 | + </form> |
| 148 | +</body> |
| 149 | +</html> |
0 commit comments