Results 1 to 1 of 1

Thread: Problem Listview

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2014
    Location
    Venezuela
    Posts
    9

    Question Problem Listview

    I want to load these items in the table to a listview control, but not how to do it
    Name:  f8763c5e6484fbf18ed7bacae8b25ec0o.png
Views: 546
Size:  11.1 KB

    The problem is that there are two attributes ID exactly the same, in this case the attribute is: troops




    The HTML code for the table is:
    HTML Code:
    <table id="troops" cellpadding="1" cellspacing="1">
    <thead><tr><th colspan="12">Troops</th></tr></thead>
    </table>

    And the second code of the second attribute: troops
    It is of interest because it contains the information of the troops and the name of the troops will be loaded into the listview control
    HTML Code:
    <table id="troops" cellpadding="1" cellspacing="1">
    	<thead><tr>
    		<th colspan="2"><a href="village1.php?vid=119899">Lol</a></th>
    		</tr></thead><tbody><tr>
    				<th class="ico"><a href="build.php?id=39"><img class="unit u2" src="assets/x.gif" alt="Praetorian></a></th>
    				<td class=" num"=""> 31098
    				</a></th><td class="un">Praetorian</td>
    		</tr><tr>
    				<th class="ico"><a href="build.php?id=39"><img class="unit u4" src="assets/x.gif" alt="Equites Legati></a></th>
    				<td class=" num"=""> 5990
    				</a></th><td class="un">Equites Legati</td>
    		</tr><tr>
    				<th class="ico"><a href="build.php?id=39"><img class="unit u10" src="assets/x.gif" alt="Settler></a></th>
    				<td class=" num"=""> 3
    				</a></th><td class="un">Settler</td>
    		</tr></tbody><thead><tr>
    		<th colspan="2"><a href="village1.php?vid=148434"></a></th>
    		</tr></thead><thead><tr>
    		<th colspan="2"><a href="village1.php?vid=153626"></a></th>
    		</tr></thead><thead><tr>
    		<th colspan="2"><a href="village1.php?vid=158808">Void</a></th>
    		</tr></thead><tbody><tr>
    				<th class="ico"><a href="build.php?id=39"><img class="unit u1" src="assets/x.gif" alt="Legionnaire></a></th>
    				<td class=" num"=""> 1
    				</a></th><td class="un">Legionnaire</td>
    		</tr><tr>
    				<th class="ico"><a href="build.php?id=39"><img class="unit u2" src="assets/x.gif" alt="Praetorian></a></th>
    				<td class=" num"=""> 3719
    				</a></th><td class="un">Praetorian</td>
    		</tr><tr>
    				<th class="ico"><a href="build.php?id=39"><img class="unit u3" src="assets/x.gif" alt="Imperian></a></th>
    				<td class=" num"=""> 7
    				</a></th><td class="un">Imperian</td>
    		</tr><tr>
    				<th class="ico"><a href="build.php?id=39"><img class="unit u4" src="assets/x.gif" alt="Equites Legati></a></th>
    				<td class=" num"=""> 11626
    				</a></th><td class="un">Equites Legati</td>
    		</tr></tbody></table>
    Attached Images Attached Images  

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width