Subversion Repositories RepoView

Rev

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

Rev 51 Rev 52
Line 1... Line 1...
1
/* $Id: modern.c 51 2024-08-22 06:00:38Z nishi $ */
1
/* $Id: modern.c 52 2024-08-22 06:01:32Z 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 811... Line 811...
811
				char* tmp = rv_strcat3(WWW_AVATAR_ROOT, "/", rv_get_query("username"));
811
				char* tmp = rv_strcat3(WWW_AVATAR_ROOT, "/", rv_get_query("username"));
812
				logopath = rv_strcat(tmp, ".png");
812
				logopath = rv_strcat(tmp, ".png");
813
				free(tmp);
813
				free(tmp);
814
 
814
 
815
				free(path);
815
				free(path);
-
 
816
 
-
 
817
				add_data(&page, "<h2 id=\"repolist\">Repository List</h2>\n");
-
 
818
				add_data(&page, "<table border=\"0\">\n");
-
 
819
				add_data(&page, "<tr><th>Repository name</th><th>Revision</th></tr>\n");
-
 
820
				rv_repo_list(rv_get_query("username"), list_repo);
-
 
821
				add_data(&page, "</table>\n");
816
			} else {
822
			} else {
817
				add_data(&page, "User does not exist.\n");
823
				add_data(&page, "User does not exist.\n");
818
			}
824
			}
819
		}
825
		}
820
	} else if(strcmp(query, "sendmanrepo") == 0) {
826
	} else if(strcmp(query, "sendmanrepo") == 0) {