No changes between revisions
/WebSVN/templates/Elegant/blame.tmpl
0,0 → 1,65
[websvn-test:error]
</div>
[websvn-else]
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links]</h2>
<div id="revjump">[websvn:revision_form][websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div>
<h2 id="revnum"><a href="[websvn:revurl]">[lang:REV] [websvn:rev]</a></h2>
<div class="clearer"></div>
</div>
<ul id="links">
[websvn-test:prevrevurl]
<li class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></li>
[websvn-endtest]
[websvn-test:nextrevurl]
<li class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></li>
[websvn-endtest]
[websvn-test:goyoungestlink]
<li class="youngest">[websvn:goyoungestlink]</li>
[websvn-endtest]
<li class="file">[websvn:filedetaillink]</li>
[websvn-test:difflink]
<li class="diff">[websvn:difflink]</li>
[websvn-endtest]
<li class="rev">[websvn:revlink]</li>
<li class="log">[websvn:loglink]</li>
[websvn-test:clientrooturl]
<li class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></li>
[websvn-endtest]
[websvn-test:rsslink]
<li class="rss">[websvn:rsslink]</li>
[websvn-endtest]
</ul>
[websvn-endtest]
</div>
<div id="content">
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
[websvn-test:warning]
<div class="warning"><span>[websvn:warning]</span></div>
[websvn-else]
<table>
<thead>
<tr>
<th>[lang:REV]</th>
<th>[lang:AUTHOR]</th>
<th>[lang:LINENO]</th>
<th>[lang:LINE]</th>
</tr>
</thead>
<tbody>
[websvn-startlisting]
<tr class="[websvn:row_class]">
<td class="rev">[websvn:revision]</td>
<td class="author">[websvn:author]</td>
<td class="line"><a name="l[websvn:lineno]" href="#l[websvn:lineno]"></a>[websvn:lineno]</td>
<td class="code">[websvn:line]</td>
</tr>
[websvn-endlisting]
</tbody>
</table>
[websvn-endtest]
[websvn-endtest]
[websvn-test:javascript]
[websvn:javascript]
[websvn-endtest]
/WebSVN/templates/Elegant/compare.tmpl
0,0 → 1,68
[websvn-test:error]
</div>
[websvn-else]
<h2><a href="[websvn:rev1url]">[websvn:safepath1] @ [websvn:rev1]</a> &nbsp; &rarr; &nbsp; <a href="[websvn:rev2url]">[websvn:safepath2] @ [websvn:rev2]</a></h2>
<div class="clearer"></div>
</div>
<ul id="links">
<li class="reverse">[websvn:reverselink]</li>
[websvn-test:ignorewhitespacelink]
<li class="ignore">[websvn:ignorewhitespacelink]</li>
[websvn-else]
<li class="regard">[websvn:regardwhitespacelink]</li>
[websvn-endtest]
</ul>
[websvn-endtest]
</div>
<div id="content">
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
<div id="compare_form">
[websvn:compare_form]
<table>
<tr>
<td class="path"><label>[lang:COMPPATH]</label> [websvn:compare_path1input]</td>
<td><label>[lang:REV]</label> [websvn:compare_rev1input]</td>
<td rowspan="2">[websvn:compare_submit]</td>
</tr>
<tr>
<td class="path"><label>[lang:WITHPATH]</label> [websvn:compare_path2input]</td>
<td><label>[lang:REV]</label> [websvn:compare_rev2input]</td>
</tr>
</table>
[websvn:compare_endform]
</div>
[websvn-test:warning]
<div id="warning">[websvn:warning]</div>
[websvn-endtest]
<div id="comparisons">
[websvn-startlisting]
[websvn-test:newpath]
<table class="collapsible">
<thead>
<tr><th><a href="[websvn:fileurl]">[websvn:newpath]</a></th></tr>
</thead>
<tbody>
[websvn-endtest]
[websvn-test:info]
<tr><th class="info">[websvn:info]</th></tr>
[websvn-endtest]
[websvn-test:difflines]
<tr><th>[websvn:rev1line],[websvn:rev1len] &rarr; [websvn:rev2line],[websvn:rev2len]</th></tr>
[websvn-endtest]
[websvn-test:diffclass]
<tr><td class="[websvn:diffclass]">[websvn:line]</td></tr>
[websvn-endtest]
[websvn-test:properties]
<tr><th>[lang:PROPCHANGES]</th></tr>
[websvn-endtest]
[websvn-test:endpath]
</tbody>
</table>
[websvn-endtest]
[websvn-endlisting]
</div>
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/jquery.min.1.9.1.js"></script>
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/collapsible.js"></script>
[websvn-endtest]
/WebSVN/templates/Elegant/diff.tmpl
0,0 → 1,84
[websvn-test:error]
</div>
[websvn-else]
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links]</h2>
<div id="revjump">[websvn:revision_form][websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div>
[websvn-test:noprev]
<h2 id="revnum"><a href="[websvn:revurl]">[lang:REV] [websvn:rev1]</a></h2>
[websvn-else]
<h2 id="revnum"><a href="[websvn:revurl]">[lang:REV] [websvn:rev2] &rarr; [lang:REV] [websvn:rev1]</a></h2>
[websvn-endtest]
<div class="clearer"></div>
</div>
<ul id="links">
[websvn-test:prevrevurl]
<li class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></li>
[websvn-endtest]
[websvn-test:nextrevurl]
<li class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></li>
[websvn-endtest]
[websvn-test:goyoungestlink]
<li class="youngest">[websvn:goyoungestlink]</li>
[websvn-endtest]
[websvn-test:showalllink]
<li class="entire">[websvn:showalllink]</li>
[websvn-endtest]
[websvn-test:showcompactlink]
<li class="compact">[websvn:showcompactlink]</li>
[websvn-endtest]
[websvn-test:ignorewhitespacelink]
<li class="ignore">[websvn:ignorewhitespacelink]</li>
[websvn-endtest]
[websvn-test:regardwhitespacelink]
<li class="regard">[websvn:regardwhitespacelink]</li>
[websvn-endtest]
<li class="file">[websvn:filedetaillink]</li>
<li class="blame">[websvn:blamelink]</li>
<li class="rev">[websvn:revlink]</li>
<li class="log">[websvn:loglink]</li>
[websvn-test:clientrooturl]
<li class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></li>
[websvn-endtest]
[websvn-test:rsslink]
<li class="rss">[websvn:rsslink]</li>
[websvn-endtest]
</ul>
[websvn-endtest]
</div>
<div id="content">
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
[websvn-test:warning]
<div class="warning"><span>[websvn:warning]</span></div>
[websvn-else]
[websvn-test:noprev]
<div class="warning"><span>[lang:NOPREVREV]</span></div>
[websvn-else]
<table>
<thead>
<tr>
<th colspan="2">[lang:REV] [websvn:rev2]</th>
<th colspan="2">[lang:REV] [websvn:rev1]</th>
</tr>
</thead>
<tbody>
[websvn-startlisting]
[websvn-test:startblock]
<tr>
<th colspan="2">[lang:LINE] [websvn:rev1lineno]...</th>
<th colspan="2">[lang:LINE] [websvn:rev2lineno]...</th>
</tr>
[websvn-endtest]
<tr>
<td class="line">[websvn:rev1lineno]</td>
<td class="[websvn:rev1diffclass]">[websvn:rev1line]</td>
<td class="line">[websvn:rev2lineno]</td>
<td class="[websvn:rev2diffclass]">[websvn:rev2line]</td>
</tr>
[websvn-endlisting]
</tbody>
</table>
[websvn-endtest] <!-- noprev -->
[websvn-endtest] <!-- warning -->
[websvn-endtest] <!-- noaccess -->
/WebSVN/templates/Elegant/directory.tmpl
0,0 → 1,150
[websvn-test:error]
</div>
[websvn-else]
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links]</h2>
<div id="revjump">[websvn:revision_form][websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div>
[websvn-test:search]
<div id="searchcss">[websvn:search_form]<div>[lang:SEARCH] [websvn:search_input]<span class="submit">[websvn:search_submit]</span></div>[websvn:search_endform]</div>
[websvn-endtest]
<h2 id="revnum"><a href="[websvn:revurl]">[lang:REV] [websvn:rev]</a></h2>
<div class="clearer"></div>
</div>
<ul id="links">
[websvn-test:prevrevurl]
<li class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></li>
[websvn-endtest]
[websvn-test:nextrevurl]
<li class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></li>
[websvn-endtest]
[websvn-test:goyoungestlink]
<li class="youngest">[websvn:goyoungestlink]</li>
[websvn-endtest]
[websvn-test:comparelink]
<li class="diff">[websvn:comparelink]</li>
[websvn-endtest]
<li class="rev">[websvn:revlink]</li>
<li class="log">[websvn:loglink]</li>
[websvn-test:downloadurl]
<li class="download"><a href="[websvn:downloadurl]" rel="nofollow">[lang:DOWNLOAD]</a></li>
[websvn-endtest]
[websvn-test:clientrooturl]
<li class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></li>
[websvn-endtest]
[websvn-test:rsslink]
<li class="rss">[websvn:rsslink]</li>
[websvn-endtest]
</ul>
[websvn-endtest]
</div>
<div id="content">
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
[websvn-test:warning]
<div class="warning"><span>[websvn:warning]</span></div>
[websvn-else]
[websvn-defineicons]
*=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file.png" alt="file" />
.c=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-c.png" alt=".c file" />
.cpp=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-cpp.png" alt=".cpp FILE" />
.h=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-h.png" alt=".h file" />
.m=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-m.png" alt=".m file" />
.java=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-java.png" alt=".java file" />
.py=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-py.png" alt=".py file" />
 
.png=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-image.png" alt="PNG image" />
.gif=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-image.png" alt="GIF image" />
.bmp=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-image.png" alt="BMP image" />
.jpg=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-image.png" alt="JPG image" />
.jpeg=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-image.png" alt="JPG image" />
 
.html=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-html.png" alt="HTML file" />
.htm=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-html.png" alt="HTML file" />
.xml=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-xml.png" alt="XML file" />
.php=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-php.png" alt="PHP file" />
.css=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/file-css.png" alt="CSS file" />
 
dir=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/directory.png" alt="[DIRECTORY]" />
diropen=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/directory.png" alt="[DIRECTORY]" />
i-node=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/blank.png" alt="node" />
t-node=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/blank.png" alt="node" />
l-node=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/blank.png" alt="node" />
e-node=<img src="[websvn:locwebsvnhttp]/templates/Elegant/images/blank.png" alt="node" />
[websvn-enddefineicons]
[websvn:compare_form]
<table id="listing">
<thead>
<tr>
<th>[lang:PATH]</th>
[websvn-test:showlastmod]
<th colspan="3">[lang:LASTMOD]</th>
[websvn-endtest]
<th>[lang:LOG]</th>
[websvn-test:allowdownload]
<th>[lang:DOWNLOAD]</th>
[websvn-endtest]
[websvn-test:clientrooturl]
<th>SVN</th>
[websvn-endtest]
[websvn-test:rssurl]
<th>[lang:RSSFEED]</th>
[websvn-endtest]
</tr>
</thead>
<tbody>
[websvn-startlisting]
[websvn-test:rowparity]
<tr class="shaded"
[websvn-test:loadalldir]
title="[websvn:classname]"
[websvn-endtest]
>
[websvn-else]
<tr [websvn-test:loadalldir]customaction="closed" title="[websvn:classname]"[websvn-endtest]>
[websvn-endtest]
<td class="path" valign="middle">
[websvn:compare_box]
[websvn-treenode]
<a href="[websvn:fileurl]">
[websvn-icon]
[websvn:filename]
</a>
</td>
[websvn-test:showlastmod]
<td class="rev"><a href="[websvn:revurl]" title="[lang:REV] [websvn:revision]">[websvn:revision]</a>&nbsp;</td>
[websvn-test:showageinsteadofdate]
<td class="date" title="[websvn:date]">[websvn:age]</td>
[websvn-else]
<td class="date" title="[websvn:age]">[websvn:date]</td>
[websvn-endtest]
<td class="author">[websvn:author]</td>
[websvn-endtest]
<td class="log"><a href="[websvn:logurl]" title="[lang:LOG]">[lang:LOG]</a></td>
[websvn-test:allowdownload]
<td class="download">
[websvn-test:downloadurl]
<a href="[websvn:downloadurl]" rel="nofollow" title="[lang:DOWNLOAD]">[lang:DOWNLOAD]</a>
[websvn-endtest]
[websvn-test:downloadplainurl]
<a href="[websvn:downloadplainurl]" rel="nofollow" title="[lang:DOWNLOAD]">[lang:DOWNLOAD]</a>
[websvn-endtest]
</td>
[websvn-endtest]
[websvn-test:clientrooturl]
<td class="svn"><a href="[websvn:clientrooturl][websvn:path]" title="SVN">SVN</a></td>
[websvn-endtest]
[websvn-test:rssurl]
<td class="rss"><a href="[websvn:rssurl]" title="[lang:RSSFEED]">[lang:RSSFEED]</a></td>
[websvn-endtest]
</tr>
[websvn-endlisting]
</tbody>
</table>
<div id="compare-submit">[websvn:compare_submit]</div>
[websvn:compare_endform]
[websvn-endtest]
[websvn-test:loadalldir]
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/jquery.min.1.9.1.js"></script>
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/collapsible.js"></script>
[websvn-endtest]
[websvn-endtest]
/WebSVN/templates/Elegant/file.tmpl
0,0 → 1,55
[websvn-test:error]
</div>
[websvn-else]
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links]</h2>
<div id="revjump">[websvn:revision_form][websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div>
<h2 id="revnum"><a href="[websvn:revurl]">[lang:REV] [websvn:rev]</a></h2>
<div class="clearer"></div>
</div>
<ul id="links">
[websvn-test:prevrevurl]
<li class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></li>
[websvn-endtest]
[websvn-test:nextrevurl]
<li class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></li>
[websvn-endtest]
[websvn-test:goyoungestlink]
<li class="youngest">[websvn:goyoungestlink]</li>
[websvn-endtest]
[websvn-test:mimelink]
<li class="mime">[websvn:mimelink]</li>
[websvn-endtest]
<li class="blame">[websvn:blamelink]</li>
[websvn-test:difflink]
<li class="diff">[websvn:difflink]</li>
[websvn-endtest]
<li class="rev">[websvn:revlink]</li>
<li class="log">[websvn:loglink]</li>
[websvn-test:downloadlink]
<li class="download">[websvn:downloadlink]</li>
[websvn-endtest]
[websvn-test:clientrooturl]
<li class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></li>
[websvn-endtest]
[websvn-test:rsslink]
<li class="rss">[websvn:rsslink]</li>
[websvn-endtest]
</ul>
[websvn-endtest]
</div>
<div id="content">
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
[websvn-test:warning]
<div class="warning"><span>[websvn:warning]</span></div>
[websvn-else]
<div id="listing">
[websvn-getlisting]
</div>
[websvn-test:warning]
<!-- check for warnings generated by getlisting -->
<div class="warning"><span>[websvn:warning]</span></div>
[websvn-endtest]
[websvn-endtest]
[websvn-endtest]
/WebSVN/templates/Elegant/footer.tmpl
0,0 → 1,17
</div> <!-- content -->
</div> <!-- wrapper -->
<div id="footer">
<div id="valid">
<a href="http://validator.w3.org/check?uri=[websvn:validationurl]">XHTML</a> |
<a href="http://jigsaw.w3.org/css-validator/validator?uri=[websvn:validationurl]">CSS</a>
[websvn-test:rssurl]
| <a href="http://feedvalidator.org/check.cgi?url=[websvn:validationurl]">RSS</a>
[websvn-endtest]
</div>
<div id="poweredby">[lang:POWERED] [websvn:version] [lang:AND] <a href="http://subversion.apache.org">Apache Subversion</a> [websvn:svnversion]</div>
</div>
[websvn-test:repname]
<script type="text/javascript" src="[websvn:locwebsvnhttp]/templates/Elegant/revision-popup.js"></script>
[websvn-endtest]
</body>
</html>
/WebSVN/templates/Elegant/header.tmpl
0,0 → 1,77
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="[websvn:language_code]" lang="[websvn:language_code]">
<head>
<title>
WebSVN
[websvn-test:repname]
&ndash; [websvn:repname]
[websvn-endtest]
[websvn-test:error]
&ndash; ERROR
[websvn-else]
[websvn-test:rev2]
[websvn-test:safepath2]
&ndash; [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2]
[websvn-else]
&ndash; [lang:REV] [websvn:rev1] [lang:AND] [websvn:rev2]
[websvn-endtest]
[websvn-else]
[websvn-test:rev]
&ndash; [lang:REV] [websvn:rev]
[websvn-endtest]
[websvn-endtest]
[websvn-test:action]
&ndash; [websvn:action]
[websvn-endtest]
[websvn-test:safepath]
&ndash; [websvn:safepath]
[websvn-endtest]
[websvn-endtest]
</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="generator" content="WebSVN [websvn:version]" /> <!-- leave this for stats -->
[websvn-test:blockrobots]
<meta name="robots" content="noindex,nofollow" />
[websvn-endtest]
<link rel="stylesheet" type="text/css" href="[websvn:locwebsvnhttp]/templates/Elegant/styles.css" />
<link rel="shortcut icon" type="image/x-icon" href="[websvn:locwebsvnhttp]/templates/Elegant/images/favicon.ico" />
[websvn-test:rssurl]
<link rel="alternate" type="application/rss+xml" title="WebSVN RSS" href="[websvn:rssurl]" />
[websvn-endtest]
<!--[if lt IE 7]>
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/ie-png-transparency.js"></script>
<![endif]-->
</head>
<body id="[websvn:template]">
<div id="wrapper">
[websvn-test:repname]
<div id="rev-popup" style="display: none;">
[websvn-test:lastchangedrev]
<div class="info">[lang:REV] [websvn:lastchangedrev]
[websvn-else]
<div class="info">[lang:REV] [websvn:rev]
[websvn-endtest]
&ndash; [websvn:author]
[websvn-test:showageinsteadofdate]
&ndash; [websvn:age] ([websvn:date])
[websvn-else]
&ndash; [websvn:date] ([websvn:age])
[websvn-endtest]
</div>
<div class="msg">[websvn:log]</div>
</div>
[websvn-endtest]
<div id="header">
<div id="info">
<h1><a href="[websvn:indexurl]" title="[lang:PROJECTS]">[lang:PROJECTS]</a>
[websvn-test:repname]
&ndash; <a href="[websvn:repurl]">[websvn:repname]</a>
[websvn-endtest]
</h1>
<div id="menus">
[websvn-test:projects_form]
[websvn:projects_form][websvn:projects_select][websvn:projects_submit][websvn:projects_endform]
[websvn-endtest]
[websvn:template_form][websvn:template_select][websvn:template_submit][websvn:template_endform]
[websvn:language_form][websvn:language_select][websvn:language_submit][websvn:language_endform]
</div>
/WebSVN/templates/Elegant/images/README.txt
0,0 → 1,9
Icons have been selected (and sometimes adapted) from the following icon sets:
 
Fugue - http://www.pinvoke.com
Led - http://led24.de/iconset/
RSS Icons - http://www.icojoy.com/articles/23/
Splashyfish - http://splashyfish.com/icons/
Vaga - http://www.edmerritt.com
 
Some of the icons have been drawn from or influenced by Mac OS X.
/WebSVN/templates/Elegant/images/added.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/arrow-in.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/arrow-out.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/bg-gray-dark.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/bg-gray-light.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/bg-page-header.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/bg-table-divider.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/bg-table-header.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/blame.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/blank.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/cube-blue.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/deleted.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/detail.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/diff.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/directory.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/download.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/eye.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-c.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-cpp.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-css.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-h.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-html.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-image.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-java.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-m.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-php.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-py.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file-xml.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/file.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/home.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/information.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/log.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/modified.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/next.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/parent.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/pilcrow.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/previous.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/remove.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/repository.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/repository24.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/reverse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/revision.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/rss.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/stop.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/subversion-s.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/valid.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/warning.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/images/youngest.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/WebSVN/templates/Elegant/index.tmpl
0,0 → 1,85
</div>
</div>
<!--
NOTE: This template file is not compatible with WebSVN 2.2.x and earlier since
the information passed from index.php uses drastically different organization.
-->
<div id="content">
[websvn-include:user_greeting.tmpl]
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
<table>
[websvn-test:showlastmod]
<thead><tr><th colspan="4">[lang:PROJECTS]</th></tr></thead>
[websvn-else]
<thead><tr><th>[lang:PROJECTS]</th></tr></thead>
[websvn-endtest]
[websvn-test:flatview]
[websvn-startlisting]
[websvn-test:groupid]
[websvn-else]
[websvn-test:rowparity]
<tr class="shaded">
[websvn-else]
<tr>
[websvn-endtest]
<td class="project"><a href="[websvn:projecturl]">[websvn:projectname]</a></td>
[websvn-test:showlastmod]
<td>[lang:REV] [websvn:revision]</td>
[websvn-test:showageinsteadofdate]
<td title="[websvn:date]">[websvn:age]</td>
[websvn-else]
<td title="[websvn:age]">[websvn:date]</td>
[websvn-endtest]
<td>[websvn:author]</td>
[websvn-endtest]
</tr>
[websvn-endtest]
[websvn-endlisting]
[websvn-else]
[websvn-startlisting]
[websvn-test:groupid]
<tr><th onclick="toggleGroup('[websvn:groupname]');"
[websvn-test:showlastmod]
colspan="4"
[websvn-endtest]
>[websvn:groupname]</th></tr>
[websvn-else]
[websvn-test:groupparity]
<tr title="[websvn:groupname]" class="shaded">
[websvn-else]
<tr title="[websvn:groupname]">
[websvn-endtest]
[websvn-test:groupname]
<td class="project group"><a href="[websvn:projecturl]">[websvn:projectname]</a></td>
[websvn-else]
<td class="project"><a href="[websvn:projecturl]">[websvn:projectname]</a></td>
[websvn-endtest]
[websvn-test:showlastmod]
<td>[lang:REV] [websvn:revision]</td>
[websvn-test:showageinsteadofdate]
<td title="[websvn:date]">[websvn:age]</td>
[websvn-else]
<td title="[websvn:age]">[websvn:date]</td>
[websvn-endtest]
<td>[websvn:author]</td>
[websvn-endtest]
</tr>
[websvn-endtest]
[websvn-endlisting]
[websvn-endtest]
</table>
[websvn-test:treeview]
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/jquery.min.1.9.1.js"></script>
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/collapsible.js"></script>
[websvn-test:opentree]
[websvn-else]
<script type="text/javascript">
//<![CDATA[
collapseAllGroups();
//]]>
</script>
[websvn-endtest]
[websvn-endtest]
[websvn-endtest]
/WebSVN/templates/Elegant/log.tmpl
0,0 → 1,125
[websvn-test:error]
</div>
[websvn-else]
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links]</h2>
<div id="revjump">[websvn:revision_form][websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div>
<h2 id="revnum"><a href="[websvn:revurl]">[lang:REV] [websvn:rev]</a></h2>
<div class="clearer"></div>
</div>
<ul id="links">
[websvn-test:goyoungestlink]
<li class="youngest">[websvn:goyoungestlink]</li>
[websvn-endtest]
<li class="rev">[websvn:changeslink]</li>
[websvn-test:filedetaillink]
<li class="file">[websvn:filedetaillink]</li>
<li class="blame">[websvn:blamelink]</li>
<li class="diff">[websvn:difflink]</li>
[websvn-else]
<li class="dir">[websvn:directorylink]</li>
[websvn-endtest]
[websvn-test:clientrooturl]
<li class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></li>
[websvn-endtest]
[websvn-test:rsslink]
<li class="rss">[websvn:rsslink]</li>
[websvn-endtest]
</ul>
[websvn-endtest]
</div>
<div id="content">
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
[websvn-test:warning]
<div class="warning"><span>[websvn:warning]</span></div>
[websvn-else]
<div id="filter">
[websvn:logsearch_form]
[lang:STARTLOG]:[websvn:logsearch_startbox]
[lang:ENDLOG]:[websvn:logsearch_endbox]
[lang:MAXLOG]:[websvn:logsearch_maxbox]
[lang:SEARCHLOG]:[websvn:logsearch_inputbox]
<!-- [lang:SHOWALL]:[websvn:logsearch_showall] -->
[websvn:logsearch_submit]
[websvn:logsearch_endform]
</div>
<div id="filternav">
<span id="pagelinks">[websvn:pagelinks]</span>
[websvn-test:showalllink]
<span id="showall">[websvn:showalllink]</span>
[websvn-endtest]
[websvn-test:logsearch_moreresultslink]
<span id="moreresuls">[websvn:logsearch_moreresultslink]</span>
[websvn-endtest]
[websvn-test:logsearch_clearloglink]
<span id="clearlog">[websvn:logsearch_clearloglink]</span>
[websvn-endtest]
</div>
[websvn-test:logsearch_nomatches]
[lang:NORESULTS]
[websvn-endtest]
[websvn-test:logsearch_nomorematches]
<p>[lang:NOMORERESULTS]</p>
[websvn-endtest]
 
[websvn-test:logsearch_resultsfound]
[websvn:compare_form]
<table id="logs">
<thead>
<tr>
<th>[lang:REV]</th>
[websvn-test:showageinsteadofdate]
<th>[lang:AGE]</th>
[websvn-else]
<th>[lang:AGE]</th>
<!-- <th>[lang:DATE]</th> Note: [lang:DATE] doesn't exist yet... -->
[websvn-endtest]
<th>[lang:AUTHOR]</th>
<th>[lang:PATH]</th>
<th>[lang:LOGMSG]</th>
<th>[lang:DIFF]</th>
[websvn-test:showchanges]
<th>[lang:CHANGES]</th>
[websvn-endtest]
</tr>
</thead>
<tbody>
[websvn-startlisting]
[websvn-test:rowparity]
<tr class="shaded">
[websvn-else]
<tr>
[websvn-endtest]
<td class="rev">[websvn:compare_box][websvn:revlink]</td>
[websvn-test:showageinsteadofdate]
<td class="age" title="[websvn:revdate]">[websvn:revage]</td>
[websvn-else]
<td class="date" title="[websvn:revage]">[websvn:revdate]</td>
[websvn-endtest]
<td class="author">[websvn:revauthor]</td>
<td class="path">[websvn:revpathlink]</td>
<td class="logmsg">[websvn:revlog]</td>
<td class="diff"><a href="[websvn:compareurl]" title="[lang:DIFFPREV]">[lang:DIFF]</a></td>
[websvn-test:showchanges]
<td class="changes"><table>
[websvn-test:revadded]
<tr><td class="add">[websvn:revadded]</td></tr>
[websvn-endtest]
[websvn-test:revdeleted]
<tr><td class="del">[websvn:revdeleted]</td></tr>
[websvn-endtest]
[websvn-test:revmodified]
<tr><td class="mod">[websvn:revmodified]</td></tr>
[websvn-endtest]
</table></td>
[websvn-endtest]
</tr>
[websvn-endlisting]
</tbody>
</table>
<div id="comparesubmit">[websvn:compare_submit]</div>
[websvn:compare_endform]
[websvn-endtest]
[websvn-endtest]
[websvn-endtest]
/WebSVN/templates/Elegant/revision-popup.js
0,0 → 1,20
// This div is generated by header.tmpl; remove it to display only on mouseover
var popup = document.getElementById('rev-popup');
document.getElementById('wrapper').removeChild(popup);
popup.style.display = 'block';
 
// Add event listeners to display/hide the popup when hovering the revnum header
var revnum = document.getElementById('revnum');
addEvent(revnum, 'mouseover', function() {this.parentNode.appendChild(popup)});
addEvent(revnum, 'mouseout', function() {this.parentNode.removeChild(popup)});
 
function addEvent(obj, type, func) {
if (obj.addEventListener) {
obj.addEventListener(type, func, false);
return true;
} else if (obj.attachEvent) {
return obj.attachEvent('on'+type, func);
} else {
return false;
}
}
/WebSVN/templates/Elegant/revision.tmpl
0,0 → 1,102
[websvn-test:error]
</div>
[websvn-else]
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links]</h2>
<div id="revjump">[websvn:revision_form][websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div>
<h2 id="revnum">[lang:REV] [websvn:rev]</h2>
<div class="clearer"></div>
</div>
<ul id="links">
[websvn-test:prevrevurl]
<li class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></li>
[websvn-endtest]
[websvn-test:nextrevurl]
<li class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></li>
[websvn-endtest]
[websvn-test:goyoungestlink]
<li class="youngest">[websvn:goyoungestlink]</li>
[websvn-endtest]
[websvn-test:comparelink]
<li class="diff">[websvn:comparelink]</li>
[websvn-endtest]
<li class="dir">[websvn:directorylink]</li>
[websvn-test:filedetaillink]
<li class="file">[websvn:filedetaillink]</li>
<li class="blame">[websvn:blamelink]</li>
[websvn-endtest]
<li class="log">[websvn:loglink]</li>
[websvn-test:clientrooturl]
<li class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></li>
[websvn-endtest]
[websvn-test:rsslink]
<li class="rss">[websvn:rsslink]</li>
[websvn-endtest]
</ul>
[websvn-endtest]
</div>
<div id="content">
[websvn-test:error]
<div class="error"><span>[websvn:error]</span></div>
[websvn-else]
[websvn-test:warning]
<div class="warning"><span>[websvn:warning]</span></div>
[websvn-else]
<dl>
<dt>[lang:LASTMOD]</dt><dd>[lang:REV] [websvn:rev] &ndash; [websvn:author] &ndash;
[websvn-test:showageinsteadofdate]
<span title="[websvn:date]">[websvn:age]</span></dd>
[websvn-else]
<span title="[websvn:age]">[websvn:date]</span></dd>
[websvn-endtest]
<dt>[lang:LOGMSG]</dt>
<dd>[websvn:log]</dd>
</dl>
<table id="changes">
<thead>
<tr align="left" valign="middle">
<th>[lang:PATH]</th>
<th>[lang:BLAME]</th>
<th>[lang:DIFF]</th>
<th>[lang:LOG]</th>
[websvn-test:clientrooturl]
<th>SVN</th>
[websvn-endtest]
</tr>
</thead>
<tbody>
[websvn-startlisting]
[websvn-test:rowparity]
<tr class="[websvn:action] shaded">
[websvn-else]
<tr class="[websvn:action]">
[websvn-endtest]
<td class="path">
[websvn-test:notinpath]
<a href="[websvn:detailurl]" class="notinpath">[websvn:safepath]</a>
[websvn-else]
<a href="[websvn:detailurl]">[websvn:safepath]</a>
[websvn-endtest]
[websvn-test:oldsafepath]
<br/><del>[websvn:oldsafepath] ([lang:PREV])</del>
[websvn-endtest]
</td>
[websvn-test:blameurl]
<td class="blame"><a href="[websvn:blameurl]" title="[lang:BLAME]">[lang:BLAME]</a></td>
[websvn-else]
<td></td>
[websvn-endtest]
[websvn-test:diffurl]
<td class="diff"><a href="[websvn:diffurl]" title="[lang:DIFFPREV]">[lang:DIFF]</a></td>
[websvn-else]
<td></td>
[websvn-endtest]
<td class="log"><a href="[websvn:logurl]" title="[lang:LOG]">[lang:LOG]</a></td>
[websvn-test:clientrooturl]
<td class="svn"><a href="[websvn:clientrooturl][websvn:path]" title="SVN">SVN</a></td>
[websvn-endtest]
</tr>
[websvn-endlisting]
</tbody>
</table>
[websvn-endtest]
[websvn-endtest]
/WebSVN/templates/Elegant/styles.css
0,0 → 1,1001
/* @group Global Styles */
 
/* @group Common Elements */
 
html, body {
margin: 0;
padding: 0;
height: 100%;
}
 
body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
font-size: 8pt;
background-color: white;
}
 
@media print {
body {
font-size: 7pt;
}
}
 
h1 {
font-size: 2em;
margin-top: 0;
padding-top: 8px;
}
 
h2 {
font-size: 1.5em;
margin: 5px 0;
}
 
dt {
font-weight: bold;
margin-top: 6px;
}
 
a {
color: black;
text-decoration: none;
}
 
a:hover {
text-decoration: underline;
}
 
a img {
border: none;
}
 
form {
margin: 0;
}
 
/* @end */
 
/* @group Header */
 
#header {
margin: 0;
padding: 0;
}
 
#header #info {
font-size: 85%;
margin: 0;
padding: 0 10px;
background: url(images/bg-page-header.png) repeat-x 0 top;
border-bottom: solid 1px #4b4b4b;
}
 
#header #info, #header #info * {
position: relative;
}
 
#header #info, h1, h2 {
font-weight: normal;
}
 
#header #info, #header #info a {
color: white;
}
 
#header #info a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
 
#header h1 {
margin: 0;
padding: 8px 0;
}
 
* html #header h1 {
padding-bottom: 15px;
}
 
#header h1 a {
padding: 0 2px;
}
 
#header #info a:hover, #header #info h2#path_links a:hover {
background-color: rgba(63,63,63,0.35);
}
 
#header h2 {
float: left;
margin: 1px 1px 5px;
}
 
