Update of /cvsroot/phpwebapp/top10/templates/edit_project
In directory sc8-pr-cvs1:/tmp/cvs-serv4744/templates/edit_project
Modified Files:
Tag: maisp
edit_project.php edit_project.js edit_project.html
Log Message:
removed some sourceforge references etc.
Index: edit_project.php
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/edit_project/edit_project.php,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -d -r1.5.2.2 -r1.5.2.3
*** edit_project.php 12 Jan 2004 15:21:26 -0000 1.5.2.2
--- edit_project.php 14 Jan 2004 16:25:59 -0000 1.5.2.3
***************
*** 2,8 ****
/*
This file is part of Top10. Top10 is a web application for ranking
! and evaluating web application projects at SourceForge.
! Copyright 2003 Dashamir Hoxha, das...@us...
Top10 is free software; you can redistribute it and/or modify it under
--- 2,8 ----
/*
This file is part of Top10. Top10 is a web application for ranking
! and evaluating free software projects.
! Copyright (C) 2003, 2004 Dashamir Hoxha, das...@us...
Top10 is free software; you can redistribute it and/or modify it under
***************
*** 122,126 ****
//send a notification e-mail to the user
- //$to = "dasho";
$to = $email;
$subject = "Top10: Modify Project '$proj_id'";
--- 122,125 ----
Index: edit_project.js
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/edit_project/edit_project.js,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -d -r1.3.2.1 -r1.3.2.2
*** edit_project.js 12 Jan 2004 15:21:26 -0000 1.3.2.1
--- edit_project.js 14 Jan 2004 16:25:59 -0000 1.3.2.2
***************
*** 2,8 ****
/*
This file is part of Top10. Top10 is a web application for ranking
! and evaluating web application projects at SourceForge.
! Copyright 2003 Dashamir Hoxha, das...@us...
Top10 is free software; you can redistribute it and/or modify it under
--- 2,8 ----
/*
This file is part of Top10. Top10 is a web application for ranking
! and evaluating free software projects.
! Copyright (C) 2003, 2004 Dashamir Hoxha, das...@us...
Top10 is free software; you can redistribute it and/or modify it under
Index: edit_project.html
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/edit_project/edit_project.html,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -C2 -d -r1.4.2.4 -r1.4.2.5
*** edit_project.html 12 Jan 2004 15:45:24 -0000 1.4.2.4
--- edit_project.html 14 Jan 2004 16:25:59 -0000 1.4.2.5
***************
*** 7,12 ****
<If condition="'{{mode}}'!='add'">
! <h2>Edit Project: <a href="http://sourceforge.net/projects/{{proj_id}}"
! target="_blank">{{proj_name}} ({{proj_id}})</a></h2>
</If>
--- 7,13 ----
<If condition="'{{mode}}'!='add'">
! <h2>Edit Project:
! <a href="{{url1}}" target="_blank">{{proj_name}} ({{proj_id}})</a>
! </h2>
</If>
***************
*** 32,44 ****
</td>
</tr>
- <!--#
- <tr>
- <td bgcolor="eeeeee">SourceForge group id:</td>
- <td bgcolor="#ffffff">
- <input type="text" size="30" name="group_id" value="{{group_id}}"
- onfocus="select()">
- </td>
- </tr>
- #-->
<tr>
<td bgcolor="eeeeee">URL1:</td>
--- 33,36 ----
***************
*** 53,66 ****
</td>
</tr>
- <!--#
- <tr>
- <td bgcolor="eeeeee">Register Date:</td>
- <td bgcolor="#ffffff">
- <input type="text" size="12" name="register_date"
- value="{{register_date}}"
- onfocus="select()">
- </td>
- </tr>
- #-->
<tr>
<td bgcolor="eeeeee">License:</td>
--- 45,48 ----
|