No changes between revisions
/Websvn/include/config.inc
70,9 → 70,9
//
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)');
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)', 'group');
 
$config->addRepository('MLAB', 'file:///home/MLAB');
 
$config->addRepository('TEST1', 'file:///home/MLAB');
$config->addRepository('TEST2', 'file:///home/MLAB');
//
// Remote repositories (without and with optional group):
//
85,7 → 85,6
//
// $config->parentPath('Path/to/parent (e.g. c:\\svn)');
 
//$config->parentPath('/home/');
// }}}
 
// {{{ LOOK AND FEEL ---
92,7 → 91,7
//
// Uncomment ONLY the template file that you want.
 
$config->setTemplatePath("$locwebsvnreal/templates/Standard/");
// $config->setTemplatePath("$locwebsvnreal/templates/Standard/");
// $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/");
// $config->setTemplatePath("$locwebsvnreal/templates/Zinn/");
 
100,6 → 99,9
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group.
 
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB");
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "TEST1");
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "TEST2");
 
// The index page containing the projects may either be displayed as a flat view (the default),
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view.
148,25 → 150,26
 
// Uncomment the default language. If you want English then don't do anything here.
//
// include('languages/german.inc');
// include('languages/french.inc');
// include('languages/spanish.inc');
// include('languages/portuguese.inc');
// include('languages/swedish.inc');
// include('languages/slovenian.inc');
// include('languages/dutch.inc');
// include('languages/danish.inc');
// include('languages/finnish.inc');
// include('languages/turkish.inc');
// include('languages/norwegian.inc');
// include('languages/polish.inc');
// include('languages/japanese.inc');
// include('languages/korean.inc');
// include('languages/tchinese.inc');
// include('languages/schinese.inc');
 
include 'languages/czech.inc';
// include 'languages/catalan.inc';
// include 'languages/danish.inc';
// include 'languages/dutch.inc';
// include 'languages/finnish.inc';
// include 'languages/french.inc';
// include 'languages/german.inc';
// include 'languages/japanese.inc';
// include 'languages/korean.inc';
// include 'languages/norwegian.inc';
// include 'languages/polish.inc';
// include 'languages/portuguese.inc';
// include 'languages/russian.inc';
// include 'languages/japanese.inc';
include 'languages/czech.inc';
// include 'languages/schinese.inc';
// include 'languages/slovenian.inc';
// include 'languages/spanish.inc';
// include 'languages/swedish.inc';
// include 'languages/tchinese.inc';
// include 'languages/turkish.inc';
 
// }}}
 
/Websvn/include/configclass.inc
424,6 → 424,10
return $config->getContentEncoding();
}
// }}}
 
