User: st Date: 05/04/25 12:32:05 Modified: /dba/www/ project_tools.html
Log: new design File Changes: Directory: /dba/www/ ==================== File [changed]: project_tools.html Url: http://dba.openoffice.org/source/browse/dba/www/project_tools.html?r1=1.15&r2=1.16 Delta lines: +35 -0 -------------------- --- project_tools.html 25 Apr 2005 19:24:57 -0000 1.15 +++ project_tools.html 25 Apr 2005 19:32:02 -0000 1.16 @@ -1,3 +1,38 @@ +<!-- Note: You don't have to fill in the name of your project +with ONE exception: +you must specify the project name for the Version control link. --> + +<div class="label"><strong>Project tools</strong></div> +<div class="body"> + <div> <a href="/servlets/ProjectHome">Project home</a> </div> + <div> <a href="/servlets/ProjectMemberList">Membership</a> </div> +</div> +<div class="body"> + <div> <a href="/servlets/ProjectNewsList">Announcements</a> </div> + <!-- #if ($isLoggedIn && !$loginUser.isAnonymous()) + <div><a href="/servlets/ProjectForumView">Discussion forums</a></div> + #end --> + <div> <a href="/servlets/ProjectMailingListList">Mailing lists</a> </div> +</div> +<div class="body"> + <div> <a href="/servlets/ProjectDocumentList">Documents & files</a> </div> + <div><a href="/source/browse/[projectname]">Version control</a> </div> +</div> +<div class="body"> + <div> <a href="/servlets/ProjectIssues">Issue tracker</a> </div> + <!-- #if ($isLoggedIn && !$loginUser.isAnonymous()) + <div><a href="http://qa.openoffice.org/issues/buglist.cgi?cmdtype=runuserdefault">My issues</a></div> + #end </div> --> +<!--Other links should just be added using <div>...</div>, with regular expressions, eg., <div>about-downloads.html</div>, to link to http://[projectname].openoffice.org/about-downloads.html, which is in the project/www/ directory. To link to, say, http://[projectname].openoffice.org/information/index.html, use <div>/information/index.html</div>. + +Thus: + +<div>file.html</div> +<div>/directory/file.html</div> + +--> +</div> + <div class="label"><a href="/index.html"><strong>Database Access</strong></a> </div> <div class="body"> <div><a href="/howto/index.html">HowTo's</a></div> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
