/[gedafe]/trunk/network_topology/templates/list_buttons.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/network_topology/templates/list_buttons.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Tue Feb 15 18:56:19 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/html
File size: 642 byte(s)
design modifications -- massive one :-)

1 dpavlin 6 <div class="list-buttons">
2 dpavlin 3 #ifdef NUM_RECORDS
3 dpavlin 6 Records <em>##START_RECNUM## - ##END_RECNUM##</em> of <em>##NUM_RECORDS##</em>
4     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5 dpavlin 3 #endif
6    
7     #ifdef FIRST_URL
8 dpavlin 6 <A href="##FIRST_URL##">|&lt;- First</A>
9 dpavlin 3 #endif
10 dpavlin 6
11 dpavlin 3 #ifdef PREV_URL
12 dpavlin 6 <A class="button" href="##PREV_URL##">&lt;-- Prev</A>
13 dpavlin 3 #else
14 dpavlin 6 #ifdef IS_REPORT
15     <!-- nop -->
16     #else
17     #ifdef ADD_URL
18     <A class="button" href="##ADD_URL##">ADD</A>
19     #endif
20     #endif #IS_REPORT
21 dpavlin 3
22 dpavlin 6 #ifdef NEXT_URL
23     <A class="button" href="##NEXT_URL##">Next --&gt;</A>
24     #endif
25    
26     #ifdef NUM_RECORDS
27     #ifdef LAST_URL
28     <A class="button" href="##LAST_URL##">Last -&gt;|</A>
29     #endif
30     #endif
31    
32     </div>

  ViewVC Help
Powered by ViewVC 1.1.26