Does anyone know where I can find the code for the output which renders when you click on the "create content" link in the navigation block?
the code renders like this:
Choose the appropriate item from the list:
blog entry
A blog is a regularly updated journal or diary made up of individual posts shown in reversed chronological order. A blog is tightly coupled to the author so each user will have his 'own' blog.
forum topic
Create a new topic for discussion in the forums.
page
If you want to add a static page, like a contact page or an about page, use a page.
poll
A poll is a multiple-choice question which visitors can vote on.
story
Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.
and the page source code looks like this:
<!-- begin content -->Choose the appropriate item from the list:<dl><dt><a href="/?q=node/add/blog" title="Add a new blog entry.">blog entry</a></dt><dd>A blog is a regularly updated journal or diary made up of individual posts shown in reversed chronological order. A blog is tightly coupled to the author so each user will have his 'own' blog.</dd><dt><a href="/?q=node/add/forum" title="Add a new forum topic.">forum topic</a></dt><dd>Create a new topic for discussion in the forums.</dd><dt><a href="/?q=node/add/page" title="Add a new page.">page</a></dt><dd>If you want to add a static page, like a contact page or an about page, use a page.</dd><dt><a href="/?q=node/add/poll" title="Add a new poll.">poll</a></dt><dd>A poll is a multiple-choice question which visitors can vote on.</dd><dt><a href="/?q=node/add/story" title="Add a new story.">story</a></dt><dd>Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.</dd></dl><!-- end content -->