Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | moved attribute bgcolor to css |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | wolfgangFormat2CSS_2 |
Files: | files | file ages | folders |
SHA1: | 720fa53d1f2ceeb3f22712529c5d3114 |
User & Date: | wolfgang 2010-10-06 09:54:53 |
Context
2010-10-06
| ||
13:10 | added command line help page to the gui check-in: ffbfb4d5 user: wolfgang tags: wolfgangFormat2CSS_2 | |
09:54 | moved attribute bgcolor to css check-in: 720fa53d user: wolfgang tags: wolfgangFormat2CSS_2 | |
09:54 | merge from trunk check-in: 454658c0 user: wolfgang tags: wolfgangFormat2CSS_2 | |
Changes
Changes to src/report.c.
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
...
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
|
@ <tr><td colspan=%d(pState->nCol)><font size=1> </font></td></tr> } /* Output the data for this entry from the database */ zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; if( zBg==0 ) zBg = "white"; @ <tr bgcolor="%h(zBg)"> zTid = 0; zPage[0] = 0; for(i=0; i<nArg; i++){ char *zData; if( i==pState->iBg ) continue; zData = azArg[i]; if( zData==0 ) zData = ""; ................................................................................ if( pState->iNewRow>=0 && i>=pState->iNewRow ){ if( zTid && g.okWrite ){ @ <td valign="top"><a href="tktedit/%h(zTid)">edit</a></td> zTid = 0; } if( zData[0] ){ Blob content; @ </tr><tr bgcolor="%h(zBg)"><td colspan=%d(pState->nCol)> blob_init(&content, zData, -1); wiki_convert(&content, 0, 0); blob_reset(&content); } }else if( azName[i][0]=='#' ){ zTid = zData; if( g.okHistory ){ |
|
|
|
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
...
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
|
@ <tr><td colspan=%d(pState->nCol)><font size=1> </font></td></tr> } /* Output the data for this entry from the database */ zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; if( zBg==0 ) zBg = "white"; @ <tr style="background-color:%h(zBg)"> zTid = 0; zPage[0] = 0; for(i=0; i<nArg; i++){ char *zData; if( i==pState->iBg ) continue; zData = azArg[i]; if( zData==0 ) zData = ""; ................................................................................ if( pState->iNewRow>=0 && i>=pState->iNewRow ){ if( zTid && g.okWrite ){ @ <td valign="top"><a href="tktedit/%h(zTid)">edit</a></td> zTid = 0; } if( zData[0] ){ Blob content; @ </tr><tr style="background-color:%h(zBg)"><td colspan=%d(pState->nCol)> blob_init(&content, zData, -1); wiki_convert(&content, 0, 0); blob_reset(&content); } }else if( azName[i][0]=='#' ){ zTid = zData; if( g.okHistory ){ |