MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How to move web parts to right column on homepage?  (Mono Support )

Viewed 12761 time(s), 8 post(s) 12/4/2012 9:28:22 PMby super
super

super

12/4/2012 9:28:22 PM
I am adding content / web parts like news, polls, blog etc on homepage but when I add this I only get 3 options " Top part zone", "Middle" and "Bottom" and the right side remains blank / un touched.

I tried dragging by mouse but it goes to left as soon as I leave it

How to add web parts to right section on homepage ?

Version: 4.7
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

12/5/2012 8:33:48 AM
Hi,

Default / Home page doesn't have a top right zone where you can put / drag WebParts, landing demo page wasn't intended to have that zone. If you need a zone in that place just go ahead and add the zone on the Default.aspx like this:

<portal:PortalWebPartZoneTableless ID="rightPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText='Right Zone'>
  <ZoneTemplate>
  </ZoneTemplate>
</portal:PortalWebPartZoneTableless>
Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

12/5/2012 2:25:06 PM
I am trying to have blog on left column and news on right column but seems like nothing is showing up in right side.

I added left zone and right zone in default.aspx but whatever I add in right (after I have blog on left), the right stuff shows below left stuff not on the right side.

Here is what I have in default.aspx (before topzone)

<portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_LeftPartZone %>' ID="leftPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm">
           <ZoneTemplate>
                
           </ZoneTemplate>
       </portal:PortalWebPartZoneTableless>
 
             <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_RightPartZone %>' ID="rightWebPartZone" runat="server" Width="100%" ChromeTemplateFile="RightColumn.htm" ShowChromeForNonAdmins="true">
           <ZoneTemplate>
               
           </ZoneTemplate>
       </portal:PortalWebPartZoneTableless>
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

12/5/2012 3:11:19 PM
Can you please provide us with whole Default.aspx so we can check the layout, as it seems to me that you added WebParts correctly but that responsive design is breaking your layout.

Thanks
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

12/5/2012 3:20:08 PM
<span style="font-size: 12px; line-height: 18px;">Sure, here it is<br /> <br />
<%@ Page
    Language="C#"
    AutoEventWireup="true"
    MasterPageFile="/MonoX/MasterPages/Default.master"
    Inherits="MonoSoftware.MonoX.Pages.Default"
    Title="MonoX - Portal Framework for ASP.NET"
    Codebehind="Default.aspx.cs" %>
     
<%@ MasterType TypeName="MonoSoftware.MonoX.BaseMasterPage" %>  
  
