No changes between revisions
/WebSVN/templates/calm/README.txt |
---|
0,0 → 1,61 |
______________________________________________________________________________ |
| | |
| "CALM" THEME FOR WEBSVN | |
| | |
| (Theme : http://calm-theme-for-websvn.devjavu.com) | |
|______________________________________________________________________________| |
______________________________________________________________________________ |
| | |
| Copyright 2007 Erik Poehler (email : iroybot@gmail.com) | |
| (blog : http://contactsheet.de) | |
| | |
| This program is free software; you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation; either version 2 of the License, or | |
| (at your option) any later version. | |
| | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| GNU General Public License for more details. | |
| | |
| You should have received a copy of the GNU General Public License | |
| along with this program; if not, write to the Free Software | |
| Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
|______________________________________________________________________________| |
______________________________________________________________________________ |
| | |
| INSTALLATION | |
|______________________________________________________________________________| |
1) Place the complete directory "calm" in your "templates" directory/ |
2) Open include/config.php and look for a line similar to the following: |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/"); |
and change it into: |
$config->setTemplatePath("$locwebsvnreal/templates/calm/"); |
3) Enjoy. |
If you like the template, please feel free to donate |
some cents via paypal to erikpoehler@gmx.de. |
In case you found errors, bugs or have improvement suggestions, |
send me a email or visit: |
http://calm-theme-for-websvn.devjavu.com |
Please keep the backlink in the footer intact. Thanks. |
______________________________________________________________________________ |
| | |
| CREDITS | |
|______________________________________________________________________________| |
1. Icons picked from: "Sweetie", "Silk" and "Tango" Iconsets. Much Thanks to the creators. |
2. Dean Edwards for making his "star-light" Syntax Highlighting available. |
3. You for developing (hopefully good) software. |
/WebSVN/templates/calm/blame.tmpl |
---|
0,0 → 1,56 |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links] – [lang:REV] [websvn:rev]</h2> |
<div id="revjump">[websvn:revision_form][lang:REV] [websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div> |
<p> |
[websvn-test:prevrevurl] |
<span class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></span> | |
[websvn-endtest] |
[websvn-test:nextrevurl] |
<span class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></span> | |
[websvn-endtest] |
[websvn-test:goyoungestlink] |
<span class="goyoungest">[websvn:goyoungestlink]</span> | |
[websvn-endtest] |
<span class="detail">[websvn:filedetaillink]</span> | |
[websvn-test:difflink] |
<span class="diff">[websvn:difflink]</span> | |
[websvn-endtest] |
<span class="changes">[websvn:revlink]</span> | |
<span class="log">[websvn:loglink]</span> |
[websvn-test:clientrooturl] |
| <span class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></span> |
[websvn-endtest] |
[websvn-test:rsslink] |
| <span class="feed">[websvn:rsslink]</span> |
[websvn-endtest] |
</p> |
[websvn-test:warning] |
<div id="warning">[websvn:warning]</div> |
[websvn-else] |
<div style="margin:0 2%"> |
<table> |
<thead> |
<tr> |
<th scope="col" class="colrev">[lang:REV]</th> |
<th scope="col" class="colauth">[lang:AUTHOR]</th> |
<th scope="col" class="collno">[lang:LINENO]</th> |
<th scope="col" class="colcode">[lang:LINE]</th> |
</tr> |
</thead> |
<tbody> |
[websvn-startlisting] |
<tr valign="middle"> |
<td>[websvn:revision]</td> |
<td>[websvn:author]</td> |
<td><a name="l[websvn:lineno]" href="#l[websvn:lineno]">[websvn:lineno]</a></td> |
<td class="code"><pre>[websvn:line]</pre></td> |
</tr> |
[websvn-endlisting] |
</tbody> |
</table> |
[websvn:javascript] |
</div> |
[websvn-endtest] |
[websvn-endtest] |
/WebSVN/templates/calm/compare.tmpl |
---|
0,0 → 1,75 |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<div id="info"> |
<h2>[lang:COMPAREREVS]</h2> |
<ul><li><dl> |
<dt>[lang:CONVFROM]</dt> |
<dd><span style="visibility: hidden">→</span> <a href="[websvn:rev1url]">[websvn:safepath1] @ [websvn:rev1]</a></dd> |
<dd>→ <a href="[websvn:rev2url]">[websvn:safepath2] @ [websvn:rev2]</a></dd> |
<dd>↔ [websvn:reverselink]</dd> |
</dl></li> |
<li> |
[websvn:compare_form] |
<table> |
<tbody> |
<tr><th scope="col"><label>[lang:COMPPATH]</label></th><th scope="col"><label>Rev</label></th></tr> |
<tr><td>[websvn:compare_path1input]</td><td class="revcomp">[websvn:compare_rev1input]</td></tr> |
</tbody> |
</table> |
<table> |
<tbody> |
<tr><th scope="col"><label>[lang:WITHPATH]</label></th><th scope="col"><label>Rev</label></th></tr> |
<tr><td>[websvn:compare_path2input]</td><td class="revcomp">[websvn:compare_rev2input]</td></tr> |
</tbody> |
</table> |
<p class="submit">[websvn:compare_submit]</p> |
[websvn:compare_endform] |
</li></ul> |
</div> |
[websvn-test:warning] |
<div id="warning">[websvn:warning]</div> |
[websvn-endtest] |
<div id="wrap"> |
<h2 class="regular"> |
<span class="links"> |
[websvn-test:ignorewhitespacelink] |
<span class="ignorews">[websvn:ignorewhitespacelink]</span> |
[websvn-endtest] |
[websvn-test:regardwhitespacelink] |
<span class="regardws">[websvn:regardwhitespacelink]</span> |
[websvn-endtest] |
</span> |
[lang:REV] [websvn:rev1] → [lang:REV] [websvn:rev2] |
</h2> |
[websvn-startlisting] |
[websvn-test:newpath] |
<table class="diff collapsible"> |
<thead> |
<tr><th class="open"><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] → [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/calm/diff.tmpl |
---|
0,0 → 1,75 |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links] – [lang:REV] [websvn:rev2] → [websvn:rev1]</h2> |
<div id="revjump">[websvn:revision_form][lang:REV] [websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div> |
<p> |
[websvn-test:prevrevurl] |
<span class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></span> | |
[websvn-endtest] |
[websvn-test:nextrevurl] |
<span class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></span> | |
[websvn-endtest] |
[websvn-test:goyoungestlink] |
<span class="goyoungest">[websvn:goyoungestlink]</span> | |
[websvn-endtest] |
[websvn-test:showalllink] |
<span class="full">[websvn:showalllink]</span> | |
[websvn-endtest] |
[websvn-test:showcompactlink] |
<span class="compact">[websvn:showcompactlink]</span> | |
[websvn-endtest] |
[websvn-test:ignorewhitespacelink] |
<span class="ignorews">[websvn:ignorewhitespacelink]</span> | |
[websvn-endtest] |
[websvn-test:regardwhitespacelink] |
<span class="regardws">[websvn:regardwhitespacelink]</span> | |
[websvn-endtest] |
<span class="detail">[websvn:filedetaillink]</span> | |
<span class="blame">[websvn:blamelink]</span> | |
<span class="changes">[websvn:revlink]</span> | |
<span class="log">[websvn:loglink]</span> |
[websvn-test:clientrooturl] |
| <span class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></span> |
[websvn-endtest] |
[websvn-test:rsslink] |
| <span class="feed">[websvn:rsslink]</span> |
[websvn-endtest] |
</p> |
[websvn-test:warning] |
<div id="warning">[websvn:warning]</div> |
[websvn-else] |
<div style="margin:0 2%"> |
[websvn-test:noprev] |
<p>[lang:NOPREVREV]</p> |
[websvn-else] |
<table> |
<thead> |
<tr> |
<th colspan="2"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:rev2]</a></th> |
<th colspan="2"><a href="[websvn:revurl]">[lang:REV] [websvn:rev1]</a></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="lineno">[websvn:rev1lineno]</td> |
<td class="[websvn:rev1diffclass]"><pre>[websvn:rev1line]</pre></td> |
<td class="lineno">[websvn:rev2lineno]</td> |
<td class="[websvn:rev2diffclass]"><pre>[websvn:rev2line]</pre></td> |
</tr> |
[websvn-endlisting] |
</tbody> |
</table> |
[websvn-endtest] |
[websvn-endtest] |
</div> |
[websvn-endtest] |
[websvn-endtest] |
/WebSVN/templates/calm/directory.tmpl |
---|
0,0 → 1,152 |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links] – [lang:REV] [websvn:rev]</h2> |
<div id="revjump">[websvn:revision_form]<div>[lang:REV] [websvn:revision_input]<span class="submit">[websvn:revision_submit]</span></div>[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] |
<p> |
[websvn-test:prevrevurl] |
<span class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></span> | |
[websvn-endtest] |
[websvn-test:nextrevurl] |
<span class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></span> | |
[websvn-endtest] |
[websvn-test:goyoungestlink] |
<span class="goyoungest">[websvn:goyoungestlink]</span> | |
[websvn-endtest] |
<span class="changes">[websvn:revlink]</span> | |
[websvn-test:comparelink] |
<span class="diff">[websvn:comparelink]</span> | |
[websvn-endtest] |
<span class="log">[websvn:loglink]</span> |
[websvn-test:downloadurl] |
| <span class="compress"><a href="[websvn:downloadurl]" rel="nofollow">[lang:DOWNLOAD]</a></span> |
[websvn-endtest] |
[websvn-test:clientrooturl] |
| <span class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></span> |
[websvn-endtest] |
[websvn-test:rsslink] |
| <span class="feed">[websvn:rsslink]</span> |
[websvn-endtest] |
</p> |
[websvn-test:warning] |
<div id="warning">[websvn:warning]</div> |
[websvn-else] |
<div id="info"> |
<h2>[lang:LASTMOD]</h2> |
<ul> |
<li>[lang:REV] [websvn:lastchangedrev] [websvn:date]</li> |
<li><strong>[lang:AUTHOR]:</strong> [websvn:author]</li> |
<li><dl><dt><strong>[lang:LOGMSG]:</strong></dt><dd>[websvn:log]</dd></dl></li> |
</ul> |
</div> |
[websvn-defineicons] |
dir=<img src="[websvn:locwebsvnhttp]/templates/calm/images/directory.png" alt="[DIRECTORY]" class="icon" /> |
diropen=<img src="[websvn:locwebsvnhttp]/templates/calm/images/directory.png" alt="[DIRECTORY]" class="icon" /> |
*=<img src="[websvn:locwebsvnhttp]/templates/calm/images/file.png" alt="[FILE]" class="icon" /> |
.c=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filec.png" alt="[C-FILE]" class="icon" /> |
.h=<img src="[websvn:locwebsvnhttp]/templates/calm/images/fileh.png" alt="[H-FILE]" class="icon" /> |
.db=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filedb.png" alt="[DB-FILE]" class="icon" /> |
.png=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filepaint.png" alt="[DB-FILE]" class="icon" /> |
.gif=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filepaint.png" alt="[DB-FILE]" class="icon" /> |
.bmp=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filepaint.png" alt="[DB-FILE]" class="icon" /> |
.jpg=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filepaint.png" alt="[DB-FILE]" class="icon" /> |
.jpeg=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filepaint.png" alt="[DB-FILE]" class="icon" /> |
.js=<img src="[websvn:locwebsvnhttp]/templates/calm/images/script.png" alt="[DB-FILE]" class="icon" /> |
.css=<img src="[websvn:locwebsvnhttp]/templates/calm/images/css.png" alt="[DB-FILE]" class="icon" /> |
.htm=<img src="[websvn:locwebsvnhttp]/templates/calm/images/html.png" alt="[DB-FILE]" class="icon" /> |
.html=<img src="[websvn:locwebsvnhttp]/templates/calm/images/html.png" alt="[DB-FILE]" class="icon" /> |
.php=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filephp.png" alt="[DB-FILE]" class="icon" /> |
.txt=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filetxt.png" alt="[DB-FILE]" class="icon" /> |
.xml=<img src="[websvn:locwebsvnhttp]/templates/calm/images/filexml.png" alt="[DB-FILE]" class="icon" /> |
i-node=<img src="[websvn:locwebsvnhttp]/templates/calm/images/i-node.png" alt="[NODE]" class="icon" /> |
t-node=<img src="[websvn:locwebsvnhttp]/templates/calm/images/t-node.png" alt="[NODE]" class="icon" /> |
l-node=<img src="[websvn:locwebsvnhttp]/templates/calm/images/l-node.png" alt="[NODE]" class="icon" /> |
e-node=<img src="[websvn:locwebsvnhttp]/templates/calm/images/e-node.png" alt="[NODE]" class="icon" /> |
[websvn-enddefineicons] |
<div id="wrap"> |
[websvn:compare_form] |
<div class="table-responsive"> |
<table id="listing"> |
<thead> |
<tr align="left" valign="middle"> |
<th scope="col" class="path">[lang:PATH]</th> |
[websvn-test:showlastmod] |
<th scope="col" colspan="3">[lang:LASTMOD]</th> |
[websvn-endtest] |
<th scope="col">[lang:LOG]</th> |
[websvn-test:allowdownload] |
<th scope="col">[lang:DOWNLOAD]</th> |
[websvn-endtest] |
[websvn-test:clientrooturl] |
<th scope="col">SVN</th> |
[websvn-endtest] |
[websvn-test:rssurl] |
<th scope="col">RSS</th> |
[websvn-endtest] |
</tr> |
</thead> |
<tbody> |
[websvn-startlisting] |
<tr class="row[websvn:rowparity]" valign="middle" |
[websvn-test:loadalldir] |
title="[websvn:classname]" |
[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]">[websvn:revision]</a> </td> |
[websvn-test:showageinsteadofdate] |
<td class="age" 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]">[lang:LOG]</a></td> |
[websvn-test:allowdownload] |
<td class="compress"> |
[websvn-test:downloadurl] |
<a href="[websvn:downloadurl]" rel="nofollow">[lang:DOWNLOAD]</a> |
[websvn-endtest] |
[websvn-test:downloadplainurl] |
<a href="[websvn:downloadplainurl]" rel="nofollow">[lang:DOWNLOAD]</a> |
[websvn-endtest] |
</td> |
[websvn-endtest] |
[websvn-test:clientrooturl] |
<td class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></td> |
[websvn-endtest] |
[websvn-test:rssurl] |
<td class="feed"><a href="[websvn:rssurl]">RSS</a></td> |
[websvn-endtest] |
</tr> |
[websvn-endlisting] |
</tbody> |
</table> |
</div> |
<p class="submit"> |
[websvn:compare_submit] |
</p> |
[websvn:compare_endform] |
</div> |
[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/calm/file.tmpl |
---|
0,0 → 1,46 |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links] – [lang:REV] [websvn:rev]</h2> |
<div id="revjump">[websvn:revision_form][lang:REV] [websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div> |
<p> |
[websvn-test:prevrevurl] |
<span class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></span> | |
[websvn-endtest] |
[websvn-test:nextrevurl] |
<span class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></span> | |
[websvn-endtest] |
[websvn-test:goyoungestlink] |
<span class="goyoungest">[websvn:goyoungestlink]</span> | |
[websvn-endtest] |
[websvn-test:mimelink] |
<span class="mime">[websvn:mimelink]</span> | |
[websvn-endtest] |
<span class="blame">[websvn:blamelink]</span> | |
[websvn-test:difflink] |
<span class="diff">[websvn:difflink]</span> | |
[websvn-endtest] |
<span class="changes">[websvn:revlink]</span> | |
<span class="log">[websvn:loglink]</span> |
[websvn-test:downloadlink] |
| <span class="compress">[websvn:downloadlink]</span> |
[websvn-endtest] |
[websvn-test:clientrooturl] |
| <span class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></span> |
[websvn-endtest] |
[websvn-test:rsslink] |
| <span class="feed">[websvn:rsslink]</span> |
[websvn-endtest] |
</p> |
[websvn-test:warning] |
<div id="warning">[websvn:warning]</div> |
[websvn-else] |
<div class="listing"> |
[websvn-getlisting] |
</div> |
[websvn-test:warning] |
<!-- check for warnings generated by getlisting --> |
<div id="warning">[websvn:warning]</div> |
[websvn-endtest] |
[websvn-endtest] |
[websvn-endtest] |
/WebSVN/templates/calm/footer.tmpl |
---|
0,0 → 1,6 |
</div> |
<div id="footer"> |
<p style="padding:0; margin:0"><small>[lang:POWERED] [websvn:version] [lang:AND] <a href="http://subversion.apache.org">Apache Subversion</a> [websvn:svnversion] ✓ <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></small></p> |
</div> |
</body> |
</html> |
/WebSVN/templates/calm/header.tmpl |
---|
0,0 → 1,63 |
<!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> |
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /> |
<meta http-equiv="generator" content="WebSVN [websvn:version]" /> <!-- leave this for stats --> |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
[websvn-test:blockrobots] |
<meta name="robots" content="noindex,nofollow" /> |
[websvn-endtest] |
<link rel="shortcut icon" type="image/x-icon" href="[websvn:locwebsvnhttp]/templates/calm/images/favicon.ico" /> |
<link type="text/css" href="[websvn:locwebsvnhttp]/templates/calm/styles.css" rel="stylesheet" media="screen" /> |
[websvn-test:rssurl] |
<link rel='alternate' type='application/rss+xml' title='WebSVN RSS' href='[websvn:rssurl]' /> |
[websvn-endtest] |
<!--[if gte IE 5.5000]> |
<script type="text/javascript" src="[websvn:locwebsvnhttp]/javascript/ie-png-transparency.js"></script> |
<style type="text/css" media="screen"> |
tbody tr td { padding:1px 0 } |
#wrap h2 { padding:10px 5px 0 5px; margin-bottom:-8px } |
</style> |
<![endif]--> |
<title> |
WebSVN |
[websvn-test:repname] |
– [websvn:repname] |
[websvn-endtest] |
[websvn-test:error] |
– ERROR |
[websvn-else] |
[websvn-test:action] |
– [websvn:action] |
[websvn-endtest] |
[websvn-test:safepath] |
– [websvn:safepath] |
[websvn-endtest] |
[websvn-test:rev2] |
[websvn-test:safepath2] |
– [websvn:safepath1] [lang:REV] [websvn:rev1] [lang:AND] [websvn:safepath2] [lang:REV] [websvn:rev2] |
[websvn-else] |
– [lang:REV] [websvn:rev2] [lang:AND] [websvn:rev1] |
[websvn-endtest] |
[websvn-else] |
[websvn-test:rev] |
– [lang:REV] [websvn:rev] |
[websvn-endtest] |
[websvn-endtest] |
[websvn-endtest] |
</title> |
</head> |
<body id="[websvn:template]"> |
<div id="container"> |
<div id="select"> |
[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> |
<h1><a href="[websvn:indexurl]" title="[lang:PROJECTS]">[lang:PROJECTS]</a> |
[websvn-test:repname] |
<span><a href="[websvn:repurl]">[websvn:repname]</a></span> |
[websvn-endtest] |
</h1> |
/WebSVN/templates/calm/images/add.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/calm/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/calm/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/calm/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/calm/images/bullet_add.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/calm/images/bullet_delete.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/calm/images/bullet_yellow.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/calm/images/compress.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/calm/images/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/calm/images/cube_green.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/calm/images/delete.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/calm/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/calm/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/calm/images/e-node.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/calm/images/exclamation.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/calm/images/eye.png |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:executable |
+* |
\ No newline at end of property |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/WebSVN/templates/calm/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/calm/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/calm/images/filec.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/calm/images/filedb.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/calm/images/fileh.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/calm/images/filepaint.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/calm/images/filephp.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/calm/images/filetxt.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/calm/images/filexml.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/calm/images/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/calm/images/i-node.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/calm/images/l-node.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/calm/images/link.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/calm/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/calm/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/calm/images/page_white_add.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/calm/images/page_white_delete.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/calm/images/page_white_edit.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/calm/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/calm/images/pilcrow_delete.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/calm/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/calm/images/script.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/calm/images/sitemap_color.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/calm/images/submitbg.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/calm/images/t-node.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/calm/images/textbg.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/calm/images/toggle-down.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/calm/images/toggle-up.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/calm/images/up.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/calm/images/xml.gif |
---|
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/calm/index.tmpl |
---|
0,0 → 1,73 |
[websvn-include:user_greeting.tmpl] |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<div id="wrap"> |
<h2 class="regular">[lang:PROJECTS]</h2> |
<table> |
[websvn-test:flatview] |
[websvn-startlisting] |
[websvn-test:groupid] |
[websvn-else] |
<tr> |
<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]'); this.className = (this.className == 'open') ? 'closed' : 'open';" |
[websvn-test:opentree] |
class="open" |
[websvn-else] |
class="closed" |
[websvn-endtest] |
[websvn-test:showlastmod] |
colspan="4" |
[websvn-endtest] |
>[websvn:groupname]</th></tr> |
[websvn-else] |
<tr title="[websvn:groupname]"> |
[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> |
</div> |
[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/calm/log.tmpl |
---|
0,0 → 1,124 |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links] – [lang:REV] [websvn:rev]</h2> |
<div id="revjump">[websvn:revision_form]<div>[lang:REV] [websvn:revision_input]<span class="submit">[websvn:revision_submit]</span></div>[websvn:revision_endform]</div> |
<p> |
[websvn-test:goyoungestlink] |
<span class="goyoungest">[websvn:goyoungestlink]</span> | |
[websvn-endtest] |
<span class="changes">[websvn:changeslink]</span> | |
[websvn-test:filedetaillink] |
<span class="detail">[websvn:filedetaillink]</span> | |
<span class="diff">[websvn:difflink]</span> | |
<span class="blame">[websvn:blamelink]</span> |
[websvn-else] |
<span class="listing">[websvn:directorylink]</span> |
[websvn-endtest] |
[websvn-test:clientrooturl] |
| <span class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></span> |
[websvn-endtest] |
[websvn-test:rsslink] |
| <span class="feed">[websvn:rsslink]</span> |
[websvn-endtest] |
</p> |
[websvn-test:warning] |
<div id="warning">[websvn:warning]</div> |
[websvn-else] |
<div id="info"> |
<h2>[lang:FILTER]</h2> |
[websvn:logsearch_form] |
<table> |
<tbody> |
<tr> |
<th scope="col"><label>[lang:STARTLOG]</label></th> |
<th scope="col"><label>[lang:ENDLOG]</label></th> |
<th scope="col"><label>[lang:MAXLOG]</label></th> |
</tr> |
<tr> |
<td class="revcomp">[websvn:logsearch_startbox]</td> |
<td class="revcomp">[websvn:logsearch_endbox]</td> |
<td class="revcomp">[websvn:logsearch_maxbox]</td> |
</tr> |
<tr><th scope="col" colspan="3"><label>[lang:SEARCHLOG]</label></th></tr> |
<tr><td colspan="3">[websvn:logsearch_inputbox]</td></tr> |
<tr><th scope="col" colspan="3"><label>[lang:SHOWALL]</label></th></tr> |
<tr><td colspan="3" class="all">[websvn:logsearch_showall]</td></tr> |
</tbody> |
</table> |
<p class="submit">[websvn:logsearch_submit] |
[websvn-test:logsearch_clearloglink] |
[websvn:logsearch_clearloglink] |
[websvn-endtest] |
</p> |
[websvn:logsearch_endform] |
</div> |
<div id="wrap"> |
[websvn-test:logsearch_nomatches] |
[lang:NORESULTS] |
[websvn-endtest] |
[websvn-test:logsearch_resultsfound] |
[websvn:compare_form] |
<table> |
<thead> |
<tr> |
<th class="HdrClmn">[lang:REV]</th> |
<th class="HdrClmn">[lang:AGE]</th> |
<th class="HdrClmn">[lang:AUTHOR]</th> |
<th class="HdrClmn">[lang:PATH]</th> |
<th class="HdrClmnEnd">[lang:LOGMSG]</th> |
<th class="HdrClmn">[lang:DIFF]</th> |
[websvn-test:showchanges] |
<th class="HdrClmnEnd">[lang:CHANGES]</th> |
[websvn-endtest] |
</tr> |
</thead> |
[websvn-startlisting] |
<tr class="row[websvn:rowparity]"> |
<td class="rev">[websvn:compare_box][websvn:revlink]</td> |
[websvn-test:showageinsteadofdate] |
<td title="[websvn:revdate]">[websvn:revage]</td> |
[websvn-else] |
<td class="date" title="[websvn:revage]">[websvn:revdate]</td> |
[websvn-endtest] |
<td>[websvn:revauthor]</td> |
<td>[websvn:revpathlink]</td> |
<td valign="middle" class="logmsg">[websvn:revlog]</td> |
<td><span class="diff"><a href="[websvn:compareurl]" title="[lang:DIFFPREV]"> </a></span></td> |
[websvn-test:showchanges] |
<td class="changes"> |
[websvn-test:revadded] |
<div class="add">[websvn:revadded]</div> |
[websvn-endtest] |
[websvn-test:revdeleted] |
<div class="del">[websvn:revdeleted]</div> |
[websvn-endtest] |
[websvn-test:revmodified] |
<div class="mod">[websvn:revmodified]</div> |
[websvn-endtest] |
</td> |
[websvn-endtest] |
</tr> |
[websvn-endlisting] |
</table> |
<p class="submit"> |
[websvn:compare_submit] |
</p> |
[websvn:compare_endform] |
[websvn-endtest] |
[websvn-test:logsearch_nomorematches] |
<p>[lang:NOMORERESULTS]</p> |
[websvn-endtest] |
[websvn-test:logsearch_moreresultslink] |
<p>[websvn:logsearch_moreresultslink]</p> |
[websvn-endtest] |
<p class="pagelinks">[websvn:pagelinks]</p> |
<p>[websvn:showalllink]</p> |
[websvn-endtest] |
</div> |
[websvn-endtest] |
/WebSVN/templates/calm/revision.tmpl |
---|
0,0 → 1,96 |
[websvn-test:error] |
<div id="error">[websvn:error]</div> |
[websvn-else] |
<h2 id="path_links">[websvn:path_links_root_config]/[websvn:path_links] – [lang:REV] [websvn:rev]</h2> |
<div id="revjump">[websvn:revision_form][lang:REV] [websvn:revision_input]<span class="submit">[websvn:revision_submit]</span>[websvn:revision_endform]</div> |
<p> |
[websvn-test:prevrevurl] |
<span class="prev"><a href="[websvn:prevrevurl]">[lang:REV] [websvn:prevrev]</a></span> | |
[websvn-endtest] |
[websvn-test:nextrevurl] |
<span class="next"><a href="[websvn:nextrevurl]">[lang:REV] [websvn:nextrev]</a></span> | |
[websvn-endtest] |
[websvn-test:goyoungestlink] |
<span class="goyoungest">[websvn:goyoungestlink]</span> | |
[websvn-endtest] |
[websvn-test:comparelink] |
<span class="diff">[websvn:comparelink]</span> | |
[websvn-endtest] |
<span class="listing">[websvn:directorylink]</span> | |
[websvn-test:filedetaillink] |
<span class="detail">[websvn:filedetaillink]</span> | |
<span class="blame">[websvn:blamelink]</span> | |
[websvn-endtest] |
<span class="log">[websvn:loglink]</span> |
[websvn-test:clientrooturl] |
| <span class="svn"><a href="[websvn:clientrooturl][websvn:path]">SVN</a></span> |
[websvn-endtest] |
[websvn-test:rsslink] |
| <span class="feed">[websvn:rsslink]</span> |
[websvn-endtest] |
</p> |
[websvn-test:warning] |
<div id="warning">[websvn:warning]</div> |
[websvn-else] |
<div id="info"> |
<h2>[lang:LASTMOD]</h2> |
<ul> |
[websvn-test:showageinsteadofdate] |
<li>[lang:REV] [websvn:rev] – <span title="[websvn:date]">[websvn:age]</span></li> |
[websvn-else] |
<li>[lang:REV] [websvn:rev] – <span title="[websvn:age]">[websvn:date]</span></li> |
[websvn-endtest] |
<li><strong>[lang:AUTHOR]:</strong> [websvn:author]</li> |
<li><dl><dt><strong>[lang:LOGMSG]:</strong></dt><dd>[websvn:log]</dd></dl></li> |
</ul> |
</div> |
<div id="wrap"> |
<table> |
<thead> |
<tr align="left" valign="middle"> |
<th scope="col" class="path">[lang:PATH]</th> |
<th scope="col">[lang:BLAME]</th> |
<th scope="col">[lang:DIFF]</th> |
<th scope="col">[lang:LOG]</th> |
[websvn-test:clientrooturl] |
<th scope="col">SVN</th> |
[websvn-endtest] |
</tr> |
</thead> |
<tbody> |
[websvn-startlisting] |
<tr class="[websvn:action] row[websvn:rowparity]"> |
<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> |
<td> |
[websvn-test:blameurl] |
<a href="[websvn:blameurl]" title="[lang:BLAME]"><img src="[websvn:locwebsvnhttp]/templates/calm/images/blame.png" class="icon" alt="" /></a> |
[websvn-endtest] |
</td> |
<td> |
[websvn-test:diffurl] |
<a href="[websvn:diffurl]" title="[lang:DIFFPREV]"><img src="[websvn:locwebsvnhttp]/templates/calm/images/diff.png" class="icon" alt="" /></a> |
[websvn-endtest] |
</td> |
<td><a href="[websvn:logurl]" title="[lang:VIEWLOG]"><img src="[websvn:locwebsvnhttp]/templates/calm/images/log.png" class="icon" alt="" /></a></td> |
[websvn-test:clientrooturl] |
<td><a href="[websvn:clientrooturl][websvn:path]" title="SVN"><img src="[websvn:locwebsvnhttp]/templates/calm/images/link.png" class="icon" alt="" /></a></td> |
[websvn-endtest] |
</tr> |
[websvn-endlisting] |
</tbody> |
</table> |
</div> |
[websvn-endtest] |
[websvn-endtest] |
/WebSVN/templates/calm/styles.css |
---|
0,0 → 1,938 |
html,body { |
background:#FFF; |
color:gray; |
font-family: 'Trebuchet MS', Verdana, sans-serif; |
font-size:13px; |
line-height:1.3em; |
margin:0; padding:0; |
text-align:center; |
height: 95%; |
} |
#container { |
position: relative; |
min-height: 100%; |
padding-bottom:40px; |
} |
* html #container { |
height: 95%; |
} |
#footer { |
height:40px; |
position: relative; |
margin:0;padding:0; |
margin-top: -40px; |
} |
a { |
color:#000; |
text-decoration:none; |
outline: none !important; |
} |
a:hover { |
background-color:#F0E68C; |
} |
a img { |
border:0; |
} |
#select { |
margin:1em 2% 0 2%; |
text-align:right; |
padding:10px 10px 0 10px; |
min-height:2em; |
} |
#select form, #select div { |
display: inline; |
} |
#revjump { |
text-align:right; |
height:2em; |
padding: 10px 10px 0; |
} |
#wrap { |
text-align:left; |
background:#FFF; |
padding:5px 0; |
} |
#index #wrap tr { |
border-top:1px dotted lightgrey; |
} |
#index #wrap tr:first-child { |
border-width:0; |
} |
#index #wrap td, #index #wrap th { |
border-width:0; |
padding:4px; |
text-align:right; |
white-space:pre; |
} |
#index #wrap td.project { |
text-align:left; |
width:100%; |
} |
#index #wrap td.project a { |
background-image:url(images/cube_green.png); |
background-repeat:no-repeat; |
background-position:2px 50%; |
} |
#index #wrap td.project a, #index #wrap td.group { |
padding-left:22px; |
} |
#index #wrap th { |
background-color:white; |
background-repeat:no-repeat; |
background-position:6px 50%; |
padding-left:26px; |
text-align:left; |
} |
#index #wrap th.closed { |
background-image:url(images/toggle-up.png); |
} |
#index #wrap th.open { |
background-image:url(images/toggle-down.png); |
} |
#index #info dl { |
margin:2px 0; |
} |
#index #info dl dd:first-child { |
border-width: 0; |
} |
#info { |
margin-left:2%; |
text-align:left; |
padding:5px 0; |
} |
h1, h2 { |
color:gray; |
text-align:left; |
text-transform:uppercase; |
line-height:1em; |
font-weight:normal; |
} |
h1 { |
line-height:1.7em; |
font-size:1.7em; |
border-bottom:1px solid gray; |
padding:10px 5px 10px 5px; |
text-align:left; |
font-weight:normal; |
letter-spacing: -0.018em; |
} |
h1 span { |
padding-left:22px; |
background:url(images/cube_green.png) no-repeat 0 50%; |
} |
h1 span a, h1 span a:link { |
color:gray; |
} |
h2 a { |
background:#FFF; |
margin:0; |
} |
h2 a:link, |
h2 a:visited { |
font-weight:normal; |
letter-spacing: -0.018em; |
color: #b00 |
} |
h2 a:hover { |
background:#f2f2f2; |
} |
h2 { |
font-weight:normal; |
letter-spacing: -0.018em; |
color:#666; |
padding:0 .1em; |
} |
#info h2 { |
border-bottom:1px solid gray; |
padding:0 5px 10px; |
margin:0; |
text-align:left; |
font-size:1.7em; |
font-weight:normal; |
letter-spacing: -0.018em; |
} |
#wrap h2 { |
padding:0 0 10px 0; |
margin:0; |
text-align:left; |
font-size:1.7em; |
text-transform:none; |
letter-spacing: -0.018em; |
} |
#wrap h2.regular { |
padding:0 5px 10px 5px; |
margin:0; |
text-align:left; |
font-size:1.7em; |
text-transform:uppercase; |
border-bottom:1px solid gray; |
} |
#wrap h2.regular .links { |
float:right; |
padding:0 5px 10px 5px; |
margin:0; |
text-align:right; |
font-size:13px; |
text-transform:none; |
} |
#wrap h2.regular .links a { |
color: #000000; |
font-weight: normal; |
letter-spacing: 0; |
} |
/* |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forms |
*/ |
input, select { |
padding:1px; |
margin:1px; |
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; |
border-right:1px solid #000; |
border-bottom:1px solid #000; |
border-left:1px solid #b2b2b2; |
border-top:1px solid #b2b2b2; |
background-color:#FFF8DC; |
} |
input { |
padding:2px 5px; |
font-size:1.1em; |
background-color:#FFF; |
background-image:url(images/textbg.png); |
background-repeat:repeat-x; |
background-position:0 100%; |
border:1px solid #b2b2b2; |
} |
input:hover, |
input:active, |
input:focus { |
border:1px solid #666; |
background-color:#FFF; |
} |
#info ul li input { |
background-color:#FFF; |
background-image:url(images/textbg.png); |
background-repeat:repeat-x; |
background-position:0 100%; |
border:1px solid #b2b2b2; |
} |
span.submit input, |
#info span.submit input, |
#info p.submit input, |
#wrap p.submit input { |
background-image:url(images/submitbg.png); |
} |
#info table tr td input { |
font-size:1em; |
width:92%; |
background:#FFF url(images/textbg.png) repeat-x 0 0; |
} |
#info table tr td.revcomp input { |
width:50px; |
} |
#info table tr td.all input { |
width:auto; |
} |
select { |
padding:2px 2px 2px 21px; |
border:1px solid #cccccc; |
background-color:#FFF; |
background-image:url(images/cube_green.png); |
background-repeat:no-repeat; |
background-position:2px 50%; |
} |
select:hover, |
select:active, |
select:focus { |
border:1px solid #666; |
background-color:#F5F5DC; |
background-repeat:no-repeat; |
background-position:2px 50%; |
background-image:url(images/cube_green.png); |
} |
option, |
option:hover, |
option:focus, |
option:active { |
padding-left:25px; |
background-image:url(images/cube_green.png); |
background-repeat:no-repeat; |
background-position:2px 50%; |
} |
#index #projectform { |
display: none; |
} |
/* |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Left Column |
*/ |
/* index elements */ |
#info dl { |
margin-left:0; |
} |
#info dt, #wrap dt { |
margin:0; |
padding:0 0 5px 0; |
} |
#info dd, #wrap dd { |
margin:0; |
padding:3px 0 5px 10px; |
border-top:1px dotted #D3D3D3; |
} |
#info ul { |
list-style-type:none; |
padding:0 0; |
margin:0; |
} |
#info ul li { |
padding:5px; |
margin:3px 0; |
border-bottom:1px dotted #D3D3D3; |
overflow:hidden; |
} |
li.mod a, li.new a, #info li.del { |
padding:5px 5px 5px 26px; |
margin:2px 0 2px -2px; |
background-position:5px 50%; |
background-repeat:no-repeat; |
} |
li.mod a { |
display:block; |
color:#545400; |
border:1px solid #f2f2c7; |
background-color:#FFFFE0; |
background-image:url(images/page_white_edit.png); |
} |
li.mod a:hover { |
color:#000; |
border:1px solid #BDB76B; |
background-color:#F0E68C; |
} |
li.new a { |
display:block; |
color:#545400; |
border:1px solid #d5f2c7; |
background-color:#f2ffd9; |
background-image:url(images/page_white_add.png); |
} |
li.new a:hover { |
color:#000; |
border:1px solid #669900; |
background-color:#9ACD32; |
} |
#info ul li.del { |
display:block; |
color:#BC8F8F; |
border:1px solid #BC8F8F; |
padding:5px 5px 5px 26px; |
margin:5px; |
background-color:#FFEFD5; |
background-image:url(images/page_white_delete.png); |
background-position:5px 5px; |
text-align:left; |
} |
#info ul li a { |
overflow:hidden; |
} |
/* |
++++++++++++++++++++++++++++++++++++++++++++++++++++++ main content: Directories |
*/ |
table { |
border-collapse:collapse; |
width:100%; |
} |
td { |
padding:0; |
text-align:left; |
} |
th { |
text-align:center; |
} |
td, th { |
border: 1px solid #eeeeee; |
} |
#info th, #info td { |
border: none; |
text-align: left; |
} |
#diff td, #blame td, table.diff td { |
vertical-align:top; |
} |
thead th a { |
color:white; |
} |
thead th a:hover { |
text-decoration:underline; |
color:white; |
background:none; |
} |
thead tr { |
background:#4d4d4d; |
} |
thead th { |
background:#4d4d4d; |
border-bottom:2px solid #000; |
border-top:2px solid #808080; |
border-right:1px solid #808080; |
color:#FFF; |
margin:3px 2px; |
padding:3px 5px; |
} |
thead th.open { |
background-image:url(images/toggle-down.png); |
background-repeat:no-repeat; |
} |
thead th.closed { |
background-image:url(images/toggle-up.png); |
background-repeat:no-repeat; |
} |
thead th.path { |
text-align:left; |
width:50%; |
} |
thead th.collno, thead th.colrev, thead th.colauth { |
width:6%; |
} |
thead th.colcode { |
width:73%; |
} |
tbody th { |
background-color: #ddd; |
} |
tbody th.info { |
background-color: #d0dfea; |
} |
tr td.code { |
text-align:left; |
} |
td.code, td td.diff { |
border: 1px solid #eee; |
} |
tr td.code pre { |
padding: 1px 2px 0; |
background-color:#f8f8f8; |
} |
tr:hover td.code pre { |
background-color:#e8e8e8; |
} |
tr:hover td.code { |
background-color:#FFF; |
} |
tr td.path, tr th.path { |
text-align:left; |
width: 100%; |
} |
tr td.path { |
padding:0; |
} |
tr.row0 td { |
background-color:#f0f0f0; |
} |
tr.row1 td { |
background-color:#f8f8f8; |
} |
tr.row0:hover td, tr.row1:hover td { |
background-color:#e8e8e8; |
} |
span.listing a, a.listing { |
padding-left:22px; |
background-image:url(images/sitemap_color.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.detail a { |
padding-left:22px; |
background-image:url(images/file.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.changes a { |
padding-left:22px; |
background-image:url(images/page_white_edit.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.compact a { |
padding-left:22px; |
background-image:url(images/arrow_in.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.full a { |
padding-left:22px; |
background-image:url(images/arrow_out.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.ignorews a { |
padding-left:22px; |
background-image:url(images/pilcrow_delete.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.regardws a { |
padding-left:22px; |
background-image:url(images/pilcrow.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.log a, |
td.log a { |
padding-left:22px; |
background-image:url(images/log.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.blame a, |
td.blame a { |
padding-left:22px; |
background-image:url(images/blame.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.mime a, |
td.mime a { |
padding-left:22px; |
background-image:url(images/eye.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.svn a, |
td.svn a { |
padding-left:22px; |
background-image:url(images/link.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
span.next a, |
td.next a { |
padding-left:15px; |
background-image:url(images/next.png); |
background-repeat:no-repeat; |
background-position:0px 50%; |
} |
span.prev a, |
td.prev a { |
padding-left:15px; |
background-image:url(images/previous.png); |
background-repeat:no-repeat; |
background-position:0px 50%; |
} |
li.compress a, |
span.compress a, |
tr td.compress a:link, |
tr td.compress a:visited, |
tr td.compress a:link { |
padding-left:22px; |
background-image:url(images/compress.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
li.feed a, |
span.feed a, |
tr td.feed a, |
tr td.feed a:link, |
tr td.feed a:visited, |
tr td.feed a:link { |
padding-left:22px; |
background-image:url(images/xml.gif); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
.goyoungest a { |
color:#e25f53; |
padding-left:22px; |
background-image:url(images/exclamation.png); |
background-repeat:no-repeat; |
background-position:3px 50%; |
} |
.goyoungest a:hover { |
background-color:#fad4c8; |
color:#000; |
} |
.icon { |
vertical-align: middle; |
} |
/* |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ File, Blame, Diff |
*/ |
h2#path_links { |
text-transform:none; |
margin:0 2% 15px; |
} |
div.listing { |
overflow:auto; |
border:1px solid #D3D3D3; |
text-align:left; |
margin:0 2%; |
padding:3px; |
background:#f8f8f8; |
} |
pre a, td.code pre a { |
color:blue; |
font-style:italic; |
} |
pre { |
margin: 0; |
white-space: pre-wrap; |
} |
code, pre, table.diff td, #file div.listing { |
font-family:Consolas, monospace; |
} |
.new a {color:green} |
.del a {color:red} |
.toggleup a:link, |
.toggleup a:visited, |
.toggleup a:focus { |
padding-left:22px; |
background:url(images/toggle-up.png) no-repeat 2px 50%; |
} |
.toggleup a:hover { |
background:#F0E68C url(images/toggle-up.png) no-repeat 2px 50%; |
} |
.toggledown a:link, |
.toggledown a:visited, |
.toggledown a:focus { |
padding-left:22px; |
background:url(images/toggle-down.png) no-repeat 2px 50%; |
} |
.toggledown a:hover { |
background:#F0E68C url(images/toggle-down.png) no-repeat 2px 50%; |
} |
span.diff a:link, |
span.diff a:visited, |
span.diff a:focus { |
padding-left:22px; |
background:url(images/diff.png) no-repeat 2px 50%; |
} |
span.diff a:hover { |
background:#F0E68C url(images/diff.png) no-repeat 2px 50%; |
} |
.geshi a:link, |
.geshi a:visited, |
.geshi a:focus, |
.geshi a:hover { |
padding-left:0; |
background: none; |
} |
.geshi a:hover { |
text-decoration: underline; |
} |
tr td.lineno { |
text-align: right; |
vertical-align: top; |
padding: 0 2px; |
} |
tr td.row1 { |
padding: 3px; |
border: none; |
} |
tr td code, tr td pre { |
display:block; |
height:100%; |
} |
/* compare table */ |
table.diff { |
margin:10px 0 20px; |
border-spacing:0; |
border-collapse:separate; |
} |
table.diff td { |
color:black; |
padding:0; |
margin:0; |
border-color:#f0f0f0; |
} |
table.diff td, table td pre { |
padding-left:16px; |
background-position: 0 0; |
background-repeat:no-repeat; |
white-space:pre-wrap; |
} |
table td pre { |
border:1px solid white; |
} |
table tr:hover { |
background:white; |
} |
td.diffempty { |
background-color:#f8f8f8; |
} |
table tr:hover td.diff, table tr:hover td.diffempty { |
background-color:#e8e8e8; |
} |
table td.diff pre { |
background-position:2px 50%; |
background-repeat:no-repeat; |
} |
table.diff td.diffdeleted, |
table td.diffdeleted pre { |
background-color:#f8e4cc; |
background-image:url(images/bullet_delete.png); |
border:1px solid #e8d4bc; |
} |
table.diff tr:hover td.diffdeleted, |
table tr:hover td.diffdeleted pre { |
background-color:#ffccaa; |
border-color:#bb9977; |
} |
table.diff td.diffadded, |
table td.diffadded pre { |
border:1px solid #cdf0cd; |
background-color:#ddffdd; |
background-image:url(images/bullet_add.png); |
} |
table.diff tr:hover td.diffadded, |
table tr:hover td.diffadded pre { |
background-color:#bbffbb; |
border-color:#88bb88; |
} |
table td.diffchanged pre { |
border:1px solid #f0f0bc; |
background-color:#ffffcc; |
background-image:url(images/bullet_yellow.png); |
} |
table tr:hover td.diffchanged pre { |
background-color:#ffff99; |
border-color:#bbbb55; |
} |
ins { |
background-color: #bbffbb; |
text-decoration: none; |
} |
tr:hover ins { |
background-color: #99ff99; |
} |
del { |
background-color: #ffccaa; |
text-decoration: none; |
} |
tr:hover del { |
background-color: #ffaa88; |
} |
code { |
white-space: pre-wrap; |
} |
/* Whitespace hacks for IE 4-7 */ |
* html code, *:first-child+html code { |
white-space: pre; |
} |
* html table.diff td, *:first-child+html table.diff td { |
white-space: pre; |
} |
/* Log View */ |
table tr td.logmsg { |
text-align:left; |
padding: 3px 0 3px 3px; |
} |
/* sidebar form without css-bg-colors */ |
#info table tr td, |
#info table tr th { |
background:#FFF; |
padding:0; |
margin:0; |
font-weight:normal; |
} |
#info table tr:hover td, |
#info table tr:hover th { |
background:#FFF; |
padding:0; |
margin:0; |
} |
/* inputs see -> forms */ |
div.blame-popup { |
position: absolute; |
text-align: left; |
background-color: white; |
padding: 5px; |
border:1px solid #BDB76B; |
background-color: #F0E68C; |
max-width: 600px; |
} |
div.blame-popup .date { |
font-weight: bold; |
} |
#wrap td.log, #wrap td.feed { |
white-space: nowrap; |
} |
#wrap td.age, #wrap td.date { |
padding-left: 3px; |
padding-right: 8px; |
} |
#wrap td.age, #wrap td.date, #wrap td.rev { |
text-align: right; |
white-space: nowrap; |
} |
#wrap p.pagelinks > * { |
padding: 0 3px; |
} |
div#error, div#warning { |
font-weight: bold; |
display: table; |
padding: 5px; |
margin: 0 auto; |
border: 1px solid; |
} |
div#error { |
border-color: #cb6565; |
background-color: #ffe2e2; |
} |
div#warning { |
border-color: #d5ce00; |
background-color: #ffd; |
} |
table td { |
vertical-align: top; |
padding: 2px; |
} |
div#wrap table td.changes div { |
background-repeat: no-repeat; |
padding-left: 18px; |
} |
td.changes .add { |
background-image: url(images/add.png); |
} |
td.changes .del { |
background-image: url(images/delete.png); |
} |
td.changes .mod { |
background-image: url(images/page_white_edit.png); |
} |
#blame table td { |
text-align: right; |
padding-right: 4px; |
border-color: white; |
} |
#blame table td.code { |
text-align: left; |
padding: 0; |
border-color: #eeeeee; |
} |
#blame table td.code pre { |
border: none; |
} |
#revision td.path a { |
background-position:5px 50%; |
background-repeat:no-repeat; |
padding-left: 26px; |
top: 2px; |
position: relative; |
} |
#revision td.path a.notinpath { |
color: #b00; |
} |
#revision tr.M td.path a { |
background-image:url(images/page_white_edit.png); |
} |
#revision tr.A td.path a { |
background-image:url(images/page_white_add.png); |
} |
#revision tr.D td.path a { |
background-image:url(images/page_white_delete.png); |
} |
#revision del { |
padding-left: 26px; |
background: none; |
} |
.table-responsive { |
display: block; |
width: 100%; |
overflow-x: auto; |
-webkit-overflow-scrolling: touch; |
} |
/* |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Media Queries (responsivity) |
*/ |
/* every screens excepts small ones */ |
@media only screen and (min-width: 800px) { |
#info { |
float:left; |
width:28%; |
} |
#wrap { |
margin:0 2% 0 32%; |
width:65%; |
} |
h1 { |
margin:-1.7em 2% 1em 2%; |
} |
#revjump { |
margin:-3.7em 2% 0; |
} |
} |
/* small screens only */ |
@media only screen and (max-width: 799px) { |
tr td.path { |
white-space: nowrap; |
} |
h2#path_links { |
overflow-x: auto; |
overflow-y: hidden; |
} |
#wrap { |
margin:1em 2% 0 2%; |
} |
h1 { |
margin:0 2% 1em 2%; |
} |
/*** Always show scrollbar on webkit mobiles */ |
::-webkit-scrollbar { |
-webkit-appearance: none; |
width: .5rem; |
height: .5rem; |
} |
::-webkit-scrollbar-thumb { |
border-radius: 4px; |
background-color: rgba(0, 0, 0, .25); |
} |
} |
/WebSVN/templates/calm/user_greeting.tmpl |
---|
0,0 → 1,16 |
<div id="info"> |
<h2>About</h2> |
<dl> |
<dd> |
You can customize this message in 'templates/calm/user_greeting.tmpl' to tell your |
visitors what they'll find in your repositories. |
</dd> |
<dd> |
Visit <a href="https://websvnphp.github.io">websvnphp.github.io</a> for more information |
about WebSVN. |
</dd> |
<dd> |
Learn more about Apache Subversion at <a href="https://subversion.apache.org">subversion.apache.org</a>. |
</dd> |
</dl> |
</div> |