From: <al...@us...> - 2007-08-13 01:48:56
|
Revision: 479 http://sciret.svn.sourceforge.net/sciret/?rev=479&view=rev Author: alpeb Date: 2007-08-12 18:48:54 -0700 (Sun, 12 Aug 2007) Log Message: ----------- Show original question for articles that answer a question Modified Paths: -------------- branches/release-candidates/sciret-1.2/templates/ViewArticle.tpl Modified: branches/release-candidates/sciret-1.2/templates/ViewArticle.tpl =================================================================== --- branches/release-candidates/sciret-1.2/templates/ViewArticle.tpl 2007-08-12 00:45:11 UTC (rev 478) +++ branches/release-candidates/sciret-1.2/templates/ViewArticle.tpl 2007-08-13 01:48:54 UTC (rev 479) @@ -43,6 +43,12 @@ <td style='font:bold 13px sans-serif'>{title}</td> <td width=30%>{createdby}</td> </tr> + <!-- BEGIN question_block --> + <tr> + <td style="text-align:right"><span style='font:normal 12px sans-serif'>[l]Question[/l]:</span></td> + <td style='font:bold 13px sans-serif'>{question}</td> + </tr> + <!-- END question_block --> <tr> <td width=1% style="text-align:right"><span style='font:normal 12px sans-serif'>[l]Category[/l]:</span></td> <td>{category}</td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |