Update of /cvsroot/phpwebapp/top10/templates/confirm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/confirm
Modified Files:
confirm.html
Log Message:
Index: confirm.html
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/confirm/confirm.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** confirm.html 23 Sep 2003 14:04:14 -0000 1.1.1.1
--- confirm.html 22 Jul 2004 09:38:24 -0000 1.2
***************
*** 2,12 ****
<head>
<title>Top 10 Web Application Projects: Request Confirmation</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <link rel="stylesheet" href="{{TPL_URL}}styles.css" type="text/css">
</head>
<body>
! <WebBox ID="confirm">
! <Include SRC="{{file}}" />
! </WebBox>
<p>
Go to <a href="{{APP_URL}}">Top10 Web Application Projects</a>,
--- 2,12 ----
<head>
<title>Top 10 Web Application Projects: Request Confirmation</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
! <link rel="stylesheet" href="{{TPL_URL}}styles.css" type="text/css" />
</head>
<body>
! <webbox id="confirm">
! <include src="{{file}}" />
! </webbox>
<p>
Go to <a href="{{APP_URL}}">Top10 Web Application Projects</a>,
|