/[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

Diff of /templates/ds-ss.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ravilov, Wed Aug 22 11:43:59 2001 UTC revision 1.2 by ravilov, Mon Aug 27 09:17:40 2001 UTC
# Line 1  Line 1 
1  <B>Symptom sorter!</B><BR><BR>  <br>
2  <SMALL>(soon to come)</SMALL>  {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}

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26