/[health_html]/templates/ds-ss.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /templates/ds-ss.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Aug 27 09:17:40 2001 UTC (22 years, 8 months ago) by ravilov
Branch: MAIN
Changes since 1.1: +25 -2 lines
Minor bug fixes. Started the Symptom Sorter.

1 <br>
2 {if ($symptom)}<table border=0 width="100%" cellspacing=0 cellpadding=5 bgcolor="#CCCCCC"><tr><td><span class="sstitle">{$symptom}</span></td></tr></table><br>{/if}
3 <br><span class="ssheader">&#8226;&nbsp;&nbsp;Ready Reckoner</span><br><br>
4 <table border=0 cellspacing=0 cellpadding=5>
5 <tr class="ssrow0"><th class="sshead1">&nbsp;</th>{section name=i loop=$bolesti}<th class="sshead1">{$i/bolesti}</th>{/section}</tr>
6 {section name=i loop=$simptomi}
7 <tr class="{if (%i.rownum% % 2 != 0)}ssrow1{else}ssrow2{/if}"><th class="sshead2">{$i/simptomi.name}?</th>{section name=j loop=$i/simptomi.values}<td class="ssitem">{if ($i/j.values/simptomi == 0)}Possible{elseif ($i/j.values/simptomi < 0)}No{elseif ($i/j.values/simptomi > 0)}Yes{/if}</td>{/section}</tr>
8 {/section}
9 </table><br>
10 {if ($overview)}
11 <br><span class="ssheader">&#8226;&nbsp;&nbsp;The GP Overview</span><br><br>
12 {$overview}<br>
13 {/if}
14 {if ($diag)}
15 <br><span class="ssheader">&#8226;&nbsp;&nbsp;Differential Diagnosis</span><br><br>
16
17 {/if}
18 {if ($investigations)}
19 <br><span class="ssheader">&#8226;&nbsp;&nbsp;Possible Investigations</span><br><br>
20 {$investigations}<br>
21 {/if}
22 {if ($red_flags)}
23 <br><span class="ssheader">&#8226;&nbsp;&nbsp;Red Flags</span><br><br>
24 {$red_flags}<br>
25 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26