/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 <div class="list-buttons">
2 #ifdef NUM_RECORDS
3 Records <em>##START_RECNUM## - ##END_RECNUM##</em> of <em>##NUM_RECORDS##</em>
4 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5 #endif
6
7 #ifdef FIRST_URL
8 <A href="##FIRST_URL##">|&lt;- First</A>
9 #endif
10
11 #ifdef PREV_URL
12 <A class="button" href="##PREV_URL##">&lt;-- Prev</A>
13 #else
14 #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
22 #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