gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r948 - GNUnet-docs/WWW/test


From: durner
Subject: [GNUnet-SVN] r948 - GNUnet-docs/WWW/test
Date: Wed, 15 Jun 2005 13:06:22 -0700 (PDT)

Author: durner
Date: 2005-06-15 13:06:11 -0700 (Wed, 15 Jun 2005)
New Revision: 948

Modified:
   GNUnet-docs/WWW/test/bittable.inc
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/protocol_cs.php3
   GNUnet-docs/WWW/test/protocol_cs_afs.php3
   GNUnet-docs/WWW/test/protocol_cs_core.php3
   GNUnet-docs/WWW/test/protocol_cs_testbed.php3
   GNUnet-docs/WWW/test/protocol_p2p.php3
   GNUnet-docs/WWW/test/protocol_p2p_afs.php3
   GNUnet-docs/WWW/test/protocol_p2p_core.php3
   GNUnet-docs/WWW/test/protocol_p2p_rpc.php3
   GNUnet-docs/WWW/test/protocol_p2p_tracekit.php3
   GNUnet-docs/WWW/test/protocol_transport_tcp.php3
   GNUnet-docs/WWW/test/protocol_transport_udp.php3
Log:
Reformat bittables

Modified: GNUnet-docs/WWW/test/bittable.inc
===================================================================
--- GNUnet-docs/WWW/test/bittable.inc   2005-06-15 17:40:09 UTC (rev 947)
+++ GNUnet-docs/WWW/test/bittable.inc   2005-06-15 20:06:11 UTC (rev 948)
@@ -1,5 +1,5 @@
 <tr>
-  <td class="tbl">
+  <th class="tbl">
    <table>
     <tr>
      <th>00</th><th>01</th><th>02</th><th>03</th>
@@ -9,7 +9,7 @@
     </tr>
    </table>
   </th>
-  <td class="tbl">
+  <th class="tbl">
    <table>
     <tr>
      <th>16</th><th>17</th><th>18</th><th>19</th>

Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2005-06-15 17:40:09 UTC (rev 947)
+++ GNUnet-docs/WWW/test/gnunet.css     2005-06-15 20:06:11 UTC (rev 948)
@@ -127,6 +127,12 @@
   background-color:#cccccc;
 }
 
