|
| File: org/alfresco/components/dashlets/user-welcome.get.desc.xml |
<webscript>
<shortname>Getting Started</shortname>
<description>Displays a welcome note to the user</description>
<family>user-dashlet</family>
<url>/components/dashlets/user-welcome</url>
</webscript> |
| File: org/alfresco/components/dashlets/user-welcome.get.head.ftl |
<!-- User Welcome Assets -->
<link rel="stylesheet" type="text/css" href="${page.url.context}/components/dashlets/user-welcome.css"/>
<script type="text/javascript" src="${page.url.context}/components/dashlets/user-welcome.js"></script>
<link rel="stylesheet" type="text/css" href="${page.url.context}/modules/create-site.css"/>
<script type="text/javascript" src="${page.url.context}/modules/create-site.js"></script> |
| File: org/alfresco/components/dashlets/user-welcome.get.html.ftl |
<script type="text/javascript">//<![CDATA[
new Alfresco.UserWelcome("${args.htmlid}");
//]]></script>
<div class="dashlet user-welcome">
<div class="title">${msg("header.userWelcome")}</div>
<div class="body">
<div class="detail-list-item-alt theme-bg-color-2">
<h4>${msg("header.userDashboard")}</h4>
<div>${msg("text.userDashboard")}</div>
</div>
<div class="detail-list-item">
<h4>${msg("header.featureTour")}</h4>
<div>${msg("text.featureTour")}</div>
<div><a href="http://www.alfresco.com/help/3/labs/ShareTutorial" class="theme-color-1" target="_blank">${msg("link.featureTour")}</a></div>
</div>
<div class="detail-list-item">
<h4>${msg("header.userProfile")}</h4>
<div>${msg("text.userProfile")}</div>
<div><a href="${url.context}/page/user/${user.name?url}/profile" class="theme-color-1">${msg("link.userProfile")}</a></div>
</div>
<div class="detail-list-item">
<h4>${msg("header.customiseDashboard")}</h4>
<div>${msg("text.customiseDashboard")}</div>
<div><a href="${url.context}/page/customise-user-dashboard" class="theme-color-1">${msg("link.customiseDashboard")}</a></div>
</div>
<div class="detail-list-item last-item">
<h4>${msg("header.createSite")}</h4>
<div>${msg("text.createSite")}</div>
<div><a id="${args.htmlid}-createSite-button" href="#" class="theme-color-1">${msg("link.createSite")}</a></div>
</div>
<div class="clear"></div>
</div>
</div> |
| File: org/alfresco/components/dashlets/user-welcome.get.properties |
header.userWelcome=Getting Started
header.userDashboard=Welcome to your Dashboard
text.userDashboard=Your dashboard gives you a rolled-up view of what is going on in all the sites of which you are a member.
header.customiseDashboard=Customize Your Dashboard
text.customiseDashboard=You can add or remove dashlets and change the layout of your dashboard.
link.customiseDashboard=Customize Dashboard
header.userProfile=Your Profile
text.userProfile=Change your password and enter information about yourself and company on your profile page.
link.userProfile=Your Profile
header.mySites=My Sites
text.mySites=Visit one of your sites.
header.createSite=Create a Site
text.createSite=Create a site and start collaborating with others.
link.createSite=Create Site
header.onlineHelp=Online Help
text.onlineHelp=To view online help, click Help.
link.onlineHelp=Help
header.featureTour=Learn about Alfresco Share
text.featureTour=Walk through the guided tutorial to familiarize yourself with the features.
link.featureTour=Download Tutorial |