#header h2#revnum {
float: right;
background: url(images/information.png) no-repeat 0 1px;
padding-left: 22px;
}
 
#header #menus {
position: absolute;
top: 0;
right: 0;
padding: 9px;
}
 
#header #menus form {
display: inline;
}
 
#header #menus * {
margin: 0;
padding: 0;
}
 
@media print {
#header #menus {
display: none;
}
}
 
#header #revjump {
float: right;
clear: none;
margin: -3px -3px 0 15px;
}
 
#header #revjump span input {
margin: 2px;
padding: 0 8px;
}
 
* html #header #revjump {
padding-right: 5px;
}
 
* html #header #revjump form {
margin: 0;
}
 
#header #searchcss {
float: center;
clear: none;
margin: -3px -3px 0 15px;
}
 
#header #searchcss span input {
margin: 2px;
padding: 0 8px;
}
 
* html #header #searchcss {
padding-right: 5px;
}
 
* html #header #searchcss form {
margin: 0;
}
 
#header div {
clear: both;
}
 
#header h2#path_links > * {
padding: 1px;
}
 
#header h2#path_links a.root {
background: url(images/home.png) no-repeat 0 1px;
padding-left: 16px;
}
 
#header h2#path_links a.root span {
display: none;
}
 
#header h2#path_links a.peg {
background: url(images/remove.png) no-repeat right 1px;
padding-right: 20px;
}
 
