Changeset 3 for trunk/templates


Ignore:
Timestamp:
08/18/09 18:04:14 (15 years ago)
Author:
Kris Deugau
Message:

/trunk

Checkpoint
Continued development to reach ~ VegaDNS equivalence

Location:
trunk/templates
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/adddomain.tmpl

    r2 r3  
    22<TMPL_INCLUDE NAME="newdomain.tmpl">
    33<TMPL_ELSE>
    4 <TMPL_INCLUDE NAME="domdetail.tmpl">
     4<TMPL_INCLUDE NAME="reclist.tmpl">
    55</TMPL_IF>
  • trunk/templates/delrec.tmpl

    r2 r3  
    44
    55<td align="center">
    6 <h3>Are you really sure you want to delete <TMPL_VAR NAME=ftype> record <TMPL_VAR NAME=recval>?</h3>
     6<h3>Are you really sure you want to delete record:<br>
     7<TMPL_VAR NAME=host> <TMPL_VAR NAME=ftype> <TMPL_VAR NAME=recval></h3>
    78<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrec&del=cancel&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>">cancel</a> &nbsp; | &nbsp; <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrec&del=ok&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>">confirm</a>
    89</td></tr></table>
     
    1011<TMPL_ELSE>
    1112<TMPL_IF del_failed>
     13<!-- Need to find failure mode to cause/test this -->
     14<h1>FOO!</h1>
     15<TMPL_VAR NAME=errmsg>
    1216<TMPL_ELSE>
    1317<TMPL_INCLUDE NAME="reclist.tmpl">
  • trunk/templates/domlist.tmpl

    r2 r3  
    1212<TMPL_IF navnext><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist&offset=<TMPL_VAR NAME=nextoffs>">next<img src="images/fwd.png" border=0></a><TMPL_ELSE>next<img src="images/fwd.png" border=0></TMPL_IF>&nbsp;
    1313<TMPL_IF navlast><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist&offset=<TMPL_VAR NAME=lastoffs>">last<img src="images/ffwd.png" border=0></a><TMPL_ELSE>last<img src="images/ffwd.png" border=0></TMPL_IF>&nbsp;
    14 <TMPL_IF navall><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist">all</a><TMPL_ELSE>all</TMPL_IF>
     14<TMPL_IF navall><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist&offset=all">all</a><TMPL_ELSE>all</TMPL_IF>
    1515</td><td align=right>insert search box here</td></tr>
    1616
     
    4141        <td width="1%" nowrap><TMPL_VAR name=status></td>
    4242        <td width="1%" nowrap><TMPL_VAR name=group></td>
    43         <td width="1%" nowrap align=center><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=chgstatus&id=<TMPL_VAR NAME=domainid>&defrec=n"><TMPL_IF NAME=mkactive>activate<TMPL_ELSE>deactivate</TMPL_IF></a></td>
     43        <td width="1%" nowrap align=center><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=domlist<TMPL_IF NAME=offset>&offset=<TMPL_VAR NAME=offset></TMPL_IF>&id=<TMPL_VAR NAME=domainid>&action=<TMPL_IF NAME=mkactive>domon<TMPL_ELSE>domoff</TMPL_IF>"><TMPL_IF NAME=mkactive>activate<TMPL_ELSE>deactivate</TMPL_IF></a></td>
    4444        <td width="1%" nowrap align=center><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=del&id=<TMPL_VAR NAME=domainid>&defrec=w"><img src="images/trash2.png" border=0></a></td>
    4545</tr>
  • trunk/templates/reclist.tmpl

    r2 r3  
    4949<td width="5%" nowrap><TMPL_VAR NAME=port></td>
    5050<td width="5%" nowrap><TMPL_VAR NAME=ttl></td>
    51 <td width="5%" align="center" nowrap><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=conf_del&id=<TMPL_VAR NAME=record_id>&defrec=<TMPL_VAR NAME=defrec>"><img border=0 src="images/trash2.png"></a></td>
     51<td width="5%" align="center" nowrap><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrec&id=<TMPL_VAR NAME=record_id>&defrec=<TMPL_VAR NAME=defrec>"><img border=0 src="images/trash2.png"></a></td>
    5252</TMPL_LOOP>
    5353</table>
Note: See TracChangeset for help on using the changeset viewer.