]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBoxDescriptor.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBoxDescriptor.cxx
index ab6b1225ef40f6faa650d64637724d115d1468e0..18dfcd181546f43e8ca8e4f4a3279ede30f958ae 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBoxDescriptor.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:05 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2009/12/08 14:10:36 $
+  Version:   $Revision: 1.22 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -415,7 +415,8 @@ namespace bbtk
       
       std::string descr(in->second->GetDescription());
       //Utilities::html_format(descr);
-      
+
+/*EED 10/11/2009
       std::string out = 
        "<TR><TD style='vertical-align: top;' bgcolor=\"" + col
        +"\"><B><PRE> "+name+" </PRE></B></TD>"
@@ -423,7 +424,16 @@ namespace bbtk
        +"\"><I><PRE> "+type+" </PRE></I></TD>"
        + "<TD style='vertical-align: top;' bgcolor=\""+col
        +"\">"+descr+"</TD></TR>\n";
-      
+*/      
+
+      std::string out = 
+       "<TR><TD style='vertical-align: top;' bgcolor=\"" + col
+       +"\"><B><PRE> "+name+" </PRE></B></TD>"
+       + "<TD style='vertical-align: top;' bgcolor=\""+col
+       +"\"><I><PRE> "+descr+" </PRE></I></TD>"
+       + "<TD style='vertical-align: top;' bgcolor=\""+col
+       +"\">"+type+"</TD></TR>\n";
+
       if (iotype==0) user_defined.push_back(out);
       else if (iotype==1) ubb_defined.push_back(out);
       else if (iotype==2) wxbb_defined.push_back(out);
@@ -481,6 +491,7 @@ namespace bbtk
        std::string descr(o->second->GetDescription());
        //Utilities::html_format(descr);
        
+/*EED 10/11/2009
        std::string out = 
          "<TR><TD style='vertical-align: top;' bgcolor=\"" + col
          +"\"><B><PRE> "+name+" </PRE></B></TD>"
@@ -488,7 +499,15 @@ namespace bbtk
          +"\"><I><PRE> "+type+" </PRE></I></TD>"
          + "<TD style='vertical-align: top;' bgcolor=\""+col
          +"\">"+descr+"</TD></TR>\n";
-       
+*/
+       std::string out = 
+         "<TR><TD style='vertical-align: top;' bgcolor=\"" + col
+         +"\"><B><PRE> "+name+" </PRE></B></TD>"
+         + "<TD style='vertical-align: top;' bgcolor=\""+col
+         +"\"><I><PRE> "+descr+" </PRE></I></TD>"
+         + "<TD style='vertical-align: top;' bgcolor=\""+col
+         +"\">"+type+"</TD></TR>\n";
+
        if (iotype==0) user_defined.push_back(out);
        else if (iotype==1) ubb_defined.push_back(out);
        else if (iotype==2) wxbb_defined.push_back(out);