Subversion Repositories RepoView

Rev

Rev 59 | Rev 61 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59 Rev 60
Line 1... Line 1...
1
/* $Id: modern.c 59 2024-08-22 06:08:54Z nishi $ */
1
/* $Id: modern.c 60 2024-08-22 06:13:26Z nishi $ */
2
 
2
 
3
#include "rv_query.h"
3
#include "rv_query.h"
4
 
4
 
5
#include "rv_util.h"
5
#include "rv_util.h"
6
#include "rv_version.h"
6
#include "rv_version.h"
Line 828... Line 828...
828
				add_data(&page, "<table border=\"0\" style=\"width: 100%;\">\n");
828
				add_data(&page, "<table border=\"0\" style=\"width: 100%;\">\n");
829
				add_data(&page, "<tr style=\"background-color: #D2E1F6;\"><th>Repository name</th><th>Revision</th></tr>\n");
829
				add_data(&page, "<tr style=\"background-color: #D2E1F6;\"><th>Repository name</th><th>Revision</th></tr>\n");
830
				fcounter = 0;
830
				fcounter = 0;
831
				instead_username = rv_get_query("username");
831
				instead_username = rv_get_query("username");
832
				rv_repo_list(rv_get_query("username"), list_repo);
832
				rv_repo_list(rv_get_query("username"), list_repo);
-
 
833
				instead_username = NULL;
833
				add_data(&page, "</table>\n");
834
				add_data(&page, "</table>\n");
834
			} else {
835
			} else {
835
				add_data(&page, "User does not exist.\n");
836
				add_data(&page, "User does not exist.\n");
836
			}
837
			}
837
		}
838
		}