Subversion Repositories RepoView

Rev

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

Rev 67 Rev 68
Line 1... Line 1...
1
/* $Id: modern.c 67 2024-08-24 06:25:36Z nishi $ */
1
/* $Id: modern.c 68 2024-08-24 08:19:05Z 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 1112... Line 1112...
1112
		add_data(&buffer, ".png\" alt=\"Your Icon\" style=\"float: right;height: 32px;\">");
1112
		add_data(&buffer, ".png\" alt=\"Your Icon\" style=\"float: right;height: 32px;\">");
1113
#ifdef USE_MYPAGE
1113
#ifdef USE_MYPAGE
1114
		add_data(&buffer, "</a>");
1114
		add_data(&buffer, "</a>");
1115
#endif
1115
#endif
1116
#endif
1116
#endif
1117
		add_data(&buffer, "<div style=\"clear: both;float: right;font-size: 10px;padding-right: 0;font-style: italic;\">You have logged in as <a href=\"");
1117
		add_data(&buffer, "<div style=\"clear: both;float: right;font-size: 10px;padding-right: 0;font-style: italic;padding-top: 0;\">You have logged in as <a href=\"");
1118
		add_data(&buffer, INSTANCE_ROOT);
1118
		add_data(&buffer, INSTANCE_ROOT);
1119
		add_data(&buffer, "/?page=mypage\">");
1119
		add_data(&buffer, "/?page=mypage\">");
1120
		add_data(&buffer, user);
1120
		add_data(&buffer, user);
1121
		add_data(&buffer, "</a></div>");
1121
		add_data(&buffer, "</a></div>");
1122
	}
1122
	}