<%@ Register TagPrefix="MonoX" TagName="Editor" Src="/MonoX/ModuleGallery/MonoXHtmlEditor.ascx" %>
<%@ Register TagPrefix="MonoX" TagName="Rss" Src="/MonoX/ModuleGallery/RssReader.ascx" %>
<%@ Register Assembly="MonoX" Namespace="MonoSoftware.MonoX" TagPrefix="portal" %>
<%@ Register Assembly="MonoX" Namespace="MonoSoftware.MonoX.ModuleGallery" TagPrefix="ModuleGallery" %>
<%@ Register TagPrefix="MonoX" TagName="AdModule" Src="/MonoX/ModuleGallery/AdModule.ascx"  %>
<%@ Register TagPrefix="MonoX" TagName="SlideShow" Src="/MonoX/ModuleGallery/SlideShow.ascx"  %>
 
 
<%@ Import Namespace="MonoSoftware.MonoX.Resources" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cp" runat="server">
    <div class="main">
        <div class="container">
            <div class="eight columns clearfix">
 
 
             <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_LeftPartZone %>' ID="leftPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm">
            <ZoneTemplate>
                 
            </ZoneTemplate>
        </portal:PortalWebPartZoneTableless>
 
              <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_RightPartZone %>' ID="rightWebPartZone" runat="server" Width="100%" ChromeTemplateFile="RightColumn.htm" ShowChromeForNonAdmins="true">
            <ZoneTemplate>
                
            </ZoneTemplate>
        </portal:PortalWebPartZoneTableless>
 
 
 
 
 
 
 
 
 
 
                <portal:PortalWebPartZoneTableless ID="topPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText='<%$ Code: PageResources.Zone_TopPartZone %>'>
                <ZoneTemplate>
                    <MonoX:Editor runat="server" ID="editor2" Title='<%$ Code: PageResources.Title_TopSection %>' DefaultDocumentTitle='<%$ Code: PageResources.Title_TopSection %>'>
                        <DefaultContent>
                            <div class="what-box">
                                <h3><span>01.</span> Social Networking</h3>
                                <p>MonoX comes with everything you need to build advanced social networks.</p>
                                <a href="/MonoX/Pages/Features.aspx?tab=tab-3">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                            <div class="what-box">
                                <h3><span>02.</span> Content Management</h3>
                                <p>MonoX includes very powerful content management functionality.</p>
                                <a href="/MonoX/Pages/Features.aspx?tab=tab-2">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                            <div class="what-box">
                                <h3><span>03.</span> What's New</h3>
                                <p>Visit our change log to see what's been added in the recent versions.</p>
                                <a href="/ContentPage/ChangeLog/">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                            <div class="what-box">
                                <h3><span>04.</span> More Information</h3>
                                <p>Mono Software provides MonoX blogs, tutorials and support forums.</p>
                                <a href="http://www.mono-software.com">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                        </DefaultContent>
                    </MonoX:Editor>
                </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
            <div class="eight columns" style="position: relative;">              
            <!--  
                <MonoX:SlideShow runat="server" ID="ctlSlideShow" Title='<%$ Code: PageResources.Title_RightSection %>'
                    NavigationNextCaption="<%$ Code: MonoSoftware.MonoX.Resources.DefaultResources.SlideShow_Next.ToUpper() %>"
                    NavigationPreviousCaption="<%$ Code: MonoSoftware.MonoX.Resources.DefaultResources.SlideShow_Prev.ToUpper() %>"
                    SliderTitle="<%$ Code: MonoSoftware.MonoX.Resources.DefaultResources.SlideShow_Title.ToUpper() %>">
                    <SlideShowItems>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-mono-software.jpg" Url="http://www.mono-software.com" Title="Mono Software"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-jobsboard.jpg" Url="http://www.jobsboard.ie" Title="JobsBoard"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-edenrecruitment.jpg" Url="http://www.edenrecruitment.ie/" Title="Eden Recruitment"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-pitcheo.jpg" Url="http://www.pitcheo.com" Title="Pitcheo"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-cpl.jpg" Url="http://www.cpl.ie" Title="CPL"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-dirh.jpg" Url="http://www.inspektorat.hr" Title="Inspektorat"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-yoquierosermejor.jpg" Url="http://www.yoquierosermejor.com/" Title="Yoquierosermejor"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-traenerguiden.jpg" Url="http://traenerguiden.dgi.dk/" Title="Traenerguiden"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-sbaopen.jpg" Url="http://www.sbaopen.com" Title="sbaOpen"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-as.jpg" Url="http://v2.anesthesiascheduler.com" Title="Anesthesia scheduler"></ModuleGallery:SlideShowItem>
                    </SlideShowItems>
                </MonoX:SlideShow>
            -->
             
            </div>
        </div>
        <div class="info-about">
            <div class="container">
                <portal:PortalWebPartZoneTableless ID="middlePartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText='<%$ Code: PageResources.Zone_MiddlePartZone %>'>
                    <ZoneTemplate>
                        <MonoX:Editor runat="server" ID="editor3" Title='<%$ Code: PageResources.Title_MiddleSection %>' DefaultDocumentTitle='<%$ Code: PageResources.Title_MiddleSection %>'>
                            <DefaultContent>
                            <h1>
                                <span>Free</span> ASP.NET <span>Content Management</span> and <span>Social Networking</span> Platform
                                <i>Fast. Powerful. Flexible. At the price you cannot beat.</i>
                            </h1>
                            <p>Inspired by the latest Web technologies and built on top of the Web parts infrastructure, MonoX features an intuitive, user-friendly user interface that supports drag and drop editing, WYSIWYG interface, advanced templating engine and personalization. It provides everything you need to build fully-featured social environments, including user profiles, third-party authorization, user relationship modules, a multi-user blog engine with automatic anti-spam protection, photo albums, customizable group architecture, discussion boards, file galleries, support for activity streams, messaging, chat, video sharing, walls and comments. </p>
                            <div class="download-section">
                                <a href="http://www.mono-software.com/Downloads/#MonoX" class="download-button" onclick="javascript:pageTracker._trackPageview('/Downloads/MonoX.zip');">
                                    <span>
                                        Download now
                                    </span>
                                </a>
                            </div>
                            <div class="arrow"></div>
                            </DefaultContent>
                        </MonoX:Editor>
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
        </div>
        <div class="container clearfix">
            <portal:PortalWebPartZoneTableless ID="bottomWebPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText='<%$ Code: PageResources.Zone_BottomPartZone %>'>
                <ZoneTemplate>
                    <MonoX:Editor runat="server" ID="editor1" Title='<%$ Code: PageResources.Title_BottomSection %>' DefaultDocumentTitle='<%$ Code: PageResources.Title_BottomSection %>' >
                        <DefaultContent>
                            <div class="boxes">
                                <div class="row">
                                    <div class="four columns">
                                        <a href="/MonoX/Mobile/Default.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-1.png" alt="MonoX Mobile" class="scale-with-grid" />
                                            <strong>MonoX Mobile</strong>
                                            <span>You can go for a responsive design, or build a separate mobile version of your site.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/News.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-2.png" alt="News" class="scale-with-grid" />
                                            <strong>News</strong>
                                            <span>Quickly and easily present news and updates to your audience.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/EventCalendar.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-3.png" alt="Calendar" class="scale-with-grid" />
                                            <strong>Calendar</strong>
                                            <span>Display and organize all kinds of events using an intuitive interface.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/Dashboard.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-4.png" alt="Social dashboard" class="scale-with-grid" />
                                            <strong>Social Dashboard</strong>
                                            <span>Show the most important social networking features in one place.</span>
                                        </a>
                                    </div>
                                </div>
                                <div class="row">
                                    <div class="four columns">
                                        <a href="/blog/posts/MonoX/" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-5.png" alt="Blogs" class="scale-with-grid" />
                                            <strong>Blogs</strong>
                                            <span>Install a multi-user blog system with anti-spam protection and support for customization.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/Discussion.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-6.png" alt="Discussion boards" class="scale-with-grid" />
                                            <strong>Discussion Boards</strong>
                                            <span>Engage in conversation with full support for commenting, voting and moderation.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/PhotoGallery.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-7.png" alt="Media galleries" class="scale-with-grid" />
                                            <strong>Media galleries</strong>
                                            <span>Host and share videos, photos, resumes, or any other kind of binary attachments.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/Groups.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-8.png" alt="Groups" class="scale-with-grid" />
                                            <strong>Groups</strong>
                                            <span>Allow users to interact with each other around common topics.</span>
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </DefaultContent>   
                    </MonoX:Editor>               
                </ZoneTemplate>
            </portal:PortalWebPartZoneTableless>
        </div>
    </div>
</asp:Content>

</span>
This content has not been rated yet. 
6018 Reputation 709 Total posts
ivanb

ivanb

12/6/2012 11:06:55 AM
Super,
to fix your problem you should wrap your zones with responsive containers. Here is example of 2 columns with same width:
<div class="container">
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_LeftPartZone %>' ID="leftPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm">
                    <ZoneTemplate>
                  
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_RightPartZone %>' ID="rightWebPartZone" runat="server" Width="100%" ChromeTemplateFile="RightColumn.htm" ShowChromeForNonAdmins="true">
                    <ZoneTemplate>
                 
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
        </div>
I think this should solve your problem.
This content has not been rated yet. 
459 Reputation 55 Total posts
super

super

12/10/2012 9:12:03 PM
ivanb,

Problem filxed - thank you

this is my default.aspx code, please double check it is looks good ?

<%@ Page
    Language="C#"
    AutoEventWireup="true"
    MasterPageFile="/MonoX/MasterPages/Default.master"
    Inherits="MonoSoftware.MonoX.Pages.Default"
    Title="MonoX - Portal Framework for ASP.NET"
    Codebehind="Default.aspx.cs" %>
     
<%@ MasterType TypeName="MonoSoftware.MonoX.BaseMasterPage" %>  
  
<%@ Register TagPrefix="MonoX" TagName="Editor" Src="/MonoX/ModuleGallery/MonoXHtmlEditor.ascx" %>
<%@ Register TagPrefix="MonoX" TagName="Rss" Src="/MonoX/ModuleGallery/RssReader.ascx" %>
<%@ Register Assembly="MonoX" Namespace="MonoSoftware.MonoX" TagPrefix="portal" %>
<%@ Register Assembly="MonoX" Namespace="MonoSoftware.MonoX.ModuleGallery" TagPrefix="ModuleGallery" %>
<%@ Register TagPrefix="MonoX" TagName="AdModule" Src="/MonoX/ModuleGallery/AdModule.ascx"  %>
<%@ Register TagPrefix="MonoX" TagName="SlideShow" Src="/MonoX/ModuleGallery/SlideShow.ascx"  %>
<%@ Register TagPrefix="MonoX" TagName="BlogContainer" Src="/MonoX/ModuleGallery/Blog/BlogContainer.ascx" %>
 
 
<%@ Import Namespace="MonoSoftware.MonoX.Resources" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cp" runat="server">
    <div class="main">
        <div class="container">
            <div class="eight columns clearfix">
 
 
             <div class="container">
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_LeftPartZone %>' ID="leftPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm">
                    <ZoneTemplate>
                   
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_RightPartZone %>' ID="rightWebPartZone" runat="server" Width="100%" ChromeTemplateFile="RightColumn.htm" ShowChromeForNonAdmins="true">
                    <ZoneTemplate>
                  
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
        </div>
 
 
 
 
 
 
 
 
 
                <portal:PortalWebPartZoneTableless ID="topPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText='<%$ Code: PageResources.Zone_TopPartZone %>'>
                <ZoneTemplate>
                    <MonoX:Editor runat="server" ID="editor2" Title='<%$ Code: PageResources.Title_TopSection %>' DefaultDocumentTitle='<%$ Code: PageResources.Title_TopSection %>'>
                        <DefaultContent>
                            <div class="what-box">
                                <h3><span>01.</span> Social Networking</h3>
                                <p>MonoX comes with everything you need to build advanced social networks.</p>
                                <a href="/MonoX/Pages/Features.aspx?tab=tab-3">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                            <div class="what-box">
                                <h3><span>02.</span> Content Management</h3>
                                <p>MonoX includes very powerful content management functionality.</p>
                                <a href="/MonoX/Pages/Features.aspx?tab=tab-2">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                            <div class="what-box">
                                <h3><span>03.</span> What's New</h3>
                                <p>Visit our change log to see what's been added in the recent versions.</p>
                                <a href="/ContentPage/ChangeLog/">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                            <div class="what-box">
                                <h3><span>04.</span> More Information</h3>
                                <p>Mono Software provides MonoX blogs, tutorials and support forums.</p>
                                <a href="http://www.mono-software.com">
                                    Find out more
                                    <span class="arrow"></span>
                                </a>
                            </div>
                        </DefaultContent>
                    </MonoX:Editor>
                </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
            <div class="eight columns" style="position: relative;">              
            <!--  
                <MonoX:SlideShow runat="server" ID="ctlSlideShow" Title='<%$ Code: PageResources.Title_RightSection %>'
                    NavigationNextCaption="<%$ Code: MonoSoftware.MonoX.Resources.DefaultResources.SlideShow_Next.ToUpper() %>"
                    NavigationPreviousCaption="<%$ Code: MonoSoftware.MonoX.Resources.DefaultResources.SlideShow_Prev.ToUpper() %>"
                    SliderTitle="<%$ Code: MonoSoftware.MonoX.Resources.DefaultResources.SlideShow_Title.ToUpper() %>">
                    <SlideShowItems>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-mono-software.jpg" Url="http://www.mono-software.com" Title="Mono Software"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-jobsboard.jpg" Url="http://www.jobsboard.ie" Title="JobsBoard"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-edenrecruitment.jpg" Url="http://www.edenrecruitment.ie/" Title="Eden Recruitment"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-pitcheo.jpg" Url="http://www.pitcheo.com" Title="Pitcheo"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-cpl.jpg" Url="http://www.cpl.ie" Title="CPL"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-dirh.jpg" Url="http://www.inspektorat.hr" Title="Inspektorat"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-yoquierosermejor.jpg" Url="http://www.yoquierosermejor.com/" Title="Yoquierosermejor"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-traenerguiden.jpg" Url="http://traenerguiden.dgi.dk/" Title="Traenerguiden"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-sbaopen.jpg" Url="http://www.sbaopen.com" Title="sbaOpen"></ModuleGallery:SlideShowItem>
                        <ModuleGallery:SlideShowItem runat="server" ImageUrl="/App_Themes/Default/img/Projects/project-as.jpg" Url="http://v2.anesthesiascheduler.com" Title="Anesthesia scheduler"></ModuleGallery:SlideShowItem>
                    </SlideShowItems>
                </MonoX:SlideShow>
            -->
             
            </div>
        </div>
        <div class="info-about">
            <div class="container">
                <portal:PortalWebPartZoneTableless ID="middlePartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText='<%$ Code: PageResources.Zone_MiddlePartZone %>'>
                    <ZoneTemplate>
                        <MonoX:Editor runat="server" ID="editor3" Title='<%$ Code: PageResources.Title_MiddleSection %>' DefaultDocumentTitle='<%$ Code: PageResources.Title_MiddleSection %>'>
                            <DefaultContent>
                            <h1>
                                <span>Free</span> ASP.NET <span>Content Management</span> and <span>Social Networking</span> Platform
                                <i>Fast. Powerful. Flexible. At the price you cannot beat.</i>
                            </h1>
                            <p>Inspired by the latest Web technologies and built on top of the Web parts infrastructure, MonoX features an intuitive, user-friendly user interface that supports drag and drop editing, WYSIWYG interface, advanced templating engine and personalization. It provides everything you need to build fully-featured social environments, including user profiles, third-party authorization, user relationship modules, a multi-user blog engine with automatic anti-spam protection, photo albums, customizable group architecture, discussion boards, file galleries, support for activity streams, messaging, chat, video sharing, walls and comments. </p>
                            <div class="download-section">
                                <a href="http://www.mono-software.com/Downloads/#MonoX" class="download-button" onclick="javascript:pageTracker._trackPageview('/Downloads/MonoX.zip');">
                                    <span>
                                        Download now
                                    </span>
                                </a>
                            </div>
                            <div class="arrow"></div>
                            </DefaultContent>
                        </MonoX:Editor>
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
        </div>
        <div class="container clearfix">
            <portal:PortalWebPartZoneTableless ID="bottomWebPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText='<%$ Code: PageResources.Zone_BottomPartZone %>'>
                <ZoneTemplate>
                    <MonoX:Editor runat="server" ID="editor1" Title='<%$ Code: PageResources.Title_BottomSection %>' DefaultDocumentTitle='<%$ Code: PageResources.Title_BottomSection %>' >
                        <DefaultContent>
                            <div class="boxes">
                                <div class="row">
                                    <div class="four columns">
                                        <a href="/MonoX/Mobile/Default.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-1.png" alt="MonoX Mobile" class="scale-with-grid" />
                                            <strong>MonoX Mobile</strong>
                                            <span>You can go for a responsive design, or build a separate mobile version of your site.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/News.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-2.png" alt="News" class="scale-with-grid" />
                                            <strong>News</strong>
                                            <span>Quickly and easily present news and updates to your audience.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/EventCalendar.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-3.png" alt="Calendar" class="scale-with-grid" />
                                            <strong>Calendar</strong>
                                            <span>Display and organize all kinds of events using an intuitive interface.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/Dashboard.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-4.png" alt="Social dashboard" class="scale-with-grid" />
                                            <strong>Social Dashboard</strong>
                                            <span>Show the most important social networking features in one place.</span>
                                        </a>
                                    </div>
                                </div>
                                <div class="row">
                                    <div class="four columns">
                                        <a href="/blog/posts/MonoX/" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-5.png" alt="Blogs" class="scale-with-grid" />
                                            <strong>Blogs</strong>
                                            <span>Install a multi-user blog system with anti-spam protection and support for customization.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/Discussion.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-6.png" alt="Discussion boards" class="scale-with-grid" />
                                            <strong>Discussion Boards</strong>
                                            <span>Engage in conversation with full support for commenting, voting and moderation.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/PhotoGallery.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-7.png" alt="Media galleries" class="scale-with-grid" />
                                            <strong>Media galleries</strong>
                                            <span>Host and share videos, photos, resumes, or any other kind of binary attachments.</span>
                                        </a>
                                    </div>
                                    <div class="four columns">
                                        <a href="/MonoX/Pages/SocialNetworking/Groups.aspx" class="box">
                                            <img runat="server" src="/App_Themes/Default/img/Icons/icon-8.png" alt="Groups" class="scale-with-grid" />
                                            <strong>Groups</strong>
                                            <span>Allow users to interact with each other around common topics.</span>
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </DefaultContent>   
                    </MonoX:Editor>               
                </ZoneTemplate>
            </portal:PortalWebPartZoneTableless>
        </div>
    </div>
</asp:Content>
This content has not been rated yet. 
6018 Reputation 709 Total posts
ivanb

ivanb

12/11/2012 10:53:05 AM
Everything looks ok now.
This content has not been rated yet. 
459 Reputation 55 Total posts