|
From: <sv...@de...> - 2005-05-27 21:07:42
|
Author: marijn
Date: 2005-05-27 17:07:36 -0400 (Fri, 27 May 2005)
New Revision: 1181
Added:
humano2/trunk/web/portal/site/indexPortalframe.html
Modified:
humano2/trunk/web/portal/site/index.aspx
humano2/trunk/web/portal/site/indexPortal.aspx
Log:
CHANGE:=20
* Adding a right bar page so that it shows information about the proyect
* Changing the style of the center page.
Modified: humano2/trunk/web/portal/site/index.aspx
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- humano2/trunk/web/portal/site/index.aspx 2005-05-27 20:30:12 UTC (rev=
1180)
+++ humano2/trunk/web/portal/site/index.aspx 2005-05-27 21:07:36 UTC (rev=
1181)
@@ -13,7 +13,7 @@
<frame src=3D"topbar.aspx" name=3D"topFrame" scrolling=3D"no" framebor=
der=3D"no">
<frameset cols=3D"250,89%" frameborder=3D"no" border=3D"0" framespacin=
g=3D"0">
<frame src=3D"leftbar.aspx" name=3D"leftFrame" scrolling=3D"yes">
- <frame src=3D"indexPortal.aspx" name=3D"mainFrame" scrolling=3D"no">
+ <frame src=3D"indexPortalframe.html" name=3D"mainFrame" scrolling=3D"=
no">
</frameset>
<noframes>Unfortunately, this system requires a browser with frame sup=
port.</noframes>
</frameset>
Modified: humano2/trunk/web/portal/site/indexPortal.aspx
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- humano2/trunk/web/portal/site/indexPortal.aspx 2005-05-27 20:30:12 UT=
C (rev 1180)
+++ humano2/trunk/web/portal/site/indexPortal.aspx 2005-05-27 21:07:36 UT=
C (rev 1181)
@@ -1,28 +1,32 @@
<%@ Page language=3D"c#" Codebehind=3D"indexPortal.aspx.cs" AutoEventWir=
eup=3D"false" Inherits=3D"Portal.site.indexPortal" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
-<HTML>
- <HEAD>
- <title>Portal Welcome</title>
- <LINK href=3D"css/default.css" rel=3D"stylesheet" type=3D"text/css">
- <LINK href=3D"css/main.css" rel=3D"stylesheet" type=3D"text/css">
- <STYLE>
- a: { color: blue; }
- a:visited { color: darkblue; }
- a:hover { color: red; }
- </STYLE>
- </HEAD>
- <body>
- <form id=3D"Form1" method=3D"post" runat=3D"server">
- <P>Portal version <% Response.Write(showVersion()); %></P>
- <p/>
- <div style=3D"border:solid; margin: 1em; padding: 1em;">
- <P>This is <em>beta</em> software. It <em>will</em> break and have we=
ird behavior.</P>
- <P>When it does, you can help to improve it by <a href=3D"http://deve=
l.humano2.org/trac/newticket" target=3D"_blank">filling out a report in o=
ur bug-tracking system</a>. Please explain in the report what you were do=
ing and where it went wrong. If you leave your email we can contact you f=
or more details if that is necesary.<br/>Thank You!</P>
- </div>
- <div style=3D"border:solid; margin: 1em; padding: 1em;">
- <P>Esto se software <em>beta</em>. Este software <em>tiene</em> bugs =
y comportamiento extraño</P>
- <p>Cuando encuentres un problema, tu puedes ayudar a mejorar el softw=
are <a href=3D"http://devel.humano2.org/trac/newticket" target=3D"_blank"=
>llenando un raporte en nuestro sistema de bugs</a>. Por favor, en el rap=
orte describe que estabas haciendo y que fue mal. Si dejas tu email, pode=
mos contactarte de vuelta si sea necesario.<br/>Gracias!</p>
- </div>
- </form>
- </body>
-</HTML>
+<html>
+<head>
+<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-88=
59-1">
+<LINK href=3D"css/default.css" rel=3D"stylesheet" type=3D"text/css">
+<LINK href=3D"css/main.css" rel=3D"stylesheet" type=3D"text/css">
+<style type=3D"text/css">
+<!--
+.style1 {font-family: Arial, Helvetica, sans-serif}
+.style2 {
+ font-size: 24px;
+ font-weight: bold;
+}
+a: { color: blue; }
+a:visited { color: darkblue; }
+a:hover { color: red; }
+-->
+</style>
+</head>
+
+<body>
+<p class=3D"style2">Humano2 <% Response.Write(showVersion()); %></p>
+<p class=3D"style1"><strong>English</strong></p>
+<p class=3D"style1">This is <em>beta </em> software. It <em>will </em> b=
reak and have weird behaviour. When it does, you can help to improve it b=
y <a href=3D"http://devel.humano2.org/trac/newticket">filling out a repor=
t in our bug-tracking system </a>. Please explain in the report what you =
were doing and where it went wrong. If you leave your email we can contac=
t you for more details if that is necessary. </p>
+<p class=3D"style1"><strong>Español</strong></p>
+<p class=3D"style1">Esto se software <em>beta </em>. Este software <em>t=
iene </em> bugs y comportamiento extraño Cuando encuentres un prob=
lema, tu puedes ayudar a mejorar el software <a href=3D"http://devel.huma=
no2.org/trac/newticket">llenando un raporte en nuestro sistema de bugs </=
a>. Por favor, en el raporte describe que estabas haciendo y que fue mal.=
Si dejas tu email, podemos contactarte de vuelta si sea necesario. <br>
+ <br>
+</p>
+<p align=3D"center"> </p>
+</body>
+</html>
Added: humano2/trunk/web/portal/site/indexPortalframe.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- humano2/trunk/web/portal/site/indexPortalframe.html 2005-05-27 20:30:=
12 UTC (rev 1180)
+++ humano2/trunk/web/portal/site/indexPortalframe.html 2005-05-27 21:07:=
36 UTC (rev 1181)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w=
3.org/TR/html4/frameset.dtd">
+<html>
+ <head>
+ <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8=
859-1">
+ </head>
+ <frameset rows=3D"*" cols=3D"*,230" framespacing=3D"0" frameborder=3D"=
NO" border=3D"0">
+ <frame src=3D"indexPortal.aspx" name=3D"mainIndexFrame">
+ <frame src=3D"http://www.humano2.com/network/?q=3Dnode/288" name=3D"rig=
htIndexFrame" scrolling=3D"yes" noresize marginwidth=3D"0" marginheight=3D=
"0">
+ </frameset>
+ <noframes>
+ <body>
+ </body>
+ </noframes>
+</html>
|