You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(146) |
Jun
(188) |
Jul
(11) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <sv...@de...> - 2005-06-13 14:27:15
|
Author: pcamacho
Date: 2005-06-13 10:27:13 -0400 (Mon, 13 Jun 2005)
New Revision: 1311
Modified:
humano2/trunk/components/webTools/basePage.cs
Log:
FIX: bug #195. This was happening only in case of a class with attribute =
file. After the upload when redoing an
update, all the params were not sent to the crud.
Modified: humano2/trunk/components/webTools/basePage.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/webTools/basePage.cs 2005-06-13 04:35:00 UTC=
(rev 1310)
+++ humano2/trunk/components/webTools/basePage.cs 2005-06-13 14:27:13 UTC=
(rev 1311)
@@ -152,17 +152,19 @@
foreach(string attributeId in AllKeys)
{
string shortPathName =3D Path.GetFileName(Request.Files[=
attributeId].FileName); //Get only the file name (without path)
- if (shortPathName !=3D "")
- {
- Html.UploadFile(Request.Files[attributeId],idEntity,attributeId,Res=
ponse,userCred);
- InstanceParams.Add(attributeId,shortPathName);
- }
+ Html.UploadFile(Request.Files[attributeId],idEntity,attr=
ibuteId,Response,userCred);
+ InstanceParams.Add(attributeId,shortPathName);
}
+ =20
+ //Add all params of Requets.Params to InstanceParams
+ foreach(string key in Request.Params.AllKeys)
+ {
+ string value =3D Request.Params.GetValues(key)[0]; //Onl=
y the first value because each key is unique
+ InstanceParams.Add(key,value); =20
+ }
+ =20
//Update the instance with the names of files
- if(InstanceParams.Count !=3D 0)
- {
- dbAdapter.UpdateInstance(idEntity, domainId, InstancePar=
ams);
- } =20
+ dbAdapter.UpdateInstance(idEntity, domainId, InstanceParams)=
;
}
=20
=20
|
|
From: <sv...@de...> - 2005-06-12 01:58:59
|
Author: marcelo
Date: 2005-06-11 21:58:59 -0400 (Sat, 11 Jun 2005)
New Revision: 1300
Modified:
humano2/trunk/changelog.txt
Log:
* test
Modified: humano2/trunk/changelog.txt
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/changelog.txt 2005-06-12 01:35:44 UTC (rev 1299)
+++ humano2/trunk/changelog.txt 2005-06-12 01:58:59 UTC (rev 1300)
@@ -1,6 +1,6 @@
$Id$
=20
-=3D=3D 5.0.beta5 - 2005-06-03 Revision: 1288=3D=3D
+=3D=3D 5.0.beta5 - 2005-06-03 Revision: 1288 =3D=3D
=20
* Databases
* Changed paging logic in ViewTools so that it works in MsSql
|
|
From: <sv...@de...> - 2005-06-12 01:34:06
|
Author: marijn
Date: 2005-06-11 21:33:06 -0400 (Sat, 11 Jun 2005)
New Revision: 1298
Modified:
humano2/users/marijn/
humano2/users/marijn/smallfixes/INSTALL-LINUX.es.txt
Log:
* Removing Wrongly placed text.
Property changes on: humano2/users/marijn
___________________________________________________________________
Name: svk:merge
- caa85825-7df8-0310-843c-f4ed7aee2f3c:/humano2/marijn:1152
+ caa85825-7df8-0310-843c-f4ed7aee2f3c:/humano2/marijn:1154
Modified: humano2/users/marijn/smallfixes/INSTALL-LINUX.es.txt
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/users/marijn/smallfixes/INSTALL-LINUX.es.txt 2005-06-12 01:11=
:56 UTC (rev 1297)
+++ humano2/users/marijn/smallfixes/INSTALL-LINUX.es.txt 2005-06-12 01:33=
:06 UTC (rev 1298)
@@ -73,9 +73,6 @@
<clientPath> La ubicacion completo del directorio cual mantendra los a=
rchivos=20
subido en la plataforma. Notace que el servidor usuario bajo cual cor=
re el=20
servidor debe tener derechos de ESCRITURA y lectura en este directori=
o.
-The Complete path of a directory where the uploaded
- files will be stored. The server process has to have read and WRITE
- access to this directory.
<webbase> El URL completo donde estara accesible el systema. El system=
a=20
utilizara ese direccion para redirecionamiento y otras operaciones cu=
al=20
necesitan la direccion completa.=20
|
|
From: <sv...@de...> - 2005-06-12 01:09:02
|
Author: marijn Date: 2005-06-11 21:08:57 -0400 (Sat, 11 Jun 2005) New Revision: 1296 Modified: humano2/users/marijn/ humano2/users/marijn/smallfixes/INSTALL-LINUX.en.txt humano2/users/marijn/smallfixes/INSTALL-LINUX.es.txt Log: * Updating the instalation files. Property changes on: humano2/users/marijn ___________________________________________________________________ Name: svk:merge - caa85825-7df8-0310-843c-f4ed7aee2f3c:/humano2/marijn:1142 + caa85825-7df8-0310-843c-f4ed7aee2f3c:/humano2/marijn:1152 Modified: humano2/users/marijn/smallfixes/INSTALL-LINUX.en.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/users/marijn/smallfixes/INSTALL-LINUX.en.txt 2005-06-12 00:24= :31 UTC (rev 1295) +++ humano2/users/marijn/smallfixes/INSTALL-LINUX.en.txt 2005-06-12 01:08= :57 UTC (rev 1296) @@ -17,17 +17,19 @@ ./configure -with-preview=3Dyes (It is needed to compile XPS) =20 - 2. Get and install PostgreSQL ( http://www.postgresql.org ) (version >=3D= 8.0.3 se debe usar) + 2. Get and install PostgreSQL 8.0 or later ( http://www.postgresql.org = )=20 3. Get XSP (http://www.go-mono.com/archive/1.0.6/xsp-1.0.6.tar.gz) - =20 -=20 + 4. Get the latest Humano2 source code=20 + ( http://sourceforge.net/project/showfiles.php?group_id=3D117865&pac= kage_id=3D152308 ) + Compiling: - 1. Get the latest Humano2 source code (http://devel.humano2.org/release= s/) - 2. Compile the code with make: + 1. Compile the code with make: =20 $ make =20 -The Database: +Creating The Database: +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + 1. Create the database with the UNICODE encoding=20 =20 (creating database "h2_solution"): @@ -49,7 +51,7 @@ =20 host all all 10.1.11.0 255.255.255.0 md5 =20 - =20 + =20 =20 Configuring the system: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D @@ -65,7 +67,10 @@ bin . <session> The complete path of a temporary directory where the session files are to be stored. The user that runs the application=20 - server has to have write access to this directory. + server has to have read and WRITE access to this directory. + <clientPath> The Complete path of a directory where the uploaded + files will be stored. The user that runs the application=20 + server has to have read and WRITE access to this directory. <webbase> The Complete URL of instalation. This is used for redirections HTTP and other operations that need full URL paths. =20 Modified: humano2/users/marijn/smallfixes/INSTALL-LINUX.es.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/users/marijn/smallfixes/INSTALL-LINUX.es.txt 2005-06-12 00:24= :31 UTC (rev 1295) +++ humano2/users/marijn/smallfixes/INSTALL-LINUX.es.txt 2005-06-12 01:08= :57 UTC (rev 1296) @@ -14,21 +14,22 @@ 1. Mono ( http://www.mono-project.com ) Remarca: si usa Mono 1.1.6, configuralo asi: =20 - ./configure -with-preview=3Dyes -=20 + ./configure -with-preview=3Dyes=20 (Eso es necesario para compilar XSP) =20 - 2. PostgreSQL ( http://www.postgresql.org ) (version >=3D 8.0.3 must be= used) + 2. PostgreSQL version 8.0 o posterior ( http://www.postgresql.org ) 3. Instale XSP (http://www.go-mono.com/archive/1.0.6/xsp-1.0.6.tar.gz) + 4. Obtenga la ultima version del codigo fuente de Humano2 + ( http://sourceforge.net/project/showfiles.php?group_id=3D117865&pac= kage_id=3D152308 ) =20 -=20 Compilacion: - 1. Obtenga la ultima version del codigo fuente de Humano2 (http://devel= .humano2.org/releases/) - 2. Compile ejecutando: + 1. Compile ejecutando: =20 $ make =20 + Creacion de la Base de Datos: +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D 1. Cree la base de datos con la codificacion UNICODE =20 (creando base de datos "h2_solution"): @@ -67,8 +68,14 @@ <dbdrivers> Apunta al directorio en donde se encuentra el driver para = la conexion a la base de datos PostgreSQL. Esto es normalmente en bin. <session> La ubicacion completo del directorio cual mantendra los arch= ivos=20 - temporales. Notace que el servidor usuario bajo cual corre el servido= r debe - tener derechos de escritura y lectura en este directorio. + temporales de session. Notace que el servidor usuario bajo cual corre= el=20 + servidor debe tener derechos de ESCRITURA y lectura en este directori= o. + <clientPath> La ubicacion completo del directorio cual mantendra los a= rchivos=20 + subido en la plataforma. Notace que el servidor usuario bajo cual cor= re el=20 + servidor debe tener derechos de ESCRITURA y lectura en este directori= o. +The Complete path of a directory where the uploaded + files will be stored. The server process has to have read and WRITE + access to this directory. <webbase> El URL completo donde estara accesible el systema. El system= a=20 utilizara ese direccion para redirecionamiento y otras operaciones cu= al=20 necesitan la direccion completa.=20 |
|
From: <sv...@de...> - 2005-06-12 00:24:54
|
Author: marijn Date: 2005-06-11 20:24:31 -0400 (Sat, 11 Jun 2005) New Revision: 1295 Added: humano2/users/marijn/smallfixes/ Log: * Adding a branch for doing small fixes. Copied: humano2/users/marijn/smallfixes (from rev 1291, humano2/trunk) |
|
From: <sv...@de...> - 2005-06-11 23:14:16
|
Author: marijn Date: 2005-06-11 19:14:17 -0400 (Sat, 11 Jun 2005) New Revision: 1294 Added: humano2/users/marijn/todo.txt Modified: humano2/users/marijn/ Log: * Adding a todo vision list. Property changes on: humano2/users/marijn ___________________________________________________________________ Name: svk:merge + caa85825-7df8-0310-843c-f4ed7aee2f3c:/humano2/marijn:1142 Added: humano2/users/marijn/todo.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/users/marijn/todo.txt 2005-06-11 23:04:08 UTC (rev 1293) +++ humano2/users/marijn/todo.txt 2005-06-11 23:14:17 UTC (rev 1294) @@ -0,0 +1,23 @@ +$Id$ + +SMALL + * Move examples and=20 + * Move login and domain.aspx of portal to a decent XSL. + * Cleanup core ReadData/ReadStructure and add Caching (reducing silly d= atabase hits) + * Attack small bugs (see tracker) + +BIG + * Finish Implementing NtoM=20 + * Finish Implementing Options/OptionGroup/Choice + * Hack NDOC so that it produces decent webbased output for humano2 (may= be msdn is a decent example, maybe doxygen output) + * Write Tests for ViewTools + * Write Consultor adapter for ViewTools to add a decent object oriented= interface + * Write Tests for Formulas. + +DOCS + * Write up a discription of how the meta-model works. + * Write up start of developer docs for new version. + +Food for Thought + * WS implementation of non-web data-entry interface (needs core rethink= ing) + * Reimplementation of ViewTools/Formulas/Reports/Rules (with XML-Fragme= nts ?)) to drop silly language. |
|
From: <sv...@de...> - 2005-06-11 23:04:06
|
Author: marijn Date: 2005-06-11 19:04:08 -0400 (Sat, 11 Jun 2005) New Revision: 1293 Removed: humano2/users/marijn/test.txt Log: * Trying to remove. Deleted: humano2/users/marijn/test.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/users/marijn/test.txt 2005-06-11 22:52:03 UTC (rev 1292) +++ humano2/users/marijn/test.txt 2005-06-11 23:04:08 UTC (rev 1293) @@ -1 +0,0 @@ -hey man |
|
From: <sv...@de...> - 2005-06-11 22:52:08
|
Author: marcelo Date: 2005-06-11 18:52:03 -0400 (Sat, 11 Jun 2005) New Revision: 1292 Added: humano2/users/marijn/test.txt Log: * just a test.txt Added: humano2/users/marijn/test.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/users/marijn/test.txt 2005-06-11 02:15:14 UTC (rev 1291) +++ humano2/users/marijn/test.txt 2005-06-11 22:52:03 UTC (rev 1292) @@ -0,0 +1 @@ +hey man |
|
From: <sv...@de...> - 2005-06-11 02:15:12
|
Author: marcelo
Date: 2005-06-10 22:15:14 -0400 (Fri, 10 Jun 2005)
New Revision: 1291
Modified:
humano2/trunk/components/viewTools/ViewTools.cs
humano2/trunk/components/webTools/folder.cs
humano2/trunk/web/builder/site/viewmain.aspx.cs
Log:
* Fixed bug #177 but it has a side effect. Look at note added to ticket =
for details.
Modified: humano2/trunk/components/viewTools/ViewTools.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/ViewTools.cs 2005-06-11 00:05:40 U=
TC (rev 1290)
+++ humano2/trunk/components/viewTools/ViewTools.cs 2005-06-11 02:15:14 U=
TC (rev 1291)
@@ -1015,11 +1015,11 @@
=09
strFilters.Append(tableName + "." + columnName + " ");
int recursionIndex;
- recursionIndex =3D parameters[2].IndexOf("[");
+ recursionIndex =3D parameters[2].IndexOf("{");
=20
if(recursionIndex !=3D -1)
{
- int recursionEndIndex =3D parameters[2].LastIndexOf("]");
+ int recursionEndIndex =3D parameters[2].LastIndexOf("}");
parameter =3D parameters[2].Substring(recursionIndex + 1, recursion=
EndIndex - recursionIndex - 1);
if(parameter.IndexOf("@") =3D=3D 1)
{
Modified: humano2/trunk/components/webTools/folder.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/webTools/folder.cs 2005-06-11 00:05:40 UTC (=
rev 1290)
+++ humano2/trunk/components/webTools/folder.cs 2005-06-11 02:15:14 UTC (=
rev 1291)
@@ -62,13 +62,13 @@
{ //Follow recursivity
//Build the filter for query
string filter;=20
- string listOfChildsForFilter =3D "[(";
+ string listOfChildsForFilter =3D "{(";
for(int i=3D0;i<listOfChildsSize;i++)
{
listOfChildsForFilter +=3D "'" + Convert.ToString(li=
stOfChilds[i]) + "'" + ",";
}
listOfChildsForFilter =3D listOfChildsForFilter.Substrin=
g(0,listOfChildsForFilter.Length-1); //Remove last ","
- listOfChildsForFilter +=3D ")]";
+ listOfChildsForFilter +=3D ")}";
filter =3D String.Format("34|4|'{0}'|1|0",userCred.Domai=
nIds[userCred.CurrentDomainIndex]) + ";"; //For the domain =20
filter +=3D "0|8|" + listOfChildsForFilter + "|0|0"; //T=
o reduce the query to the list of childs =20
Logger.Log("leftbar.aspx.cs: filter =3D " + filter, LogL=
evel.Trace);
Modified: humano2/trunk/web/builder/site/viewmain.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/viewmain.aspx.cs 2005-06-11 00:05:40 U=
TC (rev 1290)
+++ humano2/trunk/web/builder/site/viewmain.aspx.cs 2005-06-11 02:15:14 U=
TC (rev 1291)
@@ -549,26 +549,30 @@
{
string attName =3D Convert.ToString(row["attName"]);
string attType =3D Convert.ToString(row["attType"]);
+
if(attType=3D=3D"pertinence")
{
idatt =3D Convert.ToInt32(row["id_entity"]);
dtpert =3D userCred.CoreAdapter.GetClassesFromPertinence(idatt);
- DataRow dr2 =3D dtpert.Rows[0];
- idClassRel =3D Convert.ToInt32(dr2["to"].ToString());
+ if (dtpert.Rows.Count > 0 )
+ {
+ DataRow dr2 =3D dtpert.Rows[0];
+ idClassRel =3D Convert.ToInt32(dr2["to"].ToString());
=09
- //For each attribute of pertinence put the id with t=
ogo and=20
- // the pertname.attname
- int [] listAttId =3D getAttributeIdListForClass(idCl=
assRel);
- string [] listAttName =3D getAttributeNameListForCla=
ss(idClassRel);
- int size =3D listAttId.Length;
- for(int i=3D0;i<size;i++)
- {
- attlogin =3D listAttId[i];
- salida +=3D "<attribute>";
- salida +=3D "<id>" + idatt + "^" + attlogin + "<=
/id>";
- salida +=3D "<name>" + attName + "." + listAttN=
ame[i]+ "</name>";
- salida +=3D "</attribute>";
- }
+ //For each attribute of pertinence put the id with togo and=20
+ // the pertname.attname
+ int [] listAttId =3D getAttributeIdListForClass(idClassRel);
+ string [] listAttName =3D getAttributeNameListForClass(idClassRel)=
;
+ int size =3D listAttId.Length;
+ for(int i=3D0;i<size;i++)
+ {
+ attlogin =3D listAttId[i];
+ salida +=3D "<attribute>";
+ salida +=3D "<id>" + idatt + "^" + attlogin + "</id>";
+ salida +=3D "<name>" + attName + "." + listAttName[i]+ "</name>"=
;
+ salida +=3D "</attribute>";
+ }
+ }
}
else
{
|
|
From: <sv...@de...> - 2005-06-11 00:05:37
|
Author: marcelo Date: 2005-06-10 20:05:40 -0400 (Fri, 10 Jun 2005) New Revision: 1290 Added: humano2/tags/5.0.beta5/ Log: Mayor bug fixes, no new features. Copied: humano2/tags/5.0.beta5 (from rev 1289, humano2/trunk) |
|
From: <sv...@de...> - 2005-06-11 00:04:49
|
Author: marcelo Date: 2005-06-10 20:04:51 -0400 (Fri, 10 Jun 2005) New Revision: 1289 Removed: humano2/tags/5.0.beta5/ Log: forgot 2 files |
|
From: <sv...@de...> - 2005-06-11 00:01:51
|
Author: marcelo
Date: 2005-06-10 20:01:52 -0400 (Fri, 10 Jun 2005)
New Revision: 1288
Modified:
humano2/trunk/changelog.txt
humano2/trunk/components/webTools/basePage.cs
humano2/trunk/core/schema/pgsql/pgsql-9-HelpDeskSMB.sql
Log:
* changelog and added setval value to HelpDesk template
Modified: humano2/trunk/changelog.txt
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/changelog.txt 2005-06-10 23:51:08 UTC (rev 1287)
+++ humano2/trunk/changelog.txt 2005-06-11 00:01:52 UTC (rev 1288)
@@ -1,6 +1,6 @@
$Id$
=20
-=3D=3D 5.0.beta4 - 2005-06-02 =3D=3D
+=3D=3D 5.0.beta5 - 2005-06-03 Revision: 1288=3D=3D
=20
* Databases
* Changed paging logic in ViewTools so that it works in MsSql
Modified: humano2/trunk/components/webTools/basePage.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/webTools/basePage.cs 2005-06-10 23:51:08 UTC=
(rev 1287)
+++ humano2/trunk/components/webTools/basePage.cs 2005-06-11 00:01:52 UTC=
(rev 1288)
@@ -152,8 +152,11 @@
foreach(string attributeId in AllKeys)
{
string shortPathName =3D Path.GetFileName(Request.Files[=
attributeId].FileName); //Get only the file name (without path)
- Html.UploadFile(Request.Files[attributeId],idEntity,attr=
ibuteId,Response,userCred);
- InstanceParams.Add(attributeId,shortPathName);
+ if (shortPathName !=3D "")
+ {
+ Html.UploadFile(Request.Files[attributeId],idEntity,attributeId,Res=
ponse,userCred);
+ InstanceParams.Add(attributeId,shortPathName);
+ }
}
//Update the instance with the names of files
if(InstanceParams.Count !=3D 0)
Modified: humano2/trunk/core/schema/pgsql/pgsql-9-HelpDeskSMB.sql
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/core/schema/pgsql/pgsql-9-HelpDeskSMB.sql 2005-06-10 23=
:51:08 UTC (rev 1287)
+++ humano2/trunk/core/schema/pgsql/pgsql-9-HelpDeskSMB.sql 2005-06-11 00=
:01:52 UTC (rev 1288)
@@ -232,3 +232,4 @@
ADD CONSTRAINT "d10160cTicket_pkey" PRIMARY KEY (id_entity);
=20
=20
+SELECT setval('entity_id_entity_seq', 10250);
|
|
From: <sv...@de...> - 2005-06-10 23:51:21
|
Author: marcelo Date: 2005-06-10 19:51:08 -0400 (Fri, 10 Jun 2005) New Revision: 1287 Added: humano2/tags/5.0.beta5/ Log: This weeks release has mayor bug fixes and no new features. We focused on= eliminating serious bugs. You can keep track of the bugs and=20 report new ones on our tracker. The fixes which are most noticable, are the Reports, wich are at 80% and = the manner in which pertinence attributes are created. The=20 two drop downs that displayed classes and views, got changed to... filter= ed pertinence attributes. Copied: humano2/tags/5.0.beta5 (from rev 1286, humano2/trunk) |
|
From: <sv...@de...> - 2005-06-10 21:13:21
|
Author: pcamacho
Date: 2005-06-10 17:13:25 -0400 (Fri, 10 Jun 2005)
New Revision: 1286
Modified:
humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql
Log:
FIX: syntax errors for pgsql.
Modified: humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/core/schema/pgsql/pgsql-Beta5-Patch.sql 2005-06-10 21:0=
4:07 UTC (rev 1285)
+++ humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql 2005-06-10 21:1=
3:25 UTC (rev 1286)
@@ -1,8 +1,8 @@
INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1404,10,1011,NULL,NULL);
INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1405,10,1011,NULL,NULL);
=20
-INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1404,"0,1018","1017^66|4|'[to]'|0|0",1011,"Views of a class=
Views");
-INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1405,"0,66","34|4|'[DomainId]'|0|0",2,"View of Domain Clase=
s");
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1404,'0,1018','1017^66|4|''[to]''|0|0',1011,'Views of a cla=
ss Views');
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1405,'0,66','34|4|''[DomainId]''|0|0',2,'View of Domain Cla=
ses');
=20
-UPDATE "pertinance" set "filterView" =3D '1405,DomainId' WHERE id_entity=
=3D 57
-UPDATE "pertinance" set "filterView" =3D '1404,to' WHERE id_entity =3D 7=
1
+UPDATE "pertinence" set "filterView" =3D '1405,DomainId' WHERE id_entity=
=3D 57;
+UPDATE "pertinence" set "filterView" =3D '1404,to' WHERE id_entity =3D 7=
1;
|
|
From: <sv...@de...> - 2005-06-10 21:04:05
|
Author: marcelo
Date: 2005-06-10 17:04:07 -0400 (Fri, 10 Jun 2005)
New Revision: 1285
Added:
humano2/trunk/core/schema/mssql/mssql-Beta5-Patch.sql
humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql
Modified:
humano2/trunk/web/builder/site/buildattribute.aspx.cs
Log:
* Including SQL patch to include changes in the metamodel and fixed bug =
in pertinance atribute.
Added: humano2/trunk/core/schema/mssql/mssql-Beta5-Patch.sql
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/core/schema/mssql/mssql-Beta5-Patch.sql 2005-06-10 20:3=
7:33 UTC (rev 1284)
+++ humano2/trunk/core/schema/mssql/mssql-Beta5-Patch.sql 2005-06-10 21:0=
4:07 UTC (rev 1285)
@@ -0,0 +1,8 @@
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1404,10,1011,NULL,NULL);
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1405,10,1011,NULL,NULL);
+
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1404,"0,1018","1017^66|4|'[to]'|0|0",1011,"Views of a class=
Views");
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1405,"0,66","34|4|'[DomainId]'|0|0",2,"View of Domain Clase=
s");
+
+UPDATE "pertinance" set "filterView" =3D '1405,DomainId' WHERE id_entity=
=3D 57
+UPDATE "pertinance" set "filterView" =3D '1404,to' WHERE id_entity =3D 7=
1
Added: humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/core/schema/pgsql/pgsql-Beta5-Patch.sql 2005-06-10 20:3=
7:33 UTC (rev 1284)
+++ humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql 2005-06-10 21:0=
4:07 UTC (rev 1285)
@@ -0,0 +1,8 @@
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1404,10,1011,NULL,NULL);
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1405,10,1011,NULL,NULL);
+
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1404,"0,1018","1017^66|4|'[to]'|0|0",1011,"Views of a class=
Views");
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1405,"0,66","34|4|'[DomainId]'|0|0",2,"View of Domain Clase=
s");
+
+UPDATE "pertinance" set "filterView" =3D '1405,DomainId' WHERE id_entity=
=3D 57
+UPDATE "pertinance" set "filterView" =3D '1404,to' WHERE id_entity =3D 7=
1
Modified: humano2/trunk/web/builder/site/buildattribute.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/buildattribute.aspx.cs 2005-06-10 20:3=
7:33 UTC (rev 1284)
+++ humano2/trunk/web/builder/site/buildattribute.aspx.cs 2005-06-10 21:0=
4:07 UTC (rev 1285)
@@ -781,7 +781,7 @@
res.Append(@"<input type=3D""text"" name=3D""txt_to"" onfocus=3D""h=
ideIFrame('frame_10043')"" readonly>");
res.Append(@"<input type=3D""hidden"" name=3D""to"" >");
}
- res.Append(@"<img src=3D""img/arrowDown.gif"" border=3D""0"" onclick=3D=
""toggleIFrameWithFilter('frame_10043','viewpertinencelist.aspx?idClass=3D=
2&idEntity=3D10043&sysAttName=3Dto','1405,DomainId');"">");
+ res.Append(@"<img src=3D""img/arrowDown.gif"" border=3D""0"" onclick=3D=
""toggleIFrameWithFilter('frame_10043','viewpertinencelist.aspx?idClass=3D=
2&idEntity=3D57&sysAttName=3Dto','1405,DomainId');"">");
res.Append(@"<img src=3D""img/1x1.gif"" border=3D""0"" width=3D""22""=
heigth=3D""22"">");
res.Append(@"<iframe id=3D""frame_10043"" src=3D"""" style=3D""visibi=
lity: hidden; position:absolute;"" width=3D""190"" height=3D""165"" frame=
border=3D""0"" scrolling=3D""no"" align=3D""middle"">");
res.Append(@"</iframe>");
|
|
From: <sv...@de...> - 2005-06-10 20:37:38
|
Author: pcamacho Date: 2005-06-10 16:37:33 -0400 (Fri, 10 Jun 2005) New Revision: 1284 Removed: humano2/trunk/web/portal/site/search.aspx humano2/trunk/web/portal/site/search.aspx.cs Modified: humano2/trunk/web/portal/site/showView.aspx.cs humano2/trunk/web/portal/site/xsl/report.xsl Log: FIX: now the details in report solve pertinences.=20 search.aspx has been deleted as showView.aspx now can use filters. Deleted: humano2/trunk/web/portal/site/search.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/search.aspx 2005-06-10 20:18:09 UTC (re= v 1283) +++ humano2/trunk/web/portal/site/search.aspx 2005-06-10 20:37:33 UTC (re= v 1284) @@ -1,16 +0,0 @@ -<%@ Page language=3D"c#" Codebehind=3D"search.aspx.cs" AutoEventWireup=3D= "false" Inherits=3D"Portal.site.search" %> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > -<!-- $Id$ --> -<HTML> - <HEAD> - <title>viewrelations</title> - <meta name=3D"GENERATOR" Content=3D"Microsoft Visual Studio .NET 7.1"> - <meta name=3D"CODE_LANGUAGE" Content=3D"C#"> - <meta name=3D"vs_defaultClientScript" content=3D"JavaScript"> - <meta name=3D"vs_targetSchema" content=3D"http://schemas.microsoft.com= /intellisense/ie5"> - </HEAD> - <body MS_POSITIONING=3D"GridLayout"> - =20 - <% getContent("xsl/showview.xsl"); %> - </body> -</HTML> Deleted: humano2/trunk/web/portal/site/search.aspx.cs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/search.aspx.cs 2005-06-10 20:18:09 UTC = (rev 1283) +++ humano2/trunk/web/portal/site/search.aspx.cs 2005-06-10 20:37:33 UTC = (rev 1284) @@ -1,301 +0,0 @@ -// -// The Humano2 Business solution. -// Copyright (C) 2004,5 Humano2 Chile S.A. (http://www.humano2.com) -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. =20 -// -// $Id$ -// - -using System; -using System.Collections; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Web; -using System.Web.SessionState; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.HtmlControls; - -using Humano2.Components.WebTools; -using Humano2.Core; -using Humano2.Core.Db; - - -namespace Portal.site -{ - /// <summary> - /// Summary description for viewrelations. - /// </summary> - public class search : basePage - { - =09 - DataTable dt1; - //int idEntity; - - private void Page_Load(object sender, System.EventArgs e) - { - - } - =20 - =20 - private DataTable makeDataTableInViewTools() - { - DataTable dt1 =3D new DataTable(); - DataColumn dc1; - dc1 =3D new DataColumn("columna",typeof(string)); - dt1.Columns.Add(dc1); - dc1 =3D new DataColumn("filtros",typeof(string)); - dt1.Columns.Add(dc1); - dc1 =3D new DataColumn("group",typeof(string)); - dt1.Columns.Add(dc1); - dc1 =3D new DataColumn("having",typeof(string)); - dt1.Columns.Add(dc1); - dc1 =3D new DataColumn("order",typeof(string)); - dt1.Columns.Add(dc1); - dc1 =3D new DataColumn("claves",typeof(string)); - dt1.Columns.Add(dc1); - return dt1; - } - - override protected string createXml() - { - - // Put user code to initialize the page here - adapter dbAdapter1 =3D userCred.CoreAdapter; -=09 - int iniClass =3D Convert.ToInt32(Request["iniClass"]); //The= class where to do the search - string idAttributes=3D Request["idAttribute"]; //The attribu= tes to filter with - string idOperators =3D Request["idOPerator"]; //The operator= s (<=3D,=3D,>=3D etc...) - string valuesToSearch =3D Request["textToSearch"]; //The val= ues to compare with -/******************* - * Codigo para paginacion SVERA =3D> 20052005 - * */ - string orderArr =3D Convert.ToString(Request.QueryString["order"]); - int currPage =3D Convert.ToInt32(Request.QueryString["page"]); - if(currPage =3D=3D 0)=20 - { - currPage =3D 1; - } -//*************** - =20 - Logger.Log("iniClass=3D" + Convert.ToString(iniClass),LogLev= el.Trace); - Logger.Log("idAttributes=3D" + idAttributes,LogLevel.Trace); - Logger.Log("idOperator=3D" + idOperators,LogLevel.Trace); - Logger.Log("valuesToCompare=3D" + valuesToSearch,LogLevel.Tr= ace); - =20 - DataTable dtParam =3D this.makeDataTableInViewTools(); - DataRow dr =3D dtParam.NewRow(); - - dr["columna"] =3D getAttributeListForClass(iniClass); - Logger.Log("search: list of attributes =3D " + dr["columna"]= ,LogLevel.Trace); - =20 - //Explicacion de los filtros... - char separator =3D ';'; - dr["filtros"] =3D getFilters(idAttributes,idOperators,values= ToSearch,separator); - Logger.Log("search: filtros =3D " + dr["filtros"],LogLevel.T= race); - =20 - =20 - dtParam.Rows.Add(dr); - - //dt1 =3D dbAdapter1.GetDataTableView(dtParam, iniClass); -/************************ - * Codigo para paginacion SVERA 20052005 - * */ - dt1 =3D dbAdapter1.ExecViewFromDataTable(iniClass,dtParam,iniClass,or= derArr,1,1); - int pageCount=3D dbAdapter1.NumberOfPagesInPagedView; -//******************** - - string xmlString =3D""; //the result string - =20 - //adapter dbAdapter =3D userCred.CoreAdapter; - absCrud crud =3D Factory.Crud(); - absComplex complex =3D crud.GetCore().Complex; - - - DataTable viewRes =3D dt1; - - //computes the url for each instance and put it in the table - viewRes.Columns.Add("instanceUrl"); - foreach(DataRow row in viewRes.Rows)=20 - { - row["instanceUrl"] =3D Html.genAbsoluteUrl("/portal/site/instance.as= px?id_entity=3D" + row["id_entity"]); - } - =20 - xmlString =3D "<instances>"; - =20 - // Get the names of the columns - xmlString +=3D "<attributes>"; - =09 - foreach(DataColumn col in viewRes.Columns)=20 - { - string colName =3D col.ColumnName; - =20 - if(colName =3D=3D "instanceUrl") //Skip this col - {=20 - continue;=20 - } - if(colName =3D=3D "id_entity") //Skip this col - {=20 - xmlString +=3D"<attribute><value>id_entity</value><show>0</show></a= ttribute>"; =20 - continue;=20 - } - xmlString +=3D"<attribute>"; =20 - =20 - //Get the real user column name that corresponds to system column na= me - string userColName =3D complex.ConvertSysAttNameToUserAttName(colNam= e); - =20 - xmlString +=3D "<value>" - + userColName - + "</value><show>1</show>"; =20 - xmlString +=3D "</attribute>"; - } - xmlString +=3D "</attributes>"; - =20 - //Fill the xml string with the content of the table (view) - foreach(DataRow row in viewRes.Rows) - { - xmlString +=3D "<instance>"; - foreach( DataColumn col in row.Table.Columns ) - { - if(col.ColumnName =3D=3D "instanceUrl") //Computes the url for upda= te and show. - { - string baseUrl =3D row["instanceUrl"] + "&display=3DreadXslt.a= spx&action=3D"; - xmlString +=3D "<url>"; - xmlString +=3D "<show>"; - xmlString +=3D baseUrl + "read"; - xmlString +=3D "</show>"; - xmlString +=3D "<update>"; - xmlString +=3D baseUrl + "update"; - xmlString +=3D "</update>"; - xmlString +=3D "</url>"; - } - else if(col.ColumnName =3D=3D "id_entity")=20 - { =20 - xmlString +=3D "<value>" - + "<text>" + row[col] + "</text>"; - //Now check if the attribute is Primary - xmlString +=3D "<isPrimary>"; - if(complex.IsPrimary(col.ColumnName)) - { - xmlString +=3D "true"; - } - else - { - xmlString +=3D "false"; - } - xmlString +=3D "</isPrimary>"; - xmlString +=3D "<show>0</show>"; - xmlString +=3D "</value>"; - } - else //a standard value - { - xmlString +=3D "<value>" - + "<text>" + row[col] + "</text>"; - //Now check if the attribute is Primary - xmlString +=3D "<isPrimary>"; - if(complex.IsPrimary(col.ColumnName)) - { - xmlString +=3D "true"; - } - else - { - xmlString +=3D "false"; - } - xmlString +=3D "</isPrimary>"; - xmlString +=3D "<show>1</show>"; - xmlString +=3D "</value>"; - } - } =20 - xmlString +=3D "</instance>"; - } -/************************ - * Codigo para paginacion SVERA 20052005 - * */ - xmlString +=3D "<infoView>"; - xmlString +=3D "<page>" + currPage + "</page>"; - xmlString +=3D "<order>" + orderArr + "</order>"; - xmlString +=3D "<recordCount>" + pageCount + "</recordCount>"; - xmlString +=3D "<id_entity>" + iniClass + "</id_entity>"; - xmlString +=3D "<classId>" + iniClass + "</classId>"; - xmlString +=3D "<nextPage>true</nextPage>"; - xmlString +=3D "<prevPage>true</prevPage>"; - xmlString +=3D "</infoView>"; -//*********************** - - xmlString +=3D "</instances>"; - =20 - //Add the header - xmlString =3D "<?xml version=3D\"1.0\" encoding=3D\"UTF-8 \"?>" - + "<?xml-stylesheet type=3D\"text/xsl\" href=3D\"xsl/showview.xsl\"?= >"=20 - + xmlString; - Logger.Log("search: xml: " + xmlString ,LogLevel.Trace); - return xmlString; - } - =20 - private string getFilters(string idAttributes, string idOperator= s, string valuesToCompare, char separator) - { - string filter =3D""; - Logger.Log("getFilters: Step1", LogLevel.Trace); - string [] idAttributesArr =3D idAttributes.Split(new char []= {separator}); - string [] idOperatorsArr =3D idOperators.Split(new char [] {= separator}); - string [] valuesToCompareArr =3D valuesToCompare.Split(new c= har [] {separator}); - =20 - if(idAttributesArr.Length =3D=3D 1) //There is no separator = (ie normal search) - { - filter =3D idAttributesArr[0] + "|" + idOperatorsArr[0] = + "|'" + valuesToCompareArr[0] + "'|0|0"; =20 - } - else //Search for report - { - for(int i=3D0;i<idAttributesArr.Length-2;i++) //The last= is a bit different - { - filter +=3D idAttributesArr[i] + "|" + idOperatorsAr= r[i] + "|'" + valuesToCompareArr[i] + "'|1|0;"; =20 - } - Logger.Log("getFilters: Step2", LogLevel.Trace); - int lastIndex =3D idAttributesArr.Length-2; //The index = idAttributesArr.Length-1 is empty because of split - filter +=3D idAttributesArr[lastIndex] + "|" + idOperato= rsArr[lastIndex] + "|'" + valuesToCompareArr[lastIndex] + "'|0|0"; =20 - } - return filter; - } - =20 - private string getAttributeListForClass(int classId) - { - string columnsList =3D "0,"; - DataTable res =3D userCred.CoreAdapter.GetAttributesFromClas= s(classId); - - foreach(DataRow row in res.Rows) - { - columnsList +=3D row["id_entity"] + ","; =20 - } - =20 - columnsList =3D columnsList.Substring(0,columnsList.Length-1= ); //Remove last "," - =20 - return columnsList; - } - - #region Web Form Designer generated code - override protected void OnInit(EventArgs e) - { - // - // CODEGEN: This call is required by the ASP.NET Web Form Designer. - // - InitializeComponent(); - base.OnInit(e); - } - =09 - /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// </summary> - private void InitializeComponent() - { =20 - this.Load +=3D new System.EventHandler(this.Page_Load); - - } - #endregion - } -} Modified: humano2/trunk/web/portal/site/showView.aspx.cs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/showView.aspx.cs 2005-06-10 20:18:09 UT= C (rev 1283) +++ humano2/trunk/web/portal/site/showView.aspx.cs 2005-06-10 20:37:33 UT= C (rev 1284) @@ -68,7 +68,9 @@ /// </summary> =20 private void Page_Load(object sender, System.EventArgs e) - {} + { + Logger.Log("=3D=3D=3D showView.aspx.cs =3D=3D=3D",LogLevel.T= race); + } override protected string createXml() { =20 @@ -80,9 +82,7 @@ =20 iniClass =3D 0; =20 -/************************ - * Datos usados por Search SVERA 20052005 - */ + iniClass =3D Convert.ToInt32(Request["classId"]); Logger.Log("classId" + iniClass.ToString(),LogLevel.Trace); =20 @@ -95,7 +95,7 @@ =20 string xmlSearch =3D ""; =20 - //*********************** + Logger.Log("isSearch=3D " + isSearch, LogLevel.Trace); =20 //Mandamos el id de la instancia "vista" if (isSearch =3D=3D 0) @@ -209,7 +209,7 @@ //Logger.Log("search: list of attributes =3D " + dr["columna"],LogLev= el.Trace); =20 //Explicacion de los filtros... - char separator =3D '$'; + char separator =3D ';'; dr["filtros"] =3D getFilterForSearch(idAttributes,idOperators,valuesT= oSearch,separator); Logger.Log("search: filtros =3D " + dr["filtros"],LogLevel.Trace); =20 Modified: humano2/trunk/web/portal/site/xsl/report.xsl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/xsl/report.xsl 2005-06-10 20:18:09 UTC = (rev 1283) +++ humano2/trunk/web/portal/site/xsl/report.xsl 2005-06-10 20:37:33 UTC = (rev 1284) @@ -64,8 +64,9 @@ <xsl:variable name=3D"visibleVarJs" sele= ct=3D"concat('visible',position())" /> <xsl:variable name=3D"tdIframeVarJs" sel= ect=3D"concat('tdIframe',position())" /> =20 <script language=3D"Javascript"> - var <xsl:value-of select=3D"$urlVarJ= s" /> =3D '<xsl:value-of select=3D"'search.aspx?iniClass=3D'" />' =20 + var <xsl:value-of select=3D"$urlVarJ= s" /> =3D '<xsl:value-of select=3D"'showView.aspx?classId=3D'" />' =20 + '<xsl:value-of select=3D= "$iniClassContent"/>'=20 + + '&isSearch=3D1' + '<xsl:value-of select=3D= "'&idAttribute=3D'" />' + '<xsl:value-of select=3D= "$attsIdToCompare" />' + '<xsl:value-of select=3D= "'&idOperator=3D'" />' |
|
From: <sv...@de...> - 2005-06-10 20:18:10
|
Author: marcelo
Date: 2005-06-10 16:18:09 -0400 (Fri, 10 Jun 2005)
New Revision: 1283
Added:
humano2/trunk/web/builder/site/viewpertinencelist.aspx
humano2/trunk/web/builder/site/viewpertinencelist.aspx.cs
Log:
* Forgot to include 2 files for the pertinance bug fix
Added: humano2/trunk/web/builder/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/builder/site/viewpertinencelist.aspx 2005-06-10 20:=
11:45 UTC (rev 1282)
+++ humano2/trunk/web/builder/site/viewpertinencelist.aspx 2005-06-10 20:=
18:09 UTC (rev 1283)
@@ -0,0 +1,42 @@
+<%@ Page language=3D"c#" Codebehind=3D"viewpertinencelist.aspx.cs" AutoE=
ventWireup=3D"false" Inherits=3D"Portal.site.ViewPertinenceList" %>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+<HTML>
+ <HEAD>
+ <title>ViewPertinenceList</title>
+ <script language=3D"javascript">
+ function sendData()
+ {
+ objeto =3D document.getElementById("ListBox1");
+ if(objeto.selectedIndex < 0)
+ {
+ return;
+ }
+ =20
+ txtSelected =3D objeto.options[objeto.selectedIndex].text;
+ idSelected =3D objeto.options[objeto.selectedIndex].value;
+ elem2 =3D "txt_"+sysAttName;
+
+// alert("sysAttName: "+ sysAttName );
+ =09
+// alert("elem2: "+ elem2 );
+// alert(window.parent);
+ myframe =3D window.parent;
+
+ obj1 =3D myframe.document.getElementsByName(sysAttName)[0]; =09
+ obj2 =3D myframe.document.getElementsByName(elem2)[0];
+
+ obj1.value =3D idSelected;
+ obj2.value =3D txtSelected;
+ obj2.focus();
+
+ return true;
+ }
+
+ </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>
+ </body>
+</HTML>
\ No newline at end of file
Added: humano2/trunk/web/builder/site/viewpertinencelist.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/viewpertinencelist.aspx.cs 2005-06-10 =
20:11:45 UTC (rev 1282)
+++ humano2/trunk/web/builder/site/viewpertinencelist.aspx.cs 2005-06-10 =
20:18:09 UTC (rev 1283)
@@ -0,0 +1,205 @@
+//
+// The Humano2 Business solution.
+// Copyright (C) 2004,5 Humano2 Chile S.A. (http://www.humano2.com)
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version. =20
+//
+// $Id: viewpertinencelist.aspx.cs 1165 2005-05-27 16:23:01Z marijn $
+//
+
+using System;
+using System.Collections;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Web;
+using System.Web.SessionState;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+using System.Web.UI.HtmlControls;
+
+using Humano2.Components.WebTools;
+using Humano2.Core;
+using Humano2.Core.Db;
+
+
+namespace Portal.site
+{
+ /// <summary>
+ /// Summary description for ViewPertinenceList.
+ /// </summary>
+ public class ViewPertinenceList : basePage
+ { //FIXME: This needs to be refactored. This can be much less fragile.
+ protected System.Web.UI.WebControls.ListBox ListBox1;
+ protected System.Web.UI.WebControls.TextBox idSel;
+ protected System.Web.UI.WebControls.TextBox txtSel;
+ protected System.Web.UI.WebControls.TextBox theIdEntity;
+ DataTable dt1;
+ int idEntity;
+
+ private void Page_Load(object sender, System.EventArgs e)
+ {
+ //Logger.Log("ViewPertinenceList: Called", LogLevel.Trace) ;
+ // Put user code to initialize the page here
+ adapter dbAdapter =3D userCred.CoreAdapter;
+ int idClass;
+ //int idView;
+ int columnPrimary;
+ string sysAttName;
+
+ this.ListBox1.AutoPostBack =3D false;
+ this.ListBox1.Attributes.Add("onClick","javascript:sendData()");
+ idClass =3D Convert.ToInt32(Request.QueryString["idClass"]);
+ //idView =3D Convert.ToInt32(Request.QueryString["idView"]);
+ idEntity =3D Convert.ToInt32(Request.QueryString["idEntity"]);
+ sysAttName =3D Request.QueryString["sysAttName"];
+ =09
+ string filterVariableName =3D "";
+ string filterValue =3D "";=20
+ =09
+ //Logger.Log("ViewPertinenceList: idEntity =3D " + idEntity, LogLevel=
.Trace) ;
+ =09
+ int filterView =3D dbAdapter.PertinenceFilterView(idEntity); // Get t=
he Id of the asociated view.
+ //int filterView =3D getvista
+ Logger.Log("ViewPertinenceList: FilterView =3D " + filterView, LogLev=
el.Trace) ;
+ =09
+ int viewClass =3D0;
+ string viewFilter =3D"";
+ string viewWhereComplete =3D "";
+ string displayColumn =3D "";
+ if(filterView !=3D 0)=20
+ {
+ filterVariableName =3D dbAdapter.GetPertinenceFilterValues(filterVie=
w, out viewClass, out viewFilter, out displayColumn);
+ Logger.Log("ViewPertinenceList: filterVariableName =3D " + filterVar=
iableName, LogLevel.Trace);
+ Logger.Log("ViewPertinenceList: viewClass =3D " + viewClass, LogLeve=
l.Trace);
+ Logger.Log("ViewPertinenceList: viewFilter =3D " + viewFilter, LogLe=
vel.Trace);
+ Logger.Log("ViewPertinenceList: viewWhere =3D " + viewWhereComplete,=
LogLevel.Trace);
+ filterValue =3D Request.QueryString[filterVariableName];
+ viewFilter =3D viewFilter.Replace("[" + filterVariableName + "]", fi=
lterValue );
+ Logger.Log("ViewPertinenceList: filterValue =3D " + filterValue, Log=
Level.Trace);
+ }
+
+ //this.theIdEntity.Text =3D idEntity.ToString();
+ Response.Write("<script language=3D'Javascript'>var idEntity=3D"+idEn=
tity+";</script>\n");
+ Response.Write("<script language=3D'Javascript'>var sysAttName=3D'"+s=
ysAttName+"';</script>\n");
+
+ if(!Page.IsPostBack)
+ {
+ if (displayColumn =3D=3D "")
+ {
+ columnPrimary =3D this.GetAttributePrimary(idClass);
+ if(columnPrimary!=3D-1)
+ displayColumn =3D "0,"+columnPrimary;
+ }
+
+ DataTable dtParam =3D this.makeDataTableInViewTools();
+ DataRow dr =3D dtParam.NewRow();
+ =09
+ //dr["columna"] =3D "0,"+columnPrimary;
+ dr["columna"] =3D displayColumn;
+ =09
+ if(filterView !=3D 0)=20
+ {
+// dr["filtros"] =3D viewColumn+"|4|'"+filterValue+"'|0|0";
+ dr["filtros"] =3D viewFilter;
+ }
+ =09
+ dtParam.Rows.Add(dr); =09
+ =09
+ dt1 =3D dbAdapter.GetDataTableView(dtParam, idClass);
+ this.ListBox1.DataValueField =3D "id_entity";
+ this.ListBox1.DataTextField =3D dt1.Columns[1].ColumnName;//"col"+c=
olumnPrimary;
+ this.ListBox1.DataSource =3D dt1;
+ this.ListBox1.DataBind();
+ }
+ }
+
+
+ #region Web Form Designer generated code
+ override protected void OnInit(EventArgs e)
+ {
+ //
+ // CODEGEN: This call is required by the ASP.NET Web Form Designer.
+ //
+ InitializeComponent();
+ base.OnInit(e);
+ }
+ =09
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ //this.ListBox1.SelectedIndexChanged +=3D new System.EventHandler(thi=
s.ListBox1_SelectedIndexChanged);
+ this.Load +=3D new System.EventHandler(this.Page_Load);
+
+ }
+ #endregion
+
+ #region Metodos utilizados
+
+ /// <summary>
+ /// Funcion que trae cual es el atribuo primary de una clase en partic=
ular
+ /// Consulta en la clase attribute
+ /// </summary>
+ /// <returns></returns>
+ public int GetAttributePrimary(int idClass)
+ {
+ int iniClass;
+ adapter dbAdapter =3D userCred.CoreAdapter;
+
+ DataTable dtParam =3D this.makeDataTableInViewTools();
+ DataRow dr =3D dtParam.NewRow();
+
+ //clase de los atributos.
+ iniClass =3D (int) MetaModelConsts.EntitiesAttribute;
+
+ dr["columna"] =3D "0";
+
+ //Explicacion de los filtros...
+ //atributo 67|4|'true' =3D> isPrimary=3D'true'
+ //atributo 40|4|idClass =3D> classId=3DidClass
+ dr["filtros"] =3D "67|4|'1'|1|0;40|4|'"+idClass+"'|0|0";
+ =09
+ dtParam.Rows.Add(dr);
+
+ dt1 =3D dbAdapter.GetDataTableView(dtParam, iniClass);
+ if(dt1.Rows.Count=3D=3D1)
+ {
+ return Convert.ToInt32(dt1.Rows[0][0].ToString());
+ }
+ else
+ {
+ return -1;
+ }
+ }
+ #endregion
+ /// <summary>
+ /// Funcion que genera un datatable con la forma en que ViewTools lo r=
ecibe...
+ /// </summary>
+ /// <returns></returns>
+ private DataTable makeDataTableInViewTools()
+ {
+ DataTable dt1 =3D new DataTable();
+ DataColumn dc1;
+ dc1 =3D new DataColumn("columna",typeof(string));
+ dt1.Columns.Add(dc1);
+ dc1 =3D new DataColumn("filtros",typeof(string));
+ dt1.Columns.Add(dc1);
+ dc1 =3D new DataColumn("group",typeof(string));
+ dt1.Columns.Add(dc1);
+ dc1 =3D new DataColumn("having",typeof(string));
+ dt1.Columns.Add(dc1);
+ dc1 =3D new DataColumn("order",typeof(string));
+ dt1.Columns.Add(dc1);
+ dc1 =3D new DataColumn("claves",typeof(string));
+ dt1.Columns.Add(dc1);
+ return dt1;
+ }
+ }
+
+}
|
|
From: <sv...@de...> - 2005-06-10 20:11:43
|
Author: marcelo
Date: 2005-06-10 16:11:45 -0400 (Fri, 10 Jun 2005)
New Revision: 1282
Modified:
humano2/trunk/web/builder/site/buildattribute.aspx.cs
Log:
* Fixing slight mistake with layers.
Modified: humano2/trunk/web/builder/site/buildattribute.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/buildattribute.aspx.cs 2005-06-10 19:4=
1:37 UTC (rev 1281)
+++ humano2/trunk/web/builder/site/buildattribute.aspx.cs 2005-06-10 20:1=
1:45 UTC (rev 1282)
@@ -127,7 +127,7 @@
string tabName =3D Convert.ToString(names[t]);
=20
string vis =3D "hidden";
- if(tabName =3D=3D selectedVisibleTabName) {
+ if(tabName =3D=3D "Configuration") {
vis =3D "visible";
}
=20
|
|
From: <sv...@de...> - 2005-06-10 19:41:41
|
Author: marcelo
Date: 2005-06-10 15:41:37 -0400 (Fri, 10 Jun 2005)
New Revision: 1281
Added:
humano2/trunk/web/builder/site/js/iframe.js
Modified:
humano2/trunk/components/webTools/Humano2.Components.WebTools.csproj
humano2/trunk/components/webTools/folder.cs
humano2/trunk/web/builder/Builder.csproj
humano2/trunk/web/builder/site/buildattribute.aspx.cs
humano2/trunk/web/builder/site/functionclasses.aspx.cs
humano2/trunk/web/portal/portal.csproj
humano2/trunk/web/portal/site/viewpertinencelist.aspx
Log:
* This fixes bug #168. Mayor overhaul required. Changed custom "pulldown=
s" to pertinence attributes.=20
Modified: humano2/trunk/components/webTools/Humano2.Components.WebTools.c=
sproj
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/webTools/Humano2.Components.WebTools.csproj =
2005-06-10 17:23:51 UTC (rev 1280)
+++ humano2/trunk/components/webTools/Humano2.Components.WebTools.csproj =
2005-06-10 19:41:37 UTC (rev 1281)
@@ -124,6 +124,11 @@
BuildAction =3D "Compile"
/>
<File
+ RelPath =3D "folder.cs"
+ SubType =3D "Code"
+ BuildAction =3D "Compile"
+ />
+ <File
RelPath =3D "Html.cs"
SubType =3D "Code"
BuildAction =3D "Compile"
Modified: humano2/trunk/components/webTools/folder.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/webTools/folder.cs 2005-06-10 17:23:51 UTC (=
rev 1280)
+++ humano2/trunk/components/webTools/folder.cs 2005-06-10 19:41:37 UTC (=
rev 1281)
@@ -56,7 +56,7 @@
=20
if(listOfChildsSize =3D=3D 0) //No childs. We're done =20
{
- newDt =3D null;
+ newDt =3D new DataTable();
}
else
{ //Follow recursivity
Modified: humano2/trunk/web/builder/Builder.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/web/builder/Builder.csproj 2005-06-10 17:23:51 UTC (rev=
1280)
+++ humano2/trunk/web/builder/Builder.csproj 2005-06-10 19:41:37 UTC (rev=
1281)
@@ -148,28 +148,6 @@
BuildAction =3D "Compile"
/>
<File
- RelPath =3D "site\borraratributo.aspx"
- SubType =3D "Form"
- BuildAction =3D "Content"
- />
- <File
- RelPath =3D "site\borraratributo.aspx.cs"
- DependentUpon =3D "borraratributo.aspx"
- SubType =3D "ASPXCodeBehind"
- BuildAction =3D "Compile"
- />
- <File
- RelPath =3D "site\borrarclase.aspx"
- SubType =3D "Form"
- BuildAction =3D "Content"
- />
- <File
- RelPath =3D "site\borrarclase.aspx.cs"
- DependentUpon =3D "borrarclase.aspx"
- SubType =3D "ASPXCodeBehind"
- BuildAction =3D "Compile"
- />
- <File
RelPath =3D "site\buildattribute.aspx"
SubType =3D "Form"
BuildAction =3D "Content"
@@ -191,17 +169,6 @@
BuildAction =3D "Compile"
/>
<File
- RelPath =3D "site\crearatributo.aspx"
- SubType =3D "Form"
- BuildAction =3D "Content"
- />
- <File
- RelPath =3D "site\crearatributo.aspx.cs"
- DependentUpon =3D "crearatributo.aspx"
- SubType =3D "ASPXCodeBehind"
- BuildAction =3D "Compile"
- />
- <File
RelPath =3D "site\createInstanceAtt.aspx"
SubType =3D "Form"
BuildAction =3D "Content"
@@ -601,6 +568,16 @@
BuildAction =3D "Compile"
/>
<File
+ RelPath =3D "site\viewpertinencelist.aspx"
+ BuildAction =3D "Content"
+ />
+ <File
+ RelPath =3D "site\viewpertinencelist.aspx.cs"
+ DependentUpon =3D "viewpertinencelist.aspx"
+ SubType =3D "ASPXCodeBehind"
+ BuildAction =3D "Compile"
+ />
+ <File
RelPath =3D "site\xBarFrame.aspx"
SubType =3D "Form"
BuildAction =3D "Content"
Modified: humano2/trunk/web/builder/site/buildattribute.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/buildattribute.aspx.cs 2005-06-10 17:2=
3:51 UTC (rev 1280)
+++ humano2/trunk/web/builder/site/buildattribute.aspx.cs 2005-06-10 19:4=
1:37 UTC (rev 1281)
@@ -76,15 +76,6 @@
typeId =3D 0;
}
=09
- int selectedClassId =3D Convert.ToInt32(Request.QueryString.Get("pert=
ClassId"));
- if(selectedClassId =3D=3D 0)
- {
- selectedVisibleTabName =3D "Configuration";
- }=20
- else=20
- {
- selectedVisibleTabName =3D "Relation";
- }
=20
if(IsPostBack)=20
{ // If we are posting back, handle the changed values.
@@ -151,7 +142,7 @@
content =3D properties;
break;
case "Relation":
- content =3D BuildPertinence(attrData, attrId, classId, selectedClass=
Id);
+ content =3D BuildPertinence(attrData, attrId, classId);
break;
case "Formulas":
content =3D BuildFormula(attrId, classId);
@@ -371,13 +362,13 @@
=20
=20
if( (dt.Columns.Contains("filterView") ) &&=20
- ( (dt.Rows[0]["filterView"] !=3D "") ||
- (dt.Rows[0]["filterView"] !=3D "0") ) )
+ ( (dt.Rows[0]["filterView"].ToString() !=3D "") ||
+ (dt.Rows[0]["filterView"].ToString() !=3D "0") ) )
{
//Logger.Log("filterView =3D " + dt.Rows[0]["filterView"], LogLevel.T=
race);
try {
dt.Rows[0]["filterView"] =3D pertinenceFilterView(Convert.ToInt32=
(dt.Rows[0]["filterView"]));
- } catch(ViewException ex) {
+ } catch {
Response.Redirect(Html.genAbsoluteUrl("/builder/site/html/pertine=
ncefiltererror.html"));
}
}
@@ -731,108 +722,117 @@
///<param name=3D"pertSet">Set con los valores del pertinence</param>
///<param name=3D"attrId">Id del attributo. 0 si todavia no esta crea=
do</param>
///<param name=3D"classId">Class a cual pertenece el attributo.</para=
m>
- ///<param name=3D"selectedClassId">Class cual fue seleccionado por el=
usuario anteriormente.</param>
- private StringBuilder BuildPertinence(DataSet pertSet, int attrId, in=
t classId, int selectedClassId)
- {
- StringBuilder res =3D new StringBuilder();
+ private StringBuilder BuildPertinence(DataSet pertSet, int attrId, int=
classId)
+ {
+ StringBuilder res =3D new StringBuilder();
+ int tblClassId =3D 0;
+ string tblRatio =3D "";
+ int tblViewId =3D 0;
=20
- res.Append("<tr>");
- res.Append(@"<td align=3D""right"" width=3D""30%"">");
- res.Append("Class to relate to");
- res.Append("</td>");
- res.Append(@"<td colspan=3D""2"">");
+ if(attrId !=3D 0)
+ { // Recover values from pertTable.
+ tblClassId =3D Convert.ToInt32( getDataFromSetByIdEntity(pertSet, (i=
nt) PertinenceConsts.To) );
+ tblRatio =3D Convert.ToString( getDataFromSetByIdEntity(pertSet, (in=
t) PertinenceConsts.Ratio) );
+ string viewStr =3D Convert.ToString( getDataFromSetByIdEntity(pertSe=
t, (int) PertinenceConsts.FilterView) );
+ if(viewStr !=3D "")=20
+ {
+ if( viewStr.IndexOf(',') =3D=3D -1)
+ {
+ tblViewId =3D Convert.ToInt32(viewStr);
+ }=20
+ else=20
+ {
+ tblViewId =3D Convert.ToInt32(viewStr.Split(',')[0]);
+ }
+ }
+ }
+
+ res.Append(@"<script language=3D""javascript"" src=3D""js/iframe.js""=
></script>");
+ res.Append(@"<script language=3D""Javascript"">");
+ res.Append(@" /* Remark: Javascript always store the nodes in the sam=
e order: the order of creation */");
+ res.Append(@" var isObligatoryArray =3D new Array; /* array that stor=
es the booleans isObligatory for each attribute */");
+ res.Append(@" var attNameArray =3D new Array; /* array that stores th=
e name of each attribute */");
+ res.Append(@" var attNameDict =3D new Array; /* array (dictionary) th=
at stores the name, sysname relation. */");
+ res.Append(@" var i=3D0; /* Counters */");
+ res.Append(@" var j=3D0;");
+ res.Append(@"</script>");
+ res.Append(@"<script language=3D""Javascript"">");
+ res.Append(@" isObligatoryArray[i++]=3D'false';");
+ res.Append(@" attNameArray[j++] =3D 'to';");
+ res.Append(@" attNameDict[""to""] =3D 'to';");
+ res.Append(@"isObligatoryArray[i++]=3D'false';");
+ res.Append(@"attNameArray[j++] =3D 'DomainId';");
+ res.Append(@"attNameDict[""DomainId""] =3D 'DomainId';");
+ res.Append(@"</script>");
=09
- DataTable dt =3D userCred.CoreAdapter.GetAllClassesOfDomain(userCred);
-
- int pertClassId =3D 0;
- int tblClassId =3D 0;
- string tblRatio =3D "";
- int tblViewId =3D 0;
-
- if(attrId !=3D 0)
- { // Recover values from pertTable.
- tblClassId =3D Convert.ToInt32( getDataFromSetByIdEntity(pertSet, (i=
nt) PertinenceConsts.To) );
- tblRatio =3D Convert.ToString( getDataFromSetByIdEntity(pertSet, (in=
t) PertinenceConsts.Ratio) );
- string viewStr =3D Convert.ToString( getDataFromSetByIdEntity(pertSe=
t, (int) PertinenceConsts.FilterView) );
- if(viewStr !=3D "")=20
- {
- if( viewStr.IndexOf(',') =3D=3D -1)
+ res.Append("<tr>");
+ res.Append(@"<td align=3D""right"" width=3D""30%"">");
+ res.Append("Class to relate to");
+ res.Append("</td>");
+ res.Append(@"<td colspan=3D""2"">");
+ res.Append(String.Format(@"<input type=3D""hidden"" name=3D""DomainId=
"" value=3D""{0}"">",userCred.DomainIds[userCred.CurrentDomainIndex]));
+ if(tblClassId !=3D 0)=20
{
- tblViewId =3D Convert.ToInt32(viewStr);
+ res.Append(String.Format(@"<input type=3D""text"" name=3D""txt_to"" =
value=3D""{0}"" onfocus=3D""hideIFrame('frame_10043')"" readonly>",userCr=
ed.CoreAdapter.GetClassNameById(tblClassId)));
+ res.Append(String.Format(@"<input type=3D""hidden"" name=3D""to"" va=
lue=3D""{0}"">",tblClassId));
+ }
+ else
+ {
+ res.Append(@"<input type=3D""text"" name=3D""txt_to"" onfocus=3D""h=
ideIFrame('frame_10043')"" readonly>");
+ res.Append(@"<input type=3D""hidden"" name=3D""to"" >");
+ }
+ res.Append(@"<img src=3D""img/arrowDown.gif"" border=3D""0"" onclick=3D=
""toggleIFrameWithFilter('frame_10043','viewpertinencelist.aspx?idClass=3D=
2&idEntity=3D10043&sysAttName=3Dto','1405,DomainId');"">");
+ res.Append(@"<img src=3D""img/1x1.gif"" border=3D""0"" width=3D""22""=
heigth=3D""22"">");
+ res.Append(@"<iframe id=3D""frame_10043"" src=3D"""" style=3D""visibi=
lity: hidden; position:absolute;"" width=3D""190"" height=3D""165"" frame=
border=3D""0"" scrolling=3D""no"" align=3D""middle"">");
+ res.Append(@"</iframe>");
+ res.Append("</td></tr>\n");
+ =09
+ res.Append(@"<tr><td align=3D""right"" width=3D""30%"">");
+ res.Append("Type of pertinece:");
+ res.Append("</td>");
+ res.Append(@"<td colspan=3D""2"">");
+ if(attrId =3D=3D 0)=20
+ {
+ res.Append(@"<select name=3D""ratio"" class=3D""pbttn"">");
+ res.Append(@"<option value=3D""n:1"" selected=3D""selected"">Many to=
One (N:1)</option>");
+ res.Append(@"<!-- <option value=3D""n:m"">Many to Many (N:M)</option=
> -->");
+ res.Append("</select");
}=20
else=20
{
- tblViewId =3D Convert.ToInt32(viewStr.Split(',')[0]);
+ res.Append(tblRatio);
}
- }
- }
-
- if(selectedClassId !=3D 0)
- { // The user selected the class
- pertClassId =3D selectedClassId;
- }=20
- else=20
- {
- pertClassId =3D tblClassId;
- }
- =09
- res.Append(@"<select name=3D""to"" class=3D""pbttn"" onchange=3D""relo=
adPermClass(this.options[this.selectedIndex].value)"">");
- foreach(DataRow classRow in dt.Rows) {
- int rowClassId =3D Convert.ToInt32(classRow[0]);
- string rowClassName =3D Convert.ToString(classRow[1]);
- string active =3D "";
- if(rowClassId =3D=3D pertClassId)
- {
- active =3D " selected=3D\"selected\"";
- }
- res.Append(String.Format("<option value=3D\"{0}\"{1}>{2}</option>\n"=
,
- rowClassId, active, rowClassName));
- }
- res.Append("</select");
- =09
- res.Append("</td></tr>\n");
- =09
- res.Append(@"<tr><td align=3D""right"" width=3D""30%"">");
- res.Append("Type of pertinece:");
- res.Append("</td>");
- res.Append(@"<td colspan=3D""2"">");
- if(attrId =3D=3D 0) {
- res.Append(@"<select name=3D""ratio"" class=3D""pbttn"">");
- res.Append(@"<option value=3D""n:1"" selected=3D""selected"">Many to =
One (N:1)</option>");
- res.Append(@"<!-- <option value=3D""n:m"">Many to Many (N:M)</option>=
-->");
- res.Append("</select");
- } else {
- res.Append(tblRatio);
- }
- res.Append("</td></tr>\n");
-
- dt =3D new DataTable();
- if(pertClassId !=3D 0)
- {
- dt =3D userCred.CoreAdapter.GetViewListOfClass(pertClassId);
- }=20
-
- res.Append(@"<tr><td align=3D""right"" width=3D""30%"">");
- res.Append("Filtering View:");
- res.Append("</td>");
- res.Append(@"<td colspan=3D""2"">");
- res.Append(@"<select name=3D""filterView"" class=3D""pbttn"">");
- res.Append(@"<option value=3D""0"">-- None --</option>");
- foreach(DataRow row in dt.Rows) {
- int viewId =3D Convert.ToInt32(row["id_entity"]);
- string viewName =3D Convert.ToString(row["viewName"]);
- string active =3D "";
- if(viewId =3D=3D tblViewId)=20
+ res.Append("</td></tr>\n");
+ res.Append(@"<tr><td align=3D""right"" width=3D""30%"">");
+ res.Append("Filtering View:");
+ res.Append("</td>");
+ res.Append(@"<td colspan=3D""2"">");
+ res.Append("<script language=3D'Javascript'>\n");
+ res.Append(" isObligatoryArray[i++]=3D'false';\n");
+ res.Append(" attNameArray[j++] =3D 'Filtering View';\n");
+ res.Append(" attNameDict['Filtering View'] =3D 'filterView';\n");
+ res.Append("</script>\n");
+ if (tblViewId !=3D 0)
+ {=09
+ DataTable viewDt =3D userCred.CoreAdapter.GetViewData(tblViewId);
+ string viewName =3D viewDt.Rows[0]["viewName"].ToString();
+ res.Append(String.Format("<input type=3D'hidden' name=3D'filterView'=
value=3D'{0}'>\n",tblViewId));
+ res.Append(String.Format("<input type=3D'text' name=3D'txt_filterVie=
w' value=3D'{0}' onfocus=3D\"hideIFrame('frame_10044')\" readonly>\n",vie=
wName));
+ }
+ else
{
- active =3D " selected=3D\"selected\"";
+ res.Append("<input type=3D'hidden' name=3D'filterView'>\n");
+ res.Append("<input type=3D'text' name=3D'txt_filterView' value=3D'' =
onfocus=3D\"hideIFrame('frame_10044')\" readonly>\n");
}
- res.Append("<option value=3D\""+viewId+"\""+active+">"+viewName+"</op=
tion>\n");
+ res.Append("<img src=3D'img/arrowDown.gif' border=3D'0' onclick=3D\"t=
oggleIFrameWithFilter('frame_10044','viewpertinencelist.aspx?idClass=3D10=
11&idEntity=3D71&sysAttName=3DfilterView', '1404,to');\">\n");
+ res.Append("<img src=3D'img/1x1.gif' border=3D'0' width=3D'22' heigth=
=3D'22'>\n");
+ res.Append("<iframe id=3D'frame_10044' src=3D'' style=3D'visibility: =
hidden; position:absolute;' width=3D'190' height=3D'165' frameborder=3D'0=
' scrolling=3D'no' align=3D'middle'>\n");
+ res.Append("</iframe>\n");
+
+ res.Append("</td></tr>\n");
+ =09
+ return res;
}
- res.Append("</select");
- res.Append("</td></tr>\n");
- =09
- return res;
- }
=20
#region Function handling
private StringBuilder BuildFormula(int attrId, int classId)
Modified: humano2/trunk/web/builder/site/functionclasses.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/functionclasses.aspx.cs 2005-06-10 17:=
23:51 UTC (rev 1280)
+++ humano2/trunk/web/builder/site/functionclasses.aspx.cs 2005-06-10 19:=
41:37 UTC (rev 1281)
@@ -108,15 +108,16 @@
DataTable DTFolder =3D Folder.GetFoldersInTreeOrder(userCred=
);
=20
xmlString +=3D "<folders>" ;
-
- foreach(DataRow Dr in DTFolder.Rows) //Recorre Folders
- {
- xmlString +=3D "<folder>";
- xmlString +=3D "<id>" + Dr["id_entity"] + "</id>"=
;
- xmlString +=3D "<name>" + Dr["folderName"] + "</n=
ame>";
- xmlString +=3D "<parent>" + Dr["folderParent"] + =
"</parent>";
- xmlString +=3D " </folder>";
- }
+ if (DTFolder.Rows.Count > 0 ){
+ foreach(DataRow Dr in DTFolder.Rows) //Recorre Folders
+ {
+ xmlString +=3D "<folder>";
+ xmlString +=3D "<id>" + Dr["id_entity"] + "</id>";
+ xmlString +=3D "<name>" + Dr["folderName"] + "</name>";
+ xmlString +=3D "<parent>" + Dr["folderParent"] + "</parent>"=
;
+ xmlString +=3D " </folder>";
+ }
+ }
xmlString +=3D "</folders>";
=20
Logger.Log("functionclasses: getFolderXml =3D " + xmlString,=
LogLevel.Trace);
Added: humano2/trunk/web/builder/site/js/iframe.js
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/js/iframe.js 2005-06-10 17:23:51 UTC (=
rev 1280)
+++ humano2/trunk/web/builder/site/js/iframe.js 2005-06-10 19:41:37 UTC (=
rev 1281)
@@ -0,0 +1,80 @@
+/*
+// The Humano2 Business solution.
+// Copyright (C) 2004,5 Humano2 Chile S.A. (http://www.humano2.com)
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version. =20
+//
+// $Id: iframe.js 1004 2005-05-11 04:29:46Z marcelo $
+*/
+var x,y
+var isIE =3D document.all?true:false;
+if (!isIE) document.captureEvents(Event.MOUSEMOVE);
+document.onmousemove =3D getMousePosition;
+
+function currentTime(){
+ var now =3D new Date();
+ return now.getTime();
+}
+
+function toggleIFrame(nframe,urlToLoad) {
+ var f =3D document.getElementById(nframe); // The iframe object
+ urlToLoad +=3D "¤tTime=3D" + currentTime();
+ if(f.style.visibility =3D=3D "hidden") {
+ =20
+ if(f.src !=3D urlToLoad) { // If the frame was not loaded yet, load it=
again.
+ f.src =3D urlToLoad;
+ } =20
+ f.style.visibility =3D "visible";=09
+ =09
+ } else {
+ f.style.visibility =3D "hidden";=09
+ }
+=09
+ f.style.left=3Dx - 180
+ f.style.top =3Dy + 10
+ //window.open(urlToLoad);
+}
+
+function toggleIFrameWithFilter(nframe,urlToLoad,filter) {=09
+ var arr =3D filter.split(","); // The elemens of the filter.
+ var n =3D arr[1]; // The name of the element to add.
+ var v =3D '';
+ if (typeof n !=3D 'undefined') {
+ var elemName =3D "txt_" + attNameDict[n];
+ if (typeof document.Form1.elements[elemName] =3D=3D 'undefined')=20
+ var elemName =3D attNameDict[n];
+ v =3D document.Form1.elements[elemName].value;
+ urlToLoad +=3D "&" + n + "=3D" + v;
+ }
+=09
+ toggleIFrame(nframe,urlToLoad);
+}
+
+function getMousePosition2(e) {
+}
+
+function getMousePosition(e) {
+ if (!isIE) {
+ InttxtX =3D window.pageXOffset;
+ InttxtY =3D window.pageYOffset;
+ _x =3D e.pageX;
+ _y =3D e.pageY;
+ }
+ if (isIE) {
+ _x =3D event.clientX + (InttxtX =3D document.body.scrollLeft);
+ _y =3D event.clientY + (InttxtX =3D document.body.scrollTop);
+ }
+ x=3D_x
+ y=3D_y
+ =20
+ return true;
+}
+
+
+function hideIFrame(nframe) {
+ var f =3D document.getElementById(nframe); // The iframe object
+ f.style.visibility =3D "hidden";=09
+}
\ No newline at end of file
Modified: humano2/trunk/web/portal/portal.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/web/portal/portal.csproj 2005-06-10 17:23:51 UTC (rev 1=
280)
+++ humano2/trunk/web/portal/portal.csproj 2005-06-10 19:41:37 UTC (rev 1=
281)
@@ -192,39 +192,6 @@
BuildAction =3D "Compile"
/>
<File
- RelPath =3D "site\importWz-step1.aspx"
- SubType =3D "Form"
- BuildAction =3D "Content"
- />
- <File
- RelPath =3D "site\importWz-step1.aspx.cs"
- DependentUpon =3D "importWz-step1.aspx"
- SubType =3D "Code"
- BuildAction =3D "Compile"
- />
- <File
- RelPath =3D "site\importWz-step2.aspx"
- SubType =3D "Form"
- BuildAction =3D "Content"
- />
- <File
- RelPath =3D "site\importWz-step2.aspx.cs"
- DependentUpon =3D "importWz-step2.aspx"
- SubType =3D "ASPXCodeBehind"
- BuildAction =3D "Compile"
- />
- <File
- RelPath =3D "site\importWz-step3.aspx"
- SubType =3D "Form"
- BuildAction =3D "Content"
- />
- <File
- RelPath =3D "site\importWz-step3.aspx.cs"
- DependentUpon =3D "importWz-step3.aspx"
- SubType =3D "ASPXCodeBehind"
- BuildAction =3D "Compile"
- />
- <File
RelPath =3D "site\index.aspx"
SubType =3D "Form"
BuildAction =3D "Content"
@@ -297,10 +264,6 @@
BuildAction =3D "Compile"
/>
<File
- RelPath =3D "site\nothing.htm"
- BuildAction =3D "Content"
- />
- <File
RelPath =3D "site\portalCommon.cs"
SubType =3D "Code"
BuildAction =3D "Compile"
@@ -400,7 +363,7 @@
<File
RelPath =3D "site\viewpertinencelist.aspx.cs"
DependentUpon =3D "viewpertinencelist.aspx"
- SubType =3D "Code"
+ SubType =3D "ASPXCodeBehind"
BuildAction =3D "Compile"
/>
<File
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-10 17:2=
3:51 UTC (rev 1280)
+++ humano2/trunk/web/portal/site/viewpertinencelist.aspx 2005-06-10 19:4=
1:37 UTC (rev 1281)
@@ -7,47 +7,28 @@
function sendData()
{
objeto =3D document.getElementById("ListBox1");
- if(objeto.selectedIndex < 0)
- {
- return;
- }
- =20
+ if(objeto.selectedIndex < 0)
+ {
+ return;
+ }
+ =20
txtSelected =3D objeto.options[objeto.selectedIndex].text;
idSelected =3D objeto.options[objeto.selectedIndex].value;
+ elem2 =3D "txt_"+sysAttName;
=20
- //alert("text: "+ txtSelected + " id: " + idSelected);
+// alert("sysAttName: "+ sysAttName );
+ =09
+// alert("elem2: "+ elem2 );
+// alert(window.parent);
+ myframe =3D window.parent;
=20
- =09
- if(top.window.frames['mainFrame'].frames['FrameSHowView']){
+ obj1 =3D myframe.document.getElementsByName(sysAttName)[0]; =09
+ obj2 =3D myframe.document.getElementsByName(elem2)[0];
=20
- elem2 =3D "txt_"+sysAttName;
- myframe =3D top.window.frames['mainFrame'].frames['FrameSHowView']=
;
+ obj1.value =3D idSelected;
+ obj2.value =3D txtSelected;
+ obj2.focus();
=20
- obj1 =3D myframe.document.getElementsByName(sysAttName)[0]; =09
- obj2 =3D myframe.document.getElementsByName(elem2)[0];
-
- obj1.value =3D idSelected;
- obj2.value =3D txtSelected;
- obj2.focus();
-
-
- }else{
-
- if(eval(top.window.frames['mainFrame']))
- {
- //idEntity es una variable javascript que se cargo en el CodeBehin=
d...
- elem2 =3D "txt_"+sysAttName;
- myframe =3D top.window.frames['mainFrame'];
-
- obj1 =3D myframe.document.getElementsByName(sysAttName)[0]; =09
- obj2 =3D myframe.document.getElementsByName(elem2)[0];
-
- obj1.value =3D idSelected;
- obj2.value =3D txtSelected;
- obj2.focus();
- }
- }=09
-
return true;
}
=20
|
|
From: <sv...@de...> - 2005-06-10 17:23:54
|
Author: pcamacho
Date: 2005-06-10 13:23:51 -0400 (Fri, 10 Jun 2005)
New Revision: 1280
Modified:
humano2/trunk/web/builder/site/dataclassdelete.aspx
humano2/trunk/web/builder/site/dataclassdelete.aspx.cs
Log:
FIX: now the bug #190 is really fixed... :)
Modified: humano2/trunk/web/builder/site/dataclassdelete.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/builder/site/dataclassdelete.aspx 2005-06-10 17:09:=
07 UTC (rev 1279)
+++ humano2/trunk/web/builder/site/dataclassdelete.aspx 2005-06-10 17:23:=
51 UTC (rev 1280)
@@ -1,3 +1,25 @@
<%@ Page language=3D"c#" Codebehind=3D"dataclasscreate.aspx.cs" AutoEven=
tWireup=3D"false" Inherits=3D"Builder.site.dataClassDelete" %>
<!-- $Id$ -->
-
+<html>
+ <head>
+ <title>dataclasscreate</title>
+ <link rel=3D"stylesheet" href=3D"css/default.css" type=3D"text/css">
+ <script language=3D"javascript">
+ function refresh()=20
+ {
+ refresh =3D document.getElementById("refresh");
+ alert("refresh.value: " + refresh.value);
+ if(refresh.value =3D=3D "yes")=20
+ {
+ alert("refresh ok");
+ parent.location.reload();
+ }
+ }
+ </script>
+ </head>
+ <body onload=3D"refresh()">
+ <form id=3D"Form1" method=3D"post" runat=3D"server">
+ <input id=3D"refresh" type=3D"hidden" name=3D"hidRefresh" ru=
nat=3D"server">
+ </form>
+ </body>
+</html>
Modified: humano2/trunk/web/builder/site/dataclassdelete.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/dataclassdelete.aspx.cs 2005-06-10 17:=
09:07 UTC (rev 1279)
+++ humano2/trunk/web/builder/site/dataclassdelete.aspx.cs 2005-06-10 17:=
23:51 UTC (rev 1280)
@@ -27,12 +27,14 @@
=20
namespace Builder.site
{
+ =20
/// <summary>
/// Summary description for dataclasscreate.
/// </summary>
public class dataClassDelete : Humano2.Components.WebTools.basePage=20
{
- override protected void OnInit(EventArgs e)
+ protected System.Web.UI.HtmlControls.HtmlInputHidden refresh;
+ override protected void OnInit(EventArgs e)
{
InitializeComponent();
base.OnInit(e);
@@ -46,12 +48,12 @@
=09
private void Page_Load(object sender, System.EventArgs e)
{
- int classId =3D Convert.ToInt32(Request.QueryString["classId"]);=09
- adapter dbAdapter =3D new adapter();
- Logger.Log("Deleting Class : " + classId, LogLevel.Trace);
- dbAdapter.DeleteInstance(classId, userCred);
- Logger.Log("Deleting Class Done", LogLevel.Trace);
- =20
+ int classId =3D Convert.ToInt32(Request.QueryString["classId=
"]);=09
+ adapter dbAdapter =3D new adapter();
+ Logger.Log("Deleting Class : " + classId, LogLevel.Trace);
+ dbAdapter.DeleteInstance(classId, userCred);
+ Logger.Log("Deleting Class Done", LogLevel.Trace);
+ refresh.Value =3D "yes";
//Response.Redirect(Html.genAbsoluteUrl("/builder/site/dataindex.aspx=
"));=09
} =09
}
|
|
From: <sv...@de...> - 2005-06-10 17:09:07
|
Author: pcamacho
Date: 2005-06-10 13:09:07 -0400 (Fri, 10 Jun 2005)
New Revision: 1279
Modified:
humano2/trunk/web/builder/site/createreport.aspx
humano2/trunk/web/builder/site/createreport.aspx.cs
humano2/trunk/web/builder/site/dataclasscreate.aspx
humano2/trunk/web/builder/site/dataclassdelete.aspx
humano2/trunk/web/builder/site/dataclassdelete.aspx.cs
Log:
FIX: bug #190.
Modified: humano2/trunk/web/builder/site/createreport.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/builder/site/createreport.aspx 2005-06-10 16:43:15 =
UTC (rev 1278)
+++ humano2/trunk/web/builder/site/createreport.aspx 2005-06-10 17:09:07 =
UTC (rev 1279)
@@ -1,5 +1,6 @@
<%@ Page language=3D"c#" Codebehind=3D"createreport.aspx.cs" AutoEventWi=
reup=3D"false" Inherits=3D"Builder.site.CreateReport" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+<!-- $Id$ -->
<% getContent("xsl/createreport.xsl"); %>
<% //Response.Write(createXml());%>
=20
Property changes on: humano2/trunk/web/builder/site/createreport.aspx
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: humano2/trunk/web/builder/site/createreport.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/createreport.aspx.cs 2005-06-10 16:43:=
15 UTC (rev 1278)
+++ humano2/trunk/web/builder/site/createreport.aspx.cs 2005-06-10 17:09:=
07 UTC (rev 1279)
@@ -6,8 +6,8 @@
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version. =20
+// $Id$
//
-//
=20
using System;
using System.Collections;
Property changes on: humano2/trunk/web/builder/site/createreport.aspx.cs
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: humano2/trunk/web/builder/site/dataclasscreate.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/builder/site/dataclasscreate.aspx 2005-06-10 16:43:=
15 UTC (rev 1278)
+++ humano2/trunk/web/builder/site/dataclasscreate.aspx 2005-06-10 17:09:=
07 UTC (rev 1279)
@@ -1,18 +1,21 @@
<%@ Page language=3D"c#" Codebehind=3D"dataclasscreate.aspx.cs" AutoEven=
tWireup=3D"false" Inherits=3D"Builder.site.dataclasscreate" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
-<HTML>
- <HEAD>
+<!-- $Id$ -->
+<html>
+ <head>
<title>dataclasscreate</title>
<link rel=3D"stylesheet" href=3D"css/default.css" type=3D"text/css">
<script language=3D"javascript">
- function refresh() {
+ function refresh()=20
+ {
refresh =3D document.getElementById("refresh");
- if(refresh.value =3D=3D "yes") {
+ if(refresh.value =3D=3D "yes")=20
+ {
parent.location.reload();
}
}
</script>
- </HEAD>
+ </head>
<body class=3D"inputPage" onload=3D"refresh()">
<span id=3D"pageName">Create a new Class</span>
<div class=3D"inputArea">
@@ -22,10 +25,10 @@
<div class=3D"itemValue"><asp:textbox id=3D"className" runat=3D"serv=
er" /></div>
</div>
<div class=3D"btnRow">
- <asp:button id=3D"btnCreateClass" runat=3D"server" Text=3D"Create" /=
>
+ <asp:button id=3D"btnCreateClass" runat=3D"server" Text=3D"Create"/>
<input id=3D"refresh" type=3D"hidden" name=3D"hidRefresh" runat=3D"=
server">
</div>
</form>
</div>
</body>
-</HTML>
+</html>
Property changes on: humano2/trunk/web/builder/site/dataclasscreate.aspx
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: humano2/trunk/web/builder/site/dataclassdelete.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/builder/site/dataclassdelete.aspx 2005-06-10 16:43:=
15 UTC (rev 1278)
+++ humano2/trunk/web/builder/site/dataclassdelete.aspx 2005-06-10 17:09:=
07 UTC (rev 1279)
@@ -1 +1,3 @@
-<%@ Page language=3D"c#" Codebehind=3D"dataclasscreate.aspx.cs" AutoEven=
tWireup=3D"false" Inherits=3D"Builder.site.dataClassDelete" %>
\ No newline at end of file
+<%@ Page language=3D"c#" Codebehind=3D"dataclasscreate.aspx.cs" AutoEven=
tWireup=3D"false" Inherits=3D"Builder.site.dataClassDelete" %>
+<!-- $Id$ -->
+
Property changes on: humano2/trunk/web/builder/site/dataclassdelete.aspx
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: humano2/trunk/web/builder/site/dataclassdelete.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/dataclassdelete.aspx.cs 2005-06-10 16:=
43:15 UTC (rev 1278)
+++ humano2/trunk/web/builder/site/dataclassdelete.aspx.cs 2005-06-10 17:=
09:07 UTC (rev 1279)
@@ -7,7 +7,7 @@
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version. =20
//
-// $Id: dataclasscreate.aspx.cs 600 2005-04-08 23:04:22Z marijn $
+// $Id$
//
=20
using System;
@@ -51,7 +51,8 @@
Logger.Log("Deleting Class : " + classId, LogLevel.Trace);
dbAdapter.DeleteInstance(classId, userCred);
Logger.Log("Deleting Class Done", LogLevel.Trace);
- Response.Redirect(Html.genAbsoluteUrl("/builder/site/dataindex.aspx")=
);=09
+ =20
+ //Response.Redirect(Html.genAbsoluteUrl("/builder/site/dataindex.aspx=
"));=09
} =09
}
}
Property changes on: humano2/trunk/web/builder/site/dataclassdelete.aspx.=
cs
___________________________________________________________________
Name: svn:keywords
+ Id
|
|
From: <sv...@de...> - 2005-06-10 16:43:21
|
Author: pcamacho
Date: 2005-06-10 12:43:15 -0400 (Fri, 10 Jun 2005)
New Revision: 1278
Modified:
humano2/trunk/web/builder/site/foldermanagement.aspx
humano2/trunk/web/builder/site/foldermanagement.aspx.cs
humano2/trunk/web/builder/site/formmanagement.aspx
Log:
FIX: bug #184 (double click on item for interfaces of folder/forom creati=
on in builder).
Modified: humano2/trunk/web/builder/site/foldermanagement.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/builder/site/foldermanagement.aspx 2005-06-10 16:27=
:36 UTC (rev 1277)
+++ humano2/trunk/web/builder/site/foldermanagement.aspx 2005-06-10 16:43=
:15 UTC (rev 1278)
@@ -73,7 +73,7 @@
</tr>
<tr>
<td rowspan=3D"4">
- <div id=3D"ColumnsToShowLeft"></div>
+ <div id=3D"ColumnsToShowLeft" ondblc=
lick=3D"leftColumn.Move(leftColumn.GetSelectedIndex(),rightColumn,false);=
" ></div>
</td>
<td rowspan=3D"4">
<input onclick=3D"leftColumn.Move(le=
ftColumn.GetSelectedIndex(),rightColumn,false);" type=3D"button"
@@ -83,7 +83,7 @@
value=3D"Remove">
</td>
<td rowspan=3D"4">
- <div id=3D"ColumnsToShowRight"></div=
>
+ <div id=3D"ColumnsToShowRight" ondbl=
click=3D"rightColumn.Move(rightColumn.GetSelectedIndex(),leftColumn,true)=
;"></div>
</td>
<td rowspan=3D"4">
<a onclick=3D"rightColumn.Top(rightC=
olumn.GetSelectedIndex())" href=3D"#">
Modified: humano2/trunk/web/builder/site/foldermanagement.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/foldermanagement.aspx.cs 2005-06-10 16=
:27:36 UTC (rev 1277)
+++ humano2/trunk/web/builder/site/foldermanagement.aspx.cs 2005-06-10 16=
:43:15 UTC (rev 1278)
@@ -1,3 +1,14 @@
+//
+// The Humano2 Business solution.
+// Copyright (C) 2004,5 Humano2 Chile S.A. (http://www.humano2.com)
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version. =20
+//
+// $Id$
+//
using System;
using System.Collections;
using System.ComponentModel;
Property changes on: humano2/trunk/web/builder/site/foldermanagement.aspx=
.cs
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: humano2/trunk/web/builder/site/formmanagement.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/builder/site/formmanagement.aspx 2005-06-10 16:27:3=
6 UTC (rev 1277)
+++ humano2/trunk/web/builder/site/formmanagement.aspx 2005-06-10 16:43:1=
5 UTC (rev 1278)
@@ -83,7 +83,7 @@
</tr>
<tr>
<td rowspan=3D"4">
- <div id=3D"ColumnsToShowLeft"></div>
+ <div id=3D"ColumnsToShowLeft" ondblclick=
=3D"leftColumn.Move(leftColumn.GetSelectedIndex(),rightColumn,false);" ><=
/div>
</td>
<td rowspan=3D"4">
<input onclick=3D"leftColumn.Move(leftCo=
lumn.GetSelectedIndex(),rightColumn,false);" type=3D"button" value=3D"Add=
">
@@ -91,7 +91,7 @@
<input onclick=3D"rightColumn.Move(right=
Column.GetSelectedIndex(),leftColumn,true);" type=3D"button" value=3D"Rem=
ove">
</td>
<td rowspan=3D"4">
- <div id=3D"ColumnsToShowRight"></div>
+ <div id=3D"ColumnsToShowRight" ondblclic=
k=3D"rightColumn.Move(rightColumn.GetSelectedIndex(),leftColumn,true);"><=
/div>
</td>
<td rowspan=3D"4">
<a onclick=3D"rightColumn.Top(rightColum=
n.GetSelectedIndex())" href=3D"#">
|
|
From: <sv...@de...> - 2005-06-10 16:27:44
|
Author: pcamacho Date: 2005-06-10 12:27:36 -0400 (Fri, 10 Jun 2005) New Revision: 1277 Modified: humano2/trunk/web/builder/site/combobox_type_entity.aspx humano2/trunk/web/builder/site/combobox_type_entity.aspx.cs humano2/trunk/web/builder/site/css/createinterface.css humano2/trunk/web/builder/site/foldermanagement.aspx humano2/trunk/web/builder/site/formmanagement.aspx humano2/trunk/web/builder/site/formmanagement.aspx.cs humano2/trunk/web/builder/site/js/fn_formsmng.js humano2/trunk/web/builder/site/xsl/createreport.xsl humano2/trunk/web/builder/site/xsl/createview.xsl Log: CHANGE:=20 * interface improvement for folder and form * standardisation of all creation interfaces (form,view,report,folder). Modified: humano2/trunk/web/builder/site/combobox_type_entity.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/builder/site/combobox_type_entity.aspx 2005-06-09 2= 2:50:37 UTC (rev 1276) +++ humano2/trunk/web/builder/site/combobox_type_entity.aspx 2005-06-10 1= 6:27:36 UTC (rev 1277) @@ -1,18 +1,20 @@ <%@ Page language=3D"c#" Codebehind=3D"combobox_type_entity.aspx.cs" Aut= oEventWireup=3D"false" Inherits=3D"Builder.site.combobox_type_entity" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > -<HTML> - <HEAD> +<!-- $Id$ --> +<html> + <head> <title>combobox_type_entity</title> <meta name=3D"GENERATOR" Content=3D"Microsoft Visual Studio .NET 7.1"> <meta name=3D"CODE_LANGUAGE" Content=3D"C#"> <meta name=3D"vs_defaultClientScript" content=3D"JavaScript"> <meta name=3D"vs_targetSchema" content=3D"http://schemas.microsoft.com= /intellisense/ie5"> - </HEAD> + </head> <body MS_POSITIONING=3D"GridLayout" leftmargin=3D"0" topmargin=3D"0" ri= ghtmargin=3D"0" bottommargin=3D"0"> <form id=3D"Form1" method=3D"post" runat=3D"server"> - <select name=3D"sel_cache" size=3D"8" multiple style=3D"width: 400px" - onChange=3D"window.parent.loadClass(this.options[this.selectedIndex].= value,this.options[this.selectedIndex].text);"> - <%html_getOptionClasses(); %></select> + <select name=3D"sel_cache" size=3D"8" style=3D"width:200px;" + onChange=3D"window.parent.loadClass(this.options[this.selectedInd= ex].value,this.options[this.selectedIndex].text);"> + <%html_getOptionClasses(); %> + </select> </form> </body> -</HTML> +</html> Property changes on: humano2/trunk/web/builder/site/combobox_type_entity.= aspx ___________________________________________________________________ Name: svn:keywords + Id Modified: humano2/trunk/web/builder/site/combobox_type_entity.aspx.cs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/combobox_type_entity.aspx.cs 2005-06-0= 9 22:50:37 UTC (rev 1276) +++ humano2/trunk/web/builder/site/combobox_type_entity.aspx.cs 2005-06-1= 0 16:27:36 UTC (rev 1277) @@ -1,173 +1,108 @@ -using System; -using System.Collections; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Web; -using System.Web.SessionState; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.HtmlControls; - -using Humano2.Core; -using Humano2.Core.Db; -using Humano2.Components.WebTools; -using Humano2.Components.ViewTools; - -namespace Builder.site -{ - /// <summary> - /// Summary description for combobox_type_entity. - /// </summary> - public class combobox_type_entity : basePage - { - protected System.Web.UI.WebControls.ListBox sel_cache; - private absComplex complex =3D null; - private absCrud crud =3D null; - - string[] classNames; // Nombres de las clases. - int[] classIds; // Ids de las classes. - int classId; - - private void Page_Load(object sender, System.EventArgs e) - { - //string strAction =3D ""; - //string type_entity =3D ""; - //string strfiltros =3D ""; - - adapter dbAdapter =3D userCred.CoreAdapter; - //DataTable dtResult =3D new DataTable(); - - //dtResult =3D userCred.CoreAdapter.GetAllClasses(); - - =20 - dbAdapter.ClassByDomainId(userCred.DomainIds[userCred.CurrentDomainIn= dex], - out classNames, - out classIds);=09 - - } - =20 - public void html_getOptionClasses() - { - string strOpt =3D ""; - =09 - strOpt +=3D "<option value=3D\"0\">--Seleccionar--</option>"; - for(int c =3D 0; c < classNames.Length; c++) - { - strOpt +=3D String.Format("<option value=3D\"{0}\">{1}</option>",cla= ssIds[c].ToString(),classNames[c]);=20 - } - =20 - Response.Write(strOpt); - } -/* - strAction =3D "javascript:window.parent.agrega(this);" +=20 - "if(window.parent.document.formulario.txt_ClasificacionCliente)" + - "{window.parent.SetClasificacionCliente(" + - type_entity + ")}"; - strAction =3D "window.parent.loadClass(this.options[this.selectedInde= x].value,this.options[this.selectedIndex].text);"; - - response.Write(strOpt);*/ -=09 - //sel_cache.Attributes.Add("onclick",strAction); - =20 -/* - strAction =3D "javascript:if(window.event.keyCode=3D=3D13 || " +=20 - "window.event.keyCode=3D=3D9){window.parent.agrega(this)};" + - "if(window.parent.document.formulario.txt_ClasificacionCliente)" = + - "{window.parent.SetClasificacionCliente(" + - type_entity + ")}"; - sel_cache.Attributes.Add("onkeydown",strAction); - - strAction =3D "javascript:escape();"; - sel_cache.Attributes.Add("onkeyup",strAction); - =09 - strAction =3D "javascript:parent.ReloadClass(this.value);"; - sel_cache.Attributes.Add("onchange",strAction); - =09 - //sel_cache.DataSource =3D dtResult; - sel_cache.DataTextField =3D dtResult.Columns[1].ColumnNam= e; - sel_cache.DataValueField =3D dtResult.Columns[0].ColumnName; - sel_cache.DataBind(); - -/**************+ - *=20 - * ********************/ -/* - //classId =3D Convert.ToInt32( Request["classId"]); - - //1 =3D ClassType=20 - int AttribId=3D1; =09 - crud =3D Factory.Crud(); - crud.Domain =3D userCred.DomainIds[userCred.CurrentDomainIndex];=20 - complex =3D Factory.Complex(); - //complex. - ALGUN DIA=20 - - DataTable dtParam =3D this.makeDataTableInViewTools(); - DataRow dr =3D dtParam.NewRow(); - - //ViewTools.ViewTools vt =3D new ViewTools.ViewTools(classId); - ViewTools vt =3D new ViewTools(AttribId); - =09 - //crud.Domain =3D domainId; - vt.Complex =3D complex; - - //Columnas de la clase rule. - dr["columna"] =3D "0,60,40";=20 - //1101,1102,1103,1104,1105,1106,1107,1108"; - if(attributeId>0 && ruleId>0) - strfiltros =3D "1101|4|'"+attributeId+"'|1|0;0|4|'"+ruleId+"'|0|0"; - else if(attributeId>0) - strfiltros =3D "1101|4|'"+attributeId+"'|0|0"; - else if(ruleId>0) - strfiltros =3D "0|4|'"+ruleId+"'|0|0"; - =09 - //27 =3D> ClassType =3D Component - dr["filtros"] =3D "27"; - // 66 =3D> Attribute "name" :: 40 =3D> Attribute "ClasId" - dr["order"] =3D "66|0, 40|0"; - dtParam.Rows.Add(dr); - =09 - dtResult =3D vt.GetSQLDataTable(dtParam); - //return dtRules; -*/ - =09 - - #region Web Form Designer generated code - override protected void OnInit(EventArgs e) - { - // - // CODEGEN: This call is required by the ASP.NET Web Form Designer. - // - InitializeComponent(); - base.OnInit(e); - } - =09 - /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// </summary> - private void InitializeComponent() - { =20 - this.Load +=3D new System.EventHandler(this.Page_Load); - - } - #endregion - #region method's=20 - public string fn_fillOptions() - { - string strOpt =3D ""; - - DataTable res =3D userCred.CoreAdapter.GetAttributesFromClas= s(classId); - - foreach(DataRow row in res.Rows) - { - strOpt +=3D String.Format("<option value=3D\" {0} \"> {1} </option>"= ,row["id_entity"],row["attName"]); - } - //Logger.Log("ViewMain getAttributeListForClass: " + xmlStri= ng, LogLevel.Trace); - return strOpt; - } - +// +// The Humano2 Business solution. +// Copyright (C) 2004,5 Humano2 Chile S.A. (http://www.humano2.com) +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. =20 +// +// $Id$ +// +using System; +using System.Collections; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Web; +using System.Web.SessionState; +using System.Web.UI; +using System.Web.UI.WebControls; +using System.Web.UI.HtmlControls; + +using Humano2.Core; +using Humano2.Core.Db; +using Humano2.Components.WebTools; +using Humano2.Components.ViewTools; + +namespace Builder.site +{ + /// <summary> + /// Summary description for combobox_type_entity. + /// </summary> + public class combobox_type_entity : basePage + { + protected System.Web.UI.WebControls.ListBox sel_cache; + private absComplex complex =3D null; + private absCrud crud =3D null; + + string[] classNames; // Nombres de las clases. + int[] classIds; // Ids de las classes. + int classId; + + private void Page_Load(object sender, System.EventArgs e) + { + adapter dbAdapter =3D userCred.CoreAdapter; + //DataTable dtResult =3D new DataTable(); + + //dtResult =3D userCred.CoreAdapter.GetAllClasses(); + + =20 + dbAdapter.ClassByDomainId(userCred.DomainIds[userCred.CurrentDomainIn= dex], + out classNames, + out classIds);=09 + + } + =20 + public void html_getOptionClasses() + { + string strOpt =3D ""; + =09 + strOpt +=3D "<option value=3D\"0\">--Seleccionar--</option>"; + for(int c =3D 0; c < classNames.Length; c++) + { + strOpt +=3D String.Format("<option value=3D\"{0}\">{1}</option>",cla= ssIds[c].ToString(),classNames[c]);=20 + } + =20 + Response.Write(strOpt); + } + =09 + + #region Web Form Designer generated code + override protected void OnInit(EventArgs e) + { + // + // CODEGEN: This call is required by the ASP.NET Web Form Designer. + // + InitializeComponent(); + base.OnInit(e); + } + =09 + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { =20 + this.Load +=3D new System.EventHandler(this.Page_Load); + + } + #endregion + #region method's=20 + public string fn_fillOptions() + { + string strOpt =3D ""; + + DataTable res =3D userCred.CoreAdapter.GetAttributesFromClas= s(classId); + + foreach(DataRow row in res.Rows) + { + strOpt +=3D String.Format("<option value=3D\" {0} \"> {1} </option>"= ,row["id_entity"],row["attName"]); + } + //Logger.Log("ViewMain getAttributeListForClass: " + xmlStri= ng, LogLevel.Trace); + return strOpt; + } + private DataTable makeDataTableInViewTools() { DataTable dt1 =3D new DataTable(); @@ -186,505 +121,10 @@ dt1.Columns.Add(dc1); return dt1; } - - #endregion - =20 - } -} - -/* -<%@Page Language=3D"vb" trace=3D"False" aspCompat=3D"True" %> -<%@Import Namespace=3D"System.Data"%> -<%@Import Namespace=3D"System.Data.SqlClient"%> -<%@Import Namespace=3D"asp4.H2System"%> - -<script language=3D"vb" runat=3D"server">=20 -Dim gv_objH2CommonFunctions As Object -Dim gv_objH2Cookies As Object -Dim gv_objViewTool As Object -Dim id_domain, intUserId, type_entity, Intview,Intidentity -Dim palabra, idatt,att, strTempTable, strSelectedFields As String -Dim strFilter, str_orderby, AttLogin, StrSql As String -Dim var_rol_cookie_region, var_rol_cookie_deprov, var_nombrerol_cookie -Dim IDRegionCookie, IDDeprovCookie, IDjerarquia -Dim Rs_ent As SqlDataReader -Dim objDataTable As DataTable -Dim objDataSet As DataSet -Dim objRow As DataRow -Dim objColumn as DataColumn -Dim StrAcum As New System.Text.StringBuilder() -Dim StrValue -dim TotalRecord,CantPages=20 -Dim ActualPage -Dim PagesporPagina -Dim paginar -Sub Page_Load() - ActualPage =3D 1 - PagesporPagina =3D 100 - paginar =3D "si" -'response.write (Now() & "<br>") - Server.ScriptTimeout =3D 300 -=20 - gv_objH2CommonFunctions =3D New H2CommonFunctions() - gv_objH2Cookies =3D New Cookie() - 'gv_objH2SQLTools =3D New SQLTools() -=20 - id_domain =3D gv_objH2CommonFunctions.GetDomainID() - intUserId =3D gv_objH2CommonFunctions.GetUserId() - type_entity =3D request("typeent") - palabra =3D trim(request("palabra")) - Intview =3D trim(request("IntView")) - att =3D trim(request("att")) - - Intidentity =3D trim(request("identity")) - if trim(att)<>"" then - idatt =3D gv_objH2CommonFunctions.gv_objH2Res.attribute_name(trim(att= ), -request("typeEntityFrom"), id_domain) - end if - =20 - if trim(idatt)=3D"27630" and trim(Intidentity)<>"" then - StrValue =3D -gv_objH2CommonFunctions.gv_objH2res.AttributeAnswerGet(Intidentity,27629= , -id_domain) - if trim(StrValue)<>"" then StrValue =3D -gv_objH2CommonFunctions.gv_objH2res.Get_id_lookupAll(StrValue,id_domain,= Intidentity) - end if - =20 - 'response.write (idatt & "***") - 'response.write (Intidentity & "***") - 'response.write (StrValue & "***") -=20 - if instr(1,trim(type_entity),",",1) > 0 then - type_entity =3D left(type_entity,instr(1,trim(type_entity),",",1)-1) - end if - - if type_entity=3D"-1" then 'Caso de lookup a Clases - strSelectedFields =3D "distinct ma.target AS id, isnull(et.desc_show,e= t.desc_type) -AS login " - strTempTable =3D "module_assignment ma " - strTempTable =3D strTempTable & "INNER JOIN module_2_3 et on cast(et.i= d_entity as -varchar)=3D ma.target " - strTempTable =3D strTempTable & "LEFT OUTER JOIN module_2_3_img eti on -cast(eti.id_entity as varchar)=3Dma.target " - strTempTable =3D strTempTable & "and id_domain=3D" & id_domain - strFilter =3D strFilter & "et.system <> 'E' and ma.id_entity =3D " & i= d_domain '& " -and et.desc_type like '" & trim(palabra) & "%' " - if (not gv_objH2CommonFunctions.ObjectIsSuperUser(intUserId)) then - strFilter =3D strFilter & " and et.system =3D 'n' " - end if =20 - str_orderby =3D "2" - response.write (VbCrLf & "<!-- select " & strSelectedFields & " FROM "= ) - response.write (strTempTable & " WHERE ") - response.write (strFilter & "-->") - 'response.end - objDataSet =3D -gv_objH2CommonFunctions.gv_objH2Res.execute_Commandquery("select",strSel= ectedFields,strTempTable,strFilter, -,str_orderby, , True) - objDataTable =3D objDataSet.Tables.Item(0) - paginar =3D "no" - elseif Intview <>"" and Intview <>"0" then - 'Obtiene el Login de la entidad - AttLogin=3DTrim(gv_objH2CommonFunctions.gv_objH2Res.get_att_login(type= _entity, -id_domain)&"") - '----------------PROCESA LA VISTA USANDO VIEWTOOLS---------- - =20 - ActualPage =3D 1 - PagesporPagina =3D 100 - If Me.DropDownList1.SelectedIndex<>-1 Then - ActualPage =3D Me.DropDownList1.Items(Me.DropDownList1.SelectedIndex)= .Value - End If - CantPages =3D 1 - =20 - trace.write("rquilo","ViewTools(" & Intview & "," & type_entity & "," = & intUserId -& "," & id_domain & ", 100, 1)") - 'gv_objViewTool =3D New ViewTools(Intview, type_entity, intUserId, id_= domain, 100, 1) - gv_objViewTool =3D New ViewTools(Intview, type_entity, intUserId, id_d= omain, -PagesporPagina, ActualPage) - 'gv_objViewTool.OrderByDirection =3D "ASC" - 'Response.Write("<hr>AttLogin=3D" & AttLogin) - =20 - If Request("blnJustSql") =3D "True" Then - Response.Write(gv_objViewTool.SQLBatch) - Response.End() - End If - =20 - if palabra <> "" then - Dim strCriteria As String=3DAttLogin & "|LIKE 'X%'|1"=20 - 'response.write (palabra & "*-*-*") - =20 - trace.write("Rquilo","ViewFilterAdd(" & strCriteria & "," & palabra &= ")") - gv_objViewTool.ViewFilterAdd(strCriteria,palabra) - 'Set Rs_ent =3D result_view(type_entity, Intview, id_domain, AttLogin= , 0, 0, -AttLogin, palabra) - else - 'Set Rs_ent =3D result_view(type_entity, Intview, id_domain, AttLogin= , 0, 0, "", "") - end if - =20 - 'Rs_ent=3Dgv_objViewTool.ResultsInDataReaderGet(AttLogin) - =20 -' Parche para harry=20 - if Intview =3D 1125829 then - objDataTable =3D gv_objViewTool.ResultsInDataTableGet(AttLogin & ",27= 152") =20 - else - objDataTable =3D gv_objViewTool.ResultsInDataTableGet(AttLogin) =20 - end if -'FIn Parche para harry=20 - =20 - Else - - 'Negro : Comentado, pues mas abajo se realiza la consulta utilizando m= odule en vez -de answer_attributes =20 - 'Negro : rehecho desde aqui, para que consulte modulo y no answers_att= ributes - =20 - Dim nameAttObj - Dim idModuleObj - Dim nameAtt,idModule - =20 - AttLogin=3DTrim(gv_objH2CommonFunctions.gv_objH2Res.get_att_login(type= _entity, -id_domain)&"") - 'nameAttObj =3D gv_objH2CommonFunctions.gv_objH2Res.attribute_col_get(= AttLogin, "name") - 'idModuleObj =3D gv_objH2CommonFunctions.gv_objH2Res.attribute_col_get= (AttLogin, -"id_module") - 'Response.Write(CStr(AttLogin) & "--" & CStr(nameAtt) & "--") - 'nameAtt =3D nameAttObj(0,1) - 'idModule =3D idModuleObj(0,1) - - 'Response.End - 'objDataSet =3D gv_objH2CommonFunctions.gv_objH2Res.execute_Commandque= ry("select", " - " & strSelectedFields,strTempTable,strFilter, ,str_orderby, , True) - 'objDataTable =3D objDataSet.Tables.Item(0) - =20 - '----------------PROCESA LA VISTA USANDO VIEWTOOLS---------- - ActualPage =3D 1 - PagesporPagina =3D 1000 - If Me.DropDownList1.SelectedIndex<>-1 Then - ActualPage =3D Me.DropDownList1.Items(Me.DropDownList1.SelectedIndex)= .Value - End If - CantPages =3D 1 - gv_objViewTool =3D New ViewTools("-1", type_entity, AttLogin, intUserI= d, id_domain, -PagesporPagina, ActualPage, 0, 0, 0, 0, 0, 0, 0) - =20 - objDataTable =3D gv_objViewTool.ResultsInDataTableGet(AttLogin) =20 - 'TotalRecord =3D objDataTable.Rows.Item(0)("RecordCount") - 'if TotalRecord > 1000 then=20 - ' CantPages =3D CInt(TotalRecord / PagesporPagina)+1 - 'End If - ''Me.DropDownList1.AutoPostBack =3D true - 'If Cantpages>1 Then - ' Dim i - ' Dim arr(Cantpages-1) as Integer - ' For i=3D1 to CantPages - ' arr(i-1) =3D i - ' Next - ' Me.DropDownList1.DataSource =3D arr - ' Me.DropDownList1.DataBind() - ' Me.DropDownList1.SelectedIndex =3D ActualPage - 1 - ' Me.DropDownList1.Visible =3D True - 'End If - End if - 'response.write (Now() & "<br>") - 'response.end -=20 - 'if trim(att) <> "" then - ' StrAcum.Append ("<SELECT name=3D'sel_cache' multiple style=3D'WIDTH:1= 00%' -ondblclick=3D'window.parent.moveelements(this,window.parent.document.all= .txt_"&trim(att)&")' -onkeypress=3D'window.parent.moveelements(this,window.parent.document.all= .txt_"&trim(att)&")' -size=3D7>" & vbcrlf) - 'else - ' StrAcum.Append ("<SELECT name=3D'sel_cache' class=3D""Menu"" style=3D= 'FONT-SIZE: -xx-small; VISIBILITY: show; WIDTH: 100%' -onclick=3D'window.parent.agrega(this);if(window.parent.document.formular= io.txt_ClasificacionCliente){window.parent.SetClasificacionCliente(" -& type_entity & ")}' onkeydown=3D'if(window.event.keyCode=3D=3D13 || -window.event.keyCode=3D=3D9){window.parent.agrega(this)};if(window.paren= t.document.formulario.txt_ClasificacionCliente){window.parent.SetClasific= acionCliente(" -& type_entity & ")}' size=3D11 onkeyup=3D'escape()' -onchange=3D'javascript:parent.ReloadClass(this.value)'>" & vbcrlf) - ' StrAcum.Append ("<option value=3D''> </option>" & vbcrlf) - 'end if -=20 - Dim StrAcumRut - StrAcumRut =3D "," - If not(IsNothing(objDataTable)) Then - =20 - If paginar=3D"si" Then - TotalRecord =3D objDataTable.Rows.Item(0)("RecordCount") - if TotalRecord > PagesporPagina then=20 - CantPages =3D CInt(TotalRecord / PagesporPagina)+1 - End If - 'Me.DropDownList1.AutoPostBack =3D true - If Cantpages>1 Then - Dim i - Dim arr(Cantpages-1) as Integer - For i=3D1 to CantPages - arr(i-1) =3D i - Next - Me.DropDownList1.DataSource =3D arr - Me.DropDownList1.DataBind() - Me.DropDownList1.SelectedIndex =3D ActualPage - 1 - Me.DropDownList1.Visible =3D True - End If - End If - =20 - =20 - Me.sel_cache.Attributes.add("onclick","javascript:window.parent.agrega= (this);if(window.parent.document.formulario.txt_ClasificacionCliente){win= dow.parent.SetClasificacionCliente(" -& type_entity & ")}") - Me.sel_cache.Attributes.add("onkeydown","javascript:if(window.event.ke= yCode=3D=3D13 || -window.event.keyCode=3D=3D9){window.parent.agrega(this)};if(window.paren= t.document.formulario.txt_ClasificacionCliente){window.parent.SetClasific= acionCliente(" -& type_entity & ")}") - Me.sel_cache.Attributes.add("onkeyup","javascript:escape();") - Me.sel_cache.Attributes.add("onchange","javascript:parent.ReloadClass(= this.value);") - =20 - if trim(att) <> "" then - Me.sel_cache.Attributes.add("ondblclick","javascript:window.parent.mo= veelements(this,window.parent.document.all.txt_" -& trim(att) & ")") - end if - =20 - =20 - Me.sel_cache.DataSource =3D objDataTable - Me.sel_cache.DataTextField =3D objDataTable.Columns(1).ColumnName - Me.sel_cache.DataValueField =3D objDataTable.Columns(0).= ColumnName - Me.sel_cache.DataBind() - ' For Each objRow In objDataTable.Rows - ' 'Parche Interamericana - ' if trim(type_entity)=3D"1125852" and id_domain =3D 1133821 then - ' 'response.write(objRow.Item(2) & "<br>") - ' if instr(1,StrAcumRut,trim(objRow.Item(2)),1)=3D0 then - ' if trim(StrValue)<>"" then=20 - ' if instr(1,"," & StrValue & ",","," & objRow.Item(0) & "= ,")>0 then - ' If not(isdbnull((objRow.Item(1)))) Then - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append (""">" & trim(objRow.Item(1)) & vbcrlf) - ' Else - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append ("""> " & vbcrlf) - ' End If - ' end if=20 - ' else =20 - ' If not(isdbnull((objRow.Item(1)))) Then - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append (""">" & trim(objRow.Item(1)) & vbcrlf) - ' Else - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append ("""> " & vbcrlf) - ' End If - ' end if=20 - ' =20 - ' StrAcumRut =3D StrAcumRut & trim(objRow.Item(2)) & "," - ' end if =20 - ' else - ' if trim(StrValue)<>"" then=20 - ' if instr(1,"," & StrValue & ",","," & objRow.Item(0) & "= ,")>0 then - ' If not(isdbnull((objRow.Item(1)))) Then - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append (""">" & trim(objRow.Item(1)) & vbcrlf) - ' Else - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append ("""> " & vbcrlf) - ' End If - ' end if=20 - ' else =20 - ' If not(isdbnull((objRow.Item(1)))) Then - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append (""">" & trim(objRow.Item(1)) & vbcrlf) - ' Else - ' StrAcum.Append ("<option class=3D""nav1on"" value=3D""" & objRow.= Item(0)) - ' StrAcum.Append ("""> " & vbcrlf) - ' End If - ' end if =20 - ' end if - ' =20 - ' - ' - ' Next - '=20 - ' objDataTable.Dispose() - ' StrAcum.Append ("</select><br/>") - End If - 'response.write("--") -end sub - -Sub Page_UnLoad() - 'Cierra los objetos COM de la dll antigua (gv_objH2CommonFunctions.h2re= s y salesH2) - 'Call gv_objH2CommonFunctions.H2COMDllsClose() -End sub -</script> - -<html> - <head> - <meta name=3D"GENERATOR" content=3D"Microsoft Visual Studio.NET 7.0"> - <meta name=3D"CODE_LANGUAGE" content=3D"Visual Basic 7.0"> - <meta name=3D"vs_defaultClientScript" content=3D"JavaScript"> - <meta name=3D"vs_targetSchema" content=3D"http://schemas.microsoft.com= /intellisense/ie5"> - =20 - <link rel=3D"stylesheet" href=3D"../../styles/general_styles_verde2.cs= s" type=3D"text/css"> - - <style> - select.Menu{ - font-family: Verdana,sans serif; - font-weight: bold; - font-style: normal; =20 - } - - option.MenuColorOne{ - color:#FFFFFF; - background-color:blue; - } - option.MenuColorTwo{ - color:#FFFF00; - background-color:#0000FF; - } - option.MenuColorThree{ - color:#123456; - background-color:#FEDCBA; - } - .nav1on option:hover{ - background-color:#FEDCBA; - } - </style> - </head> - -<body onload=3D"javascript:if(window.parent.set_focus()) -document.forma.sel_cache.focus();document.forma.sel_cache.selectedIndex=3D= 0;<%if -trim(att) =3D "" then%>if (parent.adjustIFrameSize) -parent.adjustIFrameSize(window);<%end if%>" bgColor=3D#f3f4f7> -<form name=3D"forma" id=3D"forma" method=3Dpost runat=3D"server"> -<%if trim(att) <> "" then%> -<table bgColor=3D#f3f4f7 width=3D"100%"> - <tr height=3D"12"> - <td></td> - </tr> =20 - <tr width=3D"100%"> - <td width=3D"100%"> - <%'=3DStrAcum.ToString%> -<%end if%>=20 - <asp:DropDownList id=3D"DropDownList1" runat=3D"server" AutoPostBack=3D= "True" -visible=3D"false"></asp:DropDownList> - <asp:ListBox id=3D"sel_cache" Name=3D"sel_cache" runat=3D"server" rows= =3D"8" -style=3D'WIDTH:100%'></asp:ListBox> -<%if trim(att) <> "" then%> =20 - </td> - <td> - <table> - <tr> - <td><input type=3D"button" class=3D"pbttn" style=3D'WIDTH: 26px' name=3D= "BtnDuplicar" -value=3D">" -onclick=3D"window.parent.moveelements(window.forma.sel_cache,window.pare= nt.document.formulario.txt_<%=3Dtrim(att)%>)"></td> - </tr> - =20 - <tr> - <td><input type=3D"button" class=3D"pbttn" style=3D'WIDTH: 26px' name=3D= "BtnDuplicar" -value=3D">>" -onclick=3D"window.parent.moveallelements(window.forma.sel_cache,window.p= arent.document.formulario.txt_<%=3Dtrim(att)%>)"></td> - </tr> =20 - - <tr> - <td><input type=3D"button" class=3D"pbttn" style=3D'WIDTH: 26px' name=3D= "BtnDuplicar" -value=3D"<" -onclick=3D"window.parent.moveelements(window.parent.document.formulario.= txt_<%=3Dtrim(att)%>,window.forma.sel_cache)"></td> - </tr> =20 - - <tr> - <td><input type=3D"button" class=3D"pbttn" style=3D'WIDTH: 26px' name=3D= "BtnDuplicar" -value=3D"<<" -onclick=3D"window.parent.moveallelements(window.parent.document.formular= io.txt_<%=3Dtrim(att)%>,window.forma.sel_cache)"></td> - </tr> =20 - </table> - </td> - </tr> -</table> =20 -<%end if%> -<script> - if(window.forma.sel_cache.length < 11 && window.forma.sel_cache.length = > 1) - //window.forma.sel_cache.size =3D window.forma.sel_cache.length - - function escape(){ - if(window.event.keyCode=3D=3D27) - window.parent.HideAll(0) - } =20 -</script> - - -<script> -ClearDropDown() - -function ClearDropDown(){ -var ObjFrom =3D window.forma.sel_cache -var ObjTo =3D window.parent.document.formulario.txt_<%=3Dtrim(att)%> - -if (!ObjFrom || !ObjTo) - return - - -var AValue =3D new Array(ObjTo.length); -var AText =3D new Array(ObjTo.length); -var sw =3D 0 - for (var i =3D 0; i < ObjTo.length; ++i)=20 - { =20 - sw =3D 0 =20 - for (var j =3D i + 1; j < ObjTo.length; ++j)=20 - { - if(ObjTo[i].value =3D=3D ObjTo[j].value){ - sw =3D 1 =20 - } =20 - } -=20 - if (sw=3D=3D0){ - AValue[i] =3D ObjTo[i].value - AText[i] =3D ObjTo[i].text - } - } - - for (var i =3D ObjTo.length - 1 ; i >=3D 0 ; i--)=20 - { - ObjTo.options[i] =3D null; - } -=20 - for (var i =3D 0; i < AValue.length; ++i)=20 - { =20 - if(AText[i]){ - var nopcion =3D new Option(); =20 - nopcion.text =3D AText[i]; - nopcion.value =3D AValue[i]; - ObjTo[ObjTo.length] =3D nopcion; =20 - } - } - -var BValue =3D new Array(ObjFrom.length); -var BText =3D new Array(ObjFrom.length); -var sw =3D 0 - for (var i =3D 0; i < ObjFrom.length; ++i)=20 - { =20 - sw =3D 0 =20 - for (var j =3D 0; j < ObjTo.length; ++j)=20 - { - if(ObjFrom[i].value =3D=3D ObjTo[j].value){ - sw =3D 1 =20 - } =20 - } -=20 - if (sw=3D=3D0){ - BValue[i] =3D ObjFrom[i].value - BText[i] =3D ObjFrom[i].text - } - } - - for (var i =3D ObjFrom.length - 1 ; i >=3D 0 ; i--)=20 - { - ObjFrom.options[i] =3D null; - } -=20 - for (var i =3D 0; i < BValue.length; ++i)=20 - { =20 - if(BText[i]){ - var nopcion =3D new Option(); =20 - nopcion.text =3D BText[i]; - nopcion.value =3D BValue[i]; - ObjFrom[ObjFrom.length] =3D nopcion; =20 - } - } -} -</script> -</form> -</body> -</html> - -*/ + + #endregion + =20 + } +} + + Property changes on: humano2/trunk/web/builder/site/combobox_type_entity.= aspx.cs ___________________________________________________________________ Name: svn:keywords + Id Modified: humano2/trunk/web/builder/site/css/createinterface.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/css/createinterface.css 2005-06-09 22:= 50:37 UTC (rev 1276) +++ humano2/trunk/web/builder/site/css/createinterface.css 2005-06-10 16:= 27:36 UTC (rev 1277) @@ -1,14 +1,22 @@ /* $Id$ */ BODY { - COLOR: #000000; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; MARGIN= : 10px 10px 10px 10px + COLOR:#000000;=20 + FONT-FAMILY:tahoma,sans-serif;=20 + FONT-SIZE: 11px;=20 + MARGIN: 10px 10px 10px 10px; } INPUT { FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; /*border: 1px solid #95989E;*/ } -TABLE { - BORDER-BOTTOM: 0px; BORDER-LEFT: 20px; BORDER-RIGHT: 0px; BORDER-TOP: 2= 0px; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px +TABLE{ + BORDER-BOTTOM: 0px;=20 + BORDER-LEFT: 20px;=20 + BORDER-RIGHT: 0px;=20 + BORDER-TOP: 20px;=20 + FONT-FAMILY: tahoma,sans-serif;=20 + FONT-SIZE: 11px } A { COLOR: #000099 @@ -362,19 +370,33 @@ TD.lev2divider { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP= : 10px } -TD.lev1head { - PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 90= %; PADDING-BOTTOM: 0px; COLOR: #417096; PADDING-TOP: 0px; FONT-FAMILY: ar= ial +TD.lev1head=20 +{ + PADDING-RIGHT: 5px;=20 + PADDING-LEFT: 0px;=20 + FONT-WEIGHT: bold;=20 + FONT-SIZE: 90%;=20 + PADDING-BOTTOM: 0px;=20 + COLOR: #417096;=20 + PADDING-TOP: 0px;=20 + FONT-FAMILY: arial; + text-align:left; } -TD.lev1choices { +TD.lev1choices +{ PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 70%; PADDING-BOTTOM: = 0px; COLOR: #444444; PADDING-TOP: 0px; FONT-FAMILY: verdana } -TD.lev1 { +TD.lev1=20 +{ BACKGROUND-COLOR: #c6c6c6 } -TD.lev2 { +TD.lev2=20 +{ PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px } -TABLE.lev0 { + +TABLE.lev0=20 +{ =09 } TD.lev0 { @@ -392,3 +414,11 @@ TD.butbar { PADDING-RIGHT: 5px; PADDING-LEFT: 15px; PADDING-BOTTOM: 5px; PADDING-TO= P: 5px } =09 + +.separatorLine +{ =20 + height: 11px; + background-color:#417096; + top-border:1; + width:100%; +} Modified: humano2/trunk/web/builder/site/foldermanagement.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/builder/site/foldermanagement.aspx 2005-06-09 22:50= :37 UTC (rev 1276) +++ humano2/trunk/web/builder/site/foldermanagement.aspx 2005-06-10 16:27= :36 UTC (rev 1277) @@ -1,8 +1,9 @@ <%@ Page language=3D"c#" Codebehind=3D"foldermanagement.aspx.cs" AutoEve= ntWireup=3D"false" Inherits=3D"Builder.site.foldermanagement" ResponseEnc= oding=3D"iso-8859-1" %> +<!-- $Id$ --> <!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 transitional//EN" "http://w= ww.w3.org/tr/html4/loose.dtd"> <HTML> - <HEAD> - <title>Untitled Document</title> + <head> + <title>Folders</title> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-= 8859-1"> <script src=3D"js/functions.js"></script> <script language=3D"javascript" src=3D"js/grafcomponents/misc.js"></sc= ript> @@ -13,7 +14,8 @@ <!-- Load this script before the next one --> <script language=3D"Javascript" src=3D"js/form.js"></script> <script src=3D"js/fn_formsmng.js"></script> -</HEAD> + <link href=3D"css/createinterface.css" rel=3D"stylesheet" type=3D= "text/css"> + </head> <body> <form name=3D"formulario" action=3D"#" method=3D"post"> <input type=3D"hidden" name=3D"opaction" id=3D"opaction" value=3D"<% = html_getAction(); %>"> @@ -21,136 +23,127 @@ <input type=3D"hidden" name=3D"LstAttrib" id=3D"LstAttrib"> <input type=3D"hidden" name=3D"classId" id=3D"classId" value=3D"1400"= > <input type=3D"hidden" name=3D"first" id=3D"first" value=3D"<% html_g= etFirst(); %>"> - <table width=3D"600" border=3D"0"> + <table width=3D"100%" class=3D"conttablecenter2"> <tr> - <td width=3D"131"> - <div align=3D"right">* Folder Name :</div> - </td> - <td width=3D"459"> - <input id=3D"formName" type=3D"text" name=3D"formName" value=3D"<%= html_getFolderName(); %>"> - </td> - </tr> + <td> + <table> + <tr> + <td class=3D"smallgraytextnolink"> + Folder Name: + </td> + <td class=3D"smallgraytextnolink"> + <input id=3D"formName" type=3D"text"= name=3D"formName" value=3D"<% html_getFolderName(); %>"> + </td> + </tr> + <tr> + <td> + Folder Father:=20 + </td> + <td> + <select name=3D"select" size=3D"1" i= d=3D"folderparent" onChange=3D"fn_setFolderParentId(this.options[this.sel= ectedIndex].value);"> + <% html_getFolderParent();%> + </select> + <input type=3D"hidden" id=3D"folderp= arentid" name=3D"folderparentid" value=3D"<% html_getFolderParentId(); %>= "> + </td> + </tr> + </table> + </td> + </tr> + <tr> + <td> + <table width=3D"100%" border=3D"0" cellSpacing=3D= "0" cellPadding=3D"0"> + <tr> + <td width=3D"100%" colspan=3D"2" class=3D= "separatorLine"> + </td> + </tr> + <tr> + <td class=3D"lev1head" valign=3D"top"><f= ont size=3D"2">Items for Folder</font></td> + </tr> + </table> + </td> + </tr> + <tr> - <td width=3D"131"> - <div align=3D"right">* Folder Father :</div> - </td> - <td width=3D"459"> - <select name=3D"select" size=3D"1" id=3D"folderparen= t" onChange=3D"fn_setFolderParentId(this.options[this.selectedIndex].valu= e);"> - <% html_getFolderParent();%> - </select> - <input type=3D"hidden" id=3D"folderparentid" name=3D= "folderparentid" value=3D"<% html_getFolderParentId(); %>"> - </td> + <td colspan=3D"2"> + <table> + <tr> + <td>Available Columns</td> + <td></td> + <td>Your Columns</td> + </tr> + <tr> + <td rowspan=3D"4"> + <div id=3D"ColumnsToShowLeft"></div> + </td> + <td rowspan=3D"4"> + <input onclick=3D"leftColumn.Move(le= ftColumn.GetSelectedIndex(),rightColumn,false);" type=3D"button" + value=3D"Add"> + <br> + <input onclick=3D"rightColumn.Move(r= ightColumn.GetSelectedIndex(),leftColumn,true);" type=3D"button" + value=3D"Remove"> + </td> + <td rowspan=3D"4"> + <div id=3D"ColumnsToShowRight"></div= > + </td> + <td rowspan=3D"4"> + <a onclick=3D"rightColumn.Top(rightC= olumn.GetSelectedIndex())" href=3D"#"> + <img src=3D"img/upuparrow.gif"> + </a> + <br> + <a onclick=3D"rightColumn.Up(rightCo= lumn.GetSelectedIndex())" href=3D"#"> + <img src=3D"img/uparrow.gif"> + </a> + <br> + <a onclick=3D"rightColumn.Down(right= Column.GetSelectedIndex())" href=3D"#"> + <img src=3D"img/downarrow.gif"> + </a> + <br> + <a onclick=3D"rightColumn.Bottom(rig= htColumn.GetSelectedIndex())" href=3D"#"> + <img src=3D"img/downdownarrow.gi= f"> + </a> + </td> + <td rowspan=3D"4"> + <input onclick=3D"Form.SetToDefault(= leftColumn,rightColumn)" type=3D"button" value=3D"SetToDefault"> + <br> + <!-- Do not forget to enable all ite= m of the left list --> + <input type=3D"button" value=3D"Remo= veAll" onclick=3D"leftColumn.EnableAll();rightColumn.RemoveAll();"> + </td> + </tr> + </table> + =20 + <script> + var rigthElements =3D new Array(<% html_getA= ttrList(2); %>); + var leftElements =3D new Array(<% html_getAt= trList(1); %>); + =20 + //First List + var divColumnsToShowLeft =3D GetNodeByTagNam= eAndAttName("div","ColumnsToShowLeft")[0]; =20 + var leftColumn =3D new SortedGraphicalList(l= eftElements, + divC= olumnsToShowLeft,"leftColumn"); =20 + = =20 + //Second List + var divColumnsToShowRight =3D GetNodeByTagNa= meAndAttName("div","ColumnsToShowRight")[0]; =20 + var rightColumn =3D new SortedGraphicalList(= rigthElements, + divC= olumnsToShowRight,"rightColumn"); = =20 + =20 + </script> + </td> =20 </tr> - <tr> - <td width=3D"131"> - </td> - <td width=3D"459"> - </td> - </tr> - <tr> - <td colSpan=3D"2"> - <table width=3D"650" border=3D"1"> - <tr> - <td></td> - </tr> - <tr> - <td> - <table cellSpacing=3D"2" cellPadding=3D"0" border=3D"0"> - <tr> - <td width=3D"639"><img height=3D"1" src=3D"img/clear2x2.gif">= </td> - </tr> - <tr> - <td> - <table> - <tr> - <td width=3D"626"> - <table> - <tr> - <td width=3D"209">Available Columns</td> - <td width=3D"62"></td> - <td width=3D"88">Your Columns</td> - <td width=3D"26"></td> - <td width=3D"94"></td> - </tr> - <tr> - <td rowspan=3D"4"> - <div id=3D"ColumnsToShowLeft"></div> - </td> - <td rowspan=3D"4"><input onclick=3D"leftColumn.Move(lef= tColumn.GetSelectedIndex(),rightColumn,false);" type=3D"button" - value=3D"Add"> - <br> - <input onclick=3D"rightColumn.Move(rightColumn.GetSele= ctedIndex(),leftColumn,true);" type=3D"button" - value=3D"Remove"> - </td> - <td rowspan=3D"4"> - <div id=3D"ColumnsToShowRight"></div> - </td> - <td rowspan=3D"4"><a onclick=3D"rightColumn.Top(rightCo= lumn.GetSelectedIndex())" href=3D"#"><img src=3D"img/upuparrow.gif"> - </a> - <br> - <a onclick=3D"rightColumn.Up(rightColumn.GetSelectedIn= dex())" href=3D"#"><img src=3D"img/uparrow.gif"> - </a> - <br> - <a onclick=3D"rightColumn.Down(rightColumn.GetSelected= Index())" href=3D"#"><img src=3D"img/downarrow.gif"> - </a> - <br> - <a onclick=3D"rightColumn.Bottom(rightColumn.GetSelect= edIndex())" href=3D"#"><img src=3D"img/downdownarrow.gif"> - </a> - </td> - <td rowspan=3D"4"> - <input onclick=3D"Form.SetToDefault(leftColumn,rightCo= lumn)" type=3D"button" value=3D"SetToDefault"> - <br> - <!-- Do not forget to enable all item of the left list= --> - <input type=3D"button" value=3D"RemoveAll" onclick=3D"= leftColumn.EnableAll();rightColumn.RemoveAll();"> - </td> - </tr> - <tr> - <td></td> - </tr> - <tr> - <td></td> - </tr> - <tr> - <td></td> - </tr> - <tr> - <td> - <input type=3D"button" onclick=3D"fn_saveData(rightCol= umn);" name=3D"btnSave" value=3D"<% html_getBtnSaveValue(); %>"> - <% html_getButtonDelete(); %> - </td> - <td></td> - <td></td> - <td></td> - <td></td> - </tr> - </table> - <script> - - var rigt= hElements =3D new Array(<% html_getAttrList(2); %>); - var left= Elements =3D new Array(<% html_getAttrList(1); %>); - =20 - //First = List - var divC= olumnsToShowLeft =3D GetNodeByTagNameAndAttName("div","ColumnsToShowLeft"= )[0]; =20 - var left= Column =3D new SortedGraphicalList(leftElements, - = divColumnsToShowLeft,"leftColumn"); = =20 - = =20 - //Second= List - var divC= olumnsToShowRight =3D GetNodeByTagNameAndAttName("div","ColumnsToShowRigh= t")[0]; =20 - var righ= tColumn =3D new SortedGraphicalList(rigthElements, - = divColumnsToShowRight,"rightColumn"); = =20 - = =20 - </script> - </td> - </tr> - </table> - </td> - </tr> - </table> - </td> - </tr> - </table> - </td> - </tr> + <tr> + <td colspan=3D"2"> + <table width=3D"100%" border=3D"0" cellSpacing=3D= "0" cellPadding=3D"0"> + <tr> + <td width=3D"100%" colspan=3D"2" class=3D= "separatorLine"> + </td> + </tr> + </table> + </td> + </tr> + <tr> + <td> + <input type=3D"button" onclick=3D"fn_saveData(ri= ghtColumn);" name=3D"btnSave" value=3D"<% html_getBtnSaveValue(); %>"> + <% html_getButtonDelete(); %> + </td> + </tr> </table> </form> </body> Property changes on: humano2/trunk/web/builder/site/foldermanagement.aspx ___________________________________________________________________ Name: svn:keywords + Id Modified: humano2/trunk/web/builder/site/formmanagement.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/builder/site/formmanagement.aspx 2005-06-09 22:50:3= 7 UTC (rev 1276) +++ humano2/trunk/web/builder/site/formmanagement.aspx 2005-06-10 16:27:3= 6 UTC (rev 1277) @@ -1,160 +1,174 @@ <%@ Page language=3D"c#" Codebehind=3D"formmanagement.aspx.cs" AutoEvent= Wireup=3D"false" Inherits=3D"Builder.site.formmanagement" ResponseEncodin= g=3D"iso-8859-1" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://w= ww.w3.org/TR/html4/loose.dtd"> -<HTML> - <HEAD> - <title>Form Management</title> - <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-= 8859-1"> - <script src=3D"js/functions.js"></script> - <script src=3D"js/grafcomponents/misc.js"></script> - <script src=3D"js/grafcomponents/test.js"></script> - <script src=3D"js/grafcomponents/sortedlist.js"></script> - <script src=3D"js/grafcomponents/sortedgraphicallist.js"></script> - <script src=3D"js/grafcomponents/radiobuttonexpand.js"></script> - <!-- Load this script before the next one --> - <script src=3D"js/form.js"></script> - <script src=3D"js/fn_formsmng.js"></script> - </HEAD> - <body> - <form name=3D"formulario" action=3D"#" method=3D"post"> - <input type=3D"hidden" name=3D"first" id=3D"first" value=3D"<% html_g= etFirst(); %>">=20 - <input type=3D"hidden" name=3D"opaction" id=3D"opaction" value=3D"<% = html_getAction(); %>"> - <input type=3D"hidden" name=3D"formid" id=3D"formid" value=3D"<% html= _getFormId(); %>"> - <table width=3D"600" border=3D"0"> - <tr> - <td width=3D"131"> - <div align=3D"right">* Form Name :</div> - </td> - <td width=3D"459"><input id=3D"formName" type=3D"text" name=3D"form= Name" value=3D"<% html_getFormName(); %>"></td> - </tr> - <tr> - <td> - <div align=3D"right">* Class : - </div> - </td> - <td><input id=3D"ClassName" type=3D"text" name=3D"ClassName" value=3D= "<% html_getClassName(); %>"> - <input id=3D"btnGetClass" onclick=3D"mostrar();" type=3D"button" v= alue=3D">>" name=3D"btnGetClass"> - <input type=3D"hidden" name=3D"ClassId" id=3D"ClassId" value=3D"<%= html_getClassId(); %>"> - <input type=3D"hidden" name=3D"LstAttrib" id=3D"LstAttrib"> - </td> - </tr> - <tr> - <td></td> - <td colSpan=3D"2"><iframe id=3D"FrameTempLoad" style=3D"VISIBILITY:= hidden; with: 0; heigth: 0; scroll: none" - name=3D"FrameTempLoad"></iframe></td> - </tr> - <tr> - <td colSpan=3D"2"> - <table width=3D"650" border=3D"1"> - <tr> - <td></td> - </tr> - <tr> - <td> - <TABLE cellSpacing=3D"2" cellPadding=3D"0" border=3D"0"> - <TR> - <TD width=3D"639"><IMG height=3D"1" src=3D"img/clear2x2.gif">= </TD> - </TR> - <TR> - <TD> - <TABLE> - <TR> - <td width=3D"626"> - <table> - <tr> - <td width=3D"209">Available Columns</td> - <td width=3D"62"></td> - <td width=3D"88">Your Columns</td> - <td width=3D"26"></td> - <td width=3D"94"></td> - <td width=3D"118">Type</td> - </tr> - <tr> - <td rowspan=3D"4"> - <div id=3D"ColumnsToShowLeft"></div> - </td> - <td rowspan=3D"4"><input onclick=3D"leftColumn.Move(lef= tColumn.GetSelectedIndex(),rightColumn,false);" type=3D"button" - value=3D"Add"> - <br> - <input onclick=3D"rightColumn.Move(rightColumn.GetSele= ctedIndex(),leftColumn,true);" type=3D"button" - value=3D"Remove"> - </td> - <td rowspan=3D"4"> - <div id=3D"ColumnsToShowRight"></div> - </td> - <td rowspan=3D"4"><A onclick=3D"rightColumn.Top(rightCo= lumn.GetSelectedIndex())" href=3D"#"><IMG src=3D"img/upuparrow.gif"> - </A> - <br> - <A onclick=3D"rightColumn.Up(rightColumn.GetSelectedIn= dex())" href=3D"#"><IMG src=3D"img/uparrow.gif"> - </A> - <br> - <A onclick=3D"rightColumn.Down(rightColumn.GetSelected= Index())" href=3D"#"><IMG src=3D"img/downarrow.gif"> - </A> - <br> - <A onclick=3D"rightColumn.Bottom(rightColumn.GetSelect= edIndex())" href=3D"#"><IMG src=3D"img/downdownarrow.gif"> - </A> - </td> - <td rowspan=3D"4"><input onclick=3D"Form.SetToDefault(l= eftColumn,rightColumn)" type=3D"button" value=3D"SetToDefault"> - <br> - <!-- Do not forget to enable all item of the left list= --> - <input type=3D"button" value=3D"RemoveAll" onclick=3D"= leftColumn.EnableAll();rightColumn.RemoveAll();"> - </td> - <td><select size=3D"1" id=3D"formType" name=3D"formType= "> - <% html_getOptionSelect(); %> - </select> - </td> - <!-- <option value=3D"READ" selected>READ</option> - <option value=3D"CREATE">CREATE</option> - <option value=3D"UPDATE">UPDATE</option> --> - </tr> - <tr> - <td> </td> - </tr> - <tr> - <td> </td> - </tr> - <tr> - <td> </td> - </tr> - <tr> - <td> - <input type=3D"button" onclick=3D"fn_saveData(rightCol= umn);" name=3D"btnSave" value=3D"<% html_getBtnSaveValue(); %>"> - <% html_getButtonDelete(); %> - </td> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - </tr> - </table> - <script> - - var rigt= hElements =3D new Array(<% html_getAttrList(2); %>); - var left= Elements =3D new Array(<% html_getAttrList(1); %>); - =20 - //First = List - var divC= olumnsToShowLeft =3D GetNodeByTagNameAndAttName("div","ColumnsToShowLeft"= )[0]; =20 - var left= Column =3D new SortedGraphicalList(leftElements, - = divColumnsToShowLeft,"leftColumn"); = =20 - = =20 - //Second= List - var divC= olumnsToShowRight =3D GetNodeByTagNameAndAttName("div","ColumnsToShowRigh= t")[0]; =20 - var righ= tColumn =3D new SortedGraphicalList(rigthElements, - = divColumnsToShowRight,"rightColumn"); = =20 - = =20 - </script> - </td> - </TR> - </TABLE> - </TD> - </TR> - </TABLE> - </td> - </tr> - </table> - </td> - </tr> - </table> - </form> - </body> -</HTML> +<!-- $Id$ --> +<html> + <head> + <title>Form Management</title> + <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3D= iso-8859-1"> + <script src=3D"js/functions.js"></script> + <script src=3D"js/grafcomponents/misc.js"></script> + <script src=3D"js/grafcomponents/test.js"></script> + <script src=3D"js/grafcomponents/sortedlist.js"></script> + <script src=3D"js/grafcomponents/sortedgraphicallist.js"></scrip= t> + <!-- Load this script before the next one --> + <script src=3D"js/form.js"></script> + <script src=3D"js/fn_formsmng.js"></script> + <link href=3D"css/createinterface.css" rel=3D"stylesheet" type=3D= "text/css"> + </head> + <body> + <form name=3D"formulario" action=3D"#" method=3D"post"> + <input type=3D"hidden" name=3D"first" id=3D"first" value=3D"= <% html_getFirst(); %>">=20 + <input type=3D"hidden" name=3D"opaction" id=3D"opaction" val= ue=3D"<% html_getAction(); %>"> + <input type=3D"hidden" name=3D"formid" id=3D"formid" value=3D= "<% html_getFormId(); %>"> + <table class=3D"conttablecenter2"> + <!-- ******************** Header ***********************= **** --> + <tr> + <td> + <table class=3D"smallgraytextnolink"> + <tr> + <td align=3D"right"> + Form Name: + </td> + <td align=3D"left"> + <input id=3D"formName" type=3D"text"= name=3D"formName" value=3D"<% html_getFormName(); %>"> + </td> + </tr> + <tr> + <td align=3D"right"> + Class: + </td> + <td align=3D"left"> + <input id=3D"ClassName" type=3D"text= " name=3D"ClassName" value=3D"<% html_getClassName(); %>"> + <input id=3D"btnGetClass" onclick=3D= "mostrar();" type=3D"button" value=3D">>" name=3D"btnGetClass"> + <input type=3D"hidden" name=3D"Class= Id" id=3D"ClassId" value=3D"<% html_getClassId(); %>"> + <input type=3D"hidden" name=3D"LstAt= trib" id=3D"LstAttrib"> + </td> + </tr> + </table> + </td> + </tr> + =20 + <tr> + <td align=3D"left"> + <iframe id=3D"FrameTempLoad" style=3D"visibility= :hidden;height:0;" name=3D"FrameTempLoad"> + </iframe> + </td> + </tr> + =20 + <!-- ************************** END Header ************= ****** --> + <tr> + <td colspan=3D"2"> + <table width=3D"100%" border=3D"0" cellSpacing=3D= "0" cellPadding=3D"0"> + <tr> + <td width=3D"100%" colspan=3D"2" class=3D= "separatorLine"> + </td> + </tr> + <tr> + <td class=3D"lev1head" valign=3D"top"><f= ont size=3D"2">Items for Form</font></td> + </tr> + </table> + </td> + </tr> + <!-- *************************** Columns ************= ****** --> + <tr> + <td> + <table> + <tr> + <td>Available Columns</td> + <td></td> + <td>Your Columns</td> + <td></td> + <td></td> + <td>Type</td> + </tr> + <tr> + <td rowspan=3D"4"> + <div id=3D"ColumnsToShowLeft"></div> + </td> + <td rowspan=3D"4"> + <input onclick=3D"leftColumn.Move(leftCo= lumn.GetSelectedIndex(),rightColumn,false);" type=3D"button" value=3D"Add= "> + <br> + <input onclick=3D"rightColumn.Move(right= Column.GetSelectedIndex(),leftColumn,true);" type=3D"button" value=3D"Rem= ove"> + </td> + <td rowspan=3D"4"> + <div id=3D"ColumnsToShowRight"></div> + </td> + <td rowspan=3D"4"> + <a onclick=3D"rightColumn.Top(rightColum= n.GetSelectedIndex())" href=3D"#"> + <img src=3D"img/upuparrow.gif"> + </a> + <br> + <a onclick=3D"rightColumn.Up(rightColumn= .GetSelectedIndex())" href=3D"#"> + <img src=3D"img/uparrow.gif"> + </a> + <br> + <a onclick=3D"rightColumn.Down(rightColu= mn.GetSelectedIndex())" href=3D"#"> + <img src=3D"img/downarrow.gif"> + </a> + <br> + <a onclick=3D"rightColumn.Bottom(rightCo= lumn.GetSelectedIndex())" href=3D"#"> + <img src=3D"img/downdownarrow.gif"> + ... [truncated message content] |
|
From: <sv...@de...> - 2005-06-09 22:50:41
|
Author: pcamacho
Date: 2005-06-09 18:50:37 -0400 (Thu, 09 Jun 2005)
New Revision: 1276
Added:
humano2/trunk/web/builder/site/css/createinterface.css
Removed:
humano2/trunk/web/builder/site/css/createreport.css
humano2/trunk/web/builder/site/css/general_styles_verde.css
Modified:
humano2/trunk/web/builder/site/xsl/createreport.xsl
humano2/trunk/web/builder/site/xsl/createrule.xsl
humano2/trunk/web/builder/site/xsl/createview.xsl
Log:
CHANGE: little factorization of css code for builder interfaces.
Copied: humano2/trunk/web/builder/site/css/createinterface.css (from rev =
1275, humano2/trunk/web/builder/site/css/general_styles_verde.css)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/css/general_styles_verde.css 2005-06-0=
9 21:16:26 UTC (rev 1275)
+++ humano2/trunk/web/builder/site/css/createinterface.css 2005-06-09 22:=
50:37 UTC (rev 1276)
@@ -0,0 +1,394 @@
+/* $Id$ */
+BODY {
+ COLOR: #000000; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; MARGIN=
: 10px 10px 10px 10px
+}
+INPUT {
+ FONT-FAMILY: tahoma,sans-serif;
+ FONT-SIZE: 11px;
+ /*border: 1px solid #95989E;*/
+}
+TABLE {
+ BORDER-BOTTOM: 0px; BORDER-LEFT: 20px; BORDER-RIGHT: 0px; BORDER-TOP: 2=
0px; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
+}
+A {
+ COLOR: #000099
+}
+.swnu {
+ COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
+}
+.sb {
+ COLOR: #003366; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
+}
+.bnu {
+ COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 13px; TEXT-D=
ECORATION: none
+}
+.sbnu {
+ COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
+}
+.snub {
+ COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
+}
+.snu {
+ FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none
+}
+.sw {
+ COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
+}
+.s {
+ FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
+}
+.swnub {
+ COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
+}
+.sbnub {
+ COLOR: #003366; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
+}
+.sbd {
+ FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold
+}
+.swb {
+ COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
+}
+.sbbd {
+ COLOR: #104a7b; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
+}
+.fwnu {
+ COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
+}
+.fnu {
+ COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
+}
+.fw {
+ COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
+}
+.f {
+ FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
+}
+.flb {
+ COLOR: #000000; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 24px; FONT-W=
EIGHT: bold
+}
+.flbs {
+ COLOR: #104a7b; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
+}
+.Tdom {
+ COLOR: #104a7b; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
+}
+.pbnu {
+ COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
+}
+.Wf {
+ FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 12px
+}
+.ns4Wf {
+ FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 13px
+}
+.menu {
+ COLOR: #000066; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
+}
+
+.drpdwn {
+ BACKGROUND-COLOR: #E4EFFA; COLOR: #2D324A; FONT-FAMILY: tahoma, san-ser=
if; FONT-SIZE: 11px
+}
+
+.drpdwn2 {
+ background-color:#f3f4f5;
+ color:#000000; ; font-family: tahoma, sans-serif; font-size: 11px;
+ border: 1px solid #f3f4f5;
+ clip: rect( ); z-index: 0
+}
+
+TR.H {
+ BACKGROUND-COLOR: #c3d6e6
+}
+.bttntext {
+ COLOR: #336699; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
+}
+.sbttn {
+ BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: tahoma,sans-serif; FONT=
-SIZE: 11px; HEIGHT: 19px; TEXT-DECORATION: none
+}
+.pbttn {
+ BACKGROUND: #EEEEEE; BORDER-BOTTOM: 1px solid #95989E; BORDER-LEFT: 1px=
solid #C9CDD4; BORDER-RIGHT: 1px solid #95989E; BORDER-TOP: 1px solid #C=
9CDD4; COLOR: #000000; CURSOR: hand; FONT-FAMILY: tahoma, sans-serif; FON=
T-SIZE: 11px; HEIGHT: 19px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; PADDIN=
G-TOP: 2px; TEXT-DECORATION: none
+}
+.pbttn2 {
+ BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: tahoma,sans-serif; FONT=
-SIZE: 11px; HEIGHT: 19px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING=
-TOP: 0px; TEXT-DECORATION: none
+}
+
+.pbttn3 {
+ BACKGROUND: #EEEEEE; BORDER-BOTTOM: #104a7b 0px solid; BORDER-LEFT: #af=
c4d5 0px solid; BORDER-RIGHT: #104a7b 0px solid; BORDER-TOP: #afc4d5 0px =
solid; COLOR: #000000; CURSOR: hand; FONT-FAMILY: tahoma,sans-serif; FONT=
-SIZE: 11px; HEIGHT: 19px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING=
-TOP: 0px; TEXT-DECORATION: none
+}
+
+
+.obttn {
+ BACKGROUND: #d6e7ef; COLOR: #777777; FONT-FAMILY: tahoma,sans-serif; FO=
NT-SIZE: 11px; PADDING-BOTTOM: 1px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px=
; PADDING-TOP: 1px; TEXT-DECORATION: none; VERTICAL-ALIGN: middle
+}
+.ns4obttn {
+ BACKGROUND: #d6e7ef; COLOR: #8ca5b5; FONT-FAMILY: tahoma,sans-serif; FO=
NT-SIZE: 12px; TEXT-DECORATION: none
+}
+.ns4sbttn {
+ BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 12px; H=
EIGHT: 19px; TEXT-DECORATION: none
+}
+.dividerstable TD {
+ BORDER-BOTTOM: #93bee2 1px solid; width: 100%
+}
+.dividerstablevert TD {
+ BORDER-RIGHT: #93bee2 1px solid; height: 100%
+}
+.dividersverthoriz TD {
+ BORDER-BOTTOM: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORD=
ER-TOP: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid
+}
+.tableborders TD {
+ BORDER-TOP: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BACKGROU=
ND: #FFFFFF
+}
+.transactionDark {
+ BORDER-BOTTOM: #336699 1px solid; BORDER-LEFT: #336699 1px solid; BORDE=
R-RIGHT: #336699 1px solid; BORDER-TOP: #336699 1px solid
+}
+.transactionLight {
+ BORDER-BOTTOM: #336699 1px solid; BORDER-LEFT: #336699 1px solid; BORDE=
R-RIGHT: #336699 1px solid; BORDER-TOP: #336699 1px solid
+}
+.msglistcntrl TD {
+ BORDER-BOTTOM: medium none
+}
+A.tab {
+ COLOR: #ffffff; FONT-FAMILY: Tahoma, san-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
+}
+FONT.tab {
+ COLOR: #f4d500; FONT-FAMILY: Tahoma, san-serif; FONT-SIZE: 11px
+}
+.tagline {
+ COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
+}
+.PPModuleTtlTxt {
+ COLOR: #104a7b; FONT-FAMILY: Tahoma, sans-serif
+}
+.PPDesTxt {
+ FONT-FAMILY: Tahoma, san-serif
+}
+.PPModuleBrd {
+ BACKGROUND-COLOR: #dbeaf5
+}
+.PPModuleTtlTbl {
+ BACKGROUND-COLOR: #dbeaf5
+}
+.PPDynamicTbl {
+ BACKGROUND-COLOR: #ffffff
+}
+.PPRSbmtBtn {
+ BACKGROUND: #dbeaf5; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: Tahoma, san-serif; FONT=
-SIZE: 13px; FONT-WEIGHT: normal; TEXT-DECORATION: none
+}
+mytd { background-image: url(/img/logo_campa%96as.gif)
+}
+.celbackglogo { background-image: url(/img/logo_tareas.gif); background=
-repeat: no-repeat; height: 47px; width: 160px
+}
+.dropdown { BACKGROUND-COLOR: #C9CDD4; COLOR: #2D324A; FONT-FAMILY: taho=
ma, san-serif; FONT-SIZE: 11px=20
+}
+.titulo { COLOR: #104a7b; FONT-FAMILY: tahoma,san-serif; FONT-SIZE: 13px=
; FONT-WEIGHT: bold=20
+}
+.btnbordebajo { BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 3px solid; B=
ORDER-LEFT: #104a7b 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TO=
P: #afc4d5 1px solid; COLOR: #006699; CURSOR: hand; FONT-FAMILY: tahoma, =
sans-serif; FONT-SIZE: 10px; TEXT-DECORATION: none ; font-weight: bold
+}
+.celbackgrtoptable { background-image: url(/img/backgrd_line.gif); back=
ground-repeat: repeat-x; height: 46px; width: 100%
+}
+.celbgrdrighttop { background-image: url(/img/end_table.gif); height: 4=
7px; width: 10px; margin-right: 10px; background-repeat: no-repeat; backg=
round-position: right top
+}
+.celbgrdundertabs { background-image: url(/img/backgrd_under_tabs.gif);=
background-repeat: repeat-x; height: 21px; width: 100%; BORDER-RIGHT: #0=
00000 1px solid
+}
+.celbgrdlefttop { background-image: url(/img/end_left2.gif); background=
-repeat: no-repeat; width: 20px; height: 22px; background-position: left =
top
+}
+.tabletopbar { width: 98%
+}
+.conttabletopleft { background-image: url(/img/backgrd_left2.gif); back=
ground-repeat: no-repeat; height: 10px; width: 10px
+}
+.conttabletopcenter { background-image: url(/img/backgrd_top2.gif); bac=
kground-repeat: repeat-x; height: 10px
+}
+.conttabletopright { background-image: url(/img/backgrd_right2.gif); wi=
dth: 16px
+}
+.conttablecenter {
+ background-color: #EEEEEE;
+ border-top-width: 1px;
+ border-right-width: 1px;
+ border-bottom-width: 1px;
+ border-left-width: 1px;
+ margin-top: 0px;
+ margin-right: 0px;
+ margin-bottom: 0px;
+ margin-left: 0px;
+ padding-top: 1px;
+ padding-right: 1px;
+ padding-bottom: 0px;
+ padding-left: 1px;
+ text-align: center;
+ border-top-style: solid;
+ border-right-style: solid;
+ border-bottom-style: solid;
+ border-left-style: solid;
+ border-top-color: #333333;
+ border-right-color: #333333;
+ border-bottom-color: #333333;
+ border-left-color: #333333;
+}
+
+
+.conttablecenter2 {
+ background-color: #EEEEEE;
+ border-top-width: 1px;
+ border-right-width: 1px;
+ border-bottom-width: 1px;
+ border-left-width: 1px;
+ margin-top: 0px;
+ margin-right: 0px;
+ margin-bottom: 0px;
+ margin-left: 0px;
+ padding-top: 1px;
+ padding-right: 1px;
+ padding-bottom: 0px;
+ padding-left: 1px;
+ text-align: center;
+ border-top-style: solid;
+ border-right-style: solid;
+ border-bottom-style: solid;
+ border-left-style: solid;
+ border-top-color: #CCCCCC;
+ border-right-color: #CCCCCC;
+ border-bottom-color: #CCCCCC;
+ border-left-color: #CCCCCC;
+}
+.tablesborder { background-color: ffffff; BORDER-RIGHT: #8FBAE4 1px sol=
id; BORDER-BOTTOM: #8FBAE4 1px solid
+; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-lef=
t: 0px}
+.tablelists { background-color: ffffff; BORDER-LEFT: #8FBAE4 1px solid=
; BORDER-TOP: #8FBAE4 1px solid
+}
+.celtituloslists { background-color: #C9CDD4; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weigh=
t: bold; text-align: center}
+
+.celcontlists {
+ /*background-color: #ffffff;*/
+ padding-top: 3px;
+ padding-right: 3px;
+ padding-bottom: 3px;
+ padding-left: 3px;
+ text-indent: 3px;
+ border-top-width: 0px;
+ border-right-width: 0px;
+ border-bottom-width: 1px;
+ border-left-width: 0px;
+ border-top-style: solid;
+ border-right-style: solid;
+ border-bottom-style: solid;
+ border-left-style: solid;
+ border-top-color: #FFFFFF;
+ border-right-color: black;
+ border-bottom-color: #C9CDD4;
+ border-left-color: black;
+}
+
+.divideroscuro { background-color: #3399CC; border-style: solid; border-=
top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border=
-left-width: 0px; clip: rect( )}
+.bottableleft {=20
+ background-image: url(../img/backgrd_left3.gif); background-repeat: no-=
repeat; height: 10px; width: 50px; border-color: black black #000000; bor=
der-style: solid; border-top-width: 0px; border-right-width: 0px; border-=
bottom-width: 1px; border-left-width: 0px}
+.bottablecenter=20
+{=20
+ background-image: url(/img/backgrd_bottom.gif); background-repeat: repe=
at-x; height: 22px; border-color: black black #000000; border-style: soli=
d; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1=
px; border-left-width: 0px}
+.bottableright=20
+ { background-image: url(/img/backgrd_right3.gif); width: 50px; border-c=
olor: black black #000000; border-style: solid; border-top-width: 0px; bo=
rder-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
+.celtituloslistsvert { background-color: #C9CDD4; height: 20px; padding-=
top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; fon=
t-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-we=
ight: bold; text-align: right}
+.celbackgrtoptableblue1 { background-image: url(/img/blue1_backgrd_line.=
gif); background-repeat: repeat-x; height: 46px; width: 100% }
+.celbgrdrighttopblue1 { background-image: url(/img/blue1_end_table.gif);=
height: 47px; width: 10px; margin-right: 10px; background-repeat: no-rep=
eat; background-position: right top }
+.celbgrdlefttopblue1 { background-image: url(/imgs/blue1_end_left2.gif);=
background-repeat: no-repeat; width: 20px; height: 22px; background-posi=
tion: left top }
+.celbgrdundertabsblue1 { background-image: url(/img/blue1_backgrd_un_tab=
s.gif); background-repeat: repeat-x; height: 21px; width: 100%; BORDER-RI=
GHT: #000000 1px solid ; vertical-align: middle}
+.bottableleftblue1 { background-image: url(/img/blue1_backgrd_left3.gif)=
; background-repeat: no-repeat; height: 10px; width: 116px; border-color:=
black black #000000; border-style: solid; border-top-width: 0px; border-=
right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
+.bottablecenterblue1 { background-image: url(/img/blue1_backgrd_bottom.g=
if); background-repeat: repeat-x; height: 10px; border-color: black black=
#000000; border-style: solid; border-top-width: 0px; border-right-width:=
0px; border-bottom-width: 1px; border-left-width: 0px }
+.bottablerightblue1 { background-image: url(/img/blue1_backgrd_right3.gi=
f); width: 101px; border-color: black black #000000; border-style: solid;=
border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px=
; border-left-width: 0px }
+.contcel2columns { width: 80%}
+.blue0divider { background-image: url(/img/divider_blue0.gif); backgrou=
nd-repeat: no-repeat; width: 100%; clip: rect( )}
+.celtituloshome { font-family: Arial, Helvetica, sans-serif; font-size:=
15px; font-weight: bold; vertical-align: top; padding-left: 5px; text-al=
ign: left}
+.conttablecenteritems { background-color: #FFFFFF; text-align: center }
+.roundbluetable { background-color: #8fbae4}
+.celcont { background-color: #FFFFFF; padding-top: 3px; padding-right: =
3px; padding-bottom: 3px; padding-left: 3px}
+.asteriscorojo { font-family: Verdana, Arial, Helvetica, sans-serif; fo=
nt-size: 10px; font-weight: bold; color: #FF0000}
+.listas { list-style-image: url(/img/blue_bullet.gif); margin-right: 4p=
x; margin-left: 4px; padding-right: 4px; padding-left: 4px; clip: rect(=
); list-style-type: circle; background-position: center}
+.fecha { padding-right: 10px; font-size: 9px; font-weight: bold; color:=
#FFFFFF}
+.counters { font-weight: bold}
+.helproundbluetable { background-color: #C7DFF5}
+.conttablespaces { text-align: left; padding-top: 4px; padding-right: 4p=
x; padding-bottom: 4px; padding-left: 4px}
+.conttablespacesblue { text-align: left; padding-top: 4px; padding-right=
: 4px; padding-bottom: 4px; padding-left: 4px ; background-color: #C7DFF5=
}
+.checkbtncolor { background-color: #8FBAE4}
+.arrowpages { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; m=
argin-left: 0px; clip: rect( ); background-position: center; vertical-=
align: middle}
+.linksovergreen { font-family: tahoma, sans-serif; font-size: 11px; fon=
t-weight: bold; color: #66FF00; text-decoration: none; margin-right: 10px=
; margin-left: 10px; margin-top: 10px; margin-bottom: 10px}
+.linksovergreenoff { font-family: tahoma, sans-serif; font-size: 10px; f=
ont-weight: bold; color: #66CC66; text-decoration: none; margin-right: 40=
px; margin-left: 40px ; margin-top: 10px; margin-bottom: 10px}
+.celtitulosasoccont { font-family: Arial, Helvetica, sans-serif; font-si=
ze: 15px; font-weight: bold; vertical-align: middle; padding-left: 5px ; =
background-color: #8FBAE4}
+.celtitulosasoccont { background-color: #8FBAE4; height: 20px; padding-t=
op: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font=
-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold=
; text-align: left}
+.celtituloslists2 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weigh=
t: bold; text-align: left }
+.celtituloslists3 { background-color: #5A9ACF; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: bold; text-align=
: left }
+.celtituloslists4 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: bold; text-align=
: left }
+.celtituloslists5 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: bold; text-align=
: left ; border-style: none; border-top-width: 0px; border-right-width: 0=
px; border-bottom-width: 0px; border-left-width: 0px}
+.dividersmall4 { background-image: url(/img/backgrd_divider_email.gif); =
background-repeat: repeat-x; background-position: left center ; backgroun=
d-color: #C7DFF5; width: 100%}
+.linksoverblue5 { font-family: tahoma, sans-serif; font-size: 11px; font=
-weight: bold; color: #0000FF; text-decoration: underline; margin-right: =
3px; margin-left: 3px; margin-top: 0px; margin-bottom: 0px ; padding-righ=
t: 3px; padding-left: 3px}
+.linksoverblue6 { font-family: tahoma, sans-serif; font-size: 11px; font=
-weight: bold; color: #003366; text-decoration: none; margin-right: 3px; =
margin-left: 3px; margin-top: 0px; margin-bottom: 0px ; padding-right: 3p=
x; padding-left: 3px }
+.dividersmall3 { padding-top: 2px; padding-bottom: 2px; background-image=
: url(/img/divider_blue4.gif); background-repeat: no-repeat; background-p=
osition: center center}
+.email_logo { background-image: url(/img/logo_email2.gif); background-r=
epeat: no-repeat; height: 68px; width: 163px; padding-top: 50px; padding-=
left: 7px; font-family: tahoma, sans-serif; font-size: 11px; font-weight:=
bold; color: #003300}
+.email_tab_on_backgrd { background-image: url(../img/tab_on_backgrd_ema=
il.gif); background-repeat: repeat-x; padding-top: 20px; font-family: tah=
oma, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; padd=
ing-left: 5px}
+.email_tab_off_backgrd { background-image: url(/img/tab_off_backgrd_emai=
l.gif); background-repeat: repeat-x ; font-family: tahoma, sans-serif; fo=
nt-size: 11px; font-weight: bold; color: #FFFFFF; padding-top: 20px; padd=
ing-left: 3px; white-space: nowrap; background-position: center}
+.email_endtable { background-image: url(/img/tabs_tableend_email.gif); =
background-repeat: no-repeat; height: 68px; width: 18px}
+.dividersmall4 { background-image: url(/img/backgrd_divider_email.gif); =
background-repeat: repeat-x; background-position: left center ; backgroun=
d-color: #C7DFF5; width: 100%}
+.linksovergreen1 { font-family: tahoma, sans-serif; font-size: 11px; fon=
t-weight: bold; color: #FFFFFF; text-decoration: none; margin-right: 3px;=
margin-left: 3px; margin-top: 0px; margin-bottom: 0px }
+.conttablecenter_email { background-color: #E4EFFA; border-color: black =
#000000; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-l=
eft: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; pad=
ding-left: 0px; text-align: center ; border-style: solid; border-top-widt=
h: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-wi=
dth: 1px}
+.celtituloslistsalignmiddle { background-color: #8FBAE4; height: 20px; p=
adding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5=
px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; =
font-weight: bold; text-align: center}
+.conttablecenter_attachment { border-left:1px solid #000000; border-righ=
t:1px solid #000000; border-top:0px solid black; border-bottom:0px solid =
black; margin:0px 0px; padding:20px 20px 20px 110px; background-color: #E=
4EFFA; text-align: left; background-image: url(/img/backgrd_attachment.gi=
f); background-repeat: no-repeat; vertical-align: top ; border-style: non=
e; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0=
px; border-left-width: 0px}
+.celtituloslists6 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 7px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 12px; font-weight: bold; text-align=
: left ; border-style: none; border-top-width: 0px; border-right-width: 0=
px; border-bottom-width: 0px; border-left-width: 0px ; color: #FFFFFF}
+.celcontlists2 { background-color: #ffffff; padding-top: 3px; padding-ri=
ght: 3px; padding-bottom: 3px; padding-left: 3px; border-color: #FFFFFF b=
lack #92ABC4; text-indent: 3px; border-style: none; border-top-width: 0px=
; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0=
px}
+.topleft_greenbar { background-image: url(/img/topleft_generico_verde.g=
if); background-repeat: no-repeat; width: 10px}
+.top_right_generico_verde { background-image: url(/img/topright_generico=
_verde.gif); background-repeat: no-repeat; height: 30px; width: 14px; bac=
kground-position: right top }
+.bottomleft_generico_verde { background-image: url(/img/bottomleft_gene=
rico_verde.gif); background-repeat: no-repeat; background-position: left =
bottom; height: 16px; width: 16px; border-color: #000000 black black; bor=
der-style: solid; border-top-width: 1px; border-right-width: 0px; border-=
bottom-width: 0px; border-left-width: 0px}
+.bottomright_generico_verdeCopy { background-image: url(/img/bottomright=
_generico_verde.gif); background-repeat: no-repeat; background-position: =
right bottom; height: 16px; width: 16px ; border-color: #000000 black bla=
ck; border-style: solid; border-top-width: 1px; border-right-width: 0px; =
border-bottom-width: 0px; border-left-width: 0px}
+.bottomcenter_generico_verde { background-image: url(/img/bottomcenter_g=
enerico_verde.gif); background-repeat: repeat-x; background-position: rig=
ht bottom; border-color: #000000 black black; border-style: solid; border=
-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; borde=
r-left-width: 0px; padding-top: 3px; padding-bottom: 3px; text-align: cen=
ter; vertical-align: middle}
+.titulos_secciones { font-family: Arial, Helvetica, sans-serif; font-si=
ze: 19px; font-weight: bold; text-align: left; vertical-align: middle}
+.celtituloslists7 { background-color: #FFFFFF; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 7px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: normal; text-ali=
gn: left ; border-style: none; border-top-width: 0px; border-right-width:=
0px; border-bottom-width: 0px; border-left-width: 0px ; color: #000000}
+.dividersmall { padding-top: 3px; padding-bottom: 3px; background-image:=
url(/img/divider_blue0.gif); background-repeat: no-repeat; background-po=
sition: left center }
+.tab_on_backgrd_azul { background-image: url(/img/tab_on_backgrd_azul.gi=
f); background-repeat: repeat-x; padding-top: 20px; font-family: tahoma, =
sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; padding-l=
eft: 5px }
+.tab_endtable_azul { background-image: url(/img/tabs_tableend_azul.gif);=
background-repeat: no-repeat; height: 68px; width: 14px; background-posi=
tion: right top }
+.tab_off_backgrd_azul { background-image: url(/img/tab_off_backgrd_azul.=
gif); background-repeat: repeat-x ; font-family: tahoma, sans-serif; font=
-size: 11px; font-weight: bold; color: #FFFFFF; padding-top: 20px; paddin=
g-left: 3px; white-space: nowrap}
+.celtitulosasoccont2 { font-family: Arial, Helvetica, sans-serif; font-s=
ize: 15px; font-weight: bold; vertical-align: middle; padding-left: 5px ;=
background-color: #8FBAE4; background-color: #8FBAE4; height: 20px; padd=
ing-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;=
font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:=
bold; text-align: right}
+.celtituloslistsalignright { background-color: #8FBAE4; height: 20px; pa=
dding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5p=
x; font-family: tahoma, sans-serif; font-size: 11px; font-weight: bold; t=
ext-align: right}
+.celtitulosasoccont3 { font-family: Arial, Helvetica, sans-serif; font-s=
ize: 15px; font-weight: bold; vertical-align: middle; padding-left: 5px ;=
background-color: #8FBAE4; background-color: #8FBAE4; height: 20px; padd=
ing-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;=
font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:=
bold; text-align: left ; background-position: left top; background-image=
: url(/img/backgrd_titulos_secciones.jpg); background-repeat: repeat-y}
+
+.pbttn2 {
+ background-color:#FFFFFF;
+ color:#000000; ; font-family: tahoma, sans-serif; font-size: 11px;
+ border: 1px solid #FFFFFF;
+ clip: rect( ); z-index: 0
+}
+
+.s { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000=
; font-size:10pt}
+
+DIV.lev1divider {
+ MARGIN: 10px 0px 5px; BACKGROUND-COLOR: #417096
+}
+TD.lev2divider {
+ PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP=
: 10px
+}
+TD.lev1head {
+ PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 90=
%; PADDING-BOTTOM: 0px; COLOR: #417096; PADDING-TOP: 0px; FONT-FAMILY: ar=
ial
+}
+TD.lev1choices {
+ PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 70%; PADDING-BOTTOM: =
0px; COLOR: #444444; PADDING-TOP: 0px; FONT-FAMILY: verdana
+}
+TD.lev1 {
+ BACKGROUND-COLOR: #c6c6c6
+}
+TD.lev2 {
+ PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px
+}
+TABLE.lev0 {
+=09
+}
+TD.lev0 {
+=09
+}
+TD.vtypeSect {
+ PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 80=
%; PADDING-BOTTOM: 15px; COLOR: #333333; PADDING-TOP: 15px; FONT-FAMILY: =
arial
+}
+TD.smallBlue {
+ FONT-WEIGHT: bold; FONT-SIZE: 70%; COLOR: #417096; FONT-FAMILY: verdana
+}
+TD.largeBlue {
+ FONT-WEIGHT: bold; FONT-SIZE: 90%; COLOR: #417096; FONT-FAMILY: arial
+}
+TD.butbar {
+ PADDING-RIGHT: 5px; PADDING-LEFT: 15px; PADDING-BOTTOM: 5px; PADDING-TO=
P: 5px
+} =09
Property changes on: humano2/trunk/web/builder/site/css/createinterface.c=
ss
___________________________________________________________________
Name: svn:keywords
+ Id
Deleted: humano2/trunk/web/builder/site/css/createreport.css
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/css/createreport.css 2005-06-09 21:16:=
26 UTC (rev 1275)
+++ humano2/trunk/web/builder/site/css/createreport.css 2005-06-09 22:50:=
37 UTC (rev 1276)
@@ -1,39 +0,0 @@
-.s { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000=
; font-size:10pt}
-
-DIV.lev1divider {
- MARGIN: 10px 0px 5px; BACKGROUND-COLOR: #417096
-}
-TD.lev2divider {
- PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP=
: 10px
-}
-TD.lev1head {
- PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 90=
%; PADDING-BOTTOM: 0px; COLOR: #417096; PADDING-TOP: 0px; FONT-FAMILY: ar=
ial
-}
-TD.lev1choices {
- PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 70%; PADDING-BOTTOM: =
0px; COLOR: #444444; PADDING-TOP: 0px; FONT-FAMILY: verdana
-}
-TD.lev1 {
- BACKGROUND-COLOR: #c6c6c6
-}
-TD.lev2 {
- PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px
-}
-TABLE.lev0 {
-=09
-}
-TD.lev0 {
-=09
-}
-TD.vtypeSect {
- PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 80=
%; PADDING-BOTTOM: 15px; COLOR: #333333; PADDING-TOP: 15px; FONT-FAMILY: =
arial
-}
-TD.smallBlue {
- FONT-WEIGHT: bold; FONT-SIZE: 70%; COLOR: #417096; FONT-FAMILY: verdana
-}
-TD.largeBlue {
- FONT-WEIGHT: bold; FONT-SIZE: 90%; COLOR: #417096; FONT-FAMILY: arial
-}
-TD.butbar {
- PADDING-RIGHT: 5px; PADDING-LEFT: 15px; PADDING-BOTTOM: 5px; PADDING-TO=
P: 5px
-} =09
-
Deleted: humano2/trunk/web/builder/site/css/general_styles_verde.css
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/css/general_styles_verde.css 2005-06-0=
9 21:16:26 UTC (rev 1275)
+++ humano2/trunk/web/builder/site/css/general_styles_verde.css 2005-06-0=
9 22:50:37 UTC (rev 1276)
@@ -1,354 +0,0 @@
-BODY {
- COLOR: #000000; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; MARGIN=
: 10px 10px 10px 10px
-}
-INPUT {
- FONT-FAMILY: tahoma,sans-serif;
- FONT-SIZE: 11px;
- /*border: 1px solid #95989E;*/
-}
-TABLE {
- BORDER-BOTTOM: 0px; BORDER-LEFT: 20px; BORDER-RIGHT: 0px; BORDER-TOP: 2=
0px; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
-}
-A {
- COLOR: #000099
-}
-.swnu {
- COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
-}
-.sb {
- COLOR: #003366; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
-}
-.bnu {
- COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 13px; TEXT-D=
ECORATION: none
-}
-.sbnu {
- COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
-}
-.snub {
- COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
-}
-.snu {
- FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none
-}
-.sw {
- COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
-}
-.s {
- FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
-}
-.swnub {
- COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
-}
-.sbnub {
- COLOR: #003366; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
-}
-.sbd {
- FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold
-}
-.swb {
- COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
-}
-.sbbd {
- COLOR: #104a7b; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
-}
-.fwnu {
- COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
-}
-.fnu {
- COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
-}
-.fw {
- COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
-}
-.f {
- FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
-}
-.flb {
- COLOR: #000000; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 24px; FONT-W=
EIGHT: bold
-}
-.flbs {
- COLOR: #104a7b; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
-}
-.Tdom {
- COLOR: #104a7b; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold
-}
-.pbnu {
- COLOR: #000099; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
-}
-.Wf {
- FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 12px
-}
-.ns4Wf {
- FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 13px
-}
-.menu {
- COLOR: #000066; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
-}
-
-.drpdwn {
- BACKGROUND-COLOR: #E4EFFA; COLOR: #2D324A; FONT-FAMILY: tahoma, san-ser=
if; FONT-SIZE: 11px
-}
-
-.drpdwn2 {
- background-color:#f3f4f5;
- color:#000000; ; font-family: tahoma, sans-serif; font-size: 11px;
- border: 1px solid #f3f4f5;
- clip: rect( ); z-index: 0
-}
-
-TR.H {
- BACKGROUND-COLOR: #c3d6e6
-}
-.bttntext {
- COLOR: #336699; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
-}
-.sbttn {
- BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: tahoma,sans-serif; FONT=
-SIZE: 11px; HEIGHT: 19px; TEXT-DECORATION: none
-}
-.pbttn {
- BACKGROUND: #EEEEEE; BORDER-BOTTOM: 1px solid #95989E; BORDER-LEFT: 1px=
solid #C9CDD4; BORDER-RIGHT: 1px solid #95989E; BORDER-TOP: 1px solid #C=
9CDD4; COLOR: #000000; CURSOR: hand; FONT-FAMILY: tahoma, sans-serif; FON=
T-SIZE: 11px; HEIGHT: 19px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; PADDIN=
G-TOP: 2px; TEXT-DECORATION: none
-}
-.pbttn2 {
- BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: tahoma,sans-serif; FONT=
-SIZE: 11px; HEIGHT: 19px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING=
-TOP: 0px; TEXT-DECORATION: none
-}
-
-.pbttn3 {
- BACKGROUND: #EEEEEE; BORDER-BOTTOM: #104a7b 0px solid; BORDER-LEFT: #af=
c4d5 0px solid; BORDER-RIGHT: #104a7b 0px solid; BORDER-TOP: #afc4d5 0px =
solid; COLOR: #000000; CURSOR: hand; FONT-FAMILY: tahoma,sans-serif; FONT=
-SIZE: 11px; HEIGHT: 19px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING=
-TOP: 0px; TEXT-DECORATION: none
-}
-
-
-.obttn {
- BACKGROUND: #d6e7ef; COLOR: #777777; FONT-FAMILY: tahoma,sans-serif; FO=
NT-SIZE: 11px; PADDING-BOTTOM: 1px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px=
; PADDING-TOP: 1px; TEXT-DECORATION: none; VERTICAL-ALIGN: middle
-}
-.ns4obttn {
- BACKGROUND: #d6e7ef; COLOR: #8ca5b5; FONT-FAMILY: tahoma,sans-serif; FO=
NT-SIZE: 12px; TEXT-DECORATION: none
-}
-.ns4sbttn {
- BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 12px; H=
EIGHT: 19px; TEXT-DECORATION: none
-}
-.dividerstable TD {
- BORDER-BOTTOM: #93bee2 1px solid; width: 100%
-}
-.dividerstablevert TD {
- BORDER-RIGHT: #93bee2 1px solid; height: 100%
-}
-.dividersverthoriz TD {
- BORDER-BOTTOM: #93bee2 1px solid; BORDER-RIGHT: #93bee2 1px solid; BORD=
ER-TOP: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid
-}
-.tableborders TD {
- BORDER-TOP: #93bee2 1px solid; BORDER-LEFT: #93bee2 1px solid; BACKGROU=
ND: #FFFFFF
-}
-.transactionDark {
- BORDER-BOTTOM: #336699 1px solid; BORDER-LEFT: #336699 1px solid; BORDE=
R-RIGHT: #336699 1px solid; BORDER-TOP: #336699 1px solid
-}
-.transactionLight {
- BORDER-BOTTOM: #336699 1px solid; BORDER-LEFT: #336699 1px solid; BORDE=
R-RIGHT: #336699 1px solid; BORDER-TOP: #336699 1px solid
-}
-.msglistcntrl TD {
- BORDER-BOTTOM: medium none
-}
-A.tab {
- COLOR: #ffffff; FONT-FAMILY: Tahoma, san-serif; FONT-SIZE: 11px; TEXT-D=
ECORATION: none
-}
-FONT.tab {
- COLOR: #f4d500; FONT-FAMILY: Tahoma, san-serif; FONT-SIZE: 11px
-}
-.tagline {
- COLOR: #ffffff; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px; FONT-W=
EIGHT: bold; TEXT-DECORATION: none
-}
-.PPModuleTtlTxt {
- COLOR: #104a7b; FONT-FAMILY: Tahoma, sans-serif
-}
-.PPDesTxt {
- FONT-FAMILY: Tahoma, san-serif
-}
-.PPModuleBrd {
- BACKGROUND-COLOR: #dbeaf5
-}
-.PPModuleTtlTbl {
- BACKGROUND-COLOR: #dbeaf5
-}
-.PPDynamicTbl {
- BACKGROUND-COLOR: #ffffff
-}
-.PPRSbmtBtn {
- BACKGROUND: #dbeaf5; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #af=
c4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px =
solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: Tahoma, san-serif; FONT=
-SIZE: 13px; FONT-WEIGHT: normal; TEXT-DECORATION: none
-}
-mytd { background-image: url(/img/logo_campa%96as.gif)
-}
-.celbackglogo { background-image: url(/img/logo_tareas.gif); background=
-repeat: no-repeat; height: 47px; width: 160px
-}
-.dropdown { BACKGROUND-COLOR: #C9CDD4; COLOR: #2D324A; FONT-FAMILY: taho=
ma, san-serif; FONT-SIZE: 11px=20
-}
-.titulo { COLOR: #104a7b; FONT-FAMILY: tahoma,san-serif; FONT-SIZE: 13px=
; FONT-WEIGHT: bold=20
-}
-.btnbordebajo { BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 3px solid; B=
ORDER-LEFT: #104a7b 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TO=
P: #afc4d5 1px solid; COLOR: #006699; CURSOR: hand; FONT-FAMILY: tahoma, =
sans-serif; FONT-SIZE: 10px; TEXT-DECORATION: none ; font-weight: bold
-}
-.celbackgrtoptable { background-image: url(/img/backgrd_line.gif); back=
ground-repeat: repeat-x; height: 46px; width: 100%
-}
-.celbgrdrighttop { background-image: url(/img/end_table.gif); height: 4=
7px; width: 10px; margin-right: 10px; background-repeat: no-repeat; backg=
round-position: right top
-}
-.celbgrdundertabs { background-image: url(/img/backgrd_under_tabs.gif);=
background-repeat: repeat-x; height: 21px; width: 100%; BORDER-RIGHT: #0=
00000 1px solid
-}
-.celbgrdlefttop { background-image: url(/img/end_left2.gif); background=
-repeat: no-repeat; width: 20px; height: 22px; background-position: left =
top
-}
-.tabletopbar { width: 98%
-}
-.conttabletopleft { background-image: url(/img/backgrd_left2.gif); back=
ground-repeat: no-repeat; height: 10px; width: 10px
-}
-.conttabletopcenter { background-image: url(/img/backgrd_top2.gif); bac=
kground-repeat: repeat-x; height: 10px
-}
-.conttabletopright { background-image: url(/img/backgrd_right2.gif); wi=
dth: 16px
-}
-.conttablecenter {
- background-color: #EEEEEE;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
- padding-top: 1px;
- padding-right: 1px;
- padding-bottom: 0px;
- padding-left: 1px;
- text-align: center;
- border-top-style: solid;
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-color: #333333;
- border-right-color: #333333;
- border-bottom-color: #333333;
- border-left-color: #333333;
-}
-
-
-.conttablecenter2 {
- background-color: #EEEEEE;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- margin-left: 0px;
- padding-top: 1px;
- padding-right: 1px;
- padding-bottom: 0px;
- padding-left: 1px;
- text-align: center;
- border-top-style: solid;
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-color: #CCCCCC;
- border-right-color: #CCCCCC;
- border-bottom-color: #CCCCCC;
- border-left-color: #CCCCCC;
-}
-.tablesborder { background-color: ffffff; BORDER-RIGHT: #8FBAE4 1px sol=
id; BORDER-BOTTOM: #8FBAE4 1px solid
-; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-lef=
t: 0px}
-.tablelists { background-color: ffffff; BORDER-LEFT: #8FBAE4 1px solid=
; BORDER-TOP: #8FBAE4 1px solid
-}
-.celtituloslists { background-color: #C9CDD4; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weigh=
t: bold; text-align: center}
-
-.celcontlists {
- /*background-color: #ffffff;*/
- padding-top: 3px;
- padding-right: 3px;
- padding-bottom: 3px;
- padding-left: 3px;
- text-indent: 3px;
- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 1px;
- border-left-width: 0px;
- border-top-style: solid;
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-top-color: #FFFFFF;
- border-right-color: black;
- border-bottom-color: #C9CDD4;
- border-left-color: black;
-}
-
-.divideroscuro { background-color: #3399CC; border-style: solid; border-=
top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border=
-left-width: 0px; clip: rect( )}
-.bottableleft {=20
- background-image: url(../img/backgrd_left3.gif); background-repeat: no-=
repeat; height: 10px; width: 50px; border-color: black black #000000; bor=
der-style: solid; border-top-width: 0px; border-right-width: 0px; border-=
bottom-width: 1px; border-left-width: 0px}
-.bottablecenter=20
-{=20
- background-image: url(/img/backgrd_bottom.gif); background-repeat: repe=
at-x; height: 22px; border-color: black black #000000; border-style: soli=
d; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1=
px; border-left-width: 0px}
-.bottableright=20
- { background-image: url(/img/backgrd_right3.gif); width: 50px; border-c=
olor: black black #000000; border-style: solid; border-top-width: 0px; bo=
rder-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
-.celtituloslistsvert { background-color: #C9CDD4; height: 20px; padding-=
top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; fon=
t-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-we=
ight: bold; text-align: right}
-.celbackgrtoptableblue1 { background-image: url(/img/blue1_backgrd_line.=
gif); background-repeat: repeat-x; height: 46px; width: 100% }
-.celbgrdrighttopblue1 { background-image: url(/img/blue1_end_table.gif);=
height: 47px; width: 10px; margin-right: 10px; background-repeat: no-rep=
eat; background-position: right top }
-.celbgrdlefttopblue1 { background-image: url(/imgs/blue1_end_left2.gif);=
background-repeat: no-repeat; width: 20px; height: 22px; background-posi=
tion: left top }
-.celbgrdundertabsblue1 { background-image: url(/img/blue1_backgrd_un_tab=
s.gif); background-repeat: repeat-x; height: 21px; width: 100%; BORDER-RI=
GHT: #000000 1px solid ; vertical-align: middle}
-.bottableleftblue1 { background-image: url(/img/blue1_backgrd_left3.gif)=
; background-repeat: no-repeat; height: 10px; width: 116px; border-color:=
black black #000000; border-style: solid; border-top-width: 0px; border-=
right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
-.bottablecenterblue1 { background-image: url(/img/blue1_backgrd_bottom.g=
if); background-repeat: repeat-x; height: 10px; border-color: black black=
#000000; border-style: solid; border-top-width: 0px; border-right-width:=
0px; border-bottom-width: 1px; border-left-width: 0px }
-.bottablerightblue1 { background-image: url(/img/blue1_backgrd_right3.gi=
f); width: 101px; border-color: black black #000000; border-style: solid;=
border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px=
; border-left-width: 0px }
-.contcel2columns { width: 80%}
-.blue0divider { background-image: url(/img/divider_blue0.gif); backgrou=
nd-repeat: no-repeat; width: 100%; clip: rect( )}
-.celtituloshome { font-family: Arial, Helvetica, sans-serif; font-size:=
15px; font-weight: bold; vertical-align: top; padding-left: 5px; text-al=
ign: left}
-.conttablecenteritems { background-color: #FFFFFF; text-align: center }
-.roundbluetable { background-color: #8fbae4}
-.celcont { background-color: #FFFFFF; padding-top: 3px; padding-right: =
3px; padding-bottom: 3px; padding-left: 3px}
-.asteriscorojo { font-family: Verdana, Arial, Helvetica, sans-serif; fo=
nt-size: 10px; font-weight: bold; color: #FF0000}
-.listas { list-style-image: url(/img/blue_bullet.gif); margin-right: 4p=
x; margin-left: 4px; padding-right: 4px; padding-left: 4px; clip: rect(=
); list-style-type: circle; background-position: center}
-.fecha { padding-right: 10px; font-size: 9px; font-weight: bold; color:=
#FFFFFF}
-.counters { font-weight: bold}
-.helproundbluetable { background-color: #C7DFF5}
-.conttablespaces { text-align: left; padding-top: 4px; padding-right: 4p=
x; padding-bottom: 4px; padding-left: 4px}
-.conttablespacesblue { text-align: left; padding-top: 4px; padding-right=
: 4px; padding-bottom: 4px; padding-left: 4px ; background-color: #C7DFF5=
}
-.checkbtncolor { background-color: #8FBAE4}
-.arrowpages { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; m=
argin-left: 0px; clip: rect( ); background-position: center; vertical-=
align: middle}
-.linksovergreen { font-family: tahoma, sans-serif; font-size: 11px; fon=
t-weight: bold; color: #66FF00; text-decoration: none; margin-right: 10px=
; margin-left: 10px; margin-top: 10px; margin-bottom: 10px}
-.linksovergreenoff { font-family: tahoma, sans-serif; font-size: 10px; f=
ont-weight: bold; color: #66CC66; text-decoration: none; margin-right: 40=
px; margin-left: 40px ; margin-top: 10px; margin-bottom: 10px}
-.celtitulosasoccont { font-family: Arial, Helvetica, sans-serif; font-si=
ze: 15px; font-weight: bold; vertical-align: middle; padding-left: 5px ; =
background-color: #8FBAE4}
-.celtitulosasoccont { background-color: #8FBAE4; height: 20px; padding-t=
op: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font=
-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold=
; text-align: left}
-.celtituloslists2 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weigh=
t: bold; text-align: left }
-.celtituloslists3 { background-color: #5A9ACF; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: bold; text-align=
: left }
-.celtituloslists4 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: bold; text-align=
: left }
-.celtituloslists5 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: bold; text-align=
: left ; border-style: none; border-top-width: 0px; border-right-width: 0=
px; border-bottom-width: 0px; border-left-width: 0px}
-.dividersmall4 { background-image: url(/img/backgrd_divider_email.gif); =
background-repeat: repeat-x; background-position: left center ; backgroun=
d-color: #C7DFF5; width: 100%}
-.linksoverblue5 { font-family: tahoma, sans-serif; font-size: 11px; font=
-weight: bold; color: #0000FF; text-decoration: underline; margin-right: =
3px; margin-left: 3px; margin-top: 0px; margin-bottom: 0px ; padding-righ=
t: 3px; padding-left: 3px}
-.linksoverblue6 { font-family: tahoma, sans-serif; font-size: 11px; font=
-weight: bold; color: #003366; text-decoration: none; margin-right: 3px; =
margin-left: 3px; margin-top: 0px; margin-bottom: 0px ; padding-right: 3p=
x; padding-left: 3px }
-.dividersmall3 { padding-top: 2px; padding-bottom: 2px; background-image=
: url(/img/divider_blue4.gif); background-repeat: no-repeat; background-p=
osition: center center}
-.email_logo { background-image: url(/img/logo_email2.gif); background-r=
epeat: no-repeat; height: 68px; width: 163px; padding-top: 50px; padding-=
left: 7px; font-family: tahoma, sans-serif; font-size: 11px; font-weight:=
bold; color: #003300}
-.email_tab_on_backgrd { background-image: url(../img/tab_on_backgrd_ema=
il.gif); background-repeat: repeat-x; padding-top: 20px; font-family: tah=
oma, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; padd=
ing-left: 5px}
-.email_tab_off_backgrd { background-image: url(/img/tab_off_backgrd_emai=
l.gif); background-repeat: repeat-x ; font-family: tahoma, sans-serif; fo=
nt-size: 11px; font-weight: bold; color: #FFFFFF; padding-top: 20px; padd=
ing-left: 3px; white-space: nowrap; background-position: center}
-.email_endtable { background-image: url(/img/tabs_tableend_email.gif); =
background-repeat: no-repeat; height: 68px; width: 18px}
-.dividersmall4 { background-image: url(/img/backgrd_divider_email.gif); =
background-repeat: repeat-x; background-position: left center ; backgroun=
d-color: #C7DFF5; width: 100%}
-.linksovergreen1 { font-family: tahoma, sans-serif; font-size: 11px; fon=
t-weight: bold; color: #FFFFFF; text-decoration: none; margin-right: 3px;=
margin-left: 3px; margin-top: 0px; margin-bottom: 0px }
-.conttablecenter_email { background-color: #E4EFFA; border-color: black =
#000000; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-l=
eft: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; pad=
ding-left: 0px; text-align: center ; border-style: solid; border-top-widt=
h: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-wi=
dth: 1px}
-.celtituloslistsalignmiddle { background-color: #8FBAE4; height: 20px; p=
adding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5=
px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; =
font-weight: bold; text-align: center}
-.conttablecenter_attachment { border-left:1px solid #000000; border-righ=
t:1px solid #000000; border-top:0px solid black; border-bottom:0px solid =
black; margin:0px 0px; padding:20px 20px 20px 110px; background-color: #E=
4EFFA; text-align: left; background-image: url(/img/backgrd_attachment.gi=
f); background-repeat: no-repeat; vertical-align: top ; border-style: non=
e; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0=
px; border-left-width: 0px}
-.celtituloslists6 { background-color: #C7DFF5; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 7px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 12px; font-weight: bold; text-align=
: left ; border-style: none; border-top-width: 0px; border-right-width: 0=
px; border-bottom-width: 0px; border-left-width: 0px ; color: #FFFFFF}
-.celcontlists2 { background-color: #ffffff; padding-top: 3px; padding-ri=
ght: 3px; padding-bottom: 3px; padding-left: 3px; border-color: #FFFFFF b=
lack #92ABC4; text-indent: 3px; border-style: none; border-top-width: 0px=
; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0=
px}
-.topleft_greenbar { background-image: url(/img/topleft_generico_verde.g=
if); background-repeat: no-repeat; width: 10px}
-.top_right_generico_verde { background-image: url(/img/topright_generico=
_verde.gif); background-repeat: no-repeat; height: 30px; width: 14px; bac=
kground-position: right top }
-.bottomleft_generico_verde { background-image: url(/img/bottomleft_gene=
rico_verde.gif); background-repeat: no-repeat; background-position: left =
bottom; height: 16px; width: 16px; border-color: #000000 black black; bor=
der-style: solid; border-top-width: 1px; border-right-width: 0px; border-=
bottom-width: 0px; border-left-width: 0px}
-.bottomright_generico_verdeCopy { background-image: url(/img/bottomright=
_generico_verde.gif); background-repeat: no-repeat; background-position: =
right bottom; height: 16px; width: 16px ; border-color: #000000 black bla=
ck; border-style: solid; border-top-width: 1px; border-right-width: 0px; =
border-bottom-width: 0px; border-left-width: 0px}
-.bottomcenter_generico_verde { background-image: url(/img/bottomcenter_g=
enerico_verde.gif); background-repeat: repeat-x; background-position: rig=
ht bottom; border-color: #000000 black black; border-style: solid; border=
-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; borde=
r-left-width: 0px; padding-top: 3px; padding-bottom: 3px; text-align: cen=
ter; vertical-align: middle}
-.titulos_secciones { font-family: Arial, Helvetica, sans-serif; font-si=
ze: 19px; font-weight: bold; text-align: left; vertical-align: middle}
-.celtituloslists7 { background-color: #FFFFFF; height: 20px; padding-top=
: 5px; padding-right: 5px; padding-bottom: 7px; padding-left: 5px; font-f=
amily: tahoma, sans-serif; font-size: 11px; font-weight: normal; text-ali=
gn: left ; border-style: none; border-top-width: 0px; border-right-width:=
0px; border-bottom-width: 0px; border-left-width: 0px ; color: #000000}
-.dividersmall { padding-top: 3px; padding-bottom: 3px; background-image:=
url(/img/divider_blue0.gif); background-repeat: no-repeat; background-po=
sition: left center }
-.tab_on_backgrd_azul { background-image: url(/img/tab_on_backgrd_azul.gi=
f); background-repeat: repeat-x; padding-top: 20px; font-family: tahoma, =
sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; padding-l=
eft: 5px }
-.tab_endtable_azul { background-image: url(/img/tabs_tableend_azul.gif);=
background-repeat: no-repeat; height: 68px; width: 14px; background-posi=
tion: right top }
-.tab_off_backgrd_azul { background-image: url(/img/tab_off_backgrd_azul.=
gif); background-repeat: repeat-x ; font-family: tahoma, sans-serif; font=
-size: 11px; font-weight: bold; color: #FFFFFF; padding-top: 20px; paddin=
g-left: 3px; white-space: nowrap}
-.celtitulosasoccont2 { font-family: Arial, Helvetica, sans-serif; font-s=
ize: 15px; font-weight: bold; vertical-align: middle; padding-left: 5px ;=
background-color: #8FBAE4; background-color: #8FBAE4; height: 20px; padd=
ing-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;=
font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:=
bold; text-align: right}
-.celtituloslistsalignright { background-color: #8FBAE4; height: 20px; pa=
dding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5p=
x; font-family: tahoma, sans-serif; font-size: 11px; font-weight: bold; t=
ext-align: right}
-.celtitulosasoccont3 { font-family: Arial, Helvetica, sans-serif; font-s=
ize: 15px; font-weight: bold; vertical-align: middle; padding-left: 5px ;=
background-color: #8FBAE4; background-color: #8FBAE4; height: 20px; padd=
ing-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;=
font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:=
bold; text-align: left ; background-position: left top; background-image=
: url(/img/backgrd_titulos_secciones.jpg); background-repeat: repeat-y}
-
-.pbttn2 {
- background-color:#FFFFFF;
- color:#000000; ; font-family: tahoma, sans-serif; font-size: 11px;
- border: 1px solid #FFFFFF;
- clip: rect( ); z-index: 0
-}
Modified: humano2/trunk/web/builder/site/xsl/createreport.xsl
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/xsl/createreport.xsl 2005-06-09 21:16:=
26 UTC (rev 1275)
+++ humano2/trunk/web/builder/site/xsl/createreport.xsl 2005-06-09 22:50:=
37 UTC (rev 1276)
@@ -23,8 +23,8 @@
<!-- Load this script before the next one -->
<script language=3D"Javascript" src=3D"js/formreport.js" typ=
e=3D"text/javascript"></script>=20
<script language=3D"Javascript" src=3D"js/createreport.js" t=
ype=3D"text/javascript"></script>=20
- <link href=3D"css/general_styles_verde.css" rel=3D"styleshee=
t" type=3D"text/css"></link>
- <link href=3D"css/createreport.css" rel=3D"stylesheet" type=3D=
"text/css"></link>
+ <link href=3D"css/createinterface.css" rel=3D"stylesheet" ty=
pe=3D"text/css"></link>
+ =20
=09
<!-- Here we create an array and use it as parameter for For=
m class constructor -->
<script language=3D"Javascript">
Modified: humano2/trunk/web/builder/site/xsl/createrule.xsl
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/xsl/createrule.xsl 2005-06-09 21:16:26=
UTC (rev 1275)
+++ humano2/trunk/web/builder/site/xsl/createrule.xsl 2005-06-09 22:50:37=
UTC (rev 1276)
@@ -1,4 +1,5 @@
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
+<!-- $Id$ -->
<xsl:stylesheet version=3D"1.0" xmlns:xsl=3D"http://www.w3.org/1999/XSL/=
Transform">
<xsl:output method=3D"html" />
<xsl:template match=3D"/">
@@ -7,7 +8,7 @@
<META http-equiv=3D"Content-Type" content=3D"text/html"/>
<title>Nueva Regla</title>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-=
8"/>
- <link href=3D"styles/css/general_styles_verde.css" rel=3D"stylesheet" =
type=3D"text/css"/>
+ <link href=3D"styles/css/createinterface.css" rel=3D"stylesheet" type=3D=
"text/css"/>
</head>
=20
=20
@@ -220,50 +221,7 @@
=20
]]>
</script>
- =09
-<style type=3D"text/css">=20
=20
-.s { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000=
; font-size:10pt}
-
-DIV.lev1divider {
- MARGIN: 10px 0px 5px; BACKGROUND-COLOR: #417096
-}
-TD.lev2divider {
- PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP=
: 10px
-}
-TD.lev1head {
- PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 90=
%; PADDING-BOTTOM: 0px; COLOR: #417096; PADDING-TOP: 0px; FONT-FAMILY: ar=
ial
-}
-TD.lev1choices {
- PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 70%; PADDING-BOTTOM: =
0px; COLOR: #444444; PADDING-TOP: 0px; FONT-FAMILY: verdana
-}
-TD.lev1 {
- BACKGROUND-COLOR: #c6c6c6
-}
-TD.lev2 {
- PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px
-}
-TABLE.lev0 {
-=09
-}
-TD.lev0 {
-=09
-}
-TD.vtypeSect {
- PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 80=
%; PADDING-BOTTOM: 15px; COLOR: #333333; PADDING-TOP: 15px; FONT-FAMILY: =
arial
-}
-TD.smallBlue {
- FONT-WEIGHT: bold; FONT-SIZE: 70%; COLOR: #417096; FONT-FAMILY: verdana
-}
-TD.largeBlue {
- FONT-WEIGHT: bold; FONT-SIZE: 90%; COLOR: #417096; FONT-FAMILY: arial
-}
-TD.butbar {
- PADDING-RIGHT: 5px; PADDING-LEFT: 15px; PADDING-BOTTOM: 5px; PADDING-TO=
P: 5px
-} =09
-
-</style>
-
<body bgcolor=3D"#FFFFFF" text=3D"#000000" leftmargin=3D"20" topmargin=3D=
"10" onload=3D"valoresIni()">
<form name=3D"formulario" id=3D"formulario" action=3D"createInstanceRule=
.aspx" method=3D"post">
<INPUT type=3D"hidden" name=3D"accion" value=3D"1"/>
Property changes on: humano2/trunk/web/builder/site/xsl/createrule.xsl
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: humano2/trunk/web/builder/site/xsl/createview.xsl
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/xsl/createview.xsl 2005-06-09 21:16:26=
UTC (rev 1275)
+++ humano2/trunk/web/builder/site/xsl/createview.xsl 2005-06-09 22:50:37=
UTC (rev 1276)
@@ -1,8 +1,9 @@
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
+<!-- $Id$ -->
<xsl:stylesheet version=3D"1.0" xmlns:xsl=3D"http://www.w3.org/1999/XSL/=
Transform">
<xsl:output method=3D"html" />
<xsl:template match=3D"/">
-<html>
+ <html>
<head>
<title>View Edit</title>
<script language=3D"javascript">
@@ -22,7 +23,7 @@
<script language=3D"Javascript" src=3D"js/formview.js" type=3D"t=
ext/javascript"></script>=20
=20
</head>
- <link href=3D"css/general_styles_verde.css" rel=3D"stylesheet" type=3D=
"text/css"/>
+ <link href=3D"css/createinterface.css" rel=3D"stylesheet" type=3D"tex=
t/css"/>
<!-- Here we create an array and use it as parameter for For=
m class constructor -->
<script language=3D"Javascript">
=20
@@ -188,49 +189,8 @@
</xsl:for-each>
}
</script>
-<style type=3D"text/css">=20
=20
-.s { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000=
; font-size:10pt}
-
-DIV.lev1divider {
- MARGIN: 10px 0px 5px; BACKGROUND-COLOR: #417096
-}
-TD.lev2divider {
- PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP=
: 10px
-}
-TD.lev1head {
- PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 90=
%; PADDING-BOTTOM: 0px; COLOR: #417096; PADDING-TOP: 0px; FONT-FAMILY: ar=
ial
-}
-TD.lev1choices {
- PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 70%; PADDING-BOTTOM: =
0px; COLOR: #444444; PADDING-TOP: 0px; FONT-FAMILY: verdana
-}
-TD.lev1 {
- BACKGROUND-COLOR: #c6c6c6
-}
-TD.lev2 {
- PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px
-}
-TABLE.lev0 {
-=09
-}
-TD.lev0 {
-=09
-}
-TD.vtypeSect {
- PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bo...
[truncated message content] |
|
From: <sv...@de...> - 2005-06-09 21:16:23
|
Author: pcamacho
Date: 2005-06-09 17:16:26 -0400 (Thu, 09 Jun 2005)
New Revision: 1275
Modified:
humano2/trunk/web/builder/site/js/formreport.js
humano2/trunk/web/builder/site/xsl/createreport.xsl
Log:
CHANGE: disabling of having condition in report because of bug #123.
Modified: humano2/trunk/web/builder/site/js/formreport.js
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/js/formreport.js 2005-06-09 20:10:43 U=
TC (rev 1274)
+++ humano2/trunk/web/builder/site/js/formreport.js 2005-06-09 21:16:26 U=
TC (rev 1275)
@@ -8,7 +8,7 @@
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version. =20
//
-//
+// $Id$
*/
=20
//////////////////////////////////////////////ReportParams Class ///////=
////////////////////////////////////////////////
@@ -133,7 +133,8 @@
var persoColumnsStr =3D persoColumns.ReturnValues();
//alert("persoColumnsStr: " + persoColumnsStr);
=20
- var havingsStr =3D havings.ReturnValues();
+ //var havingsStr =3D havings.ReturnValues(); Commented due to bug#12=
3
+ var havingsStr =3D "";
=20
//Update the submit all TD
var divSubmitAll =3D GetNodeByTagNameAndAttName("div","SubmitAll")[0=
];
Property changes on: humano2/trunk/web/builder/site/js/formreport.js
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: humano2/trunk/web/builder/site/xsl/createreport.xsl
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/builder/site/xsl/createreport.xsl 2005-06-09 20:10:=
43 UTC (rev 1274)
+++ humano2/trunk/web/builder/site/xsl/createreport.xsl 2005-06-09 21:16:=
26 UTC (rev 1275)
@@ -1,8 +1,9 @@
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
+<!-- $Id$ -->
<xsl:stylesheet version=3D"1.0" xmlns:xsl=3D"http://www.w3.org/1999/XSL/=
Transform">
<xsl:output method=3D"html" />
<xsl:template match=3D"/">
-<html>
+ <html>
<head>
<title>Report Edit</title>
<script language=3D"javascript">
@@ -148,6 +149,8 @@
</xsl:if>
=20
//Having
+ //Disabled as there's still a problem in viewtools. See =
bug #123
+ /*
var selectIdAttArrayHaving =3D new Array();
var selectOpArrayHaving =3D new Array();
var selectFuncArrayHaving =3D new Array();
@@ -179,7 +182,7 @@
}
var InputLineHavings =3D new InputLine(InputLinePara=
msHavings);
</xsl:if>
- =20
+ */
</script>
</head>
<body>
@@ -308,8 +311,8 @@
<!--######################### END: Perso=
Columns ################################## -->
=20
<!--######################### Havings ##=
########################################## -->
- <!-- Commented for now due to a problem =
in showview see bug # -->
- =20
+ <!-- Commented for now due to a problem =
in showview see bug #123 -->
+ <!--
<tr>
<td colspan=3D"2">
<table width=3D"100%" border=3D"=
0" cellSpacing=3D"0" cellPadding=3D"0">
@@ -343,7 +346,7 @@
</script>
</td>
</tr>
- =20
+ -->
<!--######################### END: Havin=
gs ####################################### -->
=20
<!-- ######################## Group colu=
mns ############################## -->
@@ -489,7 +492,8 @@
=
expandFormSort,
=
expandFormFilter,
=
expandFormPersoColumns,
- =
expandFormHavings);=20
+ =
null);
+ =
//expandFormHavings); Commented due to bug #123 (replaced temporarly by =
null)
</xsl:attribute>
</input>
</div>
Property changes on: humano2/trunk/web/builder/site/xsl/createreport.xsl
___________________________________________________________________
Name: svn:keywords
+ Id
|