/* @end */
 
/* @group Revision Pop-ups */
 
#revnum:hover {
cursor: default;
}
 
#header #rev-popup, .blame-popup {
font-size: 11px;
color: black;
background-color: rgba(255,255,255,0.9);
padding: 4px;
white-space: normal;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
position: absolute;
border: solid 1px #4b4b4b;
max-width: 600px;
}
 
#rev-popup {
top: 5.5em;
right: 10px;
margin-left: 10px;
z-index: 1;
}
 
.blame-popup {
text-align: left;
margin-top: 4px;
}
 
#rev-popup .info, .blame-popup .date {
font-weight: bold;
}
 
#rev-popup .msg, .blame-popup .msg {
margin-top: 6px;
}
 
#header #info #rev-popup a {
color: black;
}
 
#revision #rev-popup {
display: none;
}
 
/* @end */
 
/* @group Navigation Links */
 
#links {
padding: 0;
margin: 0;
text-align: center;
background: url(images/bg-gray-light.png) repeat-x 0 top;
border-bottom: solid 1px #a1a5a9;
white-space: nowrap;
}
 
#links li {
font-size: 110%;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap;
}
 
* html #links li {
display: inline;
}
 
#links li:hover {
background: url(images/bg-gray-dark.png) repeat-x 0 top;
}
 
