|
From: <sv...@de...> - 2005-06-17 23:45:29
|
Author: marcelo
Date: 2005-06-17 19:45:30 -0400 (Fri, 17 Jun 2005)
New Revision: 1354
Modified:
humano2/trunk/apps/import/Humano2.Apps.Import.csproj
humano2/trunk/components/viewTools/Humano2.Components.ViewTools.csproj
humano2/trunk/config/config.xml.tmpl
humano2/trunk/web/portal/site/viewpertinencelist.aspx
Log:
FIXED: gave fixed width to pertinence drop down in Firefox
UPDATED: project to exclude files
UPDATE: config.xml.tmpl to include example of MsSQl driver
Modified: humano2/trunk/apps/import/Humano2.Apps.Import.csproj
=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/apps/import/Humano2.Apps.Import.csproj 2005-06-17 22:25=
:04 UTC (rev 1353)
+++ humano2/trunk/apps/import/Humano2.Apps.Import.csproj 2005-06-17 23:45=
:30 UTC (rev 1354)
@@ -89,6 +89,10 @@
<Files>
<Include>
<File
+ RelPath =3D "app.config"
+ BuildAction =3D "None"
+ />
+ <File
RelPath =3D "App.ico"
BuildAction =3D "Content"
/>
Modified: humano2/trunk/components/viewTools/Humano2.Components.ViewTools=
.csproj
=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/components/viewTools/Humano2.Components.ViewTools.cspro=
j 2005-06-17 22:25:04 UTC (rev 1353)
+++ humano2/trunk/components/viewTools/Humano2.Components.ViewTools.cspro=
j 2005-06-17 23:45:30 UTC (rev 1354)
@@ -133,11 +133,6 @@
SubType =3D "Code"
BuildAction =3D "Compile"
/>
- <File
- RelPath =3D "Vista.cs"
- SubType =3D "Code"
- BuildAction =3D "Compile"
- />
</Include>
</Files>
</CSHARP>
Modified: humano2/trunk/config/config.xml.tmpl
=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/config/config.xml.tmpl 2005-06-17 22:25:04 UTC (rev 135=
3)
+++ humano2/trunk/config/config.xml.tmpl 2005-06-17 23:45:30 UTC (rev 135=
4)
@@ -2,7 +2,7 @@
<!DOCTYPE h2config>
<config>
<database>
- <driver>Humano2.Core.Db.Pgsql.dll</driver> <!-- Name of the driv=
er DLL file -->
+ <driver>Humano2.Core.Db.Pgsql.dll</driver> <!-- Name of the driv=
er DLL file, EN CASO DE MsSQL SERVER REMPLAZAR POR Humano2.Core.Db.Pgsql.=
dll-->
<host>127.0.0.1</host> <!-- IP of the database server (127.0.0=
.1 is the same as the webserver -->
<name>h2_solution</name> <!-- name of the database -->
<user>h2_dbase</user> <!-- name of the database user that the=
system uses to access the database -->
@@ -12,7 +12,7 @@
<basedir>C:\h2_install</basedir> <!-- The base directory where the Hum=
ano2 files are located. -->
<dbdrivers>bin</dbdrivers> <!-- Where is the database driver dir=
ecotory -->
<session>h2_sessions</session> <!-- Directory where are t=
he session xml files stored -->
- <webbase>http://localhost:8080</webbase> <!-- what's the base lo=
cation where the humano2 installation lives? -->=20
+ <webbase>http://localhost</webbase> <!-- what's the base locatio=
n where the humano2 installation lives? -->=20
<clientPath>upload</clientPath> <!-- Where the user will store h=
is files, and where other files related to him will remain -->
</locations>
<log>
Modified: humano2/trunk/web/portal/site/viewpertinencelist.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/viewpertinencelist.aspx 2005-06-17 22:2=
5:04 UTC (rev 1353)
+++ humano2/trunk/web/portal/site/viewpertinencelist.aspx 2005-06-17 23:4=
5:30 UTC (rev 1354)
@@ -46,8 +46,8 @@
</script>
</HEAD>
<body leftMargin=3D"0" topMargin=3D"0" marginheight=3D"0" marginwidth=3D=
"0">
- <form id=3D"Form1" method=3D"post" runat=3D"server">
- <asp:listbox id=3D"ListBox1" runat=3D"server" Width=3D"192px" Height=3D=
"168px"></asp:listbox>
+ <form id=3D"Form1" method=3D"post" runat=3D"server"> <!-- FIXME: // Wi=
dth and height to be read from attributes -->
+ <asp:listbox id=3D"ListBox1" runat=3D"server" style=3D"height:168px;w=
idth:192px;"></asp:listbox>
</form>
</body>
</HTML>
|