This repository has been archived on 2026-07-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2011-10-26 09:44:02 +02:00

18 lines
584 B
Plaintext

<?xml version="1.0" ?>
<%@ page language="java" contentType="text/html" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Publishing Results</title>
<link rel="stylesheet" type="text/css" href="css/app.css" />
</head>
<body>
<h1>Event Publisher</h1>
<h2>Publishing successful:</h2>
<ul>
<li><a href="?action=listEvents">Publish again</a></li>
</ul>
</body>
</html>