#links a:hover {
text-decoration: none;
}
 
#links li a {
padding: 4px 3px 4px 22px;
display: block;
background-position: 3px 4px;
background-repeat: no-repeat;
}
 
#links li.entire a {
background-image: url(images/arrow-out.png);
}
 
#links li.compact a {
background-image: url(images/arrow-in.png);
}
 
#links li.regard a, #links li.ignore a {
background-image: url(images/pilcrow.png);
}
 
#links li.blame a {
background-image: url(images/blame.png);
}
 
#links li.file a {
background-image: url(images/detail.png);
}
 
#links li.diff a {
background-image: url(images/diff.png);
}
 
#links li.download a {
background-image: url(images/download.png);
}
 
#links li.dir a {
background-image: url(images/parent.png);
}
 
#links li.log a {
background-image: url(images/log.png);
}
 
#links li.mime a {
background-image: url(images/eye.png);
}
 
#links li.next a {
background-image: url(images/next.png);
}
 
#links li.prev a {
background-image: url(images/previous.png);
}
 
#links li.rev a {
background-image: url(images/revision.png);
}
 
#links li.reverse a {
background-image: url(images/reverse.png);
}
 
#links li.rss a {
background-image: url(images/rss.png);
}
 
#links li.svn a {
background-image: url(images/subversion-s.png);
}
 