+table.border {
+  border-left:1px solid #bbbbbb;
+  border-top:1px solid #bbbbbb;
+  margin-left: 10px;
+}
+
 /*
 table{background-color:#CCCCFF;color:#0F0F0F;}
 table.plain{background-color:#FEFEFE;color:#000000;}

Modified: GNUnet-docs/WWW/test/protocol_cs.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_cs.php3       2005-06-15 17:40:09 UTC (rev 
947)
+++ GNUnet-docs/WWW/test/protocol_cs.php3       2005-06-15 20:06:11 UTC (rev 
948)
@@ -10,7 +10,7 @@
 W("TCP is stream oriented, but GNUnet breaks the stream into records.");
 W("The different messages between GNUnet and the clients all have the 
following basic format:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 row(shortEntry_("size of the record", NBO_()),
     shortEntry_("CS message type", NBO_()));

Modified: GNUnet-docs/WWW/test/protocol_cs_afs.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_cs_afs.php3   2005-06-15 17:40:09 UTC (rev 
947)
+++ GNUnet-docs/WWW/test/protocol_cs_afs.php3   2005-06-15 20:06:11 UTC (rev 
948)
@@ -41,7 +41,7 @@
 W("The format of the CS_QUERY message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("12+n*20", "8");
 rowIntEntryNBO("priority");
@@ -57,7 +57,7 @@
 W("The format of the  message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">";
 include("bittable.inc");
 rowSizeType("1048","9");
 fiveRowIntEntries("proof (double hash)");
@@ -71,7 +71,7 @@
 W("The format of the message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("1028","10");
 rowIntEntry("data (1024 octets)");
@@ -92,7 +92,7 @@
 W("The format of the INSERT_CHK message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("1032","11");
 rowIntEntryNBO("priority");
@@ -111,7 +111,7 @@
 W("The format of the INSERT_3HASH message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("1052","12");
 rowIntEntryNBO("priority");
@@ -131,7 +131,7 @@
 W("The format of the INDEX_BLOCK message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("36", "13");
 
rowIntEntryVerbatim(extlink_("doxygen/html/structContentIndex.html","ContentIndex")
 . W_("(32 octets)"));
@@ -151,7 +151,7 @@
 W("The format of the INDEX_FILE message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("32", "20");
 rowIntEntry("filesize");
@@ -164,7 +164,7 @@
 W("The format of the INDEX_SUPER is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("24", "15");
 fiveRowIntEntries("proof (super hash)");
@@ -227,7 +227,7 @@
 BP();
 W("The format is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("52","21");
 rowIntEntryNBO("priority");
@@ -242,7 +242,7 @@
 W("The format is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("1032","22");
 rowIntEntryNBO("priority");
@@ -269,7 +269,7 @@
 W("The format is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("1028","23");
 rowIntEntry("encrypted data (484 bytes)");
@@ -300,7 +300,7 @@
 W("<tt>gnunetd</tt> signals success or error with a RETURN_VALUE of OK or 
SYSERR.");
 W("The format of the message is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("variable, &gt; 28", "24");
 rowIntEntry("position in the file");
@@ -317,7 +317,7 @@
 W("<tt>gnunetd</tt> signals success or error with a RETURN_VALUE of OK or 
SYSERR.");
 W("The format of the message is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("variable, &gt; 24", "25");
 fiveRowIntEntries("Hash code identifying the file");
@@ -332,7 +332,7 @@
 W("The server responds with a RETURN_VALUE message containing that average 
priority (or SYSERR on error).");
 W("The format of the message is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "26");
 echo "</table>\n";

Modified: GNUnet-docs/WWW/test/protocol_cs_core.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_cs_core.php3  2005-06-15 17:40:09 UTC (rev 
947)
+++ GNUnet-docs/WWW/test/protocol_cs_core.php3  2005-06-15 20:06:11 UTC (rev 
948)
@@ -33,7 +33,7 @@
 W("The format of the RETURN_VALUE message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("8","0");
 rowIntEntryNBO("the return value");
@@ -48,7 +48,7 @@
 W("The format of the GET_STATISTICS message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "1");
 echo "</table>\n";
@@ -61,7 +61,7 @@
   extlink_("doxygen/html/structSTATISTICS__Message.html","format"));
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("variable", "2");
 rowIntEntryNBO("start time (gnuentd start)");
@@ -86,7 +86,7 @@
 W("The format of the TRAFFIC_QUERY message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "2");
 rowIntEntryNBO("time period (in CU)");
@@ -102,7 +102,7 @@
 W("The format of the TRAFFIC_INFO message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "3");
 rowIntEntryNBO("number of traffic counters that follow");
@@ -112,7 +112,7 @@
 W("The traffic counters have the following format:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 row(shortEntry_("flags (see TC_ constants)", NBO_()),
     shortEntry_("number of messages of this type that were processed", 
NBO_()));
@@ -128,7 +128,7 @@
 W("The format of the SHUTDOWN_REQUEST message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "64");
 echo "</table>\n";
@@ -143,7 +143,7 @@
 W("The format of the GET_OPTION_REQUEST message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("4", "65");
 rowIntEntry("32 characters giving the section name, 0-terminated");
@@ -159,7 +159,7 @@
 W("The format of the GET_OPTION_REPLY message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("variable(&gt;4)", "66");
 rowIntEntry("option value (as characters), 0-terminated, size determined");

Modified: GNUnet-docs/WWW/test/protocol_cs_testbed.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_cs_testbed.php3       2005-06-15 17:40:09 UTC 
(rev 947)
+++ GNUnet-docs/WWW/test/protocol_cs_testbed.php3       2005-06-15 20:06:11 UTC 
(rev 948)
@@ -21,7 +21,7 @@
 W("The general format of the CS_TESTBED_REQUEST message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("size","50");
 rowIntEntryNBO("message type");
@@ -72,7 +72,7 @@
 W("The general format of the CS_TESTBED_REPLY message is:");
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("size","51");
 rowIntEntryNBO("message type");

Modified: GNUnet-docs/WWW/test/protocol_p2p.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_p2p.php3      2005-06-15 17:40:09 UTC (rev 
947)
+++ GNUnet-docs/WWW/test/protocol_p2p.php3      2005-06-15 20:06:11 UTC (rev 
948)
@@ -26,7 +26,7 @@
    extlink_("doxygen/html/structMessagePart.html","header"));
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 row(shortEntry_("message size", NBO_()),
     shortEntry_("request type", NBO_()));

Modified: GNUnet-docs/WWW/test/protocol_p2p_afs.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_p2p_afs.php3  2005-06-15 17:40:09 UTC (rev 
947)
+++ GNUnet-docs/WWW/test/protocol_p2p_afs.php3  2005-06-15 20:06:11 UTC (rev 
948)
@@ -73,7 +73,7 @@
   extlink_("download/ecrs.ps","ECRS"));
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("36+20*n","16");
 rowIntEntryNBO("type");
@@ -107,7 +107,7 @@
   ARRAY(extlink_("download/esed.ps","GNUnet encoding paper"),
        extlink_("encoding.php3","encoding page")));
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("28+N","17");
 rowIntEntry("N bytes content");

Modified: GNUnet-docs/WWW/test/protocol_p2p_core.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_p2p_core.php3 2005-06-15 17:40:09 UTC (rev 
947)
+++ GNUnet-docs/WWW/test/protocol_p2p_core.php3 2005-06-15 20:06:11 UTC (rev 
948)
@@ -67,7 +67,7 @@
 W("The GNUnet core adds a checksum, information about bandwidth limitations 
and sequencing information to prevent processing messages twice.");
 W("The encryption, decryption and verification is done by the GNUnet core and 
neither the application nor the transport code need to worry about it.");
 W("The format of the header that is added by the GNUnet core to each message 
is the following:");
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 fiveRowIntEntries("hash of the plaintext (RipeMD160)");
 rowIntEntryNBO("sequence number, 0 for plaintext");
@@ -117,7 +117,7 @@
   EXTLINK_("#SKEY","SKEY"));
 W("Once an encrypted channel was formed, nodes can exchange HELOs via that 
channel.");
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("556 + " . W_("sender address size"),"0");
 rowIntEntryVerbatim(extlink_("doxygen/html/structSignature.html",
@@ -166,7 +166,7 @@
   extlink_("doxygen/html/structSKEY__Message.html","SKEY message"));
 P();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("520+N","1");
 rowIntEntryNBO("creation time (not expiration!)");
@@ -190,7 +190,7 @@
 W("The identity stored in the PING is the identity of the receiver.");
 W("If that identity does not match, the PING must be silently discarded.");
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("28","2");
 fiveRowIntEntries("receiver identity");
@@ -204,7 +204,7 @@
 W("If the node is not aware of a corresponding PING (or if the challenge is 
wrong), the PONG is silently dropped.");
 W("Otherwise the appropriate action corresponding to the PING is triggered.");
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("28","3");
 fiveRowIntEntries("receiver identity");
@@ -217,7 +217,7 @@
 BP();
 W("The format of the HANGUP message is:");
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("24","4");
 fiveRowIntEntries("sender identity");
@@ -238,7 +238,7 @@
 W("The messages constructed from fragments cannot be larger than 64k.");
 W("The format for fragments is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("12 + N","5");
 rowIntEntryNBO("fragment id");
@@ -261,7 +261,7 @@
 W("Noise should only be used in encrypted traffic.");
 W("The format for noise is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("&ge; 4","6");
 rowIntEntry("noise");

Modified: GNUnet-docs/WWW/test/protocol_p2p_rpc.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_p2p_rpc.php3  2005-06-15 17:40:09 UTC (rev 
947)
+++ GNUnet-docs/WWW/test/protocol_p2p_rpc.php3  2005-06-15 20:06:11 UTC (rev 
948)
@@ -52,7 +52,7 @@
 
 W("The format of the REQ message is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class="border" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("size","42");
 rowIntEntryNBO("timestamp (unsigned)");
@@ -82,7 +82,7 @@
 
 W("The format of the RES message is:");
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class="border" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("size","43");
 rowIntEntryNBO("timestamp (unsigned)");
@@ -108,7 +108,7 @@
 W("An %s is purely a notification that a RES was received.",
   extlink_("doxygen/html/structRPC__ACK__Message.html","ACK message"));
 W("The format of an ACK is the following:");
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class="border" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("8","44");
 rowIntEntryNBO("sequence number (unsigned)");

Modified: GNUnet-docs/WWW/test/protocol_p2p_tracekit.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_p2p_tracekit.php3     2005-06-15 17:40:09 UTC 
(rev 947)
+++ GNUnet-docs/WWW/test/protocol_p2p_tracekit.php3     2005-06-15 20:06:11 UTC 
(rev 948)
@@ -27,7 +27,7 @@
 BP();
 W("The format of the %s is:",
   extlink_("doxygen/html/structTRACEKIT__p2p__PROBE.html", "PROBE message"));
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class="border" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("40","36");
 rowIntEntryNBO("timestamp (unsigned)");
@@ -53,7 +53,7 @@
 BP();
 W("The format of the %s is:",
   extlink("doxygen/html/structTRACEKIT__p2p__REPLY.html", "REPLY message"));
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class="border" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowSizeType("size","37");
 fiveRowIntEntries("initiator peer identity");

Modified: GNUnet-docs/WWW/test/protocol_transport_tcp.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_transport_tcp.php3    2005-06-15 17:40:09 UTC 
(rev 947)
+++ GNUnet-docs/WWW/test/protocol_transport_tcp.php3    2005-06-15 20:06:11 UTC 
(rev 948)
@@ -11,7 +11,7 @@
 W("For the TCP transport service, the sender address has this %s:",
   extlink_("doxygen/html/structHostAddress.html","format"));
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowIntEntryNBO("IP");
 row(shortEntry_("sender port",

Modified: GNUnet-docs/WWW/test/protocol_transport_udp.php3
===================================================================
--- GNUnet-docs/WWW/test/protocol_transport_udp.php3    2005-06-15 17:40:09 UTC 
(rev 947)
+++ GNUnet-docs/WWW/test/protocol_transport_udp.php3    2005-06-15 20:06:11 UTC 
(rev 948)
@@ -11,7 +11,7 @@
   extlink_("doxygen/html/structMessagePack.html","format"));
 EP();
 
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 row(shortEntry_("size of the packet",
                NBO_()),
@@ -25,7 +25,7 @@
 W("For the UDP transport service, the sender address has this %s:",
   extlink_("doxygen/html/structHostAddress.html","format"));
 EP();
-echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
+echo "<table class=\"border\" border=\"0\" cellspacing=\"0\" 
cellpadding=\"0\">\n";
 include("bittable.inc");
 rowIntEntryNBO("IP");
 row(shortEntry_("sender port",





reply via email to

[Prev in Thread] Current Thread [Next in Thread]