// {{{ Authentication
function useAuthenticationFile($file)
{
if (is_readable($file))
/Websvn/include/svnlook.inc
316,6 → 316,7
$parts = explode('/', $uri);
for ($i = 0; $i < count($parts); $i++)
{
if ( function_exists("mb_detect_encoding") && function_exists("mb_convert_encoding"))
{
$parts[$i] = mb_convert_encoding($parts[$i], "UTF-8", mb_detect_encoding($parts[$i]));
/Websvn/languages/czech.inc
1,4 → 1,4
<?php
<?php
 
// WebSVN - Subversion repository viewing via the web using PHP
// Copyright (C) 2004 Tim Armes
24,29 → 24,30
// Czech language strings
 
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
$lang["LANGUAGENAME"] = "Czech";
$lang["LANGUAGENAME"] = "Česky";
$lang["LANG"] = "CS";
 
$lang["LOG"] = "Log";
$lang["DIFF"] = "Diff";
 
$lang["NOREP"] = "Není určen žádný rapositář";
$lang["NOREP"] = "Není určen žádný repozitář";
$lang["NOPATH"] = "Cesta nebyla nalezena";
$lang["NOACCESS"] = "Nemáte dostatečná přístupová práva";
$lang["NOACCESS"] = "Nemáte dostatečná přístupová práva pro čtení adresáře";
$lang["RESTRICTED"] = "Omezený přístup";
$lang["SUPPLYREP"] = "Nastavte prosím cestu k repositáři v include/config.inc použitím \$config->parentPath nebo \$config->addRepository<p>Podívejte se do instalační příručky pro přesnější informace";
$lang["SUPPLYREP"] = "Nastavte prosím cestu k repozitáři v include/config.inc pomocí \$config->parentPath nebo \$config->addRepository<p>Podívejte se do insatlační příručky pro podrobnější informace";
 
$lang["DIFFREVS"] = "Rozdíly mezi revizemi";
$lang["AND"] = "a";
$lang["REV"] = "Rev";
$lang["REV"] = "Revevize";
$lang["LINE"] = "Line";
$lang["SHOWENTIREFILE"] = "Zobraz celý soubor";
$lang["SHOWCOMPACT"] = "Zobraz pouze rozdílné části";
 
$lang["DIFFPREV"] = "Porovnej s Předchozí";
$lang["DIFFPREV"] = "Porovnej s předchozí";
$lang["BLAME"] = "Blame";
 
$lang["REVINFO"] = "Revizní Informace";
$lang["GOYOUNGEST"] = "Jdi na současnou verzi";
$lang["REVINFO"] = "Informace o revizi";
$lang["GOYOUNGEST"] = "Přejdi na současnou revizi";
$lang["LASTMOD"] = "Poslední změna";
$lang["LOGMSG"] = "Záznam";
$lang["CHANGES"] = "Změny";
55,40 → 56,40
$lang["NEWFILES"] = "Nové soubory";
$lang["CHANGEDFILES"] = "Změněné soubory";
$lang["DELETEDFILES"] = "Smazané soubory";
$lang["VIEWLOG"] = "Ukaž&nbsp;Log";
$lang["PATH"] = "Složka";
$lang["AUTHOR"] = "Author";
$lang["VIEWLOG"] = "Ukaž";
$lang["PATH"] = "Cesta";
$lang["AUTHOR"] = "Autor";
$lang["AGE"] = "Stáří";
$lang["LOG"] = "Log";
$lang["CURDIR"] = "Aktuální složka";
$lang["LOG"] = "Záznam";
$lang["CURDIR"] = "Aktuální adresář";
$lang["TARBALL"] = "Tarball";
 
$lang["PREV"] = "Předchozí";
$lang["NEXT"] = "Další";
$lang["NEXT"] = "Následující";
$lang["SHOWALL"] = "Ukaž všechny";
 
$lang["BADCMD"] = "Nepodařilo se spustit tento příkaz";
$lang["UNKNOWNREVISION"] = "Revize nebyla nalezena";
 
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
$lang["PROJECTS"] = "Subversion&nbsp;Repositáře";
$lang["SERVER"] = "Subversion&nbsp;Server";
$lang["POWERED"] = "Poháněno <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
$lang["PROJECTS"] = "Subversion&nbsp;Repozitáře";
$lang["SERVER"] = "Subversion&nbsp;Servery";
 
$lang["FILTER"] = "Nastavení Filtrování";
$lang["STARTLOG"] = "From rev";
$lang["ENDLOG"] = "To rev";
$lang["MAXLOG"] = "Max revs";
$lang["FILTER"] = "Nastavení filtrování";
$lang["STARTLOG"] = "Od revize";
$lang["ENDLOG"] = "Do revize";
$lang["MAXLOG"] = "Max revizí";
$lang["SEARCHLOG"] = "Hledat";
$lang["CLEARLOG"] = "Zruš aktuální filtr";
$lang["MORERESULTS"] = "Najdi další shodné...";
$lang["NORESULTS"] = "Nejsou tu žádné záznamy odpovídající vašim požadavkům...";
$lang["NOMORERESULTS"] = "Nejsou žádné další záznamy k zobrazení";
$lang["MORERESULTS"] = "Najdi další...";
$lang["NORESULTS"] = "Nejsou tu žádné zázanmy odpovídající vašim požadavkům";
$lang["NOMORERESULTS"] = "Nejsou tu žádné další záznamy odpovídající vašim požadavkům";
 
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
$lang["FILESMODIFIED"] = "Soubor(y) Změněn(y)";
$lang["RSSFEED"] = "RSS feed";
$lang["FILESMODIFIED"] = "soubor(y) změněn(y)";
$lang["RSSFEED"] = "RSS";
 
$lang["LINENO"] = "Řádka č.";
$lang["LINENO"] = "Číslo řádky";
$lang["BLAMEFOR"] = "Blame information for rev";
 
$lang["DAYLETTER"] = "d";
102,12 → 103,12
$lang["COMPAREPATHS"] = "Porovnej cesty";
$lang["COMPAREREVS"] = "Porovnej revize";
$lang["PROPCHANGES"] = "Změněné vlastnosti :";
$lang["CONVFROM"] = "Toto porovnání ukazuje změny potřebné pro převedení cest";
$lang["CONVFROM"] = "Toto porovnání ukazuje změny pro převedení";
$lang["TO"] = "na";
$lang["REVCOMP"] = "Reverzní Porovnání";
$lang["REVCOMP"] = "Reverzní porovnání";
$lang["COMPPATH"] = "Porovnej cestu:";
$lang["WITHPATH"] = "S umístěním:";
$lang["FILEDELETED"] = "Soubor Smazán";
$lang["FILEDELETED"] = "Soubor smazán";
$lang["FILEADDED"] = "Nový soubor";
 
// The following are defined by some languages to stop unwanted line splitting
/Websvn/languages/english.inc
25,6 → 25,7
 
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
$lang["LANGUAGENAME"] = "English";
$lang["LANG"] = "EN";
 
$lang["LOG"] = "Log";
$lang["DIFF"] = "Diff";
/Websvn/listing.php
51,6 → 51,7
$pfile = substr($file, 1);
else
$pfile = $file;
//$pfile = rawurldecode($pfile);
 
if ($returnjoin)
return $ppath.$pfile;
/Websvn/templates/BlueGrey/blame.tmpl
1,5 → 1,10
<div align="right">[websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</div>
<h2>[websvn:repname]</h2>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="left"><h1>[websvn:repname]</h1></td>
<td align="right"><b>[lang:PROJECTS]:</b> [websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</td>
</tr>
</table>
 
[websvn:curdirlinks] - <h2> [lang:BLAMEFOR] [websvn:rev]</h2>
<p>
 
/Websvn/templates/BlueGrey/compare.tmpl
1,6 → 1,10
<div align="right">[websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</div>
<h2>[websvn:repname]</h2>
<p>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="left"><h1>[websvn:repname]</h1></td>
<td align="right"><b>[lang:PROJECTS]:</b> [websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</td>
</tr>
</table>
 
[websvn-test:noaccess]
[lang:NOACCESS]
[websvn-else]
58,5 → 62,4
[websvn-endlisting]
</table>
[websvn-endtest]
 
[websvn-endtest]
/Websvn/templates/BlueGrey/diff.tmpl
5,8 → 5,12
No Previous Revision
[websvn-else]
<div align="right">[websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</div>
<h2>[websvn:repname]</h2>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="left"><h1>[websvn:repname]</h1></td>
<td align="right"><b>[lang:PROJECTS]:</b> [websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</td>
</tr>
</table>
[websvn:curdirlinks] - [lang:DIFFREVS] <b>[websvn:rev2]</b> [lang:AND] <b>[websvn:rev1]</b>
<p>
/Websvn/templates/BlueGrey/directory.tmpl
1,14 → 1,17
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="left"><h1>[websvn:repname]</h1></td>
<td align="right"><b>[lang:PROJECTS]:</b> [websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</td>
</tr>
</table>
 
<div align="right">[websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</div>
<h1>[websvn:repname]</h1>
 
[websvn-test:noaccess]
[lang:NOACCESS]
[websvn-else]
<table border=0 cellpadding=2 cellspacing=0>
<table cellpadding="2px" cellspacing="0px" class="outline">
<tr><th colspan=2 class="HdrClmnEnd">[lang:REVINFO]</th></tr>
<tr><td class="CatClmn0" valign="top">[lang:CURDIR]:</td><td class="row0">[websvn:path]</td></tr>
<tr><td class="CatClmn1">[lang:REV]:</td><td class="row1">[websvn:rev]
<tr><td class="CatClmn1" valign="top">[lang:CURDIR]:</td><td class="row1">[websvn:path]</td></tr>
<tr><td class="CatClmn0">[lang:REV] &amp; [lang:AUTHOR]:</td><td class="row0">[lang:REV] [websvn:rev] - [websvn:author]
[websvn-test:goyoungestlink]
- [websvn:goyoungestlink]
[websvn-endtest]
15,7 → 18,6
</td></tr>
[websvn-test:restricted]
[websvn-else]
<tr><td class="CatClmn0" valign="top">[lang:AUTHOR]:</td><td class="row0">[websvn:author]</td></tr>
<tr><td class="CatClmn1" valign="top">[lang:LASTMOD]:</td><td class="row1">[lang:REV] [websvn:lastchangedrev] - [websvn:date]</td></tr>
<tr><td class="CatClmn0" valign="top">[lang:LOGMSG]:</td><td class="row0">[websvn:log]</td></tr>
[websvn-test:hidechanges]
54,16 → 56,21
[websvn-defineicons]
dir=<img align="middle" valign="center" src="[websvn:locwebsvnhttp]/templates/BlueGrey/folder.png" alt="[FOLDER]">
diropen=<img align="middle" valign="center" src="[websvn:locwebsvnhttp]/templates/BlueGrey/folder-open.png" alt="[OPEN-FOLDER]">
diropen=<img align="middle" valign="center" src="[websvn:locwebsvnhttp]/templates/BlueGrey/folder.png" alt="[OPEN-FOLDER]">
*=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/file.png" alt="[FILE]">
.c=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/filec.png" alt="[C-FILE]">
.cpp=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/filecpp.png" alt="[CPP-FILE]">
.h=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/fileh.png" alt="[H-FILE]">
.html=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/filehtml.png" alt="[HTML-FILE]">
.java=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/filejava.png" alt="[JAVA-FILE]">
.m=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/filem.png" alt="[M-FILE]">
.py=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/filepy.png" alt="[PY-FILE]">
.s=<img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/files.png" alt="[S-FILE]">
i-node=<img align="middle" border="0" width="24" height="26" src="[websvn:locwebsvnhttp]/templates/BlueGrey/i-node.png" alt="[NODE]">
t-node=<img align="middle" border="0" width="24" height="26" src="[websvn:locwebsvnhttp]/templates/BlueGrey/t-node.png" alt="[NODE]">
l-node=<img align="middle" border="0" width="24" height="26" src="[websvn:locwebsvnhttp]/templates/BlueGrey/l-node.png" alt="[NODE]">
e-node=<img align="middle" border="0" width="24" height="26" src="[websvn:locwebsvnhttp]/templates/BlueGrey/e-node.png" alt="[NODE]">
i-node=<img align="middle" border="0" width="24" height="22" src="[websvn:locwebsvnhttp]/templates/BlueGrey/i-node.png" alt="[NODE]">
t-node=<img align="middle" border="0" width="24" height="22" src="[websvn:locwebsvnhttp]/templates/BlueGrey/t-node.png" alt="[NODE]">
l-node=<img align="middle" border="0" width="24" height="22" src="[websvn:locwebsvnhttp]/templates/BlueGrey/l-node.png" alt="[NODE]">
e-node=<img align="middle" border="0" width="24" height="22" src="[websvn:locwebsvnhttp]/templates/BlueGrey/e-node.png" alt="[NODE]">
[websvn-enddefineicons]
<p><hr>
79,7 → 86,7
[websvn-endtest]
<p>
[websvn:compare_form]
<table cellpadding="0px" cellspacing="0px" width="100%">
<table cellpadding="2px" cellspacing="0px" width="100%" class="outline">
<tr>
<th class="HdrClmn" width="100%"><b>[lang:PATH]</b></th>
[websvn-test:allowdownload]
86,7 → 93,7
[websvn-test:curdirrsslink]
<th class="HdrClmn"><b>[lang:NOBR][lang:LOG][lang:ENDNOBR]</b></th>
<th class="HdrClmn"><b>[lang:TARBALL]</b></th>
<th class="HdrClmnEnd"><b>[lang:RSSFEED]</b></th>
<th class="HdrClmnEnd"><b>RSS</b></th>
[websvn-else]
<th class="HdrClmn"><b>[lang:NOBR][lang:LOG][lang:ENDNOBR]</b></th>
<th class="HdrClmnEnd"><b>[lang:TARBALL]</b></th>
94,7 → 101,7
[websvn-else]
[websvn-test:curdirrsslink]
<th class="HdrClmn"><b>[lang:LOG]</b></th>
<th class="HdrClmnEnd"><b>[lang:RSSFEED]</b></th>
<th class="HdrClmnEnd"><b>RSS</b></th>
[websvn-else]
<th class="HdrClmnEnd"><b>[lang:NOBR][lang:LOG][lang:ENDNOBR]</b></th>
[websvn-endtest]
/Websvn/templates/BlueGrey/e-node.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Websvn/templates/BlueGrey/file.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Websvn/templates/BlueGrey/file.tmpl
1,7 → 1,10
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="left"><h1>[websvn:repname]</h1></td>
<td align="right"><b>[lang:PROJECTS]:</b> [websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</td>
</tr>
</table>
 
<div align="right">[websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</div>
<h2>[websvn:repname]</h2>
 
[websvn-test:noaccess]
[lang:NOACCESS]
[websvn-else]
9,12 → 12,8
[websvn-test:goyoungestlink]
[websvn:goyoungestlink]<p>
[websvn-endtest]
<p>
[websvn:prevdifflink] - [websvn:blamelink]
<p>
<hr>
<table width="100%" border=0><tr><td class="row0">
<p>[websvn:prevdifflink] - [websvn:blamelink]</p>
<hr />
[websvn-getlisting]
</td></tr></table>
<hr>
<hr />
[websvn-endtest]
/Websvn/templates/BlueGrey/filec.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Websvn/templates/BlueGrey/fileh.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Websvn/templates/BlueGrey/folder.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Websvn/templates/BlueGrey/header.tmpl
66,9 → 66,8
<table width="100%" border="0">
<tr>
<td width="33%">&nbsp;</td>
<td width="33%" align="center"><a href="http://subversion.tigris.org/"><img style="border: 0; width: 468px; height: 64px" src="[websvn:locwebsvnhttp]/templates/BlueGrey/subversion.png" alt="Subversion" /></a></td>
<td width="33%" align="center"><a href="http://subversion.tigris.org/"><img style="border: 0; width: 468px; height: 64px;" src="[websvn:locwebsvnhttp]/templates/BlueGrey/subversion.png" alt="Subversion" /></a></td>
<td width="33%"><div style="float: right">[websvn:lang_form][websvn:lang_select][websvn:lang_submit][websvn:lang_endform]</div></td>
</tr>
</table>
<hr>
<hr />
/Websvn/templates/BlueGrey/i-node.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Websvn/templates/BlueGrey/index.tmpl
1,15 → 1,16
<p>
[websvn-test:flatview]
<table align="center" border=0 cellspacing=0 cellpadding=0 width="50%">
<tr><th align="left" colspan=2 class="HdrClmnEnd">[lang:PROJECTS]</th></tr>
<table align="center" cellspacing="0" cellpadding="0" width="50%">
<tr><th align="center" colspan=2 class="HdrClmnEnd">[lang:PROJECTS]</th></tr>
[websvn-startlisting]
<tr><td class="row[websvn:rowparity]"><img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/repo.png" alt="[FOLDER]"> [websvn:projlink]</td></tr>
<tr><td class="row[websvn:rowparity]"><img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/repo.png" alt="[FOLDER]"> [websvn:projlink]</td>
</tr>
[websvn-endlisting]
</table>
[websvn-else]
<table align="center" border=0 cellspacing=0 cellpadding=0 width="50%">
<table align="center" cellspacing=0 cellpadding=0 width="50%">
<tr><th align="left" colspan=2 class="HdrClmnEnd">[lang:PROJECTS]</th></tr>
<td><td>
<td>
[websvn-startlisting]
[websvn-test:isprojlink]
<div class="row[websvn:rowparity]"><img align="middle" src="[websvn:locwebsvnhttp]/templates/BlueGrey/repo.png" alt="[FOLDER]"> [websvn:listitem]</div>
21,4 → 22,5
</tr>
</table>
[websvn-endtest]
<hr>
<hr />
/Websvn/templates/BlueGrey/l-node.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Websvn/templates/BlueGrey/log.tmpl
1,7 → 1,10
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="left"><h1>[websvn:repname] - [lang:REV] [websvn:rev]</h1></td>
<td align="right"><b>[lang:PROJECTS]:</b> [websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</td>
</tr>
</table>
 
<div align="right">[websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]</div>
<p>
<h2>[websvn:repname] - [lang:REV] [websvn:rev]</h2>
[websvn:curdirlinks]<p>
[websvn-test:goyoungestlink]
[websvn:goyoungestlink]<p>
/Websvn/templates/BlueGrey/styles.css
1,99 → 1,120
BODY
body
{
COLOR: black;
FONT-FAMILY: verdana, sans-serif;
BACKGROUND-COLOR: white
font-family: verdana, sans-serif;
color: black;
background-color: white
}
HR
body *
{
BORDER-RIGHT: 0px;
PADDING-RIGHT: 0px;
BORDER-TOP: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
BORDER-LEFT: 0px;
PADDING-TOP: 0px;
BORDER-BOTTOM: 0px;
HEIGHT: 1px;
BACKGROUND-COLOR: #808080
font-size: 10pt;
}
A
h1
{
TEXT-DECORATION: none
font-size: 150%;
}
A:hover
h2
{
TEXT-DECORATION: underline
font-size: 125%;
}
.HdrClmn
hr
{
BORDER-RIGHT: black 1px solid;
FONT-WEIGHT: bold;
COLOR: white;
BORDER-BOTTOM: black 1px solid;
BACKGROUND-COLOR: #809cc8
border: 0px;
padding: 0px;
height: 1px;
background-color: #808080
}
a:link, a:visited
{
color: #004080;
text-decoration: none;
}
a:hover, a:active
{
text-decoration: underline;
}
.HdrClmn,
.HdrClmnEnd
{
FONT-WEIGHT: bold;
COLOR: white;
BORDER-BOTTOM: black 1px solid;
BACKGROUND-COLOR: #809cc8
border: black 1px solid;
font-weight: bold;
color: white;
background-color: #809cc8
}
 
table
{
border-width:0px;
border-collapse:collapse;
}
.row0,
.row1
{
height:22px;
border-width:0px;
}
.row0 img,
.row1 img {
padding: 0px;
margin: 0px;
vertical-align:middle;
}
.row0
{
background-color: #F0F0F0;
background-color: #f0f0f0;
}
 
.row1
{
background-color: #E0E0E0;
background-color: #e0e0e0;
}
 
.CatClmn0
{
border-right: black 1px solid;
background-color: #e0e0ff
}
 
.CatClmn1
{
BORDER-RIGHT: black 1px solid;
BACKGROUND-COLOR: #d0d0ee
border-right: black 1px solid;
background-color: #d0d0ee
}
 
.CatClmn0
table.outline
{
BORDER-RIGHT: black 1px solid;
BACKGROUND-COLOR: #e0e0ff
border-collapse:collapse;
border: 1px black solid;
}
 
TD.diffdeleted
td.diffdeleted
{
font-size: 11px;
background-color: #ff8888;
}
 
TD.diffchanged
td.diffchanged
{
font-size: 11px;
background-color: #ffff88;
}
 
TD.diffadded
td.diffadded
{
font-size: 11px;
background-color: #88ff88;
}
 
TD.diff
td.diff
{
font-size: 11px;
background-color: #F0F0F0;
}
 
DIV.newpath
div.newpath
{
PADDING: 10px 10px 10px 10px;
BACKGROUND-COLOR: #d0d0ee
padding: 10px;
background-color: #d0d0ee
}
 
DIV.difflines
div.difflines
{
}
 
104,4 → 125,7
.switchcontent { margin: 3px 0 0 20px; }
.project { padding: 2px; }
 
code { white-space: pre-wrap; }
code
{
white-space: pre-wrap;
}
/Websvn/templates/BlueGrey/t-node.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream