Dashboard updates
This commit is contained in:
211
umbraco/presentation/Web.PETER-MAC-PC.config
Normal file
211
umbraco/presentation/Web.PETER-MAC-PC.config
Normal file
@@ -0,0 +1,211 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="urlrewritingnet" restartOnExternalChanges="true" requirePermission="false" type="UrlRewritingNet.Configuration.UrlRewriteSection, UrlRewritingNet.UrlRewriter" />
|
||||
<!--
|
||||
<section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" />
|
||||
|
||||
|
||||
ASPNETAJAX ** DISABLED BY ALEX NORCLIFFE 2010 06 03 FOR COMPATIBILITY WITH RUNNING UNDER .NET 4
|
||||
USERS CAN ADD THIS THEMSELVES IF THEY WISH TO USE ASP.NET AJAX
|
||||
-->
|
||||
<!--<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
|
||||
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
</sectionGroup>
|
||||
</sectionGroup>
|
||||
</sectionGroup>-->
|
||||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="umbraco.presentation.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
<section name="clientDependency" type="ClientDependency.Core.Config.ClientDependencySection, ClientDependency.Core" requirePermission="false" />
|
||||
<section name="Examine" type="Examine.Config.ExamineSettings, Examine" requirePermission="false" />
|
||||
<section name="ExamineLuceneIndexSets" type="UmbracoExamine.Config.ExamineLuceneIndexes, UmbracoExamine" requirePermission="false" />
|
||||
</configSections>
|
||||
<urlrewritingnet configSource="config\UrlRewriting.config" />
|
||||
<!-- <microsoft.scripting configSource="config\scripting.config" />-->
|
||||
<clientDependency configSource="config\ClientDependency.config" />
|
||||
<Examine configSource="config\ExamineSettings.config" />
|
||||
<ExamineLuceneIndexSets configSource="config\ExamineIndex.config" />
|
||||
<appSettings>
|
||||
<add key="umbracoDbDSN" value="server=.\sqlexpress;database=4.6-beta;integrated security=false;user id=sa;pwd=password!" />
|
||||
<add key="umbracoConfigurationStatus" value="4.6.beta" />
|
||||
<add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd" />
|
||||
<add key="umbracoReservedPaths" value="~/umbraco,~/install/" />
|
||||
<add key="umbracoContentXML" value="~/App_Data/umbraco.config" />
|
||||
<add key="umbracoStorageDirectory" value="~/App_Data" />
|
||||
<add key="umbracoPath" value="~/umbraco" />
|
||||
<add key="umbracoEnableStat" value="false" />
|
||||
<add key="umbracoHideTopLevelNodeFromPath" value="true" />
|
||||
<add key="umbracoEditXhtmlMode" value="true" />
|
||||
<add key="umbracoUseDirectoryUrls" value="false" />
|
||||
<add key="umbracoDebugMode" value="true" />
|
||||
<add key="umbracoTimeOutInMinutes" value="20" />
|
||||
<add key="umbracoVersionCheckPeriod" value="7" />
|
||||
<add key="umbracoDisableXsltExtensions" value="true" />
|
||||
<add key="umbracoDefaultUILanguage" value="en" />
|
||||
<add key="umbracoProfileUrl" value="profiler" />
|
||||
<add key="umbracoUseSSL" value="false" />
|
||||
<add key="umbracoUseMediumTrust" value="false" />
|
||||
<!--
|
||||
Set this to true to enable storing the xml cache locally to the IIS server even if the app files are stored centrally on a SAN/NAS
|
||||
Alex Norcliffe 2010 02 for 4.1
|
||||
-->
|
||||
<add key="umbracoContentXMLUseLocalTemp" value="false" />
|
||||
</appSettings>
|
||||
<system.net>
|
||||
<mailSettings>
|
||||
<smtp>
|
||||
<network host="127.0.0.1" userName="username" password="password" />
|
||||
</smtp>
|
||||
</mailSettings>
|
||||
</system.net>
|
||||
<!-- REMOVE FOR BETA -->
|
||||
<!-- added by NH to test foreign membership providers-->
|
||||
<connectionStrings>
|
||||
<remove name="LocalSqlServer" />
|
||||
<!--<add name="LocalSqlServer" connectionString="server=.\sqlexpress;database=aspnetdb;user id=DBUSER;password=DBPASSWORD" providerName="System.Data.SqlClient"/>-->
|
||||
</connectionStrings>
|
||||
<system.web>
|
||||
<!-- <trust level="Medium" originUrl=".*" /> -->
|
||||
<customErrors mode="Off" />
|
||||
<trace enabled="true" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
|
||||
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />
|
||||
<globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
|
||||
<xhtmlConformance mode="Strict" />
|
||||
<pages enableEventValidation="false">
|
||||
<!-- ASPNETAJAX -->
|
||||
<controls>
|
||||
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add tagPrefix="umbraco" namespace="umbraco.presentation.templateControls" assembly="umbraco" />
|
||||
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
</controls>
|
||||
</pages>
|
||||
<httpModules>
|
||||
<!-- URL REWRTIER -->
|
||||
<add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
|
||||
<add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />
|
||||
<!-- UMBRACO -->
|
||||
<add name="viewstateMoverModule" type="umbraco.presentation.viewstateMoverModule, umbraco" />
|
||||
<add name="umbracoBaseRequestModule" type="umbraco.presentation.umbracobase.requestModule, umbraco" />
|
||||
<!-- ASPNETAJAX -->
|
||||
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<!-- CLIENT DEPENDENCY -->
|
||||
<add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />
|
||||
</httpModules>
|
||||
<httpHandlers>
|
||||
<remove verb="*" path="*.asmx" />
|
||||
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
|
||||
<!-- UMBRACO CHANNELS -->
|
||||
<add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />
|
||||
<add verb="*" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />
|
||||
<!-- CLIENT DEPENDENCY -->
|
||||
<add verb="*" path="DependencyHandler.axd" type="ClientDependency.Core.CompositeFiles.CompositeDependencyHandler, ClientDependency.Core " />
|
||||
<!-- SPELL CHECKER -->
|
||||
<add verb="GET,HEAD,POST" path="GoogleSpellChecker.ashx" type="umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker,umbraco" />
|
||||
</httpHandlers>
|
||||
<compilation defaultLanguage="c#" debug="true" batch="false">
|
||||
<assemblies>
|
||||
<!-- ASPNETAJAX -->
|
||||
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
||||
<!--<add assembly="Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> -->
|
||||
</assemblies>
|
||||
</compilation>
|
||||
<authentication mode="Forms">
|
||||
<forms name="yourAuthCookie" loginUrl="login.aspx" protection="All" path="/" />
|
||||
</authentication>
|
||||
<authorization>
|
||||
<allow users="?" />
|
||||
</authorization>
|
||||
<!-- Membership Provider -->
|
||||
<membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15">
|
||||
<providers>
|
||||
<clear />
|
||||
<add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Another Type" passwordFormat="Hashed" />
|
||||
<add name="UsersMembershipProvider" type="umbraco.providers.UsersMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" passwordFormat="Hashed" />
|
||||
</providers>
|
||||
</membership>
|
||||
<!-- added by NH to support membership providers in access layer -->
|
||||
<roleManager enabled="true" defaultProvider="UmbracoRoleProvider">
|
||||
<providers>
|
||||
<clear />
|
||||
<add name="UmbracoRoleProvider" type="umbraco.providers.members.UmbracoRoleProvider" />
|
||||
</providers>
|
||||
</roleManager>
|
||||
<!-- Sitemap provider-->
|
||||
<siteMap defaultProvider="UmbracoSiteMapProvider" enabled="true">
|
||||
<providers>
|
||||
<clear />
|
||||
<add name="UmbracoSiteMapProvider" type="umbraco.presentation.nodeFactory.UmbracoSiteMapProvider" defaultDescriptionAlias="description" securityTrimmingEnabled="true" />
|
||||
</providers>
|
||||
</siteMap>
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<modules>
|
||||
<remove name="ScriptModule" />
|
||||
<remove name="UrlRewriteModule" />
|
||||
<remove name="umbracoRequestModule" />
|
||||
<remove name="viewstateMoverModule" />
|
||||
<remove name="umbracoBaseRequestModule" />
|
||||
<remove name="ClientDependencyModule" />
|
||||
<add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
|
||||
<add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />
|
||||
<add name="viewstateMoverModule" type="umbraco.presentation.viewstateMoverModule" />
|
||||
<add name="umbracoBaseRequestModule" type="umbraco.presentation.umbracobase.requestModule" />
|
||||
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />
|
||||
</modules>
|
||||
<handlers accessPolicy="Read, Write, Script, Execute">
|
||||
<remove name="WebServiceHandlerFactory-Integrated" />
|
||||
<remove name="ScriptHandlerFactory" />
|
||||
<remove name="ScriptHandlerFactoryAppServices" />
|
||||
<remove name="ScriptResource" />
|
||||
<remove name="Channels" />
|
||||
<remove name="Channels_Word" />
|
||||
<remove name="ClientDependency" />
|
||||
<remove name="SpellChecker" />
|
||||
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add verb="*" name="Channels" preCondition="integratedMode" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />
|
||||
<add verb="*" name="Channels_Word" preCondition="integratedMode" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />
|
||||
<add verb="*" name="ClientDependency" preCondition="integratedMode" path="DependencyHandler.axd" type="ClientDependency.Core.CompositeFiles.CompositeDependencyHandler, ClientDependency.Core " />
|
||||
<add verb="GET,HEAD,POST" preCondition="integratedMode" name="SpellChecker" path="GoogleSpellChecker.ashx" type="umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker,umbraco" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<system.codedom>
|
||||
<compilers>
|
||||
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
|
||||
<providerOption name="CompilerVersion" value="v3.5" />
|
||||
<providerOption name="WarnAsError" value="false" />
|
||||
</compiler>
|
||||
</compilers>
|
||||
</system.codedom>
|
||||
<runtime>
|
||||
<!-- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
-->
|
||||
</runtime>
|
||||
</configuration>
|
||||
3309
umbraco/presentation/umbraco.presentation.csproj.orig
Normal file
3309
umbraco/presentation/umbraco.presentation.csproj.orig
Normal file
File diff suppressed because it is too large
Load Diff
@@ -165,7 +165,7 @@
|
||||
<key alias="restart">Restart</key>
|
||||
<key alias="browser">Browse your website</key>
|
||||
<key alias="visit">Visit</key>
|
||||
<key alias="dontShowAgain">Click to hide this in the future</key>
|
||||
<key alias="dontShowAgain">- Hide</key>
|
||||
</area>
|
||||
<area alias="sections">
|
||||
<key alias="content">Content</key>
|
||||
|
||||
@@ -235,7 +235,7 @@ namespace umbraco.cms.presentation
|
||||
if (node.Attributes.GetNamedItem("showOnce") != null &&
|
||||
node.Attributes.GetNamedItem("showOnce").Value.ToLower() == "true")
|
||||
{
|
||||
onceLink.Text = "<a class=\"dashboardHideLink\" href=\"javascript:jQuery.cookie('" + generateCookieKey(node) + "','true'); alert('Nicer confirmation than this will come for release!');\">" + ui.Text("dashboard", "dontShowAgain") + "</a>";
|
||||
onceLink.Text = "<a class=\"dashboardHideLink\" onclick=\"if(confirm('Are you sure you want remove this dashboard item?')){jQuery.cookie('" + generateCookieKey(node) + "','true'); jQuery(this).closest('.propertypane').fadeOut();return false;}\">" + ui.Text("dashboard", "dontShowAgain") + "</a>";
|
||||
}
|
||||
return onceLink;
|
||||
}
|
||||
|
||||
@@ -1,23 +1,36 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" %>
|
||||
<%@ Register Namespace="umbraco.uicontrols" Assembly="controls" TagPrefix="umb" %>
|
||||
<link href="/umbraco_client/propertypane/style.css" rel="stylesheet" />
|
||||
|
||||
<h2>Start here</h2>
|
||||
<h3>This section contains the tools to add advanced features to your Umbraco site</h3>
|
||||
<p>
|
||||
From here you can explore and install packages, create macros, add data types, and much more. Start by exploring the below links or videos.
|
||||
</p>
|
||||
<h4>Find out more</h4>
|
||||
<div style="float:left; width:5%;">
|
||||
<img src="/umbraco/dashboard/images/logo.gif" alt="Umbraco Start Up!" />
|
||||
<div class="dashboardWrapper">
|
||||
<h2>
|
||||
Start here</h2>
|
||||
<img src="/umbraco/dashboard/images/logo32x32.png" alt="Umbraco" class="dashboardIcon" />
|
||||
<h3>
|
||||
This section contains the tools to add advanced features to your Umbraco site</h3>
|
||||
<p>
|
||||
From here you can explore and install packages, create macros, add data types, and
|
||||
much more. Start by exploring the below links or videos.
|
||||
</p>
|
||||
<h3>
|
||||
Find out more:</h3>
|
||||
<div class="dashboardColWrapper">
|
||||
<div class="dashboardCols">
|
||||
<div class="dashboardCol">
|
||||
<ul>
|
||||
<li>Find the answers to your Umbraco questions on our <a href="http://our.umbraco.org/wiki"
|
||||
target="_blank">Community Wiki</a></li>
|
||||
<li>Ask a question in the <a href="http://our.umbraco.org/" target="_blank">Community
|
||||
Forum</a></li>
|
||||
<li>Find an add-on <a href="http://our.umbraco.org/projects" target="_blank">package</a>
|
||||
to help you get going quickly</li>
|
||||
<li>Watch our <a href="http://umbraco.tv" target="_blank">tutorial videos</a> (some
|
||||
are free, some require a subscription)</li>
|
||||
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">productivity
|
||||
boosting tools and commercial support</a></li>
|
||||
<li>Find out about real-life <a href="http://umbraco.org/training/training-schedule"
|
||||
target="_blank">training and certification</a> opportunities</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="float:right; width:95%;">
|
||||
<ul>
|
||||
<li>Find the answers to your Umbraco questions on our <a href="http://our.umbraco.org/wiki" target="_blank">Community Wiki</a></li>
|
||||
<li>Ask a question in the <a href="http://our.umbraco.org/" target="_blank">Community Forum</a></li>
|
||||
<li>Find an add-on <a href="http://our.umbraco.org/projects" target="_blank">package</a> to help you get going quickly</li>
|
||||
<li>Watch our <a href="http://umbraco.tv" target="_blank">tutorial videos</a> (some are free, some require a subscription)</li>
|
||||
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">productivity boosting tools and commercial support</a></li>
|
||||
<li>Find out about real-life <a href="http://umbraco.org/training/training-schedule" target="_blank">training and certification</a> opportunities</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -105,11 +105,16 @@
|
||||
|
||||
</script>
|
||||
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Watch and learn</h2>
|
||||
<img src="/umbraco/dashboard/images/tv.png" alt="Videos" class="dashboardIcon" />
|
||||
<h3>Hours of Umbraco training videos are only a click away</h3>
|
||||
<p>
|
||||
Want to master Umbraco Macros and more? Spend a couple of minutes learning some best practices
|
||||
by watching one of these videos about using Umbraco. And visit <a href="http://umbraco.tv"
|
||||
target="_blank">umbraco.tv</a> for even more Umbraco videos</p>
|
||||
<h3>To get you started:</h3>
|
||||
<div id="latestformvids">
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,22 +1,31 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" %>
|
||||
<%@ Register Namespace="umbraco.uicontrols" Assembly="controls" TagPrefix="umb" %>
|
||||
<link href="/umbraco_client/propertypane/style.css" rel="stylesheet" />
|
||||
|
||||
<h2>Start here</h2>
|
||||
<h3>Get started with Media right now</h3>
|
||||
<p>
|
||||
<div class="dashboardWrapper">
|
||||
<h2>
|
||||
Start here</h2>
|
||||
<img src="/umbraco/dashboard/images/logo32x32.png" alt="Umbraco" class="dashboardIcon" />
|
||||
<h3>
|
||||
Get started with Media right now</h3>
|
||||
<p>
|
||||
Use the tool below to upload a ZIP file of your images or documents to a media folder.
|
||||
</p>
|
||||
<h4>Follow these steps:</h4>
|
||||
<div style="float:left; width:5%;">
|
||||
<img src="/umbraco/dashboard/images/logo.gif" alt="Umbraco Start Up!" />
|
||||
</p>
|
||||
<h3>
|
||||
Follow these steps:</h3>
|
||||
<div class="dashboardColWrapper">
|
||||
<div class="dashboardCols">
|
||||
<div class="dashboardCol">
|
||||
<ul>
|
||||
<li>Create a media folder by right-clicking on the Media root folder, selecting Create,
|
||||
then give your folder a name, select the Media Type Folder, and click create</li>
|
||||
<li>Select the created folder by click the Choose link</li>
|
||||
<li>Use the Browse button below to select a ZIP file containing your images (you can
|
||||
even organize them into folders and the tool will create these for you)</li>
|
||||
<li>Click the Upload zip file button</li>
|
||||
<li>Refresh the Media section by right-clicking the Media root folder and selecting
|
||||
Reload Nodes</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="float:right; width:95%;">
|
||||
<ul>
|
||||
<li>Create a media folder by right-clicking on the Media root folder, selecting Create, then give your folder a name, select the Media Type Folder, and click create</li>
|
||||
<li>Select the created folder by click the Choose link</li>
|
||||
<li>Use the Browse button below to select a ZIP file containing your images (you can even organize them into folders and the tool will create these for you)</li>
|
||||
<li>Click the Upload zip file button</li>
|
||||
<li>Refresh the Media section by right-clicking the Media root folder and selecting Reload Nodes</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -104,12 +104,16 @@
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Watch and learn</h2>
|
||||
<img src="/umbraco/dashboard/images/tv.png" alt="Videos" class="dashboardIcon" />
|
||||
<h3>Hours of Umbraco training videos are only a click away</h3>
|
||||
<p>
|
||||
Want to master Umbraco? Spend a couple of minutes learning some best practices
|
||||
by watching one of these videos about using Umbraco. And visit <a href="http://umbraco.tv"
|
||||
target="_blank">umbraco.tv</a> for even more Umbraco videos</p>
|
||||
<h3>To get you started:</h3>
|
||||
<div id="latestformvids">
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,18 +1,25 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" %>
|
||||
<%@ Register Namespace="umbraco.uicontrols" Assembly="controls" TagPrefix="umb" %>
|
||||
<link href="/umbraco_client/propertypane/style.css" rel="stylesheet" />
|
||||
|
||||
<h2>Start here</h2>
|
||||
<h3>Get started with Members right now</h3>
|
||||
<p>
|
||||
<div class="dashboardWrapper">
|
||||
<h2>
|
||||
Start here</h2>
|
||||
<img src="/umbraco/dashboard/images/logo32x32.png" alt="Umbraco" class="dashboardIcon" />
|
||||
<h3>
|
||||
Get started with Members right now</h3>
|
||||
<p>
|
||||
Use the tool below to search for an existing member.
|
||||
</p>
|
||||
<h4>More about members</h4>
|
||||
<div style="float:left; width:5%;">
|
||||
<img src="/umbraco/dashboard/images/logo.gif" alt="Umbraco Start Up!" />
|
||||
</p>
|
||||
<h3>
|
||||
More about members</h3>
|
||||
<div class="dashboardColWrapper">
|
||||
<div class="dashboardCols">
|
||||
<div class="dashboardCol">
|
||||
<ul>
|
||||
<li>Learn about how to protect pages of your site from <a href="http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access"
|
||||
target="_blank">this Wiki entry</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="float:right; width:95%;">
|
||||
<ul>
|
||||
<li>Learn about how to protect pages of your site from <a href="http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access" target="_blank">this Wiki entry</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -104,12 +104,16 @@
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Watch and learn</h2>
|
||||
<img src="/umbraco/dashboard/images/tv.png" alt="Videos" class="dashboardIcon" />
|
||||
<h3>Hours of Umbraco training videos are only a click away</h3>
|
||||
<p>
|
||||
Want to master Umbraco Members? Spend a couple of minutes learning some best practices
|
||||
by watching one of these videos about using Umbraco. And visit <a href="http://umbraco.tv"
|
||||
target="_blank">umbraco.tv</a> for even more Umbraco videos</p>
|
||||
<h3>To get you started:</h3>
|
||||
<div id="latestformvids">
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,23 +1,36 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" %>
|
||||
<%@ Register Namespace="umbraco.uicontrols" Assembly="controls" TagPrefix="umb" %>
|
||||
<link href="/umbraco_client/propertypane/style.css" rel="stylesheet" />
|
||||
|
||||
<h2>Start here</h2>
|
||||
<h3>This section contains the building blocks for your Umbraco site</h3>
|
||||
<p>
|
||||
Follow the below links to find out more about working with the items in the Setings section:
|
||||
</p>
|
||||
<h4>Find out more</h4>
|
||||
<div style="float:left; width:5%;">
|
||||
<img src="/umbraco/dashboard/images/logo.gif" alt="Umbraco Start Up!" />
|
||||
<div class="dashboardWrapper">
|
||||
<h2>
|
||||
Start here</h2>
|
||||
<img src="/umbraco/dashboard/images/logo32x32.png" alt="Umbraco" class="dashboardIcon" />
|
||||
<h3>
|
||||
This section contains the building blocks for your Umbraco site</h3>
|
||||
<p>
|
||||
Follow the below links to find out more about working with the items in the Setings
|
||||
section:
|
||||
</p>
|
||||
<h3>
|
||||
Find out more:</h3>
|
||||
<div class="dashboardColWrapper">
|
||||
<div class="dashboardCols">
|
||||
<div class="dashboardCol">
|
||||
<ul>
|
||||
<li>Read more about working with the Items in Settings <a href="http://our.umbraco.org/wiki/umbraco-help/settings"
|
||||
target="_blank">in the Community Wiki</a></li>
|
||||
<li>Download the <a href="http://our.umbraco.org/projects/website-utilities/editors-manual"
|
||||
target="_blank">Editors Manual</a> for details on working with the Umbraco UI</li>
|
||||
<li>Ask a question in the <a href="http://our.umbraco.org/" target="_blank">Community
|
||||
Forum</a></li>
|
||||
<li>Watch our <a href="http://umbraco.tv" target="_blank">tutorial videos</a> (some
|
||||
are free, some require a subscription)</li>
|
||||
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">productivity
|
||||
boosting tools and commercial support</a></li>
|
||||
<li>Find out about real-life <a href="http://umbraco.org/training/training-schedule"
|
||||
target="_blank">training and certification</a> opportunities</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="float:right; width:95%;">
|
||||
<ul>
|
||||
<li>Read more about working with the Items in Settings <a href="http://our.umbraco.org/wiki/umbraco-help/settings" target="_blank"> in the Community Wiki</a></li>
|
||||
<li>Download the <a href="http://our.umbraco.org/projects/website-utilities/editors-manual" target="_blank">Editors Manual</a> for details on working with the Umbraco UI</li>
|
||||
<li>Ask a question in the <a href="http://our.umbraco.org/" target="_blank">Community Forum</a></li>
|
||||
<li>Watch our <a href="http://umbraco.tv" target="_blank">tutorial videos</a> (some are free, some require a subscription)</li>
|
||||
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">productivity boosting tools and commercial support</a></li>
|
||||
<li>Find out about real-life <a href="http://umbraco.org/training/training-schedule" target="_blank">training and certification</a> opportunities</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -104,12 +104,16 @@
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Watch and learn</h2>
|
||||
<img src="/umbraco/dashboard/images/tv.png" alt="Videos" class="dashboardIcon" />
|
||||
<h3>Hours of Umbraco training videos are only a click away</h3>
|
||||
<p>
|
||||
Want to master Umbraco? Spend a couple of minutes learning some best practices
|
||||
by watching one of these videos about using Umbraco. And visit <a href="http://umbraco.tv"
|
||||
target="_blank">umbraco.tv</a> for even more Umbraco videos</p>
|
||||
<h3>To get you started:</h3>
|
||||
<div id="latestformvids">
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,25 +1,62 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" %>
|
||||
<%@ Register Namespace="umbraco.uicontrols" Assembly="controls" TagPrefix="umb" %>
|
||||
<link href="/umbraco_client/propertypane/style.css" rel="stylesheet" />
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Start Here</h2>
|
||||
<img src="/umbraco/dashboard/images/logo32x32.png" alt="Umbraco" class="dashboardIcon" />
|
||||
<h3>Thank you for choosing Umbraco!</h3>
|
||||
<p>
|
||||
We think this could be the beginning of something beautiful. You have made a great
|
||||
choice, to help you get started here are some links to addtional information:
|
||||
</p>
|
||||
<h3>
|
||||
Find out more:</h3>
|
||||
|
||||
<h2>Start Here</h2>
|
||||
<h3>Thank you for choosing Umbraco!</h3>
|
||||
<p>
|
||||
We think this could be the beginning of something beautiful. You have made a great choice, to help you get started here are some links to addtional information:
|
||||
</p>
|
||||
<h4>Find out more</h4>
|
||||
<div style="float:left; width:5%;">
|
||||
<img src="/umbraco/dashboard/images/logo.gif" alt="Umbraco Start Up!" />
|
||||
<div class="dashboardColWrapper">
|
||||
<div class="dashboardCols">
|
||||
<div class="dashboardCol third">
|
||||
<h3>
|
||||
New to Umbraco</h3>
|
||||
<ul>
|
||||
<li>Download and read the <a href="http://umbraco.codeplex.com/documentation" target="_blank">
|
||||
Umbraco Getting Started Guide</a></li>
|
||||
<li>Download the <a href="http://our.umbraco.org/projects/website-utilities/editors-manual"
|
||||
target="_blank">Editors Manual</a> for details on working with the Umbraco UI</li>
|
||||
<li>Watch the Umbraco foundation videos on <a href="http://www.youtube.com/user/UmbracoCMS"
|
||||
target="_blank">Youtube</a></li>
|
||||
<li>Find an Umbraco Certified Developer near you</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="dashboardCol third">
|
||||
<h3>
|
||||
Go further</h3>
|
||||
<ul>
|
||||
<li>Find an add-on <a href="http://our.umbraco.org/projects" target="_blank">package</a>
|
||||
to help you get going quickly</li>
|
||||
<li>Learn to extend Umbraco at <a href="http://umbraco.tv" target="_blank">Umbraco TV</a>
|
||||
(some videos are free, some require a subscription)</li>
|
||||
<li>Read the API documentation on our <a href="http://umbraco.org/products" target="_blank">
|
||||
Community Wiki</a></li>
|
||||
<li>Become a <a href="http://umbraco.org/training/training-schedule" target="_blank">
|
||||
Certified Umbraco Developer</a> and learn from the source</li>
|
||||
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">productivity
|
||||
boosting tools</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="dashboardCol third last">
|
||||
<h3>
|
||||
Get support</h3>
|
||||
<ul>
|
||||
<li>Ask a question in the <a href="http://our.umbraco.org/" target="_blank">Community
|
||||
Forum</a></li>
|
||||
<li>Watch our <a href="http://umbraco.tv" target="_blank">tutorial videos</a> (some
|
||||
are free, some require a subscription)</li>
|
||||
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">commercial
|
||||
support</a></li>
|
||||
<li>Find out about real-life <a href="http://umbraco.org/training/training-schedule"
|
||||
target="_blank">training and certification</a> opportunities</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="float:right; width:95%;">
|
||||
<ul>
|
||||
<li>Download and read the <a href="http://umbraco.codeplex.com/documentation" target="_blank">Umbraco Getting Started Guide</a></li>
|
||||
<li>Find the answers to your Umbraco questions on our <a href="http://our.umbraco.org/wiki" target="_blank">Community Wiki</a></li>
|
||||
<li>Download the <a href="http://our.umbraco.org/projects/website-utilities/editors-manual" target="_blank">Editors Manual</a> for details on working with the Umbraco UI</li>
|
||||
<li>Ask a question in the <a href="http://our.umbraco.org/" target="_blank">Community Forum</a></li>
|
||||
<li>Find an add-on <a href="http://our.umbraco.org/projects" target="_blank">package</a> to help you get going quickly</li>
|
||||
<li>Watch our <a href="http://umbraco.tv" target="_blank">tutorial videos</a> (some are free, some require a subscription)</li>
|
||||
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">productivity boosting tools and commercial support</a></li>
|
||||
<li>Find out about real-life <a href="http://umbraco.org/training/training-schedule" target="_blank">training and certification</a> opportunities</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,22 +1,25 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" %>
|
||||
<%@ Register Namespace="umbraco.uicontrols" Assembly="controls" TagPrefix="umb" %>
|
||||
<link href="/umbraco_client/propertypane/style.css" rel="stylesheet" />
|
||||
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Make it look great</h2>
|
||||
<img src="/umbraco/dashboard/images/starterkit32x32.png" alt="Umbraco Starter Kits Rock!" class="dashboardIcon" />
|
||||
<h3>Install a Starter Site and Skin</h3>
|
||||
<p>
|
||||
If you haven't already installed one of our Starter Kits, we think you should do that now. This is one of the best ways to start working with Umbraco.
|
||||
After you install a Starter Kit, you can select a skin to make it look great and customize the kit to your liking.
|
||||
</p>
|
||||
<h4>Starter Kits</h4>
|
||||
<div style="float:left; width:5%;">
|
||||
<img src="/umbraco/dashboard/images/starterkit-icon.png" alt="Umbraco Starter Kits Rock!" />
|
||||
<h3>Starter Kits:</h3>
|
||||
<div class="dashboardColWrapper">
|
||||
<div class="dashboardCols">
|
||||
<div class="dashboardCol">
|
||||
<ul>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Simple Starter Kit</a></strong> a bare-bones website that introduces you to a set of well-defined conventions for building an Umbraco website</li>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Blog Starter Kit</a></strong> a powerful blog kit with all the bells and whistles</li>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Business Starter Kit</a></strong> a basic business kit to get you up and running today</li>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Personal Starter Kit</a></strong> a basic personal kit for your own space on the web</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="float:right; width:95%;">
|
||||
<ul>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Simple Starter Kit</a></strong> a bare-bones website that introduces you to a set of well-defined conventions for building an Umbraco website</li>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Blog Starter Kit</a></strong> a powerful blog kit with all the bells and whistles</li>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Business Starter Kit</a></strong> a basic business kit to get you up and running today</li>
|
||||
<li><strong><a href="/install/?installStep=skinning" target="_blank">Personal Starter Kit</a></strong> a basic personal kit for your own space on the web</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -104,12 +104,16 @@
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Watch and learn</h2>
|
||||
<img src="/umbraco/dashboard/images/tv.png" alt="Videos" class="dashboardIcon" />
|
||||
<h3>Hours of Umbraco training videos are only a click away</h3>
|
||||
<p>
|
||||
Want to master Umbraco? Spend a couple of minutes learning some best practices
|
||||
by watching one of these videos about using Umbraco. And visit <a href="http://umbraco.tv"
|
||||
target="_blank">umbraco.tv</a> for even more Umbraco videos</p>
|
||||
<h3>To get you started:</h3>
|
||||
<div id="latestformvids">
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
BIN
umbraco/presentation/umbraco/dashboard/images/TV.png
Normal file
BIN
umbraco/presentation/umbraco/dashboard/images/TV.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
umbraco/presentation/umbraco/dashboard/images/ZipFile.png
Normal file
BIN
umbraco/presentation/umbraco/dashboard/images/ZipFile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
umbraco/presentation/umbraco/dashboard/images/logo32x32.png
Normal file
BIN
umbraco/presentation/umbraco/dashboard/images/logo32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
umbraco/presentation/umbraco/dashboard/images/membersearch.png
Normal file
BIN
umbraco/presentation/umbraco/dashboard/images/membersearch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
@@ -1,6 +1,19 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="zipupload.ascx.cs" Inherits="Nibble.Umb.ZipUpload.zipupload" %>
|
||||
<asp:panel id="Panel1" runat="server"></asp:panel>
|
||||
|
||||
<asp:Panel id="Panel2" runat="server">
|
||||
<asp:Literal id="Literal1" runat="server"></asp:Literal>
|
||||
</asp:Panel>
|
||||
<div class="dashboardWrapper">
|
||||
<h2>
|
||||
Zip Upload</h2>
|
||||
<img src="/umbraco/dashboard/images/zipfile.png" alt="Umbraco" class="dashboardIcon" />
|
||||
<p>
|
||||
Quickly upload an archive of media assets to Umbraco.</p>
|
||||
<div class="dashboardColWrapper">
|
||||
<div class="dashboardCols">
|
||||
<div class="dashboardCol">
|
||||
<asp:Panel ID="Panel1" runat="server">
|
||||
</asp:Panel>
|
||||
<asp:Panel ID="Panel2" runat="server">
|
||||
<asp:Literal ID="Literal1" runat="server"></asp:Literal>
|
||||
</asp:Panel>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
umbraco/presentation/umbraco/images/listItemOrange.gif
Normal file
BIN
umbraco/presentation/umbraco/images/listItemOrange.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 B |
@@ -1,12 +1,12 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="True" CodeBehind="MemberSearch.ascx.cs" Inherits="umbraco.presentation.umbraco.members.MemberSearch" %>
|
||||
<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
|
||||
|
||||
<cc1:Pane ID="pane1" runat="server">
|
||||
<h3>Member Search</h3>
|
||||
<div class="dashboardWrapper">
|
||||
<h2>Member Search</h2>
|
||||
<img src="/umbraco/dashboard/images/membersearch.png" alt="Videos" class="dashboardIcon" />
|
||||
<p class="guiDialogNormal">
|
||||
<asp:TextBox id="searchQuery" runat="server"></asp:TextBox>
|
||||
<asp:Button id="ButtonSearch" runat="server" Text="Button" onclick="ButtonSearch_Click"></asp:Button></p>
|
||||
</cc1:Pane>
|
||||
|
||||
<cc1:Pane ID="resultsPane" runat="server" Visible="false">
|
||||
|
||||
<asp:Repeater ID="rp_members" runat="server">
|
||||
@@ -36,4 +36,5 @@
|
||||
</table>
|
||||
</FooterTemplate>
|
||||
</asp:Repeater>
|
||||
</cc1:Pane>
|
||||
</cc1:Pane>
|
||||
</div>
|
||||
|
||||
@@ -12,15 +12,6 @@ namespace umbraco.presentation.umbraco.members {
|
||||
|
||||
public partial class MemberSearch {
|
||||
|
||||
/// <summary>
|
||||
/// pane1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::umbraco.uicontrols.Pane pane1;
|
||||
|
||||
/// <summary>
|
||||
/// searchQuery control.
|
||||
/// </summary>
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
<%@ Register Src="~/umbraco/members/MemberSearch.ascx" TagName="MemberSearch" TagPrefix="umb" %>
|
||||
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="body" runat="server">
|
||||
<cc1:UmbracoPanel ID="panel1" runat="server">
|
||||
<umb:MemberSearch runat="server" />
|
||||
<cc1:UmbracoPanel id="Panel2" runat="server" Height="224px" Width="412px" hasMenu="false">
|
||||
<cc1:Pane runat="server">
|
||||
<cc1:PropertyPanel runat="server">
|
||||
<umb:MemberSearch runat="server" />
|
||||
</cc1:PropertyPanel>
|
||||
</cc1:Pane>
|
||||
</cc1:UmbracoPanel>
|
||||
</asp:Content>
|
||||
|
||||
@@ -13,12 +13,12 @@ namespace umbraco.presentation.members {
|
||||
public partial class search {
|
||||
|
||||
/// <summary>
|
||||
/// panel1 control.
|
||||
/// Panel2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::umbraco.uicontrols.UmbracoPanel panel1;
|
||||
protected global::umbraco.uicontrols.UmbracoPanel Panel2;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -568,9 +568,139 @@ guiEditor {
|
||||
}
|
||||
|
||||
/* DASHBOARD */
|
||||
|
||||
.dashboardWrapper
|
||||
{
|
||||
padding:5px 5px 5px 5px;
|
||||
overflow:hidden;
|
||||
color:#333;
|
||||
}
|
||||
|
||||
.dashboardWrapper p
|
||||
{
|
||||
font-size:1.1em;
|
||||
margin-top:0;
|
||||
}
|
||||
|
||||
.dashboardWrapper h2
|
||||
{
|
||||
margin-top:0;
|
||||
padding-bottom:10px;
|
||||
border-bottom:1px solid #ccc;
|
||||
padding-left:37px;
|
||||
line-height:32px;
|
||||
}
|
||||
|
||||
.dashboardWrapper h3
|
||||
{
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.dashboardWrapper h4
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.dashboardIcon
|
||||
{
|
||||
position:absolute;
|
||||
top:10px;
|
||||
left:10px;
|
||||
}
|
||||
|
||||
.dashboardColWrapper
|
||||
{
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.dashboardColWrapper h3
|
||||
{
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.dashboardColWrapper ul
|
||||
{
|
||||
margin-left:1.5em;
|
||||
margin-right:1.5em;
|
||||
padding:0;
|
||||
list-style-image:url(/umbraco/images/listitemorange.gif);
|
||||
}
|
||||
|
||||
.dashboardColWrapper li
|
||||
{
|
||||
line-height:1.2em;
|
||||
font-size:1.1em;
|
||||
padding-bottom:.5em;
|
||||
}
|
||||
|
||||
|
||||
.dashboardCols
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.dashboardCol
|
||||
{
|
||||
position:relative;
|
||||
padding:10px 1%;
|
||||
background: url(/umbraco_client/propertypane/images/propertyBackground.gif) repeat-x scroll center top #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.third
|
||||
{
|
||||
width:30.33%;
|
||||
float:left;
|
||||
margin-right:1%;
|
||||
}
|
||||
|
||||
.dashboardCols .last
|
||||
{
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
.dashboardCols h3
|
||||
{
|
||||
margin-top:0;
|
||||
padding-bottom:5px;
|
||||
border-bottom:1px solid #ccc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.dashboardHideLink
|
||||
{
|
||||
float: right;
|
||||
/*float: right;
|
||||
color: #aaa;
|
||||
text-decoration: none;
|
||||
text-decoration: none;*/
|
||||
|
||||
position:absolute;
|
||||
right:10px;
|
||||
top:10px;
|
||||
text-decoration:none;
|
||||
color:#666;
|
||||
border:none;
|
||||
font-size:.9em;
|
||||
font-weight:bold;
|
||||
padding:5px;
|
||||
margin:0;
|
||||
border-radius:3px;
|
||||
border:1px solid #ccc;
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
background-color:#ddd;
|
||||
background: -moz-linear-gradient(100% 100% 90deg, #ddd, #fefefe);
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#ddd));
|
||||
|
||||
}
|
||||
|
||||
.dashboardHideLink:hover
|
||||
{
|
||||
text-decoration:none;
|
||||
background-color:#fefefe;
|
||||
background: -moz-linear-gradient(100% 100% 90deg, #fefefe, #ddd);
|
||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fefefe));
|
||||
cursor:pointer;
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="/configuration/appSettings/add[@key='umbracoConfigurationStatus']/@value">
|
||||
<xsl:attribute name="value"></xsl:attribute>
|
||||
<xsl:attribute name="value">4.6.beta</xsl:attribute>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Default templates to match anything else -->
|
||||
|
||||
Reference in New Issue
Block a user