/[gedafe]/trunk/network_topology/templates/listrep_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/listrep_buttons.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Mon Feb 14 20:58:20 2005 UTC (19 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 923 byte(s)
my own application about Network Topology

1 dpavlin 3 <P>
2     <TABLE BGCOLOR="#a0a0a0" BORDER="0" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0">
3     #ifdef NUM_RECORDS
4     <TR><TD BGCOLOR="#ffffff" ALIGN=center>
5     Displaying records <B>##START_RECNUM## - ##END_RECNUM##</B> of <B>##NUM_RECORDS##</B>
6     </TD></TR>
7     #endif
8     <TR><TD>
9     <TABLE BORDER="0" CELLPADDING="5" CELLSPACING="1"><TR>
10    
11     #ifdef NUM_RECORDS
12     <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=center>
13     #ifdef FIRST_URL
14     <A href="##FIRST_URL##">|&lt;- First</A>
15     #else
16     &nbsp;
17     #endif
18     </TD>
19     #endif
20     <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN="CENTER">
21     #ifdef PREV_URL
22     <A href="##PREV_URL##">&lt;-- Prev</A>
23     #else
24     &nbsp;
25     #endif
26     </TD>
27     <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN="CENTER">
28     #ifdef NEXT_URL
29     <A href="##NEXT_URL##">Next --&gt;</A>
30     #else
31     &nbsp;
32     #endif
33     </TD>
34     #ifdef NUM_RECORDS
35     <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=center>
36     #ifdef LAST_URL
37     <A href="##LAST_URL##">Last -&gt;|</A>
38     #else
39     &nbsp;
40     #endif
41     </TD>
42     #endif
43    
44     </TR></TABLE>
45     </TD></TR>
46     </TABLE>
47     </P>

  ViewVC Help
Powered by ViewVC 1.1.26