#links li.youngest a {
background-image: url(images/youngest.png);
}
 
@media print {
#dropdowns, #links {
display: none;
}
}
 
/* @end */
 
#content {
padding: 10px;
border-top: 1px solid #cfcfcf;
}
 
#wrapper {
margin: 0;
}
 
/* @group Notification Bubbles */
 
.error, .warning, .information {
display: table;
font-weight: bold;
margin: 0 auto;
padding: 5px 7px 3px 10px;
border: solid 1px;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 6px 4px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
 
.error span, .warning span, .information span {
display: block;
max-width: 400px;
margin-left: 33px;
padding: 10px 0;
position: relative;
top: -2px;
}
 
.error a, .warning a, .information a {
text-decoration: underline;
}
 
.error a:hover, .warning a:hover, .information a:hover {
text-decoration: none;
}
 
.error {
border-color: red;
background-color: #fcc;
background-image: url(images/stop.png);
}
 
.warning {
border-color: #d5ce00;
background-color: #ffc;
background-image: url(images/warning.png);
}
 
.information {
border-color: #4467aa;
background-color: #d5e0ee;
background-image: url(images/information.png);
}
 
/* @end */
 
/* @group Table Elements */
 
table {
border-collapse: collapse;
margin: 0 auto;
}
 
table, th, td {
border-style: solid;
border-color: #ccc;
border-width: 1px;
}
 
th, td {
vertical-align: middle;
white-space: nowrap;
padding: 0 5px;
}
 
th {
height: 16px;
text-align: center;
border-width: 1px;
}
 
td {
border-top-width: 0;
border-bottom-width: 0;
overflow: hidden;
}
 
td a {
padding: 1px 0;
}
 
td.path a {
display: inline-block;
width: 100%;
}
 
td input {
position: relative;
top: -2px;
}
 
thead * {
color: white;
}
 
thead th {
background-image: url(images/bg-table-header.png);
border-color: #73a2be;
}
 
tbody th {
background-image: url(images/bg-table-divider.png);
}
 
tbody tr.shaded, tbody tr.dark {
background-color: #ecf3fe;
}
 
tbody tr:hover {
background-color: #d6dde5;
}
 
@media print {
tbody tr.shaded {
border-width: 1px;
}
 
tbody tr:hover {
background-color: white;
}
}
 
/* @end */
 
/* @group Image-Only table links */
/* directory / revision */
 
td.blame a, td.download a, #log td.diff a, #revision td.diff a, td.log a, td.rss a, td.svn a {
text-indent: -5000px;
overflow: hidden;
display: block;
width: 100%;
min-width: 16px;
min-height: 16px;
margin: 0 auto;
padding: 0;
background-position: center;
background-repeat: no-repeat;
}
 
