Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed another template issue
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2473 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Mar 1, 2007
1 parent 1b6b6fe commit 5abfd94
Showing 1 changed file with 31 additions and 28 deletions.
59 changes: 31 additions & 28 deletions templates/bluengrey/question.pstpl
@@ -1,28 +1,31 @@
<br/><table width='97%' align='center' border='1' style='border-collapse: collapse; border-color:#666666;' bgcolor='#FFFFFF'>
<tr>
<td>
<table width='100%' cellspacing='0'>
<tr>
<td valign="middle" colspan='2'>
<font style="font-size: 12px;"><b>{QUESTION_CODE}: {QUESTION}</b></font>
</td>
</tr>
<tr>
<td width='30%'></td><td align="left" valign="middle">
<blockquote><font style="font-size: 10px;">{ANSWER}</font></blockquote>
</td>
</tr>
<tr>
<td valign="middle">
<font style="font-size: 10px; font-style: italic;">{QUESTIONHELP}</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td height='1'></td>
</tr>
</table>
<br>
<table width='97%' align='center' border='1' style='border-collapse: collapse; border-color:#666666;' bgcolor='white'>
<tr>
<td>
<table width='100%' cellspacing='0'>
<tr>
<td valign="middle">
<font style="font-size: 12px;"><b>{QUESTION_CODE}: {QUESTION}</b></font>
</td>
</tr>
<tr>
<td align="center">
<font style="font-size: 10px;">{ANSWER}</font>
</td>
</tr>
<tr>
<td valign="middle">
<font style="font-size: 10px; font-style: italic;">{QUESTIONHELP}</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td height='1'></td>
</tr>
</table>


0 comments on commit 5abfd94

Please sign in to comment.