Main Page is the wide are portion of the homepage. the width of this area tend to be flexible depending the type of layout (fixed or fluid). Intranet News and What’s new are typicaly located on this page.
/interface_custom/main/intranethome.html
<include file="homeheader.html"> <div id="HeadlineNews" class="infobox" > <strong> News</strong> <txt datasrc="headline_news"> <div id="HeadlineNewsItem"> <div id="HeadlineNewsImg"> <a href="../main/view_full_news_article.php?id={id}" name="title_link"><img align="absmiddle" src="../news/{file}" name="news_image[]" class="Picture"/></a> </div> <div id="HeadlineNewstext"> <div class="Head"><a href="../main/view_full_news_article.php?id={id}" name="title_link"> <txt name="news_title">TITLE</txt> </a></div> <div class="Properties"><span class="Date" name="date">2002-10-28</span> <span class="Author"> <txt name="documents:history:By">By</txt> <txt name="creator">Creator</txt> </span> <span class="Tags" name="meta_tags_visible"> <txt name="newsadmin:tags">tags:</txt> <txt name="meta_tags" datasrc=""><a href="../main/all_articles.php?tag={tag}" name="tag">tag</a> <txt name="delim">, </txt> </txt> </span><span name="comments_link"><a name="link" href="/intranet/news/comments.php?id={id}" class="Comments"> <img src="/interface_custom/img/comments.gif" alt="Comments" /> <txt name="comments_count">3</txt> </a></span></div> <div class="NewsText"> <txt name="news_text">Text</txt> </div> </div> <div class="cleared"></div> </div> </txt> <div class="HomeNewsLinkTool"> <span name="create_news" style="float: right;"><a href="../news/create.php"><img src="images/edit.png"> <txt name="newsadmin:create_news">Create new news</txt> </a></span> <a href="../main/all_articles.php"><img src="../../images/default/menu/viewall.gif" width="16" height="16"/> <txt name="main:headline:all_stories">View all news articles</txt> </a> </div> </div> <!-- //HEADLINE NEWS --> <!-- WHAT'S NEW --> <div id="HomeOnYourDesk"> <txt name="whats_new_selected" visible="0"> <h2 NAME="main:intranethome:whats_new">Whats New</h2> </txt> <txt name="easy_find_selected" visible="0"> <h2 NAME="main:intranethome:Easy_Find">Easy Find</h2> </txt> <div class="table_options"> <div> <form action="#whatsnew" method="post"> <label> <txt name="main:intranethome:filter_by">Filter by</txt> <select name="what_to_show_selector" onChange="return this.form.submit();"> <option name="my_settings"> <txt name="people:home:mysettings">My settings</txt> </option> <option name="easy_find_all"> <txt name="people:myprofile:search_easyfind">Easy find</txt> </option> <option name="easy_find_docs" > <txt NAME="common:infobar:Documents">documents</txt> </option> <option name="easy_find_pages"> <txt NAME="common:infobar:Pages">pages</txt> </option> <option name="easy_find_forum"> <txt NAME="common:infobar:Forum">forum posts</txt> </option> <option name="whats_new_all"> <txt name="main:intranethome:whats_new">What's new</txt> </option> <option name="whats_new_docs"> <txt NAME="common:infobar:Documents">documents</txt> </option> <option name="whats_new_pages"> <txt NAME="common:infobar:Pages">pages</txt> </option> <option name="whats_new_forum"> <txt NAME="common:infobar:Forum">forum posts</txt> </option> <option name="whats_new_bs_book"> <txt NAME="common:infobar:BookshelfBooks">bookshelf books</txt> </option> <option name="whats_new_bs_page"> <txt NAME="common:infobar:BookshelfPages">bookshelf pages</txt> </option> </select> </label> </form> </div> <a href="../people/mysettings.php#ef"> <txt NAME="main:intranethome:configure_easy_find">change setting</txt> </a> </div> <txt name="whats_new" visible="0"> <table class="table_docs" width="100%"> <include file="whatsnew.html"> </table> </txt> <txt name="easy_find" visible="0"> <table class="table_docs" width="100%"> <include file="easy_find.html"> </table> </txt> <div class="Right"> <txt name="main:whatsnew:search_time">Search time:</txt> <txt name="what_new_time">1.23</txt> s</div> </div> <!-- //WHAT'S NEW --> <div class="cleared"></div> </div> <!-- end of main page content --> <include file="../main/right_column.html"> <include file="homefooter.html">
Widgets, smart objects, RSS news usualy located on the sidebar.
<div id="sidebar"> <component class="HomePagePollsList" hide_if_empty="1"> <component class="HomePageSurveysList" hide_if_empty="1"> <component class="HomePageMailStatus" show_only_new="1" title="${mail:home:new_messages.body}" hide_if_empty="1">
Stylesheet which control design of the homepage should be located under
with declaration on the :
Discussion