Project Claire: case conflict.html
From PikaDocs
Last modified: September 4, 2005
<!-- case_conflict.html = Conflict page tab subtemplate -->
%%[begin:flex_header]%%
<!-- TABLE containing results of conflicts search -->
<table class="conflict-results" summary="Search results for potential client conflicts">
<thead>
<tr>
<th class="first">Issue</th>
<th>Case No.</th>
<th>Time</th>
<th>Problem</th>
<th class="last">Status</th>
</tr>
</thead>
%%[end:flex_header]%%
%%[begin:flex_row]%%
<tbody>
<tr class="%%[css_class]%%">
<td class="row-bottom first">
<a href="%%[base_url]%%/contact.php?contact_id=%%[contact_id]%%">%%[conflict_name]%%</a>
= %%[role]%%<br />
DOB: %%[birth_date]%%<br />
SSN: %%[ssn']%%<br />
Address: %%[address]%%
</td>
<td class="row-bottom">
<a href="%%[base_url]%%/case.php?case_id=%%[case_id]%%">%%[number]%%</a>
</td>
<td class="row-bottom">
%%[2]%%
</td>
<td class="row-bottom">
%%[3]%%
</td>
<td class="row-bottom last">
%%[4]%%
</td>
</tr>
%%[end:flex_row]%%
%%[begin:flex_footer]%%
</tbody>
</table>
%%[end:flex_footer]%%
<!-- Form element for selecting Y/N conflict -->
<form action="%%[base_url]%%/ops/update_case.php" method="post" name="ws">
<p class="conflicts">
Does this case have conflicts?<br />
%%[conflicts,yes_no]%%
<input type="hidden" name="case_id" value="%%[case_id]%%">
<input type="hidden" name="screen" value="conflict">
</p>
<!-- Save button -->
<p class="save-conflicts">
<input id="save" class="save" type="image" src="images/buttons/save.gif" value="submit" tabindex="1" accesskey="s" alt="Save" title="Save" />
</p>
</form>
Related articles and files:

