/[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 3 - (show annotations)
Mon Feb 14 20:58:20 2005 UTC (19 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 1078 byte(s)
my own application about Network Topology

1 <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 #ifdef IS_REPORT
28 #else
29 <TD BGCOLOR="#ffffff" WIDTH=60 ALIGN="CENTER">
30 #ifdef ADD_URL
31 <A href="##ADD_URL##">ADD</A>
32 #else
33 &nbsp;
34 #endif
35 </TD>
36 #endif #IS_REPORT
37 <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=CENTER>
38 #ifdef NEXT_URL
39 <A href="##NEXT_URL##">Next --&gt;</A>
40 #else
41 &nbsp;
42 #endif
43 </TD>
44 #ifdef NUM_RECORDS
45 <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=center>
46 #ifdef LAST_URL
47 <A href="##LAST_URL##">Last -&gt;|</A>
48 #else
49 &nbsp;
50 #endif
51 </TD>
52 #endif
53
54 </TR></TABLE>
55 </TD></TR>
56 </TABLE>
57 </P>

  ViewVC Help
Powered by ViewVC 1.1.26