[Cruce-commit] SF.net SVN: cruce:[141] JSP/trunk/Forum/WebContent
Status: Beta
Brought to you by:
caiusb
|
From: <ali...@us...> - 2010-05-14 12:01:00
|
Revision: 141
http://cruce.svn.sourceforge.net/cruce/?rev=141&view=rev
Author: alinposho
Date: 2010-05-14 12:00:51 +0000 (Fri, 14 May 2010)
Log Message:
-----------
Am adaugat fisierele pentru pagina principala si pagina unui thread. Pentru moment ele au doar codul autogenerat de eclipse.
Added Paths:
-----------
JSP/trunk/Forum/WebContent/Thread.jsp
JSP/trunk/Forum/WebContent/index.jsp
Added: JSP/trunk/Forum/WebContent/Thread.jsp
===================================================================
--- JSP/trunk/Forum/WebContent/Thread.jsp (rev 0)
+++ JSP/trunk/Forum/WebContent/Thread.jsp 2010-05-14 12:00:51 UTC (rev 141)
@@ -0,0 +1,12 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+ pageEncoding="ISO-8859-1"%>
+<!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">
+<title>Insert title here</title>
+</head>
+<body>
+
+</body>
+</html>
\ No newline at end of file
Added: JSP/trunk/Forum/WebContent/index.jsp
===================================================================
--- JSP/trunk/Forum/WebContent/index.jsp (rev 0)
+++ JSP/trunk/Forum/WebContent/index.jsp 2010-05-14 12:00:51 UTC (rev 141)
@@ -0,0 +1,12 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+ pageEncoding="ISO-8859-1"%>
+<!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">
+<title>Insert title here</title>
+</head>
+<body>
+
+</body>
+</html>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|