Minor fix x sistemare menu testata, pronto x include in main!
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<add key="appName" value="ETS-WS" />
|
||||
<add key="SiteName" value="ETS" />
|
||||
<add key="mainRev" value="0.8" />
|
||||
<add key="minRev" value="77" />
|
||||
<add key="minRev" value="78" />
|
||||
<add key="copyRight" value="SteamWare, ETS © 2012" />
|
||||
<add key="tempUplDir" value="~/TempUploads" />
|
||||
<add key="archiveDir" value="~/ArchivioDocs" />
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
|
||||
<siteMapNode url="/Menu.aspx" title="Home" description="ETS - WebScip">
|
||||
<siteMapNode url="Menu.aspx" title="Home" description="ETS - WebScip">
|
||||
<siteMapNode url="MyDocs.aspx" title="Upload" description="Upload documenti ed editing" />
|
||||
<siteMapNode url="GestioneDocumenti.aspx" title="Archivio" description="Gestione Archivio Documenti" />
|
||||
<siteMapNode url="Admin.aspx" title="Admin" description="Area Admin">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<link href="../css/MasterPage.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
|
||||
<% } %>
|
||||
<asp:HyperLink runat="server" ID="hlHome" NavigateUrl="~/Menu.aspx">
|
||||
<%--<asp:HyperLink runat="server" ID="hlHome" NavigateUrl="~/Menu.aspx">--%>
|
||||
<div class="divCenter areaTitolo">
|
||||
<div class="divSx fontPiccolo" style="padding: 20px 0px 2px 4px;">
|
||||
<asp:Label runat="server" ID="lblUser" />
|
||||
@@ -22,7 +22,7 @@
|
||||
</b>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
<%--</asp:HyperLink>--%>
|
||||
<div class="divCenter">
|
||||
<asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDS" Orientation="Horizontal" RenderingMode="List" StaticDisplayLevels="2" Width="100%" BackColor="#B5C7DE" DynamicHorizontalOffset="2"
|
||||
Font-Size="1.5em" ForeColor="#284E98" StaticSubMenuIndent="10px">
|
||||
|
||||
@@ -12,15 +12,6 @@ namespace ETS_WS.WebUserControls {
|
||||
|
||||
public partial class mod_testata {
|
||||
|
||||
/// <summary>
|
||||
/// hlHome control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlHome;
|
||||
|
||||
/// <summary>
|
||||
/// lblUser control.
|
||||
/// </summary>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user