709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
|
@ <h1>MLINK table for check-in %h(zCI)</h1>
render_checkin_context(mid, 1);
@ <hr />
@ <div class='brlist'>
@ <table id='mlinktable'>
@ <thead><tr>
@ <th>File</th>
@ <th>From</th>
@ <th>Merge?</th>
@ <th>New</th>
@ <th>Old</th>
@ <th>Exe<br>Bit?</th>
@ <th>Prior<br>Name</th>
@ </tr></thead>
@ <tbody>
|
|
|
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
|
@ <h1>MLINK table for check-in %h(zCI)</h1>
render_checkin_context(mid, 1);
@ <hr />
@ <div class='brlist'>
@ <table id='mlinktable'>
@ <thead><tr>
@ <th>File</th>
@ <th>Parent<br>Check-in</th>
@ <th>Merge?</th>
@ <th>New</th>
@ <th>Old</th>
@ <th>Exe<br>Bit?</th>
@ <th>Prior<br>Name</th>
@ </tr></thead>
@ <tbody>
|