phpwebapp-commits Mailing List for phpWebApp (Page 13)
Brought to you by:
dashohoxha
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
(43) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(194) |
Sep
(60) |
Oct
(6) |
Nov
|
Dec
(16) |
2004 |
Jan
(73) |
Feb
(13) |
Mar
(5) |
Apr
|
May
(5) |
Jun
|
Jul
(183) |
Aug
|
Sep
(5) |
Oct
(30) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
(35) |
Jul
(17) |
Aug
(2) |
Sep
(6) |
Oct
(19) |
Nov
(108) |
Dec
|
2006 |
Jan
(10) |
Feb
(1) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:42
|
Update of /cvsroot/phpwebapp/top10/templates/admin/users In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/admin/users Modified Files: Tag: maisp users.html footer.html Log Message: Index: users.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/admin/users/Attic/users.html,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -C2 -d -r1.1.2.7 -r1.1.2.8 *** users.html 2 Feb 2004 15:38:47 -0000 1.1.2.7 --- users.html 22 Jul 2004 14:09:30 -0000 1.1.2.8 *************** *** 1,24 **** ! <WebBox ID="users"> ! <br> ! <Include SRC="{{./}}filter/user_filter.html" /> ! <br> ! <Repeat rs="users_rs"> ! <IfEmpty> ! No Users Selected! <br> ! </IfEmpty> ! <Header> ! <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> ! <form name="users" onsubmit="return false;"> ! <tr> ! <td bgcolor="#eeeeee" align="center" width="2%">Nr</td> ! <td bgcolor="#eeeeee" align="center">username</td> ! <td bgcolor="#eeeeee" align="center">Real Name</td> ! <td bgcolor="#eeeeee" align="center">E-mail</td> ! <td bgcolor="#eeeeee" align="center">Homepage</td> ! <td bgcolor="#eeeeee" align="center">Status</td> ! <td bgcolor="#eeeeee" align="center">Save</td> ! </tr> ! </Header> ! <RepeatBody> <tr> <td bgcolor="white" width="2%" align="center">{{CurrentRecNr}}</td> --- 1,20 ---- ! <webbox id="users"> ! <br /> ! <include src="{{./}}filter/user_filter.html" /> ! <br /> ! <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> ! <form name="users" onsubmit="return false;"> ! <tr> ! <td bgcolor="#eeeeee" align="center" width="2%">Nr</td> ! <td bgcolor="#eeeeee" align="center">username</td> ! <td bgcolor="#eeeeee" align="center">Real Name</td> ! <td bgcolor="#eeeeee" align="center">E-mail</td> ! <td bgcolor="#eeeeee" align="center">Homepage</td> ! <td bgcolor="#eeeeee" align="center">Status</td> ! <td bgcolor="#eeeeee" align="center">Save</td> ! </tr> ! <repeat rs="users_rs"> ! <ifempty><tr><td colspan="7">No Users Selected!</td></tr></ifempty> ! <repeatbody> <tr> <td bgcolor="white" width="2%" align="center">{{CurrentRecNr}}</td> *************** *** 42,46 **** class="textbox" size="5" onfocus="select()" /> </td> ! <td bgcolor="white" align="center" nowrap> <a class="button" href="javascript:saveuser('{{username}}')">S</a> <a class="button" href="javascript:email2user('{{username}}')">E</a> --- 38,42 ---- class="textbox" size="5" onfocus="select()" /> </td> ! <td bgcolor="white" align="center" nowrap="nowrap"> <a class="button" href="javascript:saveuser('{{username}}')">S</a> <a class="button" href="javascript:email2user('{{username}}')">E</a> *************** *** 48,61 **** </td> </tr> ! </RepeatBody> ! <Footer> ! </form> ! </table> ! <Include SRC="{{./}}footer.html" /> ! </Footer> ! </Repeat> ! <Include SRC="{{TPL_PATH}}edituser/edituser.html" /> ! </WebBox> --- 44,55 ---- </td> </tr> ! </repeatbody> ! </repeat> ! </form> ! </table> ! <include src="{{./}}footer.html" /> ! <include src="{{TPL_PATH}}edituser/edituser.html" /> ! </webbox> Index: footer.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/admin/users/Attic/footer.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** footer.html 13 Jan 2004 15:48:24 -0000 1.1.2.1 --- footer.html 22 Jul 2004 14:09:30 -0000 1.1.2.2 *************** *** 1,2 **** --- 1,3 ---- + <rsnavig rs="users_rs"> <table id="footer-table" cellspacing="0" cellpadding="0"> <tr> *************** *** 10,26 **** <td width="10"></td> <td> ! <If condition="'{{CurrPage}}'<>'{{PrevPage}}'"> ! <input type="button" value="<<" ! onclick="SendEvent('users','next','page=1')"> ! <input type="button" value=" < " ! onclick="SendEvent('users','next','page={{PrevPage}}')"> ! </If> ! <If condition="'{{CurrPage}}'<>'{{LastPage}}'"> <input type="button" value=" > " ! onclick="SendEvent('users','next','page={{NextPage}}')"> <input type="button" value=">>" ! onclick="SendEvent('users','next','page={{LastPage}}')"> ! </If> </td> </tr> </table> --- 11,28 ---- <td width="10"></td> <td> ! <if condition="'{{CurrPage}}'!='{{PrevPage}}'"> ! <input type="button" value="&lt;&lt;" ! onclick="SendEvent('users','next','page=1')" /> ! <input type="button" value=" &lt; " ! onclick="SendEvent('users','next','page={{PrevPage}}')" /> ! </if> ! <if condition="'{{CurrPage}}'!='{{LastPage}}'"> <input type="button" value=" > " ! onclick="SendEvent('users','next','page={{NextPage}}')" /> <input type="button" value=">>" ! onclick="SendEvent('users','next','page={{LastPage}}')" /> ! </if> </td> </tr> </table> + </rsnavig> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:41
|
Update of /cvsroot/phpwebapp/top10/templates/admin/login In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/admin/login Modified Files: Tag: maisp login.html Log Message: Index: login.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/admin/login/login.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** login.html 2 Feb 2004 13:49:33 -0000 1.1.2.1 --- login.html 22 Jul 2004 14:09:30 -0000 1.1.2.2 *************** *** 1,8 **** ! <html> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link rel="stylesheet" href="{{TPL_URL}}styles.css" type="text/css"> ! <link rel="stylesheet" href="{{./}}login.css" type="text/css"> <script language="javascript" src="{{./}}login.js"></script> </head> --- 1,11 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="{{TPL_URL}}styles.css" type="text/css" /> ! <link rel="stylesheet" href="{{./}}login.css" type="text/css" /> <script language="javascript" src="{{./}}login.js"></script> </head> *************** *** 13,37 **** <table class="login_box" border="0" cellpadding="2"> <tr> ! <td colspan="2"><hr></td> </tr> <tr> ! <td nowrap><b>Username:</b></td> <td> ! <input type="text" name="username" size="15" maxlength="20" class="styletextbox"> </td> </tr> <tr> ! <td nowrap><b>Password:</b></td> <td> ! <input type="password" name="password" size="15" maxlength="20" class="styletextbox"> </td> </tr> <tr> ! <td colspan="2"><hr></td> </tr> <tr> <td colspan="2" align="center"> <a class="button" href="javascript:log_in()">Log In</a> ! <input type="submit" class="hidden-submit" value=""> <!--# This hidden submit is used in order to intercept the key <enter> and to submit the form when it is pressed #--> --- 16,40 ---- <table class="login_box" border="0" cellpadding="2"> <tr> ! <td colspan="2"><hr /></td> </tr> <tr> ! <td nowrap="nowrap"><b>Username:</b></td> <td> ! <input type="text" name="username" size="15" maxlength="20" class="styletextbox" /> </td> </tr> <tr> ! <td nowrap="nowrap"><b>Password:</b></td> <td> ! <input type="password" name="password" size="15" maxlength="20" class="styletextbox" /> </td> </tr> <tr> ! <td colspan="2"><hr /></td> </tr> <tr> <td colspan="2" align="center"> <a class="button" href="javascript:log_in()">Log In</a> ! <input type="submit" class="hidden-submit" value="" /> <!--# This hidden submit is used in order to intercept the key <enter> and to submit the form when it is pressed #--> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:41
|
Update of /cvsroot/phpwebapp/top10/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates Modified Files: Tag: maisp main.html Log Message: Index: main.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/main.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** main.html 30 Sep 2003 07:00:56 -0000 1.2 --- main.html 22 Jul 2004 14:09:30 -0000 1.2.2.1 *************** *** 1,12 **** ! <html> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link rel="stylesheet" href="{{./}}styles.css" type="text/css"> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align="right"> ! <Include SRC="{{TPL_PATH}}menu/menu.html" /> </td></tr> </table> --- 1,16 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="{{./}}styles.css" type="text/css" /> </head> + <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align="right"> ! <include src="{{TPL_PATH}}menu/menu.html" /> </td></tr> </table> *************** *** 18,24 **** </table> ! <WebBox ID="module"> ! <Include SRC="{{./}}{{module_file}}" /> ! </WebBox> <table align="right" cellspacing="0" cellpadding="0" border="0"> --- 22,28 ---- </table> ! <webbox id="module"> ! <include src="{{./}}{{module_file}}" /> ! </webbox> <table align="right" cellspacing="0" cellpadding="0" border="0"> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:40
|
Update of /cvsroot/phpwebapp/top10/templates/edit_project In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/edit_project Modified Files: Tag: maisp edit_project.html Log Message: Index: edit_project.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/edit_project/edit_project.html,v retrieving revision 1.4.2.7 retrieving revision 1.4.2.8 diff -C2 -d -r1.4.2.7 -r1.4.2.8 *** edit_project.html 17 Jan 2004 16:29:38 -0000 1.4.2.7 --- edit_project.html 22 Jul 2004 14:09:30 -0000 1.4.2.8 *************** *** 1,14 **** ! <Include SRC="{{LISTBOX_PATH}}listbox.html" /> ! <WebBox ID="edit_project"> ! <If condition="'{{mode}}'=='add'"> <h2>Add New Project</h2> ! </If> ! <If condition="'{{mode}}'!='add'"> <h2>Edit Project: <a href="{{url1}}" target="_blank">{{proj_name}} ({{proj_id}})</a> </h2> ! </If> <form name="edit_project" onsubmit="return false;"> --- 1,14 ---- ! <include src="{{LISTBOX_PATH}}listbox.html" /> ! <webbox id="edit_project"> ! <if condition="'{{mode}}'=='add'"> <h2>Add New Project</h2> ! </if> ! <if condition="'{{mode}}'!='add'"> <h2>Edit Project: <a href="{{url1}}" target="_blank">{{proj_name}} ({{proj_id}})</a> </h2> ! </if> <form name="edit_project" onsubmit="return false;"> *************** *** 17,27 **** <td bgcolor="eeeeee">Project ID:</td> <td bgcolor="#ffffff"> ! <If condition="'{{mode}}'=='add'"> <input type="text" size="30" name="proj_id" value="{{proj_id}}" ! onfocus="select()"> ! </If> ! <If condition="'{{mode}}'!='add'"> {{edit_project->proj_id}} ! </If> </td> </tr> --- 17,27 ---- <td bgcolor="eeeeee">Project ID:</td> <td bgcolor="#ffffff"> ! <if condition="'{{mode}}'=='add'"> <input type="text" size="30" name="proj_id" value="{{proj_id}}" ! onfocus="select()" /> ! </if> ! <if condition="'{{mode}}'!='add'"> {{edit_project->proj_id}} ! </if> </td> </tr> *************** *** 30,34 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="proj_name" value="{{proj_name}}" ! onfocus="select()"> </td> </tr> --- 30,34 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="proj_name" value="{{proj_name}}" ! onfocus="select()" /> </td> </tr> *************** *** 37,41 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="url1" value="{{url1}}" ! onfocus="select()"> </td> </tr> --- 37,41 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="url1" value="{{url1}}" ! onfocus="select()" /> </td> </tr> *************** *** 44,48 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="url2" value="{{url2}}" ! onfocus="select()"> </td> </tr> --- 44,48 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="url2" value="{{url2}}" ! onfocus="select()" /> </td> </tr> *************** *** 50,54 **** <td bgcolor="eeeeee">License:</td> <td bgcolor="#ffffff"> ! <WebObject Class="listbox" Name="license" value="{{license}}" /> </td> </tr> --- 50,54 ---- <td bgcolor="eeeeee">License:</td> <td bgcolor="#ffffff"> ! <webobject class="listbox" name="license" value="{{license}}" /> </td> </tr> *************** *** 56,60 **** <td bgcolor="eeeeee">Language:</td> <td bgcolor="#ffffff"> ! <WebObject Class="listbox" Name="prog_lang" value="{{prog_lang}}" /> </td> </tr> --- 56,60 ---- <td bgcolor="eeeeee">Language:</td> <td bgcolor="#ffffff"> ! <webobject class="listbox" name="prog_lang" value="{{prog_lang}}" /> </td> </tr> *************** *** 62,66 **** <td bgcolor="eeeeee">Category:</td> <td bgcolor="#ffffff"> ! <WebObject Class="listbox" Name="category" value="{{category}}" /> </td> </tr> --- 62,66 ---- <td bgcolor="eeeeee">Category:</td> <td bgcolor="#ffffff"> ! <webobject class="listbox" name="category" value="{{category}}" /> </td> </tr> *************** *** 69,73 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="members" value="{{members}}" ! onfocus="select()"> </td> </tr> --- 69,73 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="members" value="{{members}}" ! onfocus="select()" /> </td> </tr> *************** *** 80,105 **** </table> </form> ! <br> ! <If condition="'{{mode}}'=='add'"> <a class="button" href="javascript:add_project()">Add</a> <a class="button" href="javascript:cancel_adding()">Cancel</a> ! </If> ! <If condition="'{{mode}}'=='edit'"> <a class="button" href="javascript:save_project()">Save</a> <a class="button" href="javascript:done_editing()">Done</a> ! </If> ! <If condition="('{{mode}}'=='done' and '{{ADMIN}}'=='true')"> <a class="button" href="javascript:add_new_project()"> Add Another Project </a> ! </If> ! <If condition="(('{{ADMIN}}'=='true') and ('{{mode}}'=='edit'))"> <script language="javascript" src="{{./}}edit_project_adm.js"></script> <a class="button" href="javascript:send_to_user()"> Give Editing Rights to a User </a> ! </If> ! <hr> ! </WebBox> --- 80,105 ---- </table> </form> ! <br /> ! <if condition="'{{mode}}'=='add'"> <a class="button" href="javascript:add_project()">Add</a> <a class="button" href="javascript:cancel_adding()">Cancel</a> ! </if> ! <if condition="'{{mode}}'=='edit'"> <a class="button" href="javascript:save_project()">Save</a> <a class="button" href="javascript:done_editing()">Done</a> ! </if> ! <if condition="('{{mode}}'=='done' and '{{ADMIN}}'=='true')"> <a class="button" href="javascript:add_new_project()"> Add Another Project </a> ! </if> ! <if condition="(('{{ADMIN}}'=='true') and ('{{mode}}'=='edit'))"> <script language="javascript" src="{{./}}edit_project_adm.js"></script> <a class="button" href="javascript:send_to_user()"> Give Editing Rights to a User </a> ! </if> ! <hr /> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:40
|
Update of /cvsroot/phpwebapp/top10/templates/admin/users/filter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/admin/users/filter Modified Files: Tag: maisp user_filter.html Log Message: Index: user_filter.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/admin/users/filter/Attic/user_filter.html,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** user_filter.html 7 Feb 2004 14:23:59 -0000 1.1.2.2 --- user_filter.html 22 Jul 2004 14:09:30 -0000 1.1.2.3 *************** *** 1,5 **** ! <WebBox ID="user_filter"> ! <Include SRC="{{LISTBOX_PATH}}listbox.html" /> <table width="100%" cellspacing="1" cellpadding="0" bgcolor="#dddddd"> --- 1,5 ---- ! <webbox id="user_filter"> ! <include src="{{LISTBOX_PATH}}listbox.html" /> <table width="100%" cellspacing="1" cellpadding="0" bgcolor="#dddddd"> *************** *** 28,32 **** <td align="right">Status:</td> <td> ! <WebObject Class="listbox" Name="status" rs="status" value="{{status}}" onchange="set_status(this)" /> --- 28,32 ---- <td align="right">Status:</td> <td> ! <webobject class="listbox" name="status" rs="status" value="{{status}}" onchange="set_status(this)" /> *************** *** 40,42 **** </td></tr> </table> ! </WebBox> --- 40,42 ---- </td></tr> </table> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:39
|
Update of /cvsroot/phpwebapp/top10/templates/edituser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/edituser Modified Files: Tag: maisp edituser.html Log Message: Index: edituser.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/edituser/Attic/edituser.html,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** edituser.html 2 Feb 2004 13:54:58 -0000 1.1.2.1 --- edituser.html 22 Jul 2004 14:09:29 -0000 1.1.2.2 *************** *** 1,9 **** ! <WebBox ID="edituser"> ! <If condition="'{{mode}}'=='add'"> <h4>Add New User:</h4> ! </If> ! <If condition="'{{mode}}'=='edit'"> <h4>Edit User Data:</h4> ! </If> <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> <form name="edituser" onsubmit="return false;"> --- 1,9 ---- ! <webbox id="edituser"> ! <if condition="'{{mode}}'=='add'"> <h4>Add New User:</h4> ! </if> ! <if condition="'{{mode}}'=='edit'"> <h4>Edit User Data:</h4> ! </if> <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> <form name="edituser" onsubmit="return false;"> *************** *** 18,28 **** <tr> <td bgcolor="white"> ! <If condition="'{{mode}}'=='add'"> <input type="text" name="username" value="" class="textbox" size="10" onfocus="select()" /> ! </If> ! <If condition="'{{mode}}'=='edit'"> {{username}} ! </If> </td> <td bgcolor="white"> --- 18,28 ---- <tr> <td bgcolor="white"> ! <if condition="'{{mode}}'=='add'"> <input type="text" name="username" value="" class="textbox" size="10" onfocus="select()" /> ! </if> ! <if condition="'{{mode}}'=='edit'"> {{username}} ! </if> </td> <td bgcolor="white"> *************** *** 43,55 **** </td> <td bgcolor="white" align="center"> ! <If condition="'{{mode}}'=='add'"> <a class="button" href="javascript:adduser()">Add</a> ! </If> ! <If condition="'{{mode}}'=='edit'"> <a class="button" href="javascript:saveuser()">Save</a> ! </If> </td> </tr> </form> </table> ! </WebBox> --- 43,55 ---- </td> <td bgcolor="white" align="center"> ! <if condition="'{{mode}}'=='add'"> <a class="button" href="javascript:adduser()">Add</a> ! </if> ! <if condition="'{{mode}}'=='edit'"> <a class="button" href="javascript:saveuser()">Save</a> ! </if> </td> </tr> </form> </table> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:39
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details/comments In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/proj_details/comments Modified Files: Tag: maisp new_comment.html comments.html Log Message: Index: new_comment.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/comments/new_comment.html,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** new_comment.html 29 Dec 2003 14:59:40 -0000 1.3 --- new_comment.html 22 Jul 2004 14:09:29 -0000 1.3.2.1 *************** *** 5,9 **** <td>Username:</td> <td> ! <input type="text" name="username" value="{{username}}" size="20"> </td> </tr> --- 5,9 ---- <td>Username:</td> <td> ! <input type="text" name="username" value="{{username}}" size="20" /> </td> </tr> *************** *** 11,15 **** <td>Title:</td> <td> ! <input type="text" name="title" size="80"> </td> </tr> --- 11,15 ---- <td>Title:</td> <td> ! <input type="text" name="title" size="80" /> </td> </tr> Index: comments.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/comments/comments.html,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** comments.html 29 Dec 2003 14:59:40 -0000 1.4 --- comments.html 22 Jul 2004 14:09:29 -0000 1.4.2.1 *************** *** 1,16 **** ! <WebBox ID="comments" ! <Repeat rs="comment_list"> ! <IfEmpty> <h4>No comments submitted yet.</h4> ! </IfEmpty> ! <Header> ! <h4>Comments:</h4> ! <table width="100%" border="0" cellspacing="1"> ! </Header> ! <RepeatBody> ! <Var name="bgcolor1">({{CurrentRowNr}} % 2 ? "#ddddd6" : "#e6e6ee")</Var> ! <Var name="bgcolor2">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f6f6ff")</Var> <tr> ! <td bgcolor="#dddddd" width="1%" nowrap><b>{{username}}</b></td> <td bgcolor="{{bgcolor1}}"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> --- 1,14 ---- ! <webbox id="comments"> ! <h4>Comments:</h4> ! <table width="100%" border="0" cellspacing="1"> ! <repeat rs="comment_list"> ! <ifempty> <h4>No comments submitted yet.</h4> ! </ifempty> ! <repeatbody> ! <var name="bgcolor1">({{CurrentRowNr}} % 2 ? "#ddddd6" : "#e6e6ee")</var> ! <var name="bgcolor2">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f6f6ff")</var> <tr> ! <td bgcolor="#dddddd" width="1%" nowrap="nowrap"><b>{{username}}</b></td> <td bgcolor="{{bgcolor1}}"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> *************** *** 25,38 **** </tr> <tr> ! <td bgcolor="#e4e4e4" width="1%" nowrap valign="top">{{date}}</td> <td bgcolor="{{bgcolor2}}">{{comment}}</td> </tr> <tr bgcolor="#ffffff"><td></td></tr> ! </RepeatBody> ! <Footer> ! </table> ! </Footer> ! </Repeat> ! <Include SRC="{{./}}new_comment.html" /> ! </WebBox> --- 23,34 ---- </tr> <tr> ! <td bgcolor="#e4e4e4" width="1%" nowrap="nowrap" valign="top">{{date}}</td> <td bgcolor="{{bgcolor2}}">{{comment}}</td> </tr> <tr bgcolor="#ffffff"><td></td></tr> ! </repeatbody> ! </repeat> ! </table> ! <include src="{{./}}new_comment.html" /> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:39
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/proj_details Modified Files: Tag: maisp proj_details.html proj_details.db members.html header.html Log Message: Index: proj_details.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/proj_details.html,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -C2 -d -r1.4.2.2 -r1.4.2.3 *** proj_details.html 12 Jan 2004 15:21:26 -0000 1.4.2.2 --- proj_details.html 22 Jul 2004 14:09:29 -0000 1.4.2.3 *************** *** 1,9 **** ! <WebBox ID="proj_details"> ! <Include SRC="{{./}}header.html" /> ! <If condition="'{{proj_id}}'<>'UNDEFINED'"> <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> <tr> ! <td bgcolor="eeeeee" nowrap>General Info:</td> <td bgcolor="#ffffff"> <table width="100%" cellspacing="0" cellpadding="0"> --- 1,9 ---- ! <webbox id="proj_details"> ! <include src="{{./}}header.html" /> ! <if condition="'{{proj_id}}'!='UNDEFINED'"> <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> <tr> ! <td bgcolor="eeeeee" nowrap="nowrap">General Info:</td> <td bgcolor="#ffffff"> <table width="100%" cellspacing="0" cellpadding="0"> *************** *** 28,32 **** <td bgcolor="eeeeee">Members:</td> <td bgcolor="#ffffff"> ! <Include SRC="{{./}}members.html" /> </td> </tr> --- 28,32 ---- <td bgcolor="eeeeee">Members:</td> <td bgcolor="#ffffff"> ! <include src="{{./}}members.html" /> </td> </tr> *************** *** 34,41 **** <td bgcolor="eeeeee">Evaluators:</td> <td bgcolor="#ffffff"> ! <Repeat rs="evaluators"> <a href="javascript:preference_list('{{username}}')">{{username}}</a> ({{points}}), ! </Repeat> </td> </tr> --- 34,41 ---- <td bgcolor="eeeeee">Evaluators:</td> <td bgcolor="#ffffff"> ! <repeat rs="evaluators"> <a href="javascript:preference_list('{{username}}')">{{username}}</a> ({{points}}), ! </repeat> </td> </tr> *************** *** 54,58 **** </table> ! <Include SRC="{{./}}comments/comments.html" /> ! </If> ! </WebBox> --- 54,58 ---- </table> ! <include src="{{./}}comments/comments.html" /> ! </if> ! </webbox> Index: proj_details.db =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/proj_details.db,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** proj_details.db 15 Jan 2004 14:53:42 -0000 1.2.2.1 --- proj_details.db 22 Jul 2004 14:09:29 -0000 1.2.2.2 *************** *** 22,26 **** FROM preference_list WHERE username = '{{username}}' ! AND position < 10 ORDER BY position </Query> --- 22,26 ---- FROM preference_list WHERE username = '{{username}}' ! AND position < 10 ORDER BY position </Query> *************** *** 30,33 **** --- 30,34 ---- <Recordset ID="evaluators"> <Query> + <![CDATA[ SELECT username, (10 - position) AS points FROM preference_list *************** *** 35,38 **** --- 36,40 ---- AND position < 10 ORDER BY position + ]]> </Query> </Recordset> Index: members.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/members.html,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** members.html 24 Sep 2003 14:00:49 -0000 1.1 --- members.html 22 Jul 2004 14:09:29 -0000 1.1.2.1 *************** *** 1,4 **** <table border="0" cellspacing="0" cellpadding="0"> ! <Repeat rs="members"> <tr> <td>{{CurrentRecNr}}. </td> --- 1,4 ---- <table border="0" cellspacing="0" cellpadding="0"> ! <repeat rs="members"> <tr> <td>{{CurrentRecNr}}. </td> *************** *** 9,18 **** <td> : </td> <td> ! <Repeat rs="evaluations"> <a href="javascript:set_project('{{proj_id}}')"> {{proj_id}}</a>, ! </Repeat> </td> </tr> ! </Repeat> </table> --- 9,18 ---- <td> : </td> <td> ! <repeat rs="evaluations"> <a href="javascript:set_project('{{proj_id}}')"> {{proj_id}}</a>, ! </repeat> </td> </tr> ! </repeat> </table> Index: header.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/header.html,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** header.html 12 Jan 2004 15:21:26 -0000 1.2.2.1 --- header.html 22 Jul 2004 14:09:29 -0000 1.2.2.2 *************** *** 1,21 **** <table id="project_header" border="0"> <tr> ! <If condition="'{{proj_id}}'=='UNDEFINED'"> <td> <h3>No project selected! Please enter a project in the project textbox.</h3> </td> ! </If> ! <If condition="'{{proj_id}}'<>'UNDEFINED'"> <td> <h2>Project: <a href="{{url1}}" target="_blank">{{proj_name}}</a></h2> </td> ! </If> ! <td align="right" valign="bottom" nowrap> <form name="change" onsubmit="change_project(); return false;"> Project id: ! <input id="proj_id" type="text" size="15" value="{{proj_id}}"> <a class="button" href="javascript:change_project()">Change</a> </form> --- 1,21 ---- <table id="project_header" border="0"> <tr> ! <if condition="'{{proj_id}}'=='UNDEFINED'"> <td> <h3>No project selected! Please enter a project in the project textbox.</h3> </td> ! </if> ! <if condition="'{{proj_id}}'!='UNDEFINED'"> <td> <h2>Project: <a href="{{url1}}" target="_blank">{{proj_name}}</a></h2> </td> ! </if> ! <td align="right" valign="bottom" nowrap="nowrap"> <form name="change" onsubmit="change_project(); return false;"> Project id: ! <input id="proj_id" type="text" size="15" value="{{proj_id}}" /> <a class="button" href="javascript:change_project()">Change</a> </form> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:38
|
Update of /cvsroot/phpwebapp/top10/templates/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/menu Modified Files: Tag: maisp menu.html Log Message: Index: menu.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/menu/menu.html,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** menu.html 13 Jan 2004 14:34:01 -0000 1.2.2.1 --- menu.html 22 Jul 2004 14:09:29 -0000 1.2.2.2 *************** *** 1,3 **** ! <WebBox ID="menu"> <table border="0" cellspacing="0" cellpadding="0"> <tr> --- 1,3 ---- ! <webbox id="menu"> <table border="0" cellspacing="0" cellpadding="0"> <tr> *************** *** 8,19 **** <td class="{{preference_list}}"><a href="javascript:select_tab('preference_list')">Preference List</a></td> <td width="3"></td> ! <If condition="'{{ADMIN}}'=='true'"> <td class="{{users}}"><a href="javascript:select_tab('users')">Users</a></td> <td width="3"></td> <td class="{{modify}}"><a href="javascript:select_tab('modify')">Modify</a></td> <td width="3"></td> ! </If> <td class="{{about}}"><a href="javascript:select_tab('about')">About Top10</a></td> </tr> </table> ! </WebBox> --- 8,19 ---- <td class="{{preference_list}}"><a href="javascript:select_tab('preference_list')">Preference List</a></td> <td width="3"></td> ! <if condition="'{{ADMIN}}'=='true'"> <td class="{{users}}"><a href="javascript:select_tab('users')">Users</a></td> <td width="3"></td> <td class="{{modify}}"><a href="javascript:select_tab('modify')">Modify</a></td> <td width="3"></td> ! </if> <td class="{{about}}"><a href="javascript:select_tab('about')">About Top10</a></td> </tr> </table> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:38
|
Update of /cvsroot/phpwebapp/top10/templates/preference_list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/preference_list Modified Files: Tag: maisp preference_list.html Log Message: Index: preference_list.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/preference_list/preference_list.html,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** preference_list.html 14 Jan 2004 16:25:59 -0000 1.2.2.1 --- preference_list.html 22 Jul 2004 14:09:29 -0000 1.2.2.2 *************** *** 1,42 **** ! <WebBox ID="preference_list"> <p> User <b>{{username}}</b> <a class="button" href="javascript:change_username()">Change Username</a> ! <If condition="'{{username}}'=='guest'"> Please identify yourself by giving your username. ! </If> </p> ! <Repeat rs="preference_list"> ! <IfEmpty> ! <p>There is no project in the list!</p> ! </IfEmpty> ! <Header> ! <table cellspacing="1" cellpadding="3" bgcolor="#dddddd"> ! </Header> ! <RepeatBody> ! <Var name="bgcolor">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f8f8ff")</Var> ! <tr bgcolor="{{bgcolor}}"> ! <td width="2%" align="center"> ! <b>{{CurrentRecNr}}.</b> ! </td> ! <td> ! <a href="javascript:proj_details('{{proj_id}}')">{{proj_id}}</a> ! </td> ! <td width="2%" align="right">({{points}}) </td> ! <td>{{proj_name}}</td> ! <td> ! <a class="button" href="javascript:move_up('{{proj_id}}')">Move Up</a> ! <a class="button" href="javascript:remove('{{proj_id}}')">Delete</a> ! </td> ! </tr> ! </RepeatBody> ! <Footer> ! </table> ! </Footer> ! </Repeat> ! <br> <a class="button" href="javascript:save_preferences()">Save Your Preference List</a> ! <hr> ! </WebBox> --- 1,34 ---- ! <webbox id="preference_list"> <p> User <b>{{username}}</b> <a class="button" href="javascript:change_username()">Change Username</a> ! <if condition="'{{username}}'=='guest'"> Please identify yourself by giving your username. ! </if> </p> ! <table cellspacing="1" cellpadding="3" bgcolor="#dddddd"> ! <repeat rs="preference_list"> ! <ifempty><tr><td>There is no project in the list!</td></tr></ifempty> ! <var name="bgcolor">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f8f8ff")</var> ! <tr bgcolor="{{bgcolor}}"> ! <td width="2%" align="center"> ! <b>{{CurrentRecNr}}.</b> ! </td> ! <td> ! <a href="javascript:proj_details('{{proj_id}}')">{{proj_id}}</a> ! </td> ! <td width="2%" align="right">({{points}}) </td> ! <td>{{proj_name}}</td> ! <td> ! <a class="button" href="javascript:move_up('{{proj_id}}')">Move Up</a> ! <a class="button" href="javascript:remove('{{proj_id}}')">Delete</a> ! </td> ! </tr> ! </repeat> ! </table> ! <br /> <a class="button" href="javascript:save_preferences()">Save Your Preference List</a> ! <hr /> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:41:48
|
Update of /cvsroot/phpwebapp/web_app/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10685/parser Modified Files: class.VarStack.php class.Parser.php Log Message: Index: class.VarStack.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/parser/class.VarStack.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** class.VarStack.php 25 Aug 2003 13:18:32 -0000 1.6 --- class.VarStack.php 22 Jul 2004 09:41:24 -0000 1.7 *************** *** 28,36 **** { /** array of associative arrays (stack of scopes) */ ! var $Vars; function VarStack() { ! $this->Vars = array(); $this->pushScope(); } --- 28,36 ---- { /** array of associative arrays (stack of scopes) */ ! var $vars; function VarStack() { ! $this->vars = array(); $this->pushScope(); } *************** *** 38,47 **** function pushScope() { ! array_push($this->Vars, array()); } function popScope() { ! array_pop($this->Vars); } --- 38,47 ---- function pushScope() { ! array_push($this->vars, array()); } function popScope() { ! array_pop($this->vars); } *************** *** 49,53 **** function getCurrentScope() { ! $len = count($this->Vars); $curr_scope = $len - 1; return $curr_scope; --- 49,53 ---- function getCurrentScope() { ! $len = count($this->vars); $curr_scope = $len - 1; return $curr_scope; *************** *** 63,79 **** { $scope_nr = $this->getCurrentScope(); ! $current_scope = &$this->Vars[$scope_nr]; $current_scope[$var_name] = $var_value; } else { ! $len = count($this->Vars); ! if ($scope_nr >= $len) ! { ! $msg = "Out of scope: VarStack::addVar('$var_name','$var_value', $scope_nr): scope nr too big."; ! print WebApp::error_msg($msg); ! return; ! } ! $scope = &$this->Vars[$scope_nr]; $scope[$var_name] = $var_value; } --- 63,74 ---- { $scope_nr = $this->getCurrentScope(); ! $current_scope = &$this->vars[$scope_nr]; $current_scope[$var_name] = $var_value; } else { ! $len = count($this->vars); ! if ($scope_nr >= $len) return; ! $scope = &$this->vars[$scope_nr]; $scope[$var_name] = $var_value; } *************** *** 83,87 **** function addGlobalVar($var_name, $var_value) { ! $first_scope = &$this->Vars[0]; $first_scope[$var_name] = $var_value; } --- 78,82 ---- function addGlobalVar($var_name, $var_value) { ! $first_scope = &$this->vars[0]; $first_scope[$var_name] = $var_value; } *************** *** 90,95 **** function addVars($arrVars) { ! $len = count($this->Vars); ! $current_scope = &$this->Vars[$len-1]; $current_scope = array_merge($current_scope, $arrVars); } --- 85,90 ---- function addVars($arrVars) { ! $len = count($this->vars); ! $current_scope = &$this->vars[$len-1]; $current_scope = array_merge($current_scope, $arrVars); } *************** *** 98,102 **** function addGlobalVars($arrVars) { ! $first_scope = &$this->Vars[0]; $first_scope = array_merge($first_scope, $arrVars); } --- 93,97 ---- function addGlobalVars($arrVars) { ! $first_scope = &$this->vars[0]; $first_scope = array_merge($first_scope, $arrVars); } *************** *** 110,117 **** { $found = false; ! $len = count($this->Vars); for ($i = $len-1; $i>=0; $i--) { ! $scope = &$this->Vars[$i]; if (isset($scope[$var_name])) { --- 105,112 ---- { $found = false; ! $len = count($this->vars); for ($i = $len-1; $i>=0; $i--) { ! $scope = &$this->vars[$i]; if (isset($scope[$var_name])) { *************** *** 132,136 **** $html = "<strong>VarStack</strong>\n"; $html .= "<table bgcolor='#aaaaaa' border='0' cellspacing='1' cellpadding='2'>"; ! $len = count($this->Vars); for ($i = $len-1; $i>=0; $i--) { --- 127,131 ---- $html = "<strong>VarStack</strong>\n"; $html .= "<table bgcolor='#aaaaaa' border='0' cellspacing='1' cellpadding='2'>"; ! $len = count($this->vars); for ($i = $len-1; $i>=0; $i--) { *************** *** 139,143 **** <td bgcolor='#eeeeff' colspan='2' align='center'>Scope $i</td> </tr>"; ! $scope = &$this->Vars[$i]; while (list($var_name,$var_value) = each($scope)) { --- 134,138 ---- <td bgcolor='#eeeeff' colspan='2' align='center'>Scope $i</td> </tr>"; ! $scope = &$this->vars[$i]; while (list($var_name,$var_value) = each($scope)) { Index: class.Parser.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/parser/class.Parser.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** class.Parser.php 21 Jul 2004 17:09:10 -0000 1.15 --- class.Parser.php 22 Jul 2004 09:41:24 -0000 1.16 *************** *** 258,265 **** //ignore framework comments, do nothing } ! else if (substr($data, 0, 9)=='<![CDATA[') { ! $data = substr($data, 9, -3); ! $this->append($data); } else --- 258,274 ---- //ignore framework comments, do nothing } ! else if ( (substr($data, 0, 9)=='<![CDATA[') ! or (substr($data, 0, 3)==']]>') ) { ! $type = $this->current_tpl->type; ! if ($type=='QueryTpl') ! { ! //ommit them ! } ! else ! { ! //keep them ! $this->append($data); ! } } else *************** *** 295,298 **** --- 304,308 ---- case 'RECORDSET': case 'DBCOMMAND': + case 'QUERY': case 'VAR': case 'PRE': *************** *** 343,346 **** --- 353,357 ---- case 'RECORDSET': case 'DBCOMMAND': + case 'QUERY': case 'VAR': case 'PRE': *************** *** 897,901 **** function end_RECORDSET() { ! $tpl = pop_current_tpl(); $id = $tpl->vars['ID']; --- 908,912 ---- function end_RECORDSET() { ! $tpl = $this->pop_current_tpl(); $id = $tpl->vars['ID']; |
From: Dashamir H. <das...@us...> - 2004-07-22 09:41:35
|
Update of /cvsroot/phpwebapp/web_app/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10685/database Modified Files: class.Recordset.php class.PagedRS.php Log Message: Index: class.Recordset.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/database/class.Recordset.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** class.Recordset.php 14 Jul 2004 14:45:41 -0000 1.11 --- class.Recordset.php 22 Jul 2004 09:41:25 -0000 1.12 *************** *** 96,100 **** function Fields() { ! return $this->contents[$this->pos]; } --- 96,102 ---- function Fields() { ! $fields = $this->contents[$this->pos]; ! if (!is_array($fields)) $fields = array(); ! return $fields; } Index: class.PagedRS.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/database/class.PagedRS.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** class.PagedRS.php 16 Jul 2004 07:37:06 -0000 1.11 --- class.PagedRS.php 22 Jul 2004 09:41:25 -0000 1.12 *************** *** 116,120 **** function getPageVars() { - print "getPageVars()"; //debug $nr_of_pages = ceil($this->nr_of_recs / $this->recs_per_page); if ($this->current_page>$nr_of_pages) $this->current_page=$nr_of_pages; --- 116,119 ---- |
From: Dashamir H. <das...@us...> - 2004-07-22 09:41:34
|
Update of /cvsroot/phpwebapp/web_app/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10685/doc Modified Files: to_do.txt Log Message: Index: to_do.txt =================================================================== RCS file: /cvsroot/phpwebapp/web_app/doc/to_do.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** to_do.txt 21 Jul 2004 17:04:31 -0000 1.8 --- to_do.txt 22 Jul 2004 09:41:25 -0000 1.9 *************** *** 2,7 **** - Use the new framework with the other web applications (top10, smewapp, ilar, kushtetuta, doc-book, etc.) ! in order to test the new parser (and the XHTML ! conversion tool(s)). - Fix some bugs in the documentation application and improve its --- 2,6 ---- - Use the new framework with the other web applications (top10, smewapp, ilar, kushtetuta, doc-book, etc.) ! in order to test the new parser (and the conversion tool). - Fix some bugs in the documentation application and improve its *************** *** 30,33 **** --- 29,37 ---- 2 - Replace 'not-equal operator' <> by !=, in the condition of <If> elements: <If condition="'{{CurrPage}}'<>'{{PrevPage}}'"> + If there is any 'smaller-than' operator < in attribute values, + replace it by &lt;. If it is in the contents of an element + (e.g. in the contents of a <Query> element), then either replace + it by < or enclose the query inside <![CDATA[...]]>, like + this: <Query><![CDATA[ . . . ]]></Query> 3 - Replace the old usage of 'checked' in checkboxes with the new |
From: Dashamir H. <das...@us...> - 2004-07-22 09:39:07
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/proj_details Modified Files: proj_details.html proj_details.db members.html header.html Log Message: Index: proj_details.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/proj_details.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** proj_details.html 26 Sep 2003 15:32:20 -0000 1.4 --- proj_details.html 22 Jul 2004 09:38:23 -0000 1.5 *************** *** 1,9 **** ! <WebBox ID="proj_details"> ! <Include SRC="{{./}}header.html" /> ! <If condition="'{{proj_id}}'<>'UNDEFINED'"> <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> <tr> ! <td bgcolor="eeeeee" nowrap>General Info:</td> <td bgcolor="#ffffff"> <table width="100%" cellspacing="0" cellpadding="0"> --- 1,9 ---- ! <webbox id="proj_details"> ! <include src="{{./}}header.html" /> ! <if condition="'{{proj_id}}'!='UNDEFINED'"> <table width="100%" cellspacing="1" cellpadding="2" bgcolor="#dddddd"> <tr> ! <td bgcolor="eeeeee" nowrap="nowrap">General Info:</td> <td bgcolor="#ffffff"> <table width="100%" cellspacing="0" cellpadding="0"> *************** *** 28,32 **** <td bgcolor="eeeeee">Members:</td> <td bgcolor="#ffffff"> ! <Include SRC="{{./}}members.html" /> </td> </tr> --- 28,32 ---- <td bgcolor="eeeeee">Members:</td> <td bgcolor="#ffffff"> ! <include src="{{./}}members.html" /> </td> </tr> *************** *** 34,46 **** <td bgcolor="eeeeee">Evaluators:</td> <td bgcolor="#ffffff"> ! <Repeat rs="evaluators"> ! <a href="javascript:preference_list('{{username}}')">{{username}}</a> ! ({{points}}), ! </Repeat> </td> </tr> </table> ! <Include SRC="{{./}}comments/comments.html" /> ! </If> ! </WebBox> --- 34,46 ---- <td bgcolor="eeeeee">Evaluators:</td> <td bgcolor="#ffffff"> ! <repeat rs="evaluators"> ! <a href="javascript:preference_list('{{username}}')"> ! {{username}}</a> ({{points}}), ! </repeat> </td> </tr> </table> ! <include src="{{./}}comments/comments.html" /> ! </if> ! </webbox> Index: proj_details.db =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/proj_details.db,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** proj_details.db 24 Sep 2003 14:01:36 -0000 1.2 --- proj_details.db 22 Jul 2004 09:38:23 -0000 1.3 *************** *** 22,26 **** FROM preference_list WHERE username = '{{username}}' ! AND position < 10 ORDER BY position </Query> --- 22,26 ---- FROM preference_list WHERE username = '{{username}}' ! AND position < 10 ORDER BY position </Query> *************** *** 30,33 **** --- 30,34 ---- <Recordset ID="evaluators"> <Query> + <![CDATA[ SELECT username, (10 - position) AS points FROM preference_list *************** *** 35,38 **** --- 36,40 ---- AND position < 10 ORDER BY position + ]]> </Query> </Recordset> Index: members.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/members.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** members.html 24 Sep 2003 14:00:49 -0000 1.1 --- members.html 22 Jul 2004 09:38:23 -0000 1.2 *************** *** 1,4 **** <table border="0" cellspacing="0" cellpadding="0"> ! <Repeat rs="members"> <tr> <td>{{CurrentRecNr}}. </td> --- 1,4 ---- <table border="0" cellspacing="0" cellpadding="0"> ! <repeat rs="members"> <tr> <td>{{CurrentRecNr}}. </td> *************** *** 9,18 **** <td> : </td> <td> ! <Repeat rs="evaluations"> <a href="javascript:set_project('{{proj_id}}')"> {{proj_id}}</a>, ! </Repeat> </td> </tr> ! </Repeat> </table> --- 9,18 ---- <td> : </td> <td> ! <repeat rs="evaluations"> <a href="javascript:set_project('{{proj_id}}')"> {{proj_id}}</a>, ! </repeat> </td> </tr> ! </repeat> </table> Index: header.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/header.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** header.html 30 Sep 2003 06:59:29 -0000 1.2 --- header.html 22 Jul 2004 09:38:23 -0000 1.3 *************** *** 1,21 **** <table id="project_header" border="0"> <tr> ! <If condition="'{{proj_id}}'=='UNDEFINED'"> <td> <h3>No project selected! Please enter a project in the project textbox.</h3> </td> ! </If> ! <If condition="'{{proj_id}}'<>'UNDEFINED'"> <td> <h2>Project: <a href="http://sourceforge.net/projects/{{proj_id}}" target="_blank">{{proj_name}}</a></h2> </td> ! </If> ! <td align="right" valign="bottom" nowrap> <form name="change" onsubmit="change_project(); return false;"> Project unix name: ! <input id="proj_id" type="text" size="15" value="{{proj_id}}"> <a class="button" href="javascript:change_project()">Change</a> </form> --- 1,21 ---- <table id="project_header" border="0"> <tr> ! <if condition="'{{proj_id}}'=='UNDEFINED'"> <td> <h3>No project selected! Please enter a project in the project textbox.</h3> </td> ! </if> ! <if condition="'{{proj_id}}'!='UNDEFINED'"> <td> <h2>Project: <a href="http://sourceforge.net/projects/{{proj_id}}" target="_blank">{{proj_name}}</a></h2> </td> ! </if> ! <td align="right" valign="bottom" nowrap="nowrap"> <form name="change" onsubmit="change_project(); return false;"> Project unix name: ! <input id="proj_id" type="text" size="15" value="{{proj_id}}" /> <a class="button" href="javascript:change_project()">Change</a> </form> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:39:06
|
Update of /cvsroot/phpwebapp/top10/templates/proj_details/comments In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/proj_details/comments Modified Files: new_comment.html comments.html Log Message: Index: new_comment.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/comments/new_comment.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** new_comment.html 29 Dec 2003 14:59:40 -0000 1.3 --- new_comment.html 22 Jul 2004 09:38:23 -0000 1.4 *************** *** 5,9 **** <td>Username:</td> <td> ! <input type="text" name="username" value="{{username}}" size="20"> </td> </tr> --- 5,9 ---- <td>Username:</td> <td> ! <input type="text" name="username" value="{{username}}" size="20" /> </td> </tr> *************** *** 11,15 **** <td>Title:</td> <td> ! <input type="text" name="title" size="80"> </td> </tr> --- 11,15 ---- <td>Title:</td> <td> ! <input type="text" name="title" size="80" /> </td> </tr> Index: comments.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_details/comments/comments.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** comments.html 29 Dec 2003 14:59:40 -0000 1.4 --- comments.html 22 Jul 2004 09:38:23 -0000 1.5 *************** *** 1,16 **** ! <WebBox ID="comments" ! <Repeat rs="comment_list"> ! <IfEmpty> <h4>No comments submitted yet.</h4> ! </IfEmpty> ! <Header> ! <h4>Comments:</h4> ! <table width="100%" border="0" cellspacing="1"> ! </Header> ! <RepeatBody> ! <Var name="bgcolor1">({{CurrentRowNr}} % 2 ? "#ddddd6" : "#e6e6ee")</Var> ! <Var name="bgcolor2">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f6f6ff")</Var> <tr> ! <td bgcolor="#dddddd" width="1%" nowrap><b>{{username}}</b></td> <td bgcolor="{{bgcolor1}}"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> --- 1,14 ---- ! <webbox id="comments"> ! <h4>Comments:</h4> ! <table width="100%" border="0" cellspacing="1"> ! <repeat rs="comment_list"> ! <ifempty> <h4>No comments submitted yet.</h4> ! </ifempty> ! <repeatbody> ! <var name="bgcolor1">({{CurrentRowNr}} % 2 ? "#ddddd6" : "#e6e6ee")</var> ! <var name="bgcolor2">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f6f6ff")</var> <tr> ! <td bgcolor="#dddddd" width="1%" nowrap="nowrap"><b>{{username}}</b></td> <td bgcolor="{{bgcolor1}}"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> *************** *** 25,38 **** </tr> <tr> ! <td bgcolor="#e4e4e4" width="1%" nowrap valign="top">{{date}}</td> <td bgcolor="{{bgcolor2}}">{{comment}}</td> </tr> <tr bgcolor="#ffffff"><td></td></tr> ! </RepeatBody> ! <Footer> ! </table> ! </Footer> ! </Repeat> ! <Include SRC="{{./}}new_comment.html" /> ! </WebBox> --- 23,34 ---- </tr> <tr> ! <td bgcolor="#e4e4e4" width="1%" nowrap="nowrap" valign="top">{{date}}</td> <td bgcolor="{{bgcolor2}}">{{comment}}</td> </tr> <tr bgcolor="#ffffff"><td></td></tr> ! </repeatbody> ! </repeat> ! </table> ! <include src="{{./}}new_comment.html" /> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:39:05
|
Update of /cvsroot/phpwebapp/top10/templates/proj_list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/proj_list Modified Files: proj_list.html Log Message: Index: proj_list.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/proj_list.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** proj_list.html 24 Sep 2003 14:01:36 -0000 1.2 --- proj_list.html 22 Jul 2004 09:38:22 -0000 1.3 *************** *** 1,13 **** ! <Include SRC="{{./}}filter/filter.html" /> ! <WebBox ID="proj_list"> ! <Repeat rs="proj_list_rs"> ! <IfEmpty> ! No Records Found! <br> ! </IfEmpty> ! <Header> ! <table cellspacing="1" cellpadding="2" bgcolor="#dddddd"> ! <form name="proj_list" onsubmit="return false;"> ! </Header> ! <RepeatBody> <tr> <td bgcolor="white" width="2%" align="center">{{CurrentRecNr}}</td> --- 1,11 ---- ! <include src="{{./}}filter/filter.html" /> ! <webbox id="proj_list"> ! <table cellspacing="1" cellpadding="2" bgcolor="#dddddd"> ! <form name="proj_list" onsubmit="return false;"> ! <repeat rs="proj_list_rs"> ! <ifempty> ! <tr><td colspan="7">No Records Found!</td></tr> ! </ifempty> ! <repeatbody> <tr> <td bgcolor="white" width="2%" align="center">{{CurrentRecNr}}</td> *************** *** 20,32 **** <td bgcolor="white">{{proj_descr}}</td> <td bgcolor="white"> ! <input type="checkbox" name="project" value="{{proj_id}}"> </td> </tr> ! </RepeatBody> ! <Footer> ! </form> ! </table> ! <Include SRC="{{./}}footer/list_footer.html" /> ! </Footer> ! </Repeat> ! </WebBox> --- 18,28 ---- <td bgcolor="white">{{proj_descr}}</td> <td bgcolor="white"> ! <input type="checkbox" name="project" value="{{proj_id}}" /> </td> </tr> ! </repeatbody> ! </repeat> ! </form> ! </table> ! <include src="{{./}}footer/list_footer.html" /> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:39:03
|
Update of /cvsroot/phpwebapp/top10/templates/proj_list/filter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/proj_list/filter Modified Files: filter.php filter.html Log Message: Index: filter.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/filter/filter.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** filter.php 2 Oct 2003 07:09:40 -0000 1.2 --- filter.php 22 Jul 2004 09:38:22 -0000 1.3 *************** *** 45,50 **** --- 45,57 ---- function onRender() { + WebApp::addVars( array( + 'points_selected' => '', + 'nr_comments_selected' => '', + 'proj_id_selected' => '', + 'register_date_selected' => '', + )); $order_by = $this->getSVar("order_by"); WebApp::addVar($order_by."_selected", "selected"); + if (ADMIN=='true') { Index: filter.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/filter/filter.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** filter.html 2 Oct 2003 07:09:40 -0000 1.3 --- filter.html 22 Jul 2004 09:38:22 -0000 1.4 *************** *** 1,4 **** ! <Include SRC="{{LISTBOX_PATH}}listbox.html" /> ! <WebBox ID="filter"> <table class="filter-table"> <form name="filter" onsubmit="return false;"> --- 1,4 ---- ! <include src="{{LISTBOX_PATH}}listbox.html" /> ! <webbox id="filter"> <table class="filter-table"> <form name="filter" onsubmit="return false;"> *************** *** 6,10 **** <td align="right">Language:</td> <td> ! <WebObject Class="listbox" Name="language" width="------" onchange="set_language(this)" /> --- 6,10 ---- <td align="right">Language:</td> <td> ! <webobject class="listbox" name="language" width="------" onchange="set_language(this)" /> *************** *** 12,16 **** <td align="right">License:</td> <td> ! <WebObject Class="listbox" Name="license" width="------" onchange="set_license(this)" /> --- 12,16 ---- <td align="right">License:</td> <td> ! <webobject class="listbox" name="license" width="------" onchange="set_license(this)" /> *************** *** 20,28 **** <input type="text" size="10" name="search_term" value="{{search_term}}" ! onblur="set_search_term(this)"> </td> <td align="right">Category:</td> <td> ! <WebObject Class="listbox" Name="category" onchange="set_category(this)" /> </td> --- 20,28 ---- <input type="text" size="10" name="search_term" value="{{search_term}}" ! onblur="set_search_term(this)" /> </td> <td align="right">Category:</td> <td> ! <webobject class="listbox" name="category" onchange="set_category(this)" /> </td> *************** *** 30,43 **** <td> <select onchange="set_order(this)"> ! <option value="points" {{points_selected}}> Number of Points </option> ! <option value="nr_comments" {{nr_comments_selected}}> Nr of Comments </option> ! <option value="proj_id" {{proj_id_selected}}> SF id (alphabetically) </option> ! <option value="register_date" {{register_date_selected}}> SF Register Date </option> --- 30,43 ---- <td> <select onchange="set_order(this)"> ! <option value="points" selected="{{points_selected}}"> Number of Points </option> ! <option value="nr_comments" selected="{{nr_comments_selected}}"> Nr of Comments </option> ! <option value="proj_id" selected="{{proj_id_selected}}"> SF id (alphabetically) </option> ! <option value="register_date" selected="{{register_date_selected}}"> SF Register Date </option> *************** *** 45,51 **** </td> <td> ! <If condition="'{{ADMIN}}'=='true'"> ! New:<input type="checkbox" {{new_checked}} onclick="set_new(this)"> ! </If> </td> <td> --- 45,51 ---- </td> <td> ! <if condition="'{{ADMIN}}'=='true'"> ! New:<input type="checkbox" checked="{{new_checked}}" onclick="set_new(this)" /> ! </if> </td> <td> *************** *** 55,57 **** </form> </table> ! </WebBox> --- 55,57 ---- </form> </table> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:39:02
|
Update of /cvsroot/phpwebapp/top10/templates/proj_list/footer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/proj_list/footer Modified Files: list_footer.js list_footer.html Log Message: Index: list_footer.js =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/footer/list_footer.js,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** list_footer.js 2 Oct 2003 07:09:40 -0000 1.5 --- list_footer.js 22 Jul 2004 09:38:22 -0000 1.6 *************** *** 21,24 **** --- 21,29 ---- */ + function next_rs_page(page) + { + SendEvent('list_footer','next','page='+page); + } + function add_new_project() { *************** *** 29,32 **** --- 34,45 ---- { var projects = document.proj_list.project; + + if (projects.type=="checkbox") + { + //there is only 1 project in the list + return (projects.checked ? projects.value : ''); + } + + //else var checked_projects = new Array; for(i=0; projects[i]; i++) Index: list_footer.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/footer/list_footer.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** list_footer.html 2 Oct 2003 07:09:40 -0000 1.5 --- list_footer.html 22 Jul 2004 09:38:22 -0000 1.6 *************** *** 1,42 **** ! <WebBox ID="list_footer"> <table class="footer-table"> <tr> ! <td> ! Found: {{AllRecs}} records ! </td> ! <td width="10"></td> ! <td> ! Page {{CurrPage}} of {{LastPage}} ! </td> ! <td width="10"></td> ! <td> ! <If condition="'{{CurrPage}}'<>'{{PrevPage}}'"> ! <input type="button" value="<<" ! onclick="SendEvent('list_footer','next','page=1')"> ! <input type="button" value=" < " ! onclick="SendEvent('list_footer','next','page={{PrevPage}}')"> ! </If> ! <If condition="'{{CurrPage}}'<>'{{LastPage}}'"> ! <input type="button" value=" > " ! onclick="SendEvent('list_footer','next','page={{NextPage}}')"> ! <input type="button" value=">>" ! onclick="SendEvent('list_footer','next','page={{LastPage}}')"> ! </If> ! </td> <td align="right"> <a class="button" href="javascript:add_new_project()">Add New Project</a> ! <If condition="'{{ADMIN}}'=='true'"> <a class="button" href="javascript:edit_selected()">Edit</a> <a class="button" href="javascript:del_selected()">Delete</a> ! <If condition="'{{filter->new}}'=='true'"> <a class="button" href="javascript:approve_selected()">Approve</a> <a class="button" href="javascript:approve_all()">Approve All</a> ! </If> ! </If> ! <If condition="'{{ADMIN}}'!='true'"> <a class="button" href="javascript:add_to_list()">Add to My List</a> ! </If> </td> </tr> </table> ! </WebBox> --- 1,44 ---- ! <webbox id="list_footer"> <table class="footer-table"> <tr> ! <rsnavig rs="proj_list_rs"> ! <td> ! Found: {{AllRecs}} records ! </td> ! <td width="10"></td> ! <td> ! Page {{CurrPage}} of {{LastPage}} ! </td> ! <td width="10"></td> ! <td> ! <if condition="'{{CurrPage}}'!='{{PrevPage}}'"> ! <input type="button" value="&lt;&lt;" ! onclick="next_rs_page(1)" /> ! <input type="button" value=" &lt; " ! onclick="next_rs_page({{PrevPage}})" /> ! </if> ! <if condition="'{{CurrPage}}'!='{{LastPage}}'"> ! <input type="button" value=" > " ! onclick="next_rs_page({{NextPage}})" /> ! <input type="button" value=">>" ! onclick="next_rs_page({{LastPage}})" /> ! </if> ! </td> ! </rsnavig> <td align="right"> <a class="button" href="javascript:add_new_project()">Add New Project</a> ! <if condition="'{{ADMIN}}'=='true'"> <a class="button" href="javascript:edit_selected()">Edit</a> <a class="button" href="javascript:del_selected()">Delete</a> ! <if condition="'{{filter->new}}'=='true'"> <a class="button" href="javascript:approve_selected()">Approve</a> <a class="button" href="javascript:approve_all()">Approve All</a> ! </if> ! </if> ! <if condition="'{{ADMIN}}'!='true'"> <a class="button" href="javascript:add_to_list()">Add to My List</a> ! </if> </td> </tr> </table> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:38:34
|
Update of /cvsroot/phpwebapp/top10/templates/about In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/about Modified Files: about.html Log Message: Index: about.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/about/about.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** about.html 23 Sep 2003 14:04:12 -0000 1.1.1.1 --- about.html 22 Jul 2004 09:38:25 -0000 1.2 *************** *** 1,3 **** ! <WebBox ID="about"> <h2>What is Top 10</h2> --- 1,3 ---- ! <webbox id="about"> <h2>What is Top 10</h2> *************** *** 164,168 **** </p> ! <hr> ! </WebBox> --- 164,168 ---- </p> ! <hr /> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:38:34
|
Update of /cvsroot/phpwebapp/top10/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/config Modified Files: const.DB.php Log Message: Index: const.DB.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/config/const.DB.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** const.DB.php 23 Sep 2003 14:04:12 -0000 1.1.1.1 --- const.DB.php 22 Jul 2004 09:38:26 -0000 1.2 *************** *** 5,8 **** define("DBUSER", "dasho"); define("DBPASS", "dasho"); ! define("DBNAME", "sf"); ! ?> \ No newline at end of file --- 5,8 ---- define("DBUSER", "dasho"); define("DBPASS", "dasho"); ! define("DBNAME", "top10_db"); ! ?> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:38:34
|
Update of /cvsroot/phpwebapp/top10/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates Modified Files: main.html Log Message: Index: main.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/main.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.html 30 Sep 2003 07:00:56 -0000 1.2 --- main.html 22 Jul 2004 09:38:25 -0000 1.3 *************** *** 1,12 **** ! <html> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link rel="stylesheet" href="{{./}}styles.css" type="text/css"> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align="right"> ! <Include SRC="{{TPL_PATH}}menu/menu.html" /> </td></tr> </table> --- 1,16 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="{{./}}styles.css" type="text/css" /> </head> + <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align="right"> ! <include src="{{TPL_PATH}}menu/menu.html" /> </td></tr> </table> *************** *** 18,24 **** </table> ! <WebBox ID="module"> ! <Include SRC="{{./}}{{module_file}}" /> ! </WebBox> <table align="right" cellspacing="0" cellpadding="0" border="0"> --- 22,28 ---- </table> ! <webbox id="module"> ! <include src="{{./}}{{module_file}}" /> ! </webbox> <table align="right" cellspacing="0" cellpadding="0" border="0"> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:38:33
|
Update of /cvsroot/phpwebapp/top10/templates/admin/login In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/admin/login Modified Files: login.html Log Message: Index: login.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/admin/login/login.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** login.html 26 Sep 2003 15:31:13 -0000 1.1 --- login.html 22 Jul 2004 09:38:25 -0000 1.2 *************** *** 1,32 **** ! <html> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link rel="stylesheet" href="{{TPL_URL}}styles.css" type="text/css"> ! <link rel="stylesheet" href="{{./}}login.css" type="text/css"> <script language="javascript" src="{{./}}login.js"></script> </head> - <body> ! <center> <form name="login" onsubmit="log_in(); return false;"> <table class="login_box" border="0" cellpadding="2"> <tr> ! <td colspan="2"><hr></td> </tr> <tr> ! <td nowrap><b>Username:</b></td> <td> ! <input type="text" name="username" size="15" maxlength="20" class="styletextbox"> </td> </tr> <tr> ! <td nowrap><b>Password:</b></td> <td> ! <input type="password" name="password" size="15" maxlength="20" class="styletextbox"> </td> </tr> <tr> ! <td colspan="2"><hr></td> </tr> <tr> --- 1,35 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="{{TPL_URL}}styles.css" type="text/css" /> ! <link rel="stylesheet" href="{{./}}login.css" type="text/css" /> <script language="javascript" src="{{./}}login.js"></script> </head> ! <body> <form name="login" onsubmit="log_in(); return false;"> + <div align="center"> <table class="login_box" border="0" cellpadding="2"> <tr> ! <td colspan="2"><hr /></td> </tr> <tr> ! <td nowrap="nowrap"><b>Username:</b></td> <td> ! <input type="text" name="username" size="15" maxlength="20" class="styletextbox" /> </td> </tr> <tr> ! <td nowrap="nowrap"><b>Password:</b></td> <td> ! <input type="password" name="password" size="15" maxlength="20" class="styletextbox" /> </td> </tr> <tr> ! <td colspan="2"><hr /></td> </tr> <tr> *************** *** 36,41 **** </tr> </table> </form> - </center> </body> --- 39,44 ---- </tr> </table> + </div> </form> </body> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:38:33
|
Update of /cvsroot/phpwebapp/top10/templates/edit_project In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/edit_project Modified Files: edit_project.html Log Message: Index: edit_project.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/edit_project/edit_project.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** edit_project.html 25 Dec 2003 15:35:46 -0000 1.4 --- edit_project.html 22 Jul 2004 09:38:24 -0000 1.5 *************** *** 1,11 **** ! <WebBox ID="edit_project"> ! <If condition="'{{mode}}'=='add'"> <h2>Add New Project</h2> ! </If> ! <If condition="'{{mode}}'!='add'"> <h2>Edit Project: <a href="http://sourceforge.net/projects/{{proj_id}}" target="_blank">{{proj_name}} ({{proj_id}})</a></h2> ! </If> <form name="edit_project" onsubmit="return false;"> --- 1,11 ---- ! <webbox id="edit_project"> ! <if condition="'{{mode}}'=='add'"> <h2>Add New Project</h2> ! </if> ! <if condition="'{{mode}}'!='add'"> <h2>Edit Project: <a href="http://sourceforge.net/projects/{{proj_id}}" target="_blank">{{proj_name}} ({{proj_id}})</a></h2> ! </if> <form name="edit_project" onsubmit="return false;"> *************** *** 14,24 **** <td bgcolor="eeeeee">Project Unix Name:</td> <td bgcolor="#ffffff"> ! <If condition="'{{mode}}'=='add'"> <input type="text" size="30" name="proj_id" value="{{proj_id}}" ! onfocus="select()"> ! </If> ! <If condition="'{{mode}}'!='add'"> {{edit_project->proj_id}} ! </If> </td> </tr> --- 14,24 ---- <td bgcolor="eeeeee">Project Unix Name:</td> <td bgcolor="#ffffff"> ! <if condition="'{{mode}}'=='add'"> <input type="text" size="30" name="proj_id" value="{{proj_id}}" ! onfocus="select()" /> ! </if> ! <if condition="'{{mode}}'!='add'"> {{edit_project->proj_id}} ! </if> </td> </tr> *************** *** 27,31 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="proj_name" value="{{proj_name}}" ! onfocus="select()"> </td> </tr> --- 27,31 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="proj_name" value="{{proj_name}}" ! onfocus="select()" /> </td> </tr> *************** *** 34,38 **** <td bgcolor="#ffffff"> <input type="text" size="30" name="group_id" value="{{group_id}}" ! onfocus="select()"> </td> </tr> --- 34,38 ---- <td bgcolor="#ffffff"> <input type="text" size="30" name="group_id" value="{{group_id}}" ! onfocus="select()" /> </td> </tr> *************** *** 42,46 **** <input type="text" size="12" name="register_date" value="{{register_date}}" ! onfocus="select()"> </td> </tr> --- 42,46 ---- <input type="text" size="12" name="register_date" value="{{register_date}}" ! onfocus="select()" /> </td> </tr> *************** *** 49,53 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="license" value="{{license}}" ! onfocus="select()"> </td> </tr> --- 49,53 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="license" value="{{license}}" ! onfocus="select()" /> </td> </tr> *************** *** 55,59 **** <td bgcolor="eeeeee">Language:</td> <td bgcolor="#ffffff"> ! <input type="text" size="30" name="prog_lang" value="{{prog_lang}}"> </td> </tr> --- 55,59 ---- <td bgcolor="eeeeee">Language:</td> <td bgcolor="#ffffff"> ! <input type="text" size="30" name="prog_lang" value="{{prog_lang}}" /> </td> </tr> *************** *** 62,66 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="category" value="{{category}}" ! onfocus="select()"> </td> </tr> --- 62,66 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="category" value="{{category}}" ! onfocus="select()" /> </td> </tr> *************** *** 69,73 **** <td bgcolor="#ffffff"> <input type="text" size="70" name="members" value="{{members}}" ! onfocus="select()"> </td> </tr> --- 69,73 ---- <td bgcolor="#ffffff"> <input type="text" size="70" name="members" value="{{members}}" ! onfocus="select()" /> </td> </tr> *************** *** 80,105 **** </table> </form> ! <br> ! <If condition="'{{mode}}'=='add'"> <a class="button" href="javascript:add_project()">Add</a> <a class="button" href="javascript:cancel_adding()">Cancel</a> ! </If> ! <If condition="'{{mode}}'=='edit'"> <a class="button" href="javascript:save_project()">Save</a> <a class="button" href="javascript:done_editing()">Done</a> ! </If> ! <If condition="('{{mode}}'=='done' and '{{ADMIN}}'=='true')"> <a class="button" href="javascript:add_new_project()"> Add Another Project </a> ! </If> ! <If condition="'{{ADMIN}}'=='true'"> <script language="javascript" src="{{./}}edit_project_adm.js"></script> <a class="button" href="javascript:send_to_user()"> Give Editing Rights to a User </a> ! </If> ! <hr> ! </WebBox> --- 80,105 ---- </table> </form> ! <br /> ! <if condition="'{{mode}}'=='add'"> <a class="button" href="javascript:add_project()">Add</a> <a class="button" href="javascript:cancel_adding()">Cancel</a> ! </if> ! <if condition="'{{mode}}'=='edit'"> <a class="button" href="javascript:save_project()">Save</a> <a class="button" href="javascript:done_editing()">Done</a> ! </if> ! <if condition="('{{mode}}'=='done' and '{{ADMIN}}'=='true')"> <a class="button" href="javascript:add_new_project()"> Add Another Project </a> ! </if> ! <if condition="'{{ADMIN}}'=='true'"> <script language="javascript" src="{{./}}edit_project_adm.js"></script> <a class="button" href="javascript:send_to_user()"> Give Editing Rights to a User </a> ! </if> ! <hr /> ! </webbox> |
From: Dashamir H. <das...@us...> - 2004-07-22 09:38:33
|
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>, |
From: Dashamir H. <das...@us...> - 2004-07-22 09:38:33
|
Update of /cvsroot/phpwebapp/top10/templates/preference_list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/templates/preference_list Modified Files: preference_list.html Log Message: Index: preference_list.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/preference_list/preference_list.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** preference_list.html 26 Sep 2003 15:32:21 -0000 1.2 --- preference_list.html 22 Jul 2004 09:38:23 -0000 1.3 *************** *** 1,20 **** ! <WebBox ID="preference_list"> <p> User <b>{{username}}</b> <a class="button" href="javascript:change_username()">Change Username</a> ! <If condition="'{{username}}'=='guest'"> Please identify yourself by giving your SourceForge username. ! </If> </p> ! <Repeat rs="preference_list"> ! <IfEmpty> <p>There is no project in the list!</p> ! </IfEmpty> ! <Header> ! <table cellspacing="1" cellpadding="3" bgcolor="#dddddd"> ! </Header> ! <RepeatBody> ! <Var name="bgcolor">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f8f8ff")</Var> <tr bgcolor="{{bgcolor}}"> <td width="2%" align="center"> --- 1,18 ---- ! <webbox id="preference_list"> <p> User <b>{{username}}</b> <a class="button" href="javascript:change_username()">Change Username</a> ! <if condition="'{{username}}'=='guest'"> Please identify yourself by giving your SourceForge username. ! </if> </p> ! <table cellspacing="1" cellpadding="3" bgcolor="#dddddd"> ! <repeat rs="preference_list"> ! <ifempty> <p>There is no project in the list!</p> ! </ifempty> ! <repeatbody> ! <var name="bgcolor">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f8f8ff")</var> <tr bgcolor="{{bgcolor}}"> <td width="2%" align="center"> *************** *** 31,42 **** </td> </tr> ! </RepeatBody> ! <Footer> ! </table> ! </Footer> ! </Repeat> ! <br> <a class="button" href="javascript:save_preferences()">Save Your Preference List</a> ! <hr> ! </WebBox> --- 29,38 ---- </td> </tr> ! </repeatbody> ! </repeat> ! </table> ! <br /> <a class="button" href="javascript:save_preferences()">Save Your Preference List</a> ! <hr /> ! </webbox> |