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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by dpavlin, Mon Feb 14 20:58:20 2005 UTC revision 6 by dpavlin, Tue Feb 15 18:56:19 2005 UTC
# Line 1  Line 1 
1  <P>  <div class="list-buttons">
 <TABLE BGCOLOR="#a0a0a0" BORDER="0" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0">  
2  #ifdef NUM_RECORDS  #ifdef NUM_RECORDS
3  <TR><TD BGCOLOR="#ffffff" ALIGN=center>  Records <em>##START_RECNUM## - ##END_RECNUM##</em> of <em>##NUM_RECORDS##</em>
4  Displaying records <B>##START_RECNUM## - ##END_RECNUM##</B> of <B>##NUM_RECORDS##</B>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </TD></TR>  
5  #endif  #endif
 <TR><TD>  
 <TABLE BORDER="0" CELLPADDING="5" CELLSPACING="1"><TR>  
6    
 #ifdef NUM_RECORDS  
 <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=center>  
7  #ifdef FIRST_URL  #ifdef FIRST_URL
8  <A href="##FIRST_URL##">|&lt;- First</A>   <A href="##FIRST_URL##">|&lt;- First</A>
 #else  
 &nbsp;  
9  #endif  #endif
10  </TD>  
 #endif  
 <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=center>  
11  #ifdef PREV_URL  #ifdef PREV_URL
12  <A href="##PREV_URL##">&lt;-- Prev</A>  <A class="button" href="##PREV_URL##">&lt;-- Prev</A>
 #else  
 &nbsp;  
 #endif  
 </TD>  
 #ifdef IS_REPORT  
 #else  
 <TD BGCOLOR="#ffffff" WIDTH=60 ALIGN="CENTER">  
 #ifdef ADD_URL  
 <A href="##ADD_URL##">ADD</A>  
 #else  
 &nbsp;  
 #endif  
 </TD>  
 #endif #IS_REPORT  
 <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=CENTER>  
 #ifdef NEXT_URL  
 <A href="##NEXT_URL##">Next --&gt;</A>  
 #else  
 &nbsp;  
 #endif  
 </TD>  
 #ifdef NUM_RECORDS  
 <TD BGCOLOR="#ffffff" WIDTH=100 ALIGN=center>  
 #ifdef LAST_URL  
 <A href="##LAST_URL##">Last -&gt;|</A>  
13  #else  #else
14  &nbsp;   #ifdef IS_REPORT
15  #endif   <!-- nop -->
16  </TD>   #else
17  #endif    #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  </TR></TABLE>  </div>
 </TD></TR>  
 </TABLE>  
 </P>  

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26