diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/index.jsp')
| -rw-r--r-- | id/ConfigWebTool/src/main/webapp/index.jsp | 24 | 
1 files changed, 24 insertions, 0 deletions
| diff --git a/id/ConfigWebTool/src/main/webapp/index.jsp b/id/ConfigWebTool/src/main/webapp/index.jsp new file mode 100644 index 000000000..45587a9a8 --- /dev/null +++ b/id/ConfigWebTool/src/main/webapp/index.jsp @@ -0,0 +1,24 @@ +<%@page import="at.gv.egovernment.moa.id.configuration.helper.LanguageHelper"%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="s" uri="/struts-tags" %> + +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +	<head> +		<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +		<link rel="stylesheet" type="text/css" href="css/index.css"> +		<title><%=LanguageHelper.getGUIString("title", request) %></title> +	</head> +	 +	<body> +		<h1><%=LanguageHelper.getGUIString("webpages.index.header", request) %></h1> +		 +		<div id="information_area"> +			<p><%=LanguageHelper.getGUIString("webpages.index.desciption.head", request) %></p> +			<br/> +			<a href="main.action">Login</a> +		</div> +		 +	</body> +</html>
\ No newline at end of file | 
