Blogs Listing
| Display: |
X
if(dojo.isIE && lconn.blogs.utils.applyDojoOnLoads) {lconn.blogs.utils.applyDojoOnLoads();} function createLink(id, string, accessString, topic) { var li = document.getElementById(id); if(li) { var linkText = string.replace('{0}', ''); var linkText = linkText.replace('{1}', ""); li.innerHTML = linkText; var linkTitle = accessString.replace('{0}', ""); linkTitle = linkTitle.replace('{1}', ""); var link = li.getElementsByTagName('a')[0]; if (accessString !== ""){ link.setAttribute('aria-label', linkTitle); } link.onclick = function() {lconn.blogs.utils.openHelpWindow(topic); return false;}; } } createLink('blogsWelcomeMsg1', 'Read or {0}contribute to{1} a blog that interests you.', "" , "t_blog_new_entries.html"); createLink('blogsWelcomeMsg2', '{0}Use blogs{1} to improve productivity.', "" , "c_blogs_ideablog.html"); createLink('blogsWelcomeMsg3', '{0}Create a public blog{1} that everyone in your organization can read.', "" , "t_blog_creating.html"); createLink('blogsWelcomeMsg4', '{0}Create a private blog{1} for a community of users.', "" , "t_blogs_creating_priv_community_blog.html");