td.download a {
background-image: url(images/download.png);
}
 
td.blame a {
background-image: url(images/blame.png);
}
 
#log td.diff a, #revision td.diff a {
background-image: url(images/diff.png);
}
 
td.log a {
background-image: url(images/log.png);
}
 
td.rss a {
background-image: url(images/rss.png);
}
 
td.svn a {
background-image: url(images/subversion-s.png);
}
 
/* @end */
 
#comparesubmit {
margin-top: 10px;
text-align: center;
}
 
#comparesubmit input {
margin: 0;
}
 
/* @group Footer */
 
#footer {
text-align: center;
clear: both;
}
 
#footer a {
font-weight: bold;
}
 
#footer #poweredby {
padding: 3px 3px 4px;
border-top: solid 1px #a1a5a9;
background: #f0f0f0 url(images/bg-gray-light.png) repeat-x 0 top;
}
 
#footer #valid {
padding: 4px 5px 4px 16px;
vertical-align: middle;
position: absolute;
border: 0;
right: 0;
background: url(images/valid.png) no-repeat 0 5px;
}
 
/* @group Sticky Footer */
 
html, body, #wrapper {
height: 100%;
}
 
body > #wrapper {
height: auto;
min-height: 100%;
}
 
#content {
padding-bottom: 3em;
}
 
#footer {
clear: both;
height: 2em;
margin-top: -2em;
}
 
/* @end */
 
/* @end */
 
@media print {
#header {
border: solid 1px #4b4b4b;
}
 
#footer, #comparesubmit {
display: none;
}
}
 
/* @end */
 
/* @group blame.tmpl */
 
#blame td {
vertical-align: top;
text-align: right;
}
 
#blame td.author, #blame td.line {
color: #777;
}
 
#blame td.author {
text-align: center;
}
 
#blame td.code {
text-align: left;
white-space: pre-wrap;
}
 
#blame td.code, #blame td.line {
font-family: Consolas, Menlo, Monaco, monospace;
}
 
/* @end */
 
/* @group compare.tmpl */
 
#compare #header h2 {
float: none;
text-align: center;
}
 
