Changeset 511 for branches/htmlform/templates/admin
- Timestamp:
- 09/27/12 18:13:16 (12 years ago)
- Location:
- branches/htmlform/templates/admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/templates/admin/aclerr.tmpl
r483 r511 3 3 <head> 4 4 <title>Access denied</title> 5 <link rel="stylesheet" type="text/css" href=" /ip/ipdb.css">6 <link rel="stylesheet" type="text/css" href=" /ip/local.css">5 <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css"> 6 <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css"> 7 7 </head> 8 8 <body> -
branches/htmlform/templates/admin/alloc.tmpl
r489 r511 27 27 <TMPL_LOOP NAME=citylist><option><TMPL_VAR NAME=city></option> 28 28 </TMPL_LOOP></select> 29 <a href="javascript:popNotes(' /ip/cgi-bin/newcity.cgi')">Add new location</a>29 <a href="javascript:popNotes('<TMPL_VAR NAME=webpath>/cgi-bin/newcity.cgi')">Add new location</a> 30 30 </td> 31 31 </tr> -
branches/htmlform/templates/admin/header.tmpl
r487 r511 3 3 <head> 4 4 <title>[IPDB admin tools]</title> 5 <link rel="stylesheet" type="text/css" href=" /ip/ipdb.css">6 <link rel="stylesheet" type="text/css" href=" /ip/local.css">7 <script src=" /ip/templates/widgets.js" type="text/javascript"></script>5 <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/ipdb.css"> 6 <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=webpath>/local.css"> 7 <script src="<TMPL_VAR NAME=webpath>/templates/widgets.js" type="text/javascript"></script> 8 8 </head> 9 9 <body> … … 12 12 <div> 13 13 14 <TMPL_UNLESS mainpage><a href=" /ip/cgi-bin/admin.cgi">Back</a> to main<hr></TMPL_UNLESS>14 <TMPL_UNLESS mainpage><a href="<TMPL_VAR NAME=webpath>/cgi-bin/admin.cgi">Back</a> to main<hr></TMPL_UNLESS> 15 15
Note:
See TracChangeset
for help on using the changeset viewer.