Changeset 1141 for trunk/wifidog-auth/wifidog/templates/node_list.html
- Timestamp:
- 11/24/06 15:04:51 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/templates/node_list.html
r1138 r1141 8 8 {if $sort_by_param == "last_heartbeat_user_agent"}<img src="{$common_images_url}sort_by_asc.gif">{/if} 9 9 </th> 10 {* <th> 11 <a href="?sort_by=node_id">{"Node id"|_}</a> 12 {if $sort_by_param == "node_id"}<img src="{$common_images_url}sort_by_asc.gif">{/if} 13 </th> *} 10 14 <th> 11 <a href="?sort_by= node_id">{"Id"|_}</a>12 {if $sort_by_param == " node_id"}<img src="{$common_images_url}sort_by_asc.gif">{/if}15 <a href="?sort_by=gw_id">{"Gateway id"|_}</a> 16 {if $sort_by_param == "gw_id"}<img src="{$common_images_url}sort_by_asc.gif">{/if} 13 17 </th> 14 18 <th> … … 38 42 {$nodes[node].last_heartbeat_user_agent} 39 43 </td> 40 <td>{$nodes[node].node_id}</td> 44 {* <td>{$nodes[node].node_id}</td> *} 45 <td>{$nodes[node].gw_id}</td> 41 46 <td>{$nodes[node].name}</td> 42 47 <td>