#compare #header h2 span {
white-space: pre;
}
 
#compare_form table {
border: none;
}
 
#compare_form table td {
border: none;
text-align: right;
}
 
#compare_form table tr:hover {
background: none;
}
 
#comparisons {
margin: 0 auto;
display: table;
}
 
#comparisons h3 {
text-align: center;
margin-bottom: 0;
}
 
#comparisons table {
margin: 10px 0 15px;
width: 100%;
}
 
#comparisons td {
padding: 1px 3px;
white-space: pre-wrap;
font-family: Consolas, Menlo, Monaco, monospace;
}
 
#comparisons th.info, #comparisons tr:hover th.info {
background-image: none;
background-color: #cde;
}
 
/* @end */
 
/* @group diff.tmpl */
 
#diff td {
white-space: normal;
vertical-align: top;
font-family: Consolas, Menlo, Monaco, monospace;
}
 
#diff td.line {
text-align: right;
padding: 0 2px;
color: #777;
}
 
ins, del {
text-decoration: none;
}
td.diffadded, ins {
background-color: #bfb;
}
td.diffchanged {
background-color: #ffc;
}
td.diffdeleted, del {
background-color: #f88;
}
 
@media screen {
tr:hover td.diffadded, tr:hover ins {
background-color: #5f5;
}
tr:hover td.diffchanged {
background-color: #ff5;
}
tr:hover td.diffdeleted, tr:hover del {
background-color: #f55;
}
}
 
/* @end */
 
/* @group directory.tmpl */
 
#listing td {
text-align: center;
color: #777;
}
 
#listing td.rev, #listing td.date, #listing td.author {
text-align: right;
border-width: 0;
}
 
@media print {
#listing td.rev, #listing td.date, #listing td.author {
border-width: 1px 0;
}
}
 
#listing td.path {
text-align: left;
padding-bottom: 4px;
}
 
#listing td img {
position: relative;
top: 3px;
}
 
#listing td.rev a {
padding-right: 18px;
background: url(images/revision.png) no-repeat right;
}
 
#listing td input {
position: relative;
top: -1px;
margin: 0;
margin-right: 3px;
}
 
#compare-submit {
text-align: center;
margin-top: 10px;
}
 
/* @end */
 
/* @group file.tmpl */
 
#file #listing {
font-family: Consolas, Menlo, Monaco, monospace;
}
 
#file #listing pre {
white-space: pre-wrap;
}
 
/* @end */
 
/* @group index.tmpl */
 
#index #menus #projectform {
display: none;
}
 
#index .information {
margin: 10px auto 20px;
}
 
#index table {
margin: 10px auto;
}
 
#index tr.shaded {
background-color: #ecf3fe;
}
 
#index tr.shaded:hover {
background-color: #d6dde5;
}
 
#index td a {
padding: 5px 6px 6px;
}
 
#index tbody th {
border-bottom-color: #bbb;
background-image: url(images/bg-gray-light.png);
text-align: left;
}
 
#index tbody th:hover {
background-image: url(images/bg-gray-dark.png);
text-decoration: underline;
}
 
#index td {
border-width: 0;
color: #777;
text-align: right;
}
 
#index td.project {
text-align: left;
}
 
#index td a {
background: url(images/cube-blue.png) no-repeat 0 4px;
display: block;
padding-left: 20px;
width: 100%;
}
 
#index tbody th, #index td.group {
padding-left: 25px;
}
 
/* @end */
 
/* @group log.tmpl */
 
#filter, #filternav {
text-align: center;
margin-bottom: 8px;
}
 
table#logs {
clear: both;
}
 
#logs td {
vertical-align: text-top;
padding-top: 2px;
padding-bottom: 2px;
}
 
#logs td.rev a {
margin-left: 3px;
padding-left: 18px;
background: url(images/revision.png) no-repeat;
}
 
#logs td.author, #logs td.age, #logs td.date {
text-align: center;
color: #777;
}
 
#logs td.logmsg {
white-space: normal;
}
 
#logs td.changes {
color: #777;
padding: 0;
}
 
#logs td.changes table {
border-width: 0;
width: 100%;
margin-bottom: 2px;
}
 
#logs td.changes td {
border-width: 0;
padding-left: 20px;
background: url(images/added.png) no-repeat 3px 3px;
}
 
#logs td.changes td.add {
background-image: url(images/added.png);
}
 
#logs td.changes td.del {
background-image: url(images/deleted.png);
}
 
#logs td.changes td.mod {
background-image: url(images/modified.png);
}
 
#filternav {
font-weight: bold;
}
 
#filternav > * {
margin: 0 10px;
}
 
#filternav #pagelinks > * {
padding: 0 2px;
}
 
#filternav #pagelinks span {
color: #999;
}
 
#filternav #pagelinks span#curpage {
background-color: #999;
color: white;
padding-bottom: 1px;
padding-left: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
 
@media print {
#filter, #filternav, #logs td.rev input {
display: none;
}
}
 
/* @end */
 
/* @group revision.tmpl */
 
#revision dl, #revision dl dt:first-child {
margin-top: 0;
}
 
#revision dl dt {
font-size: 120%;
}
 
#revision #changes td {
text-align: center;
padding-top: 3px;
padding-bottom: 4px;
}
 
#revision #changes td.path {
text-align: left;
white-space: normal;
}
 
#revision #changes td.path a {
background-repeat: no-repeat;
background-position: 0 1px;
padding: 1px 0;
padding-left: 18px;
overflow: visible;
}
 
#revision #changes td.path a.notinpath {
color: #b70000;
}
 
#revision #changes tr.A td.path a {
background-image: url(images/added.png);
}
 
#revision #changes tr.D td.path a {
background-image: url(images/deleted.png);
}
 
#revision #changes tr.M td.path a {
background-image: url(images/modified.png);
}
 
#revision del {
background: none;
color: gray;
padding-left: 18px;
}
 
/* @end */
/WebSVN/templates/Elegant/user_greeting.tmpl
0,0 → 1,6
<div class="information">
<span>
You can customize this message in 'templates/Elegant/user_greeting.tmpl' to tell your
visitors what they'll find in your repositories.
</span>
</div>