From a0c858a7f9d0eb6d31ebd862c12b14fbe0db5198 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Aug 28 2012 19:37:38 +0000 Subject: Update trunk/Identity/Webenv/Themes/Default/Trac directory structure. Fix content location. --- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/ArtworkToc.py b/Identity/Webenv/Themes/Default/Trac/0.10.4/ArtworkToc.py new file mode 100755 index 0000000..b1d8855 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/ArtworkToc.py @@ -0,0 +1,57 @@ +# -*- coding: utf-8 -*- +""" +This macro shows the CentOS Artwork Table of Content. +""" + +TOC = [('Identity', '

1. Identity:

'), + ('IdentityConcept', '1.1. Concept'), + ('IdentityLogo', '1.2. Logo'), + ('IdentityTypography', '1.3. Typography'), + ('IdentityColors', '1.4. Colors'), + ('IdentityNewIdeas', '1.5. New Ideas'), + ('Anaconda', '

2. Anaconda:

'), + ('AnacondaPrompt', '2.1. Prompt'), + ('AnacondaHeader', '2.2. Header'), + ('AnacondaSplash', '2.3. Spalsh'), + ('AnacondaProgress', '2.4. Progress'), + ('AnacondaProgressSlides', '2.4.1. Slides'), + ('AnacondaFirstboot', '2.5. First Boot'), + ('BootUp', '

3. Boot Up:

'), + ('BootUpGRUB', '3.1. GRUB'), + ('BootUpRHGB', '3.2. RHGB'), + ('BootUpGDM', '3.3. GDM'), + ('BootUpGnomeSplash', '3.3. GnomeSplash'), + ('HighVisibility', '

4. High Visibility:

'), + ('HighVisibilityWallpapers', '4.1. Wallpapers'), + ('Promo', '

5. Promotion:

'), + ('PromoMedia', '5.1. Media'), + ('PromoPosters', '5.2. Posters'), + ('PromoTShirts', '5.3. T-Shirts'), + ('PromoOOoTemplates', '5.5. OOo Templates'), + ('Repo', '

6. Image Repositories:

'), + ('RepoWidgets', '6.1. Widgets'), + ('Theming', '

7. Theming:

'), + ('ThemingApache', '7.1. Apache Web Server'), + ('ThemingSquid', '7.2. Squid Cache Proxy'), + ('ThemingBrowserDefaultPage', '7.3. Browser Default Page'), + ('ThemingMantis', '7.4. Mantis'), + ('ThemingMoin', '7.5. Moin'), + ('ThemingTrac', '7.5. Trac'), + ('ThemingPunbb', '7.5. Punbb'), + ('ThemingPuntal', '7.5. Puntal'), + ] + +def execute(hdf, args, env): + html = '
' \ + '

Table of Contents

' \ + '
' diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-261.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-261.png new file mode 100644 index 0000000..8e0bb58 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-261.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-262.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-262.png new file mode 100644 index 0000000..4b55a5f Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-262.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-264.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-264.png new file mode 100644 index 0000000..e82ee6a Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-264.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-265.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-265.png new file mode 100644 index 0000000..eb05840 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/Tour/Screenshot-265.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/ArtworkToc.py b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/ArtworkToc.py deleted file mode 100755 index b1d8855..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/ArtworkToc.py +++ /dev/null @@ -1,57 +0,0 @@ -# -*- coding: utf-8 -*- -""" -This macro shows the CentOS Artwork Table of Content. -""" - -TOC = [('Identity', '

1. Identity:

'), - ('IdentityConcept', '1.1. Concept'), - ('IdentityLogo', '1.2. Logo'), - ('IdentityTypography', '1.3. Typography'), - ('IdentityColors', '1.4. Colors'), - ('IdentityNewIdeas', '1.5. New Ideas'), - ('Anaconda', '

2. Anaconda:

'), - ('AnacondaPrompt', '2.1. Prompt'), - ('AnacondaHeader', '2.2. Header'), - ('AnacondaSplash', '2.3. Spalsh'), - ('AnacondaProgress', '2.4. Progress'), - ('AnacondaProgressSlides', '2.4.1. Slides'), - ('AnacondaFirstboot', '2.5. First Boot'), - ('BootUp', '

3. Boot Up:

'), - ('BootUpGRUB', '3.1. GRUB'), - ('BootUpRHGB', '3.2. RHGB'), - ('BootUpGDM', '3.3. GDM'), - ('BootUpGnomeSplash', '3.3. GnomeSplash'), - ('HighVisibility', '

4. High Visibility:

'), - ('HighVisibilityWallpapers', '4.1. Wallpapers'), - ('Promo', '

5. Promotion:

'), - ('PromoMedia', '5.1. Media'), - ('PromoPosters', '5.2. Posters'), - ('PromoTShirts', '5.3. T-Shirts'), - ('PromoOOoTemplates', '5.5. OOo Templates'), - ('Repo', '

6. Image Repositories:

'), - ('RepoWidgets', '6.1. Widgets'), - ('Theming', '

7. Theming:

'), - ('ThemingApache', '7.1. Apache Web Server'), - ('ThemingSquid', '7.2. Squid Cache Proxy'), - ('ThemingBrowserDefaultPage', '7.3. Browser Default Page'), - ('ThemingMantis', '7.4. Mantis'), - ('ThemingMoin', '7.5. Moin'), - ('ThemingTrac', '7.5. Trac'), - ('ThemingPunbb', '7.5. Punbb'), - ('ThemingPuntal', '7.5. Puntal'), - ] - -def execute(hdf, args, env): - html = '
' \ - '

Table of Contents

' \ - '
' diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-261.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-261.png deleted file mode 100644 index 8e0bb58..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-261.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-262.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-262.png deleted file mode 100644 index 4b55a5f..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-262.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-264.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-264.png deleted file mode 100644 index e82ee6a..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-264.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-265.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-265.png deleted file mode 100644 index eb05840..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/Tour/Screenshot-265.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/README b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/README deleted file mode 100755 index 96c5745..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/README +++ /dev/null @@ -1,5 +0,0 @@ -This directory contains files used by Trac's default clearsilver templates. - -Local modifications to these files might be lost during the installation of -a new Trac version. This can be avoided by making a copy of this entire -directory before beginning modifications. diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/asc.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/asc.png deleted file mode 100755 index 486b731..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/asc.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/attachment.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/attachment.png deleted file mode 100755 index a4d2124..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/attachment.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/background.png deleted file mode 100755 index ccfa402..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/background.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/bottombar_gradient.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/bottombar_gradient.png deleted file mode 100644 index ed377df..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/bottombar_gradient.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/bottombar_gradient2.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/bottombar_gradient2.png deleted file mode 100644 index 571e027..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/bottombar_gradient2.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/centos-logo.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/centos-logo.png deleted file mode 100755 index d506085..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/centos-logo.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/changeset.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/changeset.png deleted file mode 100755 index 31c0356..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/changeset.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/closedticket.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/closedticket.png deleted file mode 100755 index 43f7a84..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/closedticket.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/about.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/about.css deleted file mode 100755 index 5951ac9..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/about.css +++ /dev/null @@ -1,88 +0,0 @@ -/* About config */ - -#content.about_config table { - border-collapse: collapse; - margin: 2em 0; - } - -#content.about_config th { - background: #f7f7f0; - font-weight: bold; - text-align: left; - vertical-align: top; - } - -#content.about_config th.section { - text-align: right; - } - -#content.about_config th, -#content.about_config td { - border: 1px solid #ddd; - padding: 3px; - } - -#content.about_config td.name { - background:#f9f9f0; - } - -#content.about_config td.value { - background:#f9f9f0; - font-weight: bold; - } - -#content.about_config td.defaultvalue { - font-family: monospace; - background:#f9f9f0; - } - -#content.about_config td.doc { - padding: 3px 1em 3px 1em; - } - -/* About plugins */ -#content.about_plugins h2 { - background: #f7f7f7; - border-bottom: 1px solid #d7d7d7; - margin: 2em 0 0; - } - -#content.about_plugins table { - border-collapse: collapse; - margin: 1em 0; - table-layout: fixed; - width: 100%; - } - -#content.about_plugins th, -#content.about_plugins td { - border: 1px solid #ddd; - padding: 3px; - } - -#content.about_plugins th { - background: #f7f7f0; - font-weight: bold; - text-align: right; - vertical-align: top; - width: 12em; - } - -#content.about_plugins td.module { - font-family: monospace; - } - -#content.about_plugins td.module .path { - color: #999; - font-size: 90%; - } - -#content.about_plugins td.xtnpts { - margin-top: 1em; - } - -#content.about_plugins td.xtnpts ul { - list-style: square; - margin: 0; - padding: 0 0 0 2em; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/browser.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/browser.css deleted file mode 100755 index 96f2bb7..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/browser.css +++ /dev/null @@ -1,285 +0,0 @@ -/* Browser */ - -#prefs { - margin-top: -1.6em; - } - -* html #prefs { - width: 34em; - } /* Set width only for IE */ - -#prefs fieldset label { - display: block; - } - -#prefs .buttons { - margin-top: -1.6em; - } -#prefs .choice { - margin-top: -0.6em; - } - -#legend { - clear: right; - } - -h1 :link, -h1 :visited, -h1 .filename { - color: #fff; - border-bottom: 1px dotted #ddd; - } - -h1 :link:hover, -h1 :visited:hover { - background-color: transparent; - text-decoration: underline; - color: #fff; - } - -h1 .first:link:hover, -h1 .first:visited:hover { - color: #ddd; - } - -h1 :link, -h1 :visited { - color: #fff; - } - -h1 .first:link, -h1 .first:visited { - color: #ddd; - } - -h1 .sep { - color: #fff; - padding: .1em .2em; - } - -#jumprev { - float: right; - margin: 0 0 0; - } - -#jumprev form { - margin: 5px; - margin-top:0; - } - -#jumprev input { - margin-right: 0; - } - -/* Styles for the directory entries table (extends the styles for - * "table.listing") */ - -#dirlist { - margin-top: 0 - } -#dirlist td.rev, -#dirlist td.age, -#dirlist td.change, -#dirlist td.size { - color: #888; - white-space: nowrap; - vertical-align: baseline; - } - -#dirlist td.rev { - font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; - text-align: right; - } - -#dirlist td.size { - color: #888; - white-space: nowrap; - text-align: right; - vertical-align: middle; - } - -#dirlist td.name { - width: 100%; - } - -#dirlist td.name a, -#dirlist td.name span { - background-position: 0% 50%; - background-repeat: no-repeat; - padding-left: 20px; - } - -#dirlist td.name a.parent { - background-image: url("../parent.png"); - } - -#dirlist td.name a.dir { - background-image: url("../folder.png") - } - -#dirlist td.name a.file { - background-image: url("../file.png") - } - -#dirlist td.name a, -#dirlist td.rev a { - border-bottom: none; - display: block - } - -#dirlist td.rev { - text-align: right; - } - -#dirlist td.change { - vertical-align: middle; - white-space: nowrap - } - -/* Style for the ''View Changes'' button */ - -#anydiff { - margin: 0 0 1em; - float: left; - } - -#anydiff form, -#anydiff div, -#anydiff h2 { - display: inline; - } - -#anydiff input { - vertical-align: baseline; - margin: 0 -0.5em 0 1em; - } - -@media print { - #anydiff form { - display: none - } - } - -/* Log */ - -tr.diff input { - padding: 0 1em; margin: 0; - } - -div.buttons { - clear: left; - } - -@media print { - th.diff, - td.diff { - display: none - } - } - -/* Styles for the revision log table (extends the styles for - * "table.listing") */ - -#chglist { - margin-top: 0; - } - -#chglist td.change span { - border: 1px solid #999; - display: block; - margin: .2em .5em 0 0; - width: .8em; height: .8em; - } - -#chglist td.diff { - white-space: nowrap; - } - -#chglist td.change .comment { - display: none; - } - -#chglist td.old_path { - font-style: italic; - } - -#chglist td.date { - vertical-align: top; - padding-top: 0.55em; - white-space: nowrap; - } - -#chglist td.author { - vertical-align: top; - padding-top: 0.55em - } - -#chglist td.rev, -#chglist td.chgset { - font-family: "DejaVu Sans Mono","Liberation Mono",monospace; - text-align: right; - } - -#chglist td.rev a, -#chglist td.chgset a { - border-bottom: none; - } - -#chglist td.summary { - width: 100%; - vertical-align: middle; - white-space: nowrap; - } - -#chglist .verbose td.summary { - border: none; - color: #333; - padding: .5em 1em 1em 2em; - white-space: normal; - } - -#chglist td.summary * { - margin-top: 0; - margin-bottom: 0; - } - -#paging { - margin: 1em 0; - } - -/* Styles for the revision info in the file view (see also trac.css) */ -#info { - margin: 0; - } - -#info .props { - color: #666; - list-style: square; - margin: 0 0 .4em 1.6em; - padding: 0; - } - -#info .props li { - padding: 0; - overflow: auto; - } - -/* Styles for the HTML preview */ -#preview { - background: #fff; - clear: both; - margin: 0 - } - -#preview .code-block { - border-top: 1px solid #999; - margin: 0; - } - -#preview .image-file { - overflow: hidden; - } - -#preview .image-file img { - max-width: 100%; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/changeset.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/changeset.css deleted file mode 100755 index e57f49e..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/changeset.css +++ /dev/null @@ -1,76 +0,0 @@ -/* Changeset overview */ - -#overview .files { - padding-top: 1em - } - -#overview .files ul { - margin: 0; padding: 0 - } - -#overview .files li { - list-style-type: none - } - -#overview .files li .comment { - display: none - } - -#overview .files li div { - border: 1px solid #999; - float: left; - margin: .2em .5em 0 0; - overflow: hidden; - width: .8em; height: .8em; - } - -#overview div.add div, -#overview div.cp div, -#overview div.mv div { - border: 0; - margin: 0; - float: right; - width: .35em; - } - -#overview .changeset { - padding: 0 0 1px; - } - -#overview dd.changeset p { - margin-bottom: 0; - margin-top: 0; - } - -#overview .files { - padding: 1px 0; - } - -.diff ul.props { - font-size: 90%; - list-style: disc; - margin: .5em 0 0; - padding: 0 .5em 1em 2em; - } - -.diff ul.props li { - margin: 0; - padding: 0; - } - -#title dl { - display: inline; - font-size: 110%; - } - -#title dt { - display: inline; - font-size: 110%; - font-weight: bold; - margin-left: 3em; - } - -#title dd { - display: inline; - margin-left: 0.4em; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/code.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/code.css deleted file mode 100755 index 49639cb..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/code.css +++ /dev/null @@ -1,411 +0,0 @@ -/* Code */ - -div.code { - margin: 1em 1.75em; - padding: .25em; - overflow: auto; - } - -div.code pre { - background:#FFFAE9 none repeat scroll 0%; - border-color:#E5E5E5; - border-style:solid; - border-width:1px 1px 1px 4px; - font-family:"DejaVu Sans Mono","Liberation Mono",monospace; - margin:0.5em 0pt; - overflow:auto; - padding:0.5em 1em; - white-space:pre; - } - -table.code { - border: 1px solid #ddd; - border-spacing: 0; - border-top: 0; - empty-cells: show; - font-size: 12px; - line-height: 130%; - padding: 0; - margin: 0 auto; - table-layout: fixed; - width: 100%; - } - -table.code th { - border-right: 1px solid #d7d7d7; - border-bottom: 1px solid #998; - font-size: 11px; - } - -table.code th.lineno { - width: 4em; - } - -table.code thead th { - background: #eee; - border-top: 1px solid #d7d7d7; - color: #999; - padding: 0 .25em; - text-align: center; - white-space: nowrap; - } - -table.code tbody th { - background: #eed; - color: #886; - font-weight: normal; - padding: 0 .5em; - text-align: right; - vertical-align: top; - } - -table.code tbody th :link, -table.code tbody th :visited { - border: none; - color: #886; - text-decoration: none; - } - -table.code tbody th :link:hover, -table.code tbody th :visited:hover { - color: #000; -} - -table.code tbody td { - background: #fff; - font: normal 11px monospace; - overflow: hidden; - padding: 1px 2px; - vertical-align: top; - } - -.image-file { - background: #eee; - padding: .3em; - } - -.image-file img { - background: url("../imggrid.png"); - } - -/* Default */ - -.code-block span { - font-family: monospace; - } - -/* Comments */ - -.code-comment, -.css_comment, -.c_comment, -.c_commentdoc, -.c_commentline, -.c_commentlinedoc, -.h_comment, -.pl_commentline, -.p_commentblock, -.p_commentline, -.hphp_comment, -.hphp_commentblock, -.hphp_commentline, -.yaml_comment { - color: #998; - font-style: italic; - } - -/* Language keyword */ - -.code-keyword, -.pl_word { - color: #789; - font-weight: bold; - } - -/* Type */ - -.code-type, -.c_word, -.c_word2, -.p_classname, -.hphp_classname { - color: #468; - font-weight: bold; - } - -/* Function */ - -.code-func, -.p_defname { - color: #900; - font-weight: bold; - border-bottom: none; - } - -/* Pre-processor */ - -.code-prep, -.c_preprocessor, -.pl_preprocessor, -.yaml_identifier { - color: #999; - font-weight: bold; - } - -/* Language construct */ - -.code-lang, -.p_word { - color: #000; - font-weight: bold - } - -/* String */ - -.code-string, -.c_string, -.c_stringeol, -.css_doublestring, -.css_singlestring, -.h_singlestring, -.h_doublestring, -.pl_string, -.pl_string_q, -.pl_string_qq, -.pl_string_qr, -.pl_string_qw, -.pl_string_qx, -.pl_backticks, -.pl_character, -.p_string, -.p_stringeol, -.hphp_string, -.hphp_stringeol, -.hphp_triple, -.hphp_tripledouble, -.p_character, -.p_triple, -.p_tripledouble { - color: #b84; - font-weight: normal; -} - -/* Variable name */ - -.code-var { - color: #f9f; - } - -/* SilverCity-specific styles */ - -.css_id, -.css_class, -.css_pseudoclass, -.css_tag { - color: #900000; - } - -.css_directive { - color: #009000; - font-weight: bold - } - -.css_important { - color: blue - } - -.css_operator { - color: #000090; - font-weight: bold; - } - -.css_tag { - font-weight: bold; - } - -.css_unknown_identifier, -.css_unknown_pseudoclass { - color: red; - } - -.css_value { - color: navy; - } - -.c_commentdockeyword { - color: navy; - font-weight: bold; - } - -.c_commentdockeyworderror { - color: red; - font-weight: bold; - } - -.c_character, -.c_regex, -.c_uuid, -.c_verbatim { - color: olive; - } - -.c_number { - color: #099; - } - -.h_asp { - color: #ff0 - } - -.h_aspat { - color: #ffdf00 - } - -.h_attribute { - color: teal - } - -.h_attributeunknown { - color: red - } - -.h_cdata { - color: #373 - } - -.h_entity { - color: purple - } - -.h_number { - color: #099 - } - -.h_other { - color: purple - } - -.h_script, -.h_tag, -.h_tagend { - color: navy - } - -.h_tagunknown { - color: red - } - -.h_xmlend, -.h_xmlstart { - color: blue - } - -.pl_datasection { - color: olive - } - -.pl_error { - color: red; - font-weight: bold; - } - -.pl_hash { - color: #000; - } - -.pl_here_delim, -.pl_here_q, -.pl_here_qq, -.pl_here_qx, -.pl_longquote { - color: olive - } - -.pl_number { - color: #099; - } - -.pl_pod { - font-style: italic - } - -.pl_regex, -.pl_regsubst { - color: olive; - } - -.p_number { - color: #099; - } - -.hphp_character { - color: olive - } - -.hphp_defname { - color: #099; - font-weight: bold; - } - -.hphp_number { - color: #099; - } - -.hphp_word { - color: navy; - font-weight: bold; - } - -.yaml_document { - color: gray; - font-style: italic; - } - -.yaml_keyword { - color: #808; - } - -.yaml_number { - color: #800; - } - -.yaml_reference { - color: #088; - } - -.v_comment { - color: gray; - font-style: italic; - } - -.v_commentline, -.v_commentlinebang { - color: red; - font-style: italic; - } - -.v_number, -.v_preprocessor { - color: #099; - } - -.v_string, -.v_stringeol { - color: olive; - } - -.v_user { - color: blue; - font-weight: bold; - } - -.v_word, -.v_word3 { - color: navy; - font-weight: bold; - } - -.v_word2 { - color: green; - font-weight: bold; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/diff.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/diff.css deleted file mode 100755 index 63ae755..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/diff.css +++ /dev/null @@ -1,281 +0,0 @@ -/* Diff preferences */ - -#prefs fieldset { - margin: 1em .5em .5em; - padding: .5em 1em 0; - } - -/* Diff/change overview */ - -#overview { - line-height: 130%; - margin-top: 1em; padding: .5em; - } - -#overview dt.property { - font-weight: bold; - padding-right: .25em; - position: absolute; - left: 0; - text-align: right; - width: 7.75em; - } - -#overview dd { - margin-left: 8em; - } - -#overview .message { - padding: 1em 0 1px; - } - -#overview dd.message p, -#overview dd.message ul, -#overview dd.message ol, -#overview dd.message pre { - margin-bottom: 1em; - margin-top: 0; - } - -/* Colors for change types */ - -#chglist .edit, -#overview .mod, -.diff #legend .mod { - background: #fd8; - } - -#chglist .delete, -#overview .rem, -.diff #legend .rem { - background: #f88; - } - -#chglist .add, -#overview .add, -.diff #legend .add { - background: #bfb; - } - -#chglist .copy, -#overview .cp, -.diff #legend .cp { - background: #88f; - } - -#chglist .move, -#overview .mv, -.diff #legend .mv { - background: #ccc; - } - -#chglist .unknown { - background: #fff; - } - -/* Legend for diff colors */ - -.diff #legend { - float: left; - font-size: 9px; - line-height: 1em; - margin: 1em 0; - padding: .5em; - } - -.diff #legend h3 { - display: none; - } - -.diff #legend dt { - background: #fff; - border: 1px solid #999; - float: left; - margin: .1em .5em .1em 2em; - overflow: hidden; - width: .8em; height: .8em; - } - -.diff #legend dl, -.diff #legend dd { - display: inline; - float: left; - padding: 0; - margin: 0; - margin-right: .5em; - } - -/* Styles for the list of diffs */ - -.diff ul.entries { - list-style: none !important; - clear: both; - margin: 0 !important; - padding: 0 !important; - } - -.diff ul.entries ul.props li { - overflow: auto; - } - -.diff li.entry { - background: #f7f7f7; - border: 1px solid #d7d7d7; - list-style-type: none; - margin: 0 0 2em !important; - padding: 2px !important; - position: relative; - width: 100%; - } - -.diff h2 { - color: #333; - font-size: 14px; - letter-spacing: normal; - margin: 0 auto; - padding: .1em 0 .25em .5em; - } - -/* Styles for the actual diff tables (side-by-side and inline) */ - -.diff table { - border: 1px solid #ddd; - border-spacing: 0; - border-top: 0; - empty-cells: show; - font-size: 12px; - line-height: 130%; - padding: 0; - margin: 0 auto; - table-layout: fixed; - width: 100%; - } - -.diff table col.lineno { - width: 4em; - } - -.diff table th { - border-right: 1px solid #d7d7d7; - border-bottom: 1px solid #998; - font-size: 11px; - } - -.diff table thead th { - background: #eee; - border-top: 1px solid #d7d7d7; - color: #999; - padding: 0 .25em; - text-align: center; - white-space: nowrap; - } - -.diff table tbody th { - background: #eed; - color: #886; - font-weight: normal; - padding: 0 .5em; - text-align: right; - vertical-align: top; - } - -.diff table tbody td { - background: #fff; - font: normal 11px monospace; - overflow: visible; - padding: 1px 2px; - vertical-align: top; - } - -.diff table tbody.skipped td { - background: #f7f7f7; - border: 1px solid #d7d7d7; - } - -.diff td ins, -.diff td del { - text-decoration: none; - } - -/* Styles for the inline diff */ - -.diff table.inline tbody.mod td.l, -.diff table.inline tbody.rem td.l { - background: #fdd; - border-color: #c00; - border-style: solid; - border-width: 0 1px 0 1px; - } - -.diff table.inline tbody.mod td.r, -.diff table.inline tbody.add td.r { - background: #dfd; - border-color: #0a0; - border-style: solid; - border-width: 0 1px 0 1px; - } - -.diff table.inline tbody.mod tr.first td.l, -.diff table.inline tbody.rem tr.first td.l { - border-top-width: 1px; - } - -.diff table.inline tbody.mod tr.last td.l, -.diff table.inline tbody.rem tr.last td.l { - border-bottom-width: 1px; - } - -.diff table.inline tbody.mod tr.first td.r, -.diff table.inline tbody.add tr.first td.r { - border-top-width: 1px; - } - -.diff table.inline tbody.mod tr.last td.r, -.diff table.inline tbody.add tr.last td.r { - border-bottom-width: 1px; - } - -.diff table.inline tbody.mod td del { - background: #e99; - color: #000; - } - -.diff table.inline tbody.mod td ins { - background: #9e9; - color: #000; - } - -/* Styles for the side-by-side diff */ - -.diff table.sidebyside colgroup.content { - width: 50%; - } - -.diff table.sidebyside tbody.mod td.l { - background: #fe9; - } - -.diff table.sidebyside tbody.mod td.r { - background: #fd8; - } - -.diff table.sidebyside tbody.add td.l { - background: #dfd; - } - -.diff table.sidebyside tbody.add td.r { - background: #cfc; - } - -.diff table.sidebyside tbody.rem td.l { - background: #f88; - } - -.diff table.sidebyside tbody.rem td.r { - background: #faa; - } - -.diff table.sidebyside tbody.mod del, -.diff table.sidebyside tbody.mod ins { - background: #fc0; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/report.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/report.css deleted file mode 100755 index c3aaf9b..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/report.css +++ /dev/null @@ -1,328 +0,0 @@ -@import url(code.css); - -h1 .numrows, h2 .numrows { - margin-left: 1em; - color: #fff; - font-weight: normal; - font-size: 0.5em; - } - -h2 { - background: #f7f7f7; - border-bottom: 1px solid #d7d7d7; - margin: 2em 0 0; - padding: 0 .33em; - } - -#report-descr { - margin: 0 2em; - font-size: 90%; - } - -#report-notfound { - margin: 2em; - font-size: 110%; - } - -#query { - clear: right; - } - -#query fieldset, -#query fieldset input, -#query fieldset select { - font-size: 11px; - } - -#query fieldset { - margin-top: 1em; - } - -#query .option, -#query .option input, -#query .option select { - font-size: 11px; - } - -#query .option { - float: left; - line-height: 2em; - margin: .9em 2.5em 0 .5em; - padding: 0 0 .1em; - } - -#query .buttons { - float: right; - margin-top: .5em; - } - -#query .buttons input { - margin: .5em; - } - -#query hr { - clear: both; - margin: 0; - visibility: hidden; - } - -#filters table { - width: 100%; - } - -#filters tr { - height: 2em; - } - -#filters th, -#filters td { - padding: 0 .2em; - vertical-align: middle; - } - -#filters th { - font-size: 11px; - text-align: right; - white-space: nowrap; - } - -#filters td label { - font-size: 11px; - } - -#filters td.mode { - text-align: right; - } - -#filters td.filter { - width: 100%; - } - -#filters td.filter label { - padding-right: 1em; - } - -#filters td.actions { - text-align: right; - white-space: nowrap; - } - -/* Styles for the report list and the report results table (extends - * the styles for "table.listing") */ - -.reports td.title { - width: 100%; - } - -.reports tbody td :link, -.reports tbody td :visited, -.tickets tbody td :link, -.tickets tbody td :visited { - display: block; - } - -.tickets { - border-bottom: none; - } - -.tickets thead th { - text-transform: capitalize; - white-space: nowrap; - } - -.tickets tbody td, -.reports tbody td { - padding: .5em !important; - } - -.tickets tbody td a, -.reports tbody td a { - border-bottom: none; - } - -.tickets tbody td.id :link, -.tickets tbody td.id :visited { - font-weight: bold; - } - -.tickets tbody tr:hover { - background: #eed; - color: #000; - } - -.tickets tr.color1-odd { - background: #fdc; - border-color: #e88; - color: #a22; - } - -.tickets tr.color1-even { - background: #fed; - border-color: #e99; - color: #a22; - } - -.tickets tr.color2-odd { - background: #ffb; - border-color: #eea; - color: #880; - } - -.tickets tr.color2-even { - background: #ffd; - border-color: #dd8; - color: #880; - } - -.tickets tr.color3-odd { - background: #fbfbfb; - border-color: #ddd; - color: #444; - } - -.tickets tr.color3-even { - background: #f6f6f6; - border-color: #ccc; - color: #333; - } - -.tickets tr.color4-odd { - background: #e7ffff; - border-color: #cee; - color: #099; - } - -.tickets tr.color4-even { - background: #dff; - border-color: #bee; - color: #099; - } - -.tickets tr.color5-odd { - background: #e7eeff; - border-color: #cde; - color: #469; - } - -.tickets tr.color5-even { - background: #dde7ff; - border-color: #cde; - color: #469; - } - -.tickets tr.color6-odd { - background: #f0f0f0; - border-color: #ddd; - color: #888; - } - -.tickets tr.color6-even { - background: #f7f7f7; - border-color: #ddd; - color: #888; - } - -.tickets tr.color6-odd a, -.color6-even a { - color: #b66; - } - -.tickets tbody tr.fullrow td, -.tickets tbody td.fullrow { - border: none; - color: #333; - background: transparent; - padding: 0 1em 2em 2em !important; - font-size: 85%; - } - -.tickets tbody tr.fullrow:hover { - background: transparent !important; - } - -.tickets .fullrow :link, -.tickets .fullrow :visited { - display: inline; - } - -.tickets .fullrow .meta { - color: #999; - margin-bottom: -.5em; - margin-left: -1em; - } - -.tickets .fullrow hr { - display: none; - } - -/* Query results table */ - -table.tickets tbody tr.added td { - font-weight: bold; - } - -table.tickets tbody tr.changed td { - font-style: italic; - } - -table.tickets tbody tr.removed td { - color: #999; - } - -table.tickets tbody tr.prio1 { - background: #fdc; - border-color: #e88; - } - -table.tickets tbody tr.even.prio1 { - background: #fed; - border-color: #e99; - } - -table.tickets tbody tr.prio2 { - background: #ffb; - border-color: #eea; - } - -table.tickets tbody tr.even.prio2 { - background: #ffd; - border-color: #dd8; - } - -table.tickets tbody tr.prio3 { - background: #fbfbfb; - border-color: #ddd; - } - -table.tickets tbody tr.even.prio3 { - background: #f6f6f6; - border-color: #ccc; - } - -table.tickets tbody tr.prio4 { - background: #e7ffff; - border-color: #cee; - } - -table.tickets tbody tr.even.prio4 { - background: #dff; - border-color: #bee; - } - -table.tickets tbody tr.prio5 { - background: #e7eeff; - border-color: #cde; - } - -table.tickets tbody tr.even.prio5 { - background: #dde7ff - } - -table.tickets tbody tr.prio6 { - background: #f0f0f0; - border-color: #ddd; - } - -table.tickets tbody tr.even.prio6 { - background: #f7f7f7; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/roadmap.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/roadmap.css deleted file mode 100755 index 2e825fb..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/roadmap.css +++ /dev/null @@ -1,207 +0,0 @@ -/* General styles for the progress bars */ - -table.progress { - border: 1px solid #d7d7d7; - border-collapse: collapse; - border-spacing: 0; - float: left; - margin: 0; - padding: 0; - empty-cells: show; - } - -table.progress a, -table.progress :link, -table.progress :visited, -table.progress :link:hover, -table.progress :visited:hover { - border: none; - display: block; - width: 100%; - height: 1.2em; - padding: 0; - margin: 0; - text-decoration: none; - } - -table.progress td { - background: #fff; - padding: 0 - } - -table.progress td.closed { - background: #bae0ba; - } - -table.progress td :hover { - background: none; - } - -p.percent { - font-size: 10px; - line-height: 2.4em; - margin: 0.9em 0 0; - } - -/* Styles for the roadmap view */ - -ul.milestones { - margin: 2em 0 0; - padding: 0; - } - -li.milestone { - list-style: none; - margin-bottom: 4em; - } - -.milestone .info { - white-space: nowrap; - } - -.milestone .info h2 { - background: #f7f7f7; - border-bottom: 1px solid #d7d7d7; - margin: 0; - } - -.milestone .info h2 :link, -.milestone .info h2 :visited { - color: #000; - display: block; - border-bottom: none; - } - -.milestone .info h2 :link:hover, -.milestone .info h2 :visited:hover { - color: #000; - } - -.milestone .info h2 em { - color: #b00; - font-style: normal; - } - -.milestone .info .date { - color: #888; - font-size: 11px; - font-style: italic; - margin: 0; - } - -.milestone .info .progress { - margin: 1em 1em 0; - width: 40em; - max-width: 70%; - } - -.milestone .info dl { - font-size: 10px; - font-style: italic; - margin: 0 1em 2em; - white-space: nowrap; - } - -.milestone .info dt { - display: inline; margin-left: .5em; - } - -.milestone .info dd { - display: inline; margin: 0 1em 0 .5em; - } - -.milestone .description { - margin-left: 1em; - } - -/* Styles for the milestone view */ - -.milestone .date { - color: #888; - font-style: italic; - margin: 0; - } - -.milestone .description { - margin: 1em 0 2em; - } - -/* Styles for the milestone statistics table */ - -#stats { - float: right; - margin: 0 0 2em 2em; - width: 400px; - max-width: 40%; - } - -#stats legend { - white-space: nowrap; - } - -#stats table { - border-collapse: collapse; - width: 100%; - } - -#stats th, -#stats td { - font-size: 10px; - padding: 0; - white-space: nowrap; - } - -#stats th { - text-align: right; - text-transform: capitalize; - } - -#stats th :link, -#stats th :visited { - border: none; - } - -#stats td { - padding-left: 0.5em; - width: 100%; - } - -#stats td table.progress { - margin: 3px 4px 3px 0; - } - -#stats td table.progress td { - padding: 0; - } - -#stats td p.percent { - line-height: 1.2em; - margin-top: 3px; - } - -/* Styles for the milestone edit form */ - -#edit fieldset { - margin: 1em 0; - } - -#edit em { - color: #888; - font-size: smaller; - } - -#edit .disabled em { - color: #d7d7d7; - } - -#edit .field { - margin-top: 1.3em; - } - -#edit label { - padding-left: .2em; - } - -#edit textarea#description { - width: 97%; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/search.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/search.css deleted file mode 100755 index 5e2c608..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/search.css +++ /dev/null @@ -1,53 +0,0 @@ -/* Search */ - -#content form { - margin: 1em 0 0; - } - -#content form p { - margin: .5em 0; - } - -#content hr { - clear: left; - margin-bottom: 0; - } - -#notfound { - margin: 2em; - font-size: 110%; - } - -#results { - margin-right: 3em; - } - -#results dt { - margin: 1.5em 0 0; - } - -#results dt a { - color: #33c; - } - -#results dd { - font-size: 80%; - margin: 0; - padding: 0; - } - -#results .author, -#results .date, -#results .keywords { - color: #090; - } - -#quickjump { - font-style: italic; - font-weight: bold; - } - -#paging { - margin: 0 0 2em; - text-align: center; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/ticket.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/ticket.css deleted file mode 100755 index 64ca4ae..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/ticket.css +++ /dev/null @@ -1,191 +0,0 @@ -@import url(code.css); - -/* Ticket */ - -#content { - width: 700px; - max-width: 100%; - } - -#newticket #description { - width: 100%; - } -#newticket #properties { - width: 100%; - } - -#ticket { - background: #ffd; - border: 1px solid #ccc; - margin-top: 1em; - padding: .5em 1em; - position: relative; - } - -h1 .status { - color: #fff; - text-transform: lowercase; - } - -#ticket h2.summary { - margin: 0 0 .8em 0; - background: transparent; - } - -#ticket .date { - color: #996; - float: right; - font-size: 85%; - position: relative; - } - -#ticket .date p { - margin: 0; - } - -#ticket table.properties { - border-top: 1px solid #dd9; - border-collapse: collapse; - table-layout: fixed; - width: 100%; - } - -#ticket table.properties tr { - border-bottom: 1px dotted #eed; - } - -#ticket table.properties td, -#ticket table.properties th { - font-size: 80%; - padding: .5em 1em; - vertical-align: top; - } - -#ticket table.properties th { - color: #663; - font-weight: normal; - text-align: left; - width: 20%; - } - -#ticket table.properties td { - width: 30%; - } - -#ticket table.properties .description { - border-top: 1px solid #dd9; - } - -#ticket .description h3 { - border-bottom: 1px solid #dd9; - color: #663; - font-size: 100%; - font-weight: normal; - } - -#ticket .description h3 .lastmod { - font-size: 90%; - } - -#ticket .inlinebuttons { - float: right; - position: relative; - bottom: 0.3em; - } - -#changelog { - border: 1px solid #ddd; - padding-left: 1em; - padding-right: 1em; - padding-bottom: 1em; - } - -#changelog h3 { - border-bottom: 1px solid #ddd; - color: #999; - font-size: x-small; - font-weight: normal; - font-family: "DejaVu Sans Mono","Liberation Mono",monospace; - } - -#changelog .threading, -#changelog .inlinebuttons { - float: right; - position: relative; - bottom: 0.3em; - } - -#changelog .changes { - list-style: square; - margin-left: 2em; - padding: 0 - font-size: small; - } - -#changelog .comment { - margin-left: 2em; - font-family: "DejaVu Sans Mono","Liberation Mono",monospace; - font-size: small; - } - -form .field { - margin-top: .75em; - width: 100% - } - -form #comment { - width: 100% - } - -#properties { - white-space: nowrap; - line-height: 160%; - padding: .5em - } - -#properties table { - border-spacing: 0; - width: 100%; - } - -#properties table th { - padding: .4em; - text-align: right; - width: 20%; - vertical-align: top; - } - -#properties table th.col2 { - border-left: 1px dotted #d7d7d7; - } - -#properties table td { - vertical-align: middle; - width: 30%; - } - -#properties table td.fullrow { - vertical-align: middle; - width: 80%; - } - -#action { - line-height: 2em; - } - -fieldset.radio { - border: none; - margin: 0; padding: 0; - } - -fieldset.radio legend { - color: #000; - float: left; - font-size: 100%; - font-weight: normal; - padding: 0 1em 0 0; - } - -fieldset.radio label { - padding-right: 1em; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/timeline.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/timeline.css deleted file mode 100755 index 63d5638..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/timeline.css +++ /dev/null @@ -1,158 +0,0 @@ -/* Timeline */ - -* html #prefs { - width: 34em; /* Set width only for IE */ - } - -#prefs fieldset label { - display: block; - } - -#prefs .buttons { - margin-top: -1.6em; - } - -h2 { - background: #f7f7f7; - border-bottom: 1px solid #d7d7d7; - font-size: 105%; - margin: 2em 0 .5em; - } - -dl { - line-height: 1.3em; - margin-left: 1em - } - -dt { - background: 3px 4px no-repeat; - padding: 0; - } - -dt :link, -dt :visited { - background: 3px 3px no-repeat; - border: none; - color: #000; - padding: 0 4px 2px 22px; - } - -dt>:link, -dt>:visited { - /* Hide from IE/Win */ - background-position: 3px 4px; - display: block; - } - -dt :link:hover, -dt :visited:hover { - background-color: #eed; - color: #000; - } - -dt em { - border-bottom: 1px dotted #bbb; - color: #b00; - font-style: normal; - text-decoration: none; - } - -dt .time { - color: #999; - font-size: 80%; - } - -dd { - font-size: 80%; - margin: 0 0 .75em 5.5em; - padding: 0; - color: #776; - } - -/* Apply icon background-image twice to avoid hover-flicker in IE/Win */ - -dt.changeset, -dt.changeset a { - background-image: url("../changeset.png") !important; - } - -dt.newticket, -dt.newticket a { - background-image: url("../newticket.png") !important; - } - -dt.editedticket, -dt.editedticket a { - background-image: url("../editedticket.png") !important; - } - -dt.closedticket, -dt.closedticket a { - background-image: url("../closedticket.png") !important; - } - -dt.wiki, -dt.wiki a { - background-image: url("../wiki.png") !important; - } - -dt.milestone, -dt.milestone a { - background-image: url(../milestone.png) !important; - } - -dt.attachment, -dt.attachment a { - background-image: url(../attachment.png) !important; - } - -/* Styles for the 'changeset_long_messages' option */ - -dd.changeset p { - margin: 0; - padding: 0 - } - -dd.changeset ul { - padding-left: 15px; - } - -/* Styles for the 'changeset_show_files' option */ - -dd.changeset .changes { - color: #aaa; - font-size: 90%; - } - -dd.changeset ul.changes { - padding-left: 0; - list-style-type: none; - } - -dd.changeset .changes li div { - border: 1px solid #999; - float: left; - margin: .4em .5em 0 0; - overflow: hidden; - width: .8em; height: .8em; - } - -dd.changeset .changes .add { - background: #bfb; - } - -dd.changeset .changes .delete { - background: #f88; - } - -dd.changeset .changes .edit { - background: #fd8; - } - -dd.changeset .changes .copy { - background: #88f; - } - -dd.changeset .changes .move { - background: #ccc; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/trac.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/trac.css deleted file mode 100755 index 3bf0a51..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/trac.css +++ /dev/null @@ -1,1130 +0,0 @@ -/* Trac CSS */ - -html { - background-image:url(../background.png); - background-color: #FFF; - font-family: "DejaVu Sans", "Liberation Sans", sans-serif; - font-size: 0.85em; - line-height: 1.25em; - /* margin: 0; /* <- full screen */ - /* margin: 0 1% 0 1%; /* <- with 1% of left and right margin */ - /* margin: 0 2% 0 2%; /* <- with 2% of left and right margin */ - margin: 0 4% 0 4%; /* <- with 4% of left and right margin */ - /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */ - } - -body { - background: #FFF; - padding:0; - margin:0; - border:10px solid #FFF; -} - -#banner { - background: #204c8d url("../header-background.png"); -} - -h1 { - font-size: 1.7em; - font-weight: bold; - line-height: 1.9em; - margin-top: 0.9em; - margin-bottom: 0.9em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ - color: #FFF; - border: none; - background-color: #204C8D; - background-image: url("../h1-background.png"); - } -h2 { - font-size: 1.4em; - line-height: 1.8em; - margin: 0; - margin-top: 1.6em; - margin-bottom: 0.8em; - padding-left: 0.7em; /* Should be the same for h{1-4}*/ - background-image: url("../h2-background.png"); - border: none; - color: #072B61; - } - -h3 { - font-size: 1.25em; - line-height: 1.6em; - margin-top: 1em; - margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ - color: #072B61; - border-bottom-width: 1px; - border-bottom-style: solid; - border-bottom-color: #DADADA; - } -h4 { - font-size: 1.2em; - line-height: 1.4em; - margin-top: 1em; - margin-bottom: 0.5em; - padding-left: 0; /* Should be the same for h{1-4} */ - color: #072B61; - border-bottom: none; - } - -h5 { - font-size: 1.1em; - line-height: 1.1em; - margin-top: 1em; - margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ - color: #072B61; - font-weight: bold; - border-bottom: none; - } - -h6 { - font-size: 1em; - line-height: 1.1em; - margin-top: 1em; - margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ - color: #000; - font-weight: bold; - border-bottom: none; - } - -hr { - border: none; - border-top: 1px solid #ccc; - margin: 2em 0 - } - -address { font-style: normal } - -img { border: none } - -tt { - font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; - white-space: pre - } - -.underline { text-decoration: underline } -ol.loweralpha { list-style-type: lower-alpha } -ol.upperalpha { list-style-type: upper-alpha } -ol.lowerroman { list-style-type: lower-roman } -ol.upperroman { list-style-type: upper-roman } -ol.arabic { list-style-type: decimal } - -/* Link styles */ - -a:link { text-decoration: none; color: #204C8D; } -a:hover { text-decoration: underline; color: green; } -a:active { text-decoration: underline; color: green; } -a:visited { text-decoration: none; color: #204C8D; } -a:visited:hover { text-decoration: underline; color: green; } - -h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited, -h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited { - color: inherit; - border-bottom: 1px dotted #ddd; -} - -h1 a:hover { text-decoration: underline; color: #FFF; } -h1 a:active { text-decoration: underline; color: #FFF; } -h1 a:visited { text-decoration: none; color: #FFF; } -h1 a:visited:hover { text-decoration: underline; color: #FFF; } - -h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; color: #072B61; } -h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { text-decoration: underline; color: #072B61; } -h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { text-decoration: none; color: #072B61; } -h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, -h6 a:visited:hover { text-decoration: underline; color: #072B61; } - -/* Heading anchors */ - -.anchor:link, -.anchor:visited { - border: none; - color: #d7d7d7; - font-size: .8em; - background: transparent; -} - -* > .anchor:link, -* > .anchor:visited { - visibility: hidden; - } - -h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, -h4:hover .anchor, h5:hover .anchor, h6:hover .anchor { - visibility: visible; - } - -@media screen { - a.ext-link .icon { - background: url(../extlink.gif) left center no-repeat; - padding-left: 16px; - } - * html a.ext-link .icon { - display: inline-block; - } - } - -/* Forms */ - -input, -textarea, -select { margin: 2px } - -input, -select { vertical-align: middle } - -input[type=button], -input[type=submit], -input[type=reset] { - } - -input[type=button]:hover, -input[type=submit]:hover, -input[type=reset]:hover { - } - -input[type=button][disabled], input[type=submit][disabled], -input[type=reset][disabled] { - } - -#search input[type=text], -#search input.textwidget, -#search textarea { - border: 2px solid #204C8D; - width: 130px; - background-color: #EDF4FF; - padding: 2px; - padding-left: 4px; - color: #204C8D; - } - -#search input[type=button], -#search input[type=submit], -#search input[type=reset] { - border-width: 2px; - border-style: solid; - border-color: #204C8D; - background-color: #3B71B8; - color: #FFFFFF; - cursor: pointer; - display: inline; - font-weight: bold; - text-decoration: none; - padding: 2px; - padding-left: 4px; - padding-right: 4px; - } - -input[type=text], -input.textwidget, -textarea { - border: 1px solid #ccc; - font-size: 1.4em; - font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; - background-color: #f8f8f8; - } - -input[type=text] { - font-size: 1em; -} - -input[type=text], -input.textwidget { - padding: .2em - } - -input[type=text]:focus, -input.textwidget:focus, -textarea:focus { - background-color: #fff; - } - -option { - border-bottom: 1px dotted #d7d7d7; - } - -fieldset { - border: 1px solid #d7d7d7; - padding: .5em; margin: 0; - } - -fieldset.iefix { - background: transparent; - border: none; padding: 0; margin: 0; - } - -* html fieldset.iefix { - width: 98%; - } - -fieldset.iefix p { - margin: 0; - } - -legend { - color: #999; - padding: 0 .25em; - font-size: 90%; - font-weight: bold - } - -label.disabled { - color: #d7d7d7; - } - -.buttons { - margin: .5em .5em .5em 0; - } - -.buttons form, -.buttons form div { - display: inline; - } - -.buttons input { - margin: 1em .5em .1em 0; - } - -.inlinebuttons input { - margin: 0; - padding: 0.1em; - border: 1px solid #ddd; - font-size: 95%; - cursor: pointer; - } - -/* Header */ - -#header hr { display: none } - -#header h1 { margin: 1.5em 0 -1.5em; } - -#header img { - border: none; - margin: 10px; - font-weight: bold; - font-size: 1.4em; - line-height: 1em; - padding: 0; - float: left; -} - -#header :link, -#header :visited, -#header :link:hover, -#header :visited:hover { - background: transparent; - color: #555; - margin-bottom: 2px; - border: none; - } - -#header h1 :link:hover, -#header h1 :visited:hover { - color: #000 - } - -/* Quick search */ - -#search { - float: right; - font-size: 10px; - height: 0; - text-align: right; - margin: 5px; -} - -#search input { - font-size: 10px - } - -#search label { display: none } - -/* Navigation */ - -.nav h2, -.nav hr { display: none } - -#metanav { padding-top: 30px; } - -#metanav a { color: #eee; } - -#metanav li { border-right-color: #eee; } - -#metanav a:hover { - background: transparent; - color: #fff; - text-decoration: underline; -} - -.nav ul { - font-size: 10px; - list-style: none; - margin: 0; - margin-top: 5px; - margin-bottom: 5px; - text-align: right -} - -.nav li { - border-right: 1px dotted #628ECA; - display: inline; - padding: 0 .75em; - white-space: nowrap; - color: #eee; - } - -.nav li.last { - border-right: none; - } - -.nav li a { - border-bottom: none; - } - -/* Main navigation bar header */ - -.mainnav { - clear: both; - display: block; - padding: 0; - padding-left: 0px; - margin:0; - padding-left: 20px; - } - -.mainnav ul { - padding:0; - margin:0; -} - -.mainnav li { - float: left; - display: inline; - white-space: nowrap; - margin-left: 3px; - padding:0; - padding-top: 4px; - padding-bottom: 4px; - border-width: 1px; - border-style: solid; - border-color: #628ECA; - background-color: #FFF; - background-image: url("../topbar_gradient.png"); - background-position: left top; - background-repeat: repeat-x; - font-size: 0.9em; - } - -.mainnav li a { - /* To cover the box area as linkable */ - padding: 8px; - padding-top: 4px; - padding-bottom: 4px; - background: transparent; - border-bottom: 0; - margin: 0; - } - -.mainnav a, -.mainnav a:visited { - color: #204C8D; - text-decoration: none; - border-bottom: 0; - } - -.mainnav li:hover { - background-color: #628ECA; - background-image: url("../topbar_gradient2.png"); - background-position: left top; - background-repeat: repeat-x; - } - -.mainnav li:hover a { - color: #FFFFFF; - text-decoration: none; - background: transparent; - border-bottom: 0; - } - -.mainnav li:hover a:active { - color:#FFF; - text-decoration:none; - } - -.mainnav li a:active { - color:#204C8D; - text-decoration:none; - } - -.mainnav .active :link, -.mainnav .active :visited { - color: #FFFFFF; - font-weight: bold; - } - -.mainnav li.active { - background-color: #628ECA; - background-image: url("../topbar_gradient2.png"); - background-position: left top; - background-repeat: repeat-x; - } - -/* Main navigation bar footer*/ - -#footer .mainnav li { - border-color: #628ECA; - background-color: #FFF; - background-image: url("../bottombar_gradient.png"); - background-position: left bottom; - background-repeat: repeat-x; - } - -#footer .mainnav a, -#footer .mainnav a:visited { - color: #204C8D; - text-decoration: none; - border-bottom: 0; - } - -#footer .mainnav li:hover { - background-color: #628ECA; - background-image: url("../bottombar_gradient2.png"); - background-position: left bottom; - background-repeat: repeat-x; - } - -#footer .mainnav li:hover a { - color: #FFFFFF; - text-decoration: none; - background: transparent; - } - -#footer .mainnav li:hover a:active { color:#FFF; text-decoration:none;} -#footer .mainnav li a:active { color:#204C8D; text-decoration:none;} - -#footer .mainnav .active :link, -#footer .mainnav .active :visited { - color: #FFFFFF; - font-weight: bold; - } - -#footer .mainnav li.active { - background-color: #628ECA; - background-image: url("../bottombar_gradient2.png"); - background-position: left bottom; - background-repeat: repeat-x; - } - -/* Context-dependent navigation links */ -#ctxtnav { - clear: both; - padding: 0; - } - -#ctxtnav ul { - background-color: #EDF4FF; - border-top: 1px solid #C9C9C9; - margin: 0; - padding-top: 3px; - padding-bottom: 3px; - border-bottom: 2px dotted #628ECA; - font-size: 0.9em; - clear: both; - text-align: left; - } - -#ctxtnav li ul { - background: #f7f7f7; - color: #ccc; - border: 1px solid; - padding: 0; - display: inline; - } - -#ctxtnav li li { padding: 0; } - -#ctxtnav li li :link, -#ctxtnav li li :visited { - padding: 0 1em - } - -#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover { - background: #bba; - color: #fff; - } - -/* Alternate links */ - -#altlinks { - clear: both; - text-align: center; - } - -#altlinks h3 { - font-size: 12px; - letter-spacing: - normal; margin: 0 - } - -#altlinks ul { - list-style: none; - margin: 0; - padding: 0 0 1em - } - -#altlinks li { - border-right: 1px solid #d7d7d7; - display: inline; - font-size: 11px; - line-height: 16px; - padding: 0 1em; - white-space: nowrap; - } - -#altlinks li.last { - border-right: none; - } - -#altlinks li :link, -#altlinks li :visited { - background-position: 0 -1px; - background-repeat: no-repeat; - border: none; - } - -#altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px } - -#altlinks li a.rss { background-image: url(../xml.png); padding-left: 42px } - -/* Footer */ - -#footer { - background: #204c8d url("../header-background.png"); - margin-top: 1em; - } - -#footer :link, -#footer :visited { - color: #bbb; - } - -#footer hr { display: none } - -#footer #tracpowered { - border: 0; - float: left; - } - -#footer #tracpowered:hover { - background: transparent; - } - -#footer p { - margin: 0; - } - -#footer p.left { - float: left; - margin-left: 1em; - padding: 0 1em; - border-left: 1px solid #d7d7d7; - border-right: 1px solid #d7d7d7; - } - -#footer p.right { - float: right; - text-align: right; - } - -#footer .credits { - text-align: center; - font-size: 0.88em; - padding: 0; - color: #EEE; - padding: 1em; - clear: both; - } - -#footer .credits a { - color: #EEE; - } - - -#content { - padding-left: 20px; - padding-right: 20px; - padding-bottom: 2em; - position: relative - } - -#help { - clear: both; - color: #999; - font-size: 90%; - margin: 1em; - text-align: right; - } - -#help :link, -#help :visited { cursor: help } - -#help hr { display: none } - -/* Page preferences form */ - -#prefs { - background: #f7f7f0; - border: 1px outset #998; - float: right; - font-size: 9px; - padding: .8em; - position: relative; - margin: 0 1em 1em; - } - -* html #prefs { width: 26em } /* Set width only for IE */ - -#prefs input, -#prefs select { font-size: 9px; vertical-align: middle } - -#prefs fieldset { - background: transparent; - border: none; - margin: .5em; - padding: 0; - } - -#prefs fieldset legend { - background: transparent; - color: #000; - font-size: 9px; - font-weight: normal; - margin: 0 0 0 -1.5em; - padding: 0; - } - -#prefs .buttons { text-align: right } - -/* Version information (browser, wiki, attachments) */ - -#info { - margin: 1em 0 0 0; - background: #f7f7f0; - border: 1px solid #d7d7d7; - border-collapse: collapse; - border-spacing: 0; - clear: both; - width: 100%; - } - -#info th, -#info td { - padding: 2px .5em; - vertical-align: top - } - -#info th { - font-weight: bold; - text-align: left; - white-space: nowrap; - } - -#info td.message { - width: 100% - } - -#info .message ul { - padding: 0; - margin: 0 2em - } - -#info .message p { - margin: 0; - padding: 0 - } - -/* Wiki */ - -.wikipage { - padding-left: 18px; - } - -.wikipage h1, -.wikipage h2, -.wikipage h3 { - margin-left: -18px; - } - -a.missing:link, -a.missing:visited, -span.missing { color: gray; } - -a.missing:link, -a.missing:visited { background: none; } - -a.missing:hover { color: gray } -a.closed:link, a.closed:visited { text-decoration: line-through } - -dl.wiki dt { font-weight: bold } - -dl.compact dt { float: left; padding-right: .5em } - -dl.compact dd { margin: 0; padding: 0 } - -pre.wiki, -pre.literal-block { - border: 1pt dashed #797979; - background-color: #F3F3F3; - padding: 0.5em 1em; - margin: 0.5em 0 0.5em 0; - font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; - white-space: pre; - /* begin css 3 or browser specific rules - do not remove! - see: http://forums.techguy.org/archive/index.php/t-249849.html */ - white-space: pre-wrap; - word-wrap: break-word; - white-space: -moz-pre-wrap; - white-space: -pre-wrap; - white-space: -o-pre-wrap; - /* end css 3 or browser specific rules */ - border-width: 1px; - border-style: solid; - border-color: #E5E5E5; - border-left-width: 4px; - white-space: pre; - background: #FFFAE9; - overflow: auto; - } - -blockquote.citation { - margin: -0.6em 0; - border-style: solid; - border-width: 0 0 0 2px; - padding-left: .5em; - border-color: #b44; - } - -.citation blockquote.citation { - border-color: #4b4; - } - -.citation .citation blockquote.citation { - border-color: #44b; - } - -.citation .citation .citation blockquote.citation { - border-color: #c55; - } - -table.wiki { - border: 1px solid #ccc; - border-collapse: collapse; - border-spacing: 0; - } - -table.wiki td { - border: 1px solid #ccc; - padding: .5em ; - } - -.wikitoolbar { - border: solid #d7d7d7; - border-width: 1px 1px 1px 0; - height: 18px; - width: 208px; - } - -.wikitoolbar :link, .wikitoolbar :visited { - background: transparent url("../edit_toolbar.png") no-repeat; - border: 1px solid #fff; - border-left-color: #d7d7d7; - cursor: default; - display: block; - float: left; - width: 24px; - height: 16px; - } - -.wikitoolbar :link:hover, -.wikitoolbar :visited:hover { - background-color: transparent; - border: 1px solid #fb2; - } - -.wikitoolbar a#em { - background-position: 0 0 - } - -.wikitoolbar a#strong { - background-position: 0 -16px - } - -.wikitoolbar a#heading { - background-position: 0 -32px - } - -.wikitoolbar a#link { - background-position: 0 -48px - } - -.wikitoolbar a#code { - background-position: 0 -64px - } - -.wikitoolbar a#hr { - background-position: 0 -80px - } - -.wikitoolbar a#np { - background-position: 0 -96px - } - -.wikitoolbar a#br { - background-position: 0 -112px - } - -/* Styles for the form for adding attachments. */ - -#attachment .field { margin-top: 1.3em } -#attachment label { padding-left: .2em } -#attachment fieldset { margin-top: 2em } -#attachment fieldset .field { float: left; margin: 0 1em .5em 0 } -#attachment .options { float: left; padding: 0 0 1em 1em } -#attachment br { clear: left } -.attachment #preview { margin-top: 1em } - -/* Styles for the list of attachments. */ - -#attachments { - border: 1px solid #ddd; - padding-right: 1em; - } - -#attachments .attachments { - margin-left: 2em; - padding: 0 - } - -#attachments dt { - display: list-item; - list-style: square; - font-size: small; - } - -#attachments dd { - font-style: italic; - margin-left: 0; - padding-left: 0; - font-size: small; - margin-bottom: 1em; - } - - -/* Styles for tabular listings such as those used for displaying - * directory contents and report results. */ - -table.listing { - clear: both; - border-bottom: 1px solid #ddd; - border-collapse: collapse; - border-spacing: 0; - margin-top: 1em; - width: 100%; - } - -table.listing th { - text-align: left; - padding: .5em; - } - -table.listing thead { - background: #fff url("../h2-background.png"); - } - -table.listing thead th { - border: 1px solid #ddd; - font-weight: bold; - padding: .5em; - vertical-align: bottom; - } - -table.listing thead th :link:hover, -table.listing thead th :visited:hover { - background-color: transparent; - } - -table.listing thead th a { - border: none; - padding-right: 12px; - } - -table.listing th.asc a, -table.listing th.desc a { - font-weight: bold; - } - -table.listing th.asc a, -table.listing th.desc a { - background-position: 100% 50%; - background-repeat: no-repeat; - } - -table.listing th.asc a { - background-image: url("../asc.png"); - } - -table.listing th.desc a { - background-image: url("../desc.png"); - } - -table.listing tbody td, -table.listing tbody th { - border: 1px dotted #ddd; - padding: .5em; - vertical-align: top; - } - -table.listing tbody td a:hover, -table.listing tbody th a:hover { - background-color: transparent; - } - -table.listing tbody tr { - border-top: 1px solid #ddd - } - -table.listing tbody tr.even { - background-color: #fcfcfc; - } - -table.listing tbody tr.odd { - background-color: #f7f7f7; - } - -table.listing tbody tr:hover { - background: #eed !important; - } - -/* Styles for the error page (and rst errors) */ - -#content.error .message, -div.system-message { - background: #fdc; - border: 2px solid #d00; - color: #500; - padding: .5em; - margin: 1em 0; - } - -#content.error pre, -div.system-message pre { - margin-left: 1em; - overflow: auto; - font-size: small; - font-family: "DejaVu Sans Mono","Liberation Mono",monospace; - } - -div.system-message p { - margin: 0; - } - -div.system-message p.system-message-title { - font-weight: bold; - } - -/* Styles for search word highlighting */ - -@media screen { - .searchword0 { background: #ff9 } - .searchword1 { background: #cfc } - .searchword2 { background: #cff } - .searchword3 { background: #ccf } - .searchword4 { background: #fcf } - } - -@media print { - #header, - #altlinks, - #footer, - #help { - display: none; - } - - .nav, - form, - .buttons form, - form .buttons, - form .inlinebuttons { - display: none; - } - - form.printableform { - display: block; - } - } - -/* Miscelaneous */ - -.pageline { - clear: both; - margin: 0; - padding: 0; - width: 100%; - /* sync these values, line-height is needed for IE */ - height: 5px; - line-height: 5px; - background: #628ECA; - } - -.wikitext { - padding: 3px; - font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; - font-size: 1em; -} - -/* Lists */ - -#content ul, -#content ol { - padding-left: 0.5em; - margin-left: 3em; - margin-bottom: 0.3em; - } - -#content ul { - list-style: url("../ul.png") circle; - } - -#content ol { - list-style-image: none !important; - } - -#content ul li { - padding-left: 0em; - margin-bottom: 0.3em; - } - -#content ol li { - padding-left: 0em; - margin-bottom: 0.3em; - } - -#content ul ul, -#content ul ol, -#content ol ul, -#content ol ol { - margin-left: 1.5em; - margin-top: 0.3em; - } - -#content ul li p, -#content ol li p { - margin-bottom: 0.3em; - line-height: 1.5em; - margin-left: 0 !important; - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/wiki.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/wiki.css deleted file mode 100755 index 5b7156f..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/css/wiki.css +++ /dev/null @@ -1,152 +0,0 @@ -@import url(code.css); - -/* Styles for the page editing form */ - -#edit #rows { - float: right; - font-size: 80%; - } - -#edit #rows select { - font-size: 90%; - } - -#edit #text { - clear: both; - width: 100%; - } - -#edit .wikitoolbar { - float: left; - } - -#changeinfo { - padding: .5em; - } - -#changeinfo .field { - float: left; - margin: 0 1em .5em 0; - } - -#changeinfo br { - clear: left; - } - -#changeinfo .options { - padding: 0 0 1em 1em; - } - -#changeinfo .options, -#changeinfo .buttons { - clear: left; - } - -#delete { - margin-left: 6em; - } - -#preview { - background: #fff url(../draft.png); - margin: 1em 0 2em; - overflow: auto; - } - -/* Diff view */ - -#overview .multi { - color: #999; - } - -#overview .ipnr { - color: #999; - font-size: 80% - } - -#overview .comment { - padding: 1em 0 0; - } - -/* Styles for the page history table (extends the styles for - * "table.listing") */ - -#wikihist td { - padding: 0 .5em - } - -#wikihist td.date, -#wikihist td.diff, -#wikihist td.version, -#wikihist td.author { - white-space: nowrap; - } - -#wikihist td.version { - text-align: center - } - -#wikihist td.comment { - width: 100%; - } - -@media print { - th.diff, td.diff { - display: none - } - } - -/* Styles for the TracGuideToc wikimacro */ - -.wiki-toc { - color: black; - background: #fff url("../toc.png") right repeat-y; - border: 1px solid #CCCCCC; - font-size: small; - text-align:left; - padding-bottom: 15px; - margin: 0; - margin: 0 0 2em 1em; - float: right; - position: relative; -} - -.wiki-toc h4 { - font-size: 1em; - font-weight: bold; - line-height: 1.8em; - border-bottom: 1px solid #ccc; - margin: 0px; - margin-bottom: 10px; - padding: 0 10px 0 10px; - color: #072B61; - background-color: #FFF; - background-image: url("../h2-background.png"); -} - -.wiki-toc h3 { - margin-left: -10px; - color: #072B61; - border-bottom: 1px solid #ccc; - font-size: 1em; -} - - -.wiki-toc ul, -.wiki-toc ol { - list-style: none !important; - padding: 0 !important; - margin: 10px !important; - } - -.wiki-toc li { - margin: 0 ; - padding: 0 - } - -.wiki-toc .active { - font-weight: bold; - position: relative; - list-style: none !important; - padding: 0; - margin: 0 - } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/desc.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/desc.png deleted file mode 100755 index 2070185..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/desc.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/dots.gif b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/dots.gif deleted file mode 100755 index c6ae052..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/dots.gif and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/draft.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/draft.png deleted file mode 100755 index 6b625f4..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/draft.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/edit_toolbar.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/edit_toolbar.png deleted file mode 100755 index 50e6a8b..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/edit_toolbar.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/editedticket.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/editedticket.png deleted file mode 100755 index 9d12a91..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/editedticket.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/extlink.gif b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/extlink.gif deleted file mode 100755 index d47e14c..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/extlink.gif and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/file.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/file.png deleted file mode 100755 index 168d472..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/file.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/folder.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/folder.png deleted file mode 100755 index 48b7c19..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/folder.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/h1-background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/h1-background.png deleted file mode 100755 index 966b7ed..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/h1-background.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/h2-background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/h2-background.png deleted file mode 100755 index 7966dc0..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/h2-background.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/header-background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/header-background.png deleted file mode 100755 index 90232d3..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/header-background.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/ics.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/ics.png deleted file mode 100755 index 69b9193..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/ics.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/imggrid.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/imggrid.png deleted file mode 100755 index d1e60d9..0000000 Binary files a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/imggrid.png and /dev/null differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/js/query.js b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/js/query.js deleted file mode 100755 index e4cbd99..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/htdocs/js/query.js +++ /dev/null @@ -1,271 +0,0 @@ -function initializeFilters() { - - // Bail early for Konqueror and IE5.2/Mac, which don't fully support dynamic - // creation of form controls - try { - var test = document.createElement("input"); - test.type = "button"; - if (test.type != "button") throw Error(); - } catch (e) { - return; - } - - // Removes an existing row from the filters table - function removeRow(button, propertyName) { - var tr = getAncestorByTagName(button, "tr"); - - var mode = null; - var selects = tr.getElementsByTagName("select"); - for (var i = 0; i < selects.length; i++) { - if (selects[i].name == propertyName + "_mode") { - mode = selects[i]; - break; - } - } - if (mode && (getAncestorByTagName(mode, "tr") == tr)) { - // Check whether there are more 'or' rows for this filter - var next = tr.nextSibling; - if (next && (next.className == propertyName)) { - function getChildElementAt(e, idx) { - e = e.firstChild; - var cur = 0; - while (cur <= idx) { - while (e && e.nodeType != 1) e = e.nextSibling; - if (cur++ == idx) break; - e = e.nextSibling; - } - return e; - } - - var thisTh = getChildElementAt(tr, 0); - var nextTh = getChildElementAt(next, 0); - next.insertBefore(thisTh, nextTh); - nextTh.colSpan = 1; - - thisTd = getChildElementAt(tr, 0); - nextTd = getChildElementAt(next, 1); - next.replaceChild(thisTd, nextTd); - } - } - - var tBody = tr.parentNode; - tBody.deleteRow(tr.sectionRowIndex); - if (!tBody.rows.length) { - tBody.parentNode.removeChild(tBody); - } - - if (propertyName) { - var select = document.forms["query"].elements["add_filter"]; - for (var i = 0; i < select.options.length; i++) { - var option = select.options[i]; - if (option.value == propertyName) option.disabled = false; - } - } - } - - // Initializes a filter row, the 'input' parameter is the submit - // button for removing the filter - function initializeFilter(input) { - var removeButton = document.createElement("input"); - removeButton.type = "button"; - removeButton.value = input.value; - if (input.name.substr(0, 10) == "rm_filter_") { - removeButton.onclick = function() { - var endIndex = input.name.search(/_\d+$/); - if (endIndex < 0) endIndex = input.name.length; - removeRow(removeButton, input.name.substring(10, endIndex)); - return false; - } - } else { - removeButton.onclick = function() { - removeRow(removeButton); - return false; - } - } - input.parentNode.replaceChild(removeButton, input); - } - - // Make the submit buttons for removing filters client-side triggers - var filters = document.getElementById("filters"); - var inputs = filters.getElementsByTagName("input"); - for (var i = 0; i < inputs.length; i++) { - var input = inputs[i]; - if (input.type == "submit" && input.name - && input.name.match(/^rm_filter_/)) { - initializeFilter(input); - } - } - - // Make the drop-down menu for adding a filter a client-side trigger - var addButton = document.forms["query"].elements["add"]; - addButton.parentNode.removeChild(addButton); - var select = document.getElementById("add_filter"); - select.onchange = function() { - if (select.selectedIndex < 1) return; - - if (select.options[select.selectedIndex].disabled) { - // Neither IE nor Safari supported disabled options at the time this was - // written, so alert the user - alert("A filter already exists for that property"); - return; - } - - // Convenience function for creating a - - - -
- : - -
- -

Attachments

-
-
() - added by on .
-
-
- - -
s diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/milestone.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/milestone.cs deleted file mode 100644 index 9f26f46..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/milestone.cs +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -
- -

New Milestone

- -

Edit Milestone

- -

Delete Milestone

- -

Milestone

- - - - -
- - -
- -
-
- Schedule - -
- - -
- - - -
-
-
-
- -

-
-
-
- - -
- -
- -
- - -

Are you sure you want to delete this milestone?

- - - -
- - -
-
- - -
-

- Completed ago () - late - Due in () - No date set -

#0 ?> - - - - -
- - -
-

%

-
-
Closed tickets:
-
-
Active tickets:
-
-
-
-
-
- - - - - - - - - - -
- - - - - -
- -
-

/

-
-
-
-
-
-
- - - -
-
- - - -
-
- -
- Note: See TracRoadmap for help on using the roadmap. -
- -
- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/newticket.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/newticket.cs deleted file mode 100644 index 96526fc..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/newticket.cs +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - -
-

Create New Ticket

- -
- -
-
-
-
- -
-
- -
-
-
-
-
- -
- Description Preview - -
-
- -
- Ticket Properties - - - - - colspan="3"> checked="checked" /> -
-
- - - -

- -

- -
-   - -
-
- -
- Note: See TracTickets for help on using tickets. -
-
- - diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/query.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/query.cs deleted file mode 100644 index 5b0afa6..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/query.cs +++ /dev/null @@ -1,243 +0,0 @@ - - - - - -(No matches) - -
-

- -
-
- Filters - checked="checked" - - - - - - - - - - - - - - - - - - - -
- - colspan="2"> - -
- /> - - checked="checked" /> - - checked="checked" /> - - -
-
-   - - -
-
-

- - - checked="checked" /> - - -

-

- checked="checked" /> - -

-
- - - -
-
-
- - - - - - - - - - - - -
-

:

- - - - - - - -
-

Reported by , - :

-

-
- -
- Note: See TracQuery - for help on using queries. -
- -
- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/query_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/query_rss.cs deleted file mode 100644 index 9970e8e..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/query_rss.cs +++ /dev/null @@ -1,40 +0,0 @@ - - - - <?cs var:project.name_encoded ?>: Ticket Query - Ticket Query - - - en-us - Trac v - - <?cs var:project.name_encoded ?> - - - - - - - <?cs var:'#' + result.id + ': ' + result.summary ?> - - - - Tickets - #changelog - - - diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/report.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/report.cs deleted file mode 100644 index c64ade4..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/report.cs +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -
- - - - 0 ?> - - - -

- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

( matches)

-
- - -
- - -
- - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #'+$cell+'') ?> - - '+$cell+'') ?> - - {'+$cell+'}') ?> - - - - - - - - - - - '+$cell+'') ?> - - - - - - - -
-
-
colspan="100" class="">
-
- - -
-
-
No matches found.
- - - -

-
- - -

Are you sure you want to delete this report?

-
- - -
-
- - - -

-
-
- -
-
-
-
-
- (You may use WikiFormatting here) -
- -
-
-
- -
-
- - -
-
- -
- - -
- Note: See TracReports for help on using and - creating reports. -
- -
- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/report_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/report_rss.cs deleted file mode 100644 index 9357f2c..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/report_rss.cs +++ /dev/null @@ -1,53 +0,0 @@ - - - - <?cs var:project.name_encoded ?>: <?cs var:report.title ?> - <?cs var:title ?> - / - Trac Report - - en-us - Trac v - - <?cs var:project.name_encoded ?> - - / - - - - - <?cs var:'#' + id + ': ' + title ?> - - - - Report - - diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/roadmap.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/roadmap.cs deleted file mode 100644 index efd1663..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/roadmap.cs +++ /dev/null @@ -1,86 +0,0 @@ - - - - - -
-

Roadmap

- -
-
- checked="checked" /> - -
-
- -
-
- - -
-
- - -
-
- -
- Note: See TracRoadmap for help on using the roadmap. -
- -
- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/search.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/search.cs deleted file mode 100644 index b3181d9..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/search.cs +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/settings.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/settings.cs deleted file mode 100644 index dacef64..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/settings.cs +++ /dev/null @@ -1,66 +0,0 @@ - - - - - -
- -

Settings and Session Management

- -

User Settings

-

- This page lets you customize and personalize your Trac settings. Session - settings are stored on the server and identified using a 'Session Key' - stored in a browser cookie. The cookie lets Trac restore your settings. -

-
-
-

Personal Information

-
- - - -
-
- - -
-

Session

-
- - -

The session key is used to identify stored custom settings and session - data on the server. Automatically generated by default, you may change it - to something easier to remember at any time if you wish to use your settings - in a different web browser.

-
-
-
- -
-
-
-
-

Load Session

-

You may load a previously created session by entering the corresponding - session key below and clicking 'Recover'. This lets you share settings between - multiple computers and/or web browsers.

-
-
- - - - -
-
- -
- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket.cs deleted file mode 100644 index 2a393cc..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket.cs +++ /dev/null @@ -1,342 +0,0 @@ - - - - - -
- -

Ticket # ( : )

- -
-
-
-

Opened ago

-

Last modified ago

- -
-

- - - - - - - - - colspan="3" headers="h_"> -
Reported by:Assigned to: (accepted)
:
-
-
-

- - - - - Description (Last modified by ) -

- -
-
-
- - - - - - - - - -

Change History

-
-
-
-

id="comment:"> - - - - - (in reply to: ; : ) - changed by -

-
    -
  • addedchanged from to set to deletedchanged.
  • - -
-
-
-
-
- - -
-

Add/Change # ()

- -
-
-
-
- -
-
-
-

-
-
- Comment Preview - -
-
- -
- Change Properties - - - - - - - - - - - - - - - - - colspan="3"> checked="checked" /> -
-
- -
-
- - -
- Action - checked="checked" /> - -
-
-
- - -
- - - -
- - - - -
- - - -   - -
-
- - -
- -
- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket_notify_email.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket_notify_email.cs deleted file mode 100644 index cafd0ba..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket_notify_email.cs +++ /dev/null @@ -1,23 +0,0 @@ - - - - -Changes (by ): - - -Comment (by ): - - - --- -Ticket URL: <> - <> - \ No newline at end of file diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket_rss.cs deleted file mode 100644 index 52433fa..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/ticket_rss.cs +++ /dev/null @@ -1,55 +0,0 @@ - - - - - <?cs var:project.name_encoded ?>: Ticket <?cs var:title ?> - Ticket <?cs var:title ?> - - - en-us - Trac v - - <?cs var:project.name_encoded ?> - - - - - - <?cs var:change.title ?> - #comment: - #comment: - - - <ul> - <li><strong></strong> set to <em></em>changed from <em></em> to <em></em>.deleted</li> - </ul> - - - - Ticket - - - diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/timeline.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/timeline.cs deleted file mode 100644 index eb325fe..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/timeline.cs +++ /dev/null @@ -1,51 +0,0 @@ - - - - -
-

Timeline

- -
-
- and - . -
-
- -
-
- -
-
-

:

- -
-
- Note: See TracTimeline - for information about the timeline view. -
- -
- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/timeline_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/timeline_rss.cs deleted file mode 100644 index b78f58d..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/timeline_rss.cs +++ /dev/null @@ -1,36 +0,0 @@ - - - - <?cs var:project.name_encoded ?>: <?cs var:title ?> - <?cs var:title ?> - - Trac Timeline - en-us - Trac v - - <?cs var:project.name_encoded ?> - - - - - <?cs var:event.title ?> - - - - / - - - - - diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/wiki.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/wiki.cs deleted file mode 100644 index 71f1e03..0000000 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Trac/templates/wiki.cs +++ /dev/null @@ -1,391 +0,0 @@ - - - - - -
- - 1 ?> -

Delete

-
- -

Are you sure you want to completely delete this page?
- This is the only version the page, so the page will be removed - completely! - - - This is an irreversible operation.

-
- - -
-
- - -

Changes between - Version and from - Version of -

-
-
- - - - -
- Show - -
-
- Ignore: -
- checked="checked" /> - -
-
- checked="checked" /> - -
-
- checked="checked" /> - -
-
-
- -
-
-
-
-
Author:
-
1 ?>(multiple changes) (IP: )
-
Timestamp:
-
1 ?>(multiple changes) ( ago)--
-
Comment:
-
1 ?>(multiple changes)
-
-
-
-

Legend:

-
-
Unmodified
-
Added
-
Removed
-
Modified
-
-
-
    -
  • -

    - - - - - - - -
    Version Version
    - - - - - - - -
    v0v 
    -
  • -
-
- - - - -
-
- - -

Change History of

-
- -
- -
- - - - - - - - - - - - - - - - - -
VersionDateAuthorComment
checked="checked" /> checked="checked" />
#10 ?> -
- -
-
- - - -

Editing ""

- - - - -
- Preview of future version (modified by ) -
-
- Preview (skip) -
-
-
- Sorry, this page has been modified by somebody else since you started - editing. Your changes cannot be saved. -
-
-
- - - -
- - -
-

- -
-
- Note: See WikiFormatting and TracWiki for help on editing wiki content. -
-
- Change information - -
- -
- -
- -

- -
- -
- -
-
-   -   - -   -   - - -
- -
- - - - - - - -
- Version (modified by , ago) -
- -
-
-
- -

Attachments

- - - -
-
- - -
-
- - -
-
- - - - -
- -
- - - - -
- - diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/README b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/README new file mode 100755 index 0000000..96c5745 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/README @@ -0,0 +1,5 @@ +This directory contains files used by Trac's default clearsilver templates. + +Local modifications to these files might be lost during the installation of +a new Trac version. This can be avoided by making a copy of this entire +directory before beginning modifications. diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/asc.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/asc.png new file mode 100755 index 0000000..486b731 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/asc.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/attachment.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/attachment.png new file mode 100755 index 0000000..a4d2124 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/attachment.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/background.png new file mode 100755 index 0000000..ccfa402 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/background.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/bottombar_gradient.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/bottombar_gradient.png new file mode 100644 index 0000000..ed377df Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/bottombar_gradient.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/bottombar_gradient2.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/bottombar_gradient2.png new file mode 100644 index 0000000..571e027 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/bottombar_gradient2.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/centos-logo.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/centos-logo.png new file mode 100755 index 0000000..d506085 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/centos-logo.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/changeset.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/changeset.png new file mode 100755 index 0000000..31c0356 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/changeset.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/closedticket.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/closedticket.png new file mode 100755 index 0000000..43f7a84 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/closedticket.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/about.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/about.css new file mode 100755 index 0000000..5951ac9 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/about.css @@ -0,0 +1,88 @@ +/* About config */ + +#content.about_config table { + border-collapse: collapse; + margin: 2em 0; + } + +#content.about_config th { + background: #f7f7f0; + font-weight: bold; + text-align: left; + vertical-align: top; + } + +#content.about_config th.section { + text-align: right; + } + +#content.about_config th, +#content.about_config td { + border: 1px solid #ddd; + padding: 3px; + } + +#content.about_config td.name { + background:#f9f9f0; + } + +#content.about_config td.value { + background:#f9f9f0; + font-weight: bold; + } + +#content.about_config td.defaultvalue { + font-family: monospace; + background:#f9f9f0; + } + +#content.about_config td.doc { + padding: 3px 1em 3px 1em; + } + +/* About plugins */ +#content.about_plugins h2 { + background: #f7f7f7; + border-bottom: 1px solid #d7d7d7; + margin: 2em 0 0; + } + +#content.about_plugins table { + border-collapse: collapse; + margin: 1em 0; + table-layout: fixed; + width: 100%; + } + +#content.about_plugins th, +#content.about_plugins td { + border: 1px solid #ddd; + padding: 3px; + } + +#content.about_plugins th { + background: #f7f7f0; + font-weight: bold; + text-align: right; + vertical-align: top; + width: 12em; + } + +#content.about_plugins td.module { + font-family: monospace; + } + +#content.about_plugins td.module .path { + color: #999; + font-size: 90%; + } + +#content.about_plugins td.xtnpts { + margin-top: 1em; + } + +#content.about_plugins td.xtnpts ul { + list-style: square; + margin: 0; + padding: 0 0 0 2em; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/browser.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/browser.css new file mode 100755 index 0000000..96f2bb7 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/browser.css @@ -0,0 +1,285 @@ +/* Browser */ + +#prefs { + margin-top: -1.6em; + } + +* html #prefs { + width: 34em; + } /* Set width only for IE */ + +#prefs fieldset label { + display: block; + } + +#prefs .buttons { + margin-top: -1.6em; + } +#prefs .choice { + margin-top: -0.6em; + } + +#legend { + clear: right; + } + +h1 :link, +h1 :visited, +h1 .filename { + color: #fff; + border-bottom: 1px dotted #ddd; + } + +h1 :link:hover, +h1 :visited:hover { + background-color: transparent; + text-decoration: underline; + color: #fff; + } + +h1 .first:link:hover, +h1 .first:visited:hover { + color: #ddd; + } + +h1 :link, +h1 :visited { + color: #fff; + } + +h1 .first:link, +h1 .first:visited { + color: #ddd; + } + +h1 .sep { + color: #fff; + padding: .1em .2em; + } + +#jumprev { + float: right; + margin: 0 0 0; + } + +#jumprev form { + margin: 5px; + margin-top:0; + } + +#jumprev input { + margin-right: 0; + } + +/* Styles for the directory entries table (extends the styles for + * "table.listing") */ + +#dirlist { + margin-top: 0 + } +#dirlist td.rev, +#dirlist td.age, +#dirlist td.change, +#dirlist td.size { + color: #888; + white-space: nowrap; + vertical-align: baseline; + } + +#dirlist td.rev { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + text-align: right; + } + +#dirlist td.size { + color: #888; + white-space: nowrap; + text-align: right; + vertical-align: middle; + } + +#dirlist td.name { + width: 100%; + } + +#dirlist td.name a, +#dirlist td.name span { + background-position: 0% 50%; + background-repeat: no-repeat; + padding-left: 20px; + } + +#dirlist td.name a.parent { + background-image: url("../parent.png"); + } + +#dirlist td.name a.dir { + background-image: url("../folder.png") + } + +#dirlist td.name a.file { + background-image: url("../file.png") + } + +#dirlist td.name a, +#dirlist td.rev a { + border-bottom: none; + display: block + } + +#dirlist td.rev { + text-align: right; + } + +#dirlist td.change { + vertical-align: middle; + white-space: nowrap + } + +/* Style for the ''View Changes'' button */ + +#anydiff { + margin: 0 0 1em; + float: left; + } + +#anydiff form, +#anydiff div, +#anydiff h2 { + display: inline; + } + +#anydiff input { + vertical-align: baseline; + margin: 0 -0.5em 0 1em; + } + +@media print { + #anydiff form { + display: none + } + } + +/* Log */ + +tr.diff input { + padding: 0 1em; margin: 0; + } + +div.buttons { + clear: left; + } + +@media print { + th.diff, + td.diff { + display: none + } + } + +/* Styles for the revision log table (extends the styles for + * "table.listing") */ + +#chglist { + margin-top: 0; + } + +#chglist td.change span { + border: 1px solid #999; + display: block; + margin: .2em .5em 0 0; + width: .8em; height: .8em; + } + +#chglist td.diff { + white-space: nowrap; + } + +#chglist td.change .comment { + display: none; + } + +#chglist td.old_path { + font-style: italic; + } + +#chglist td.date { + vertical-align: top; + padding-top: 0.55em; + white-space: nowrap; + } + +#chglist td.author { + vertical-align: top; + padding-top: 0.55em + } + +#chglist td.rev, +#chglist td.chgset { + font-family: "DejaVu Sans Mono","Liberation Mono",monospace; + text-align: right; + } + +#chglist td.rev a, +#chglist td.chgset a { + border-bottom: none; + } + +#chglist td.summary { + width: 100%; + vertical-align: middle; + white-space: nowrap; + } + +#chglist .verbose td.summary { + border: none; + color: #333; + padding: .5em 1em 1em 2em; + white-space: normal; + } + +#chglist td.summary * { + margin-top: 0; + margin-bottom: 0; + } + +#paging { + margin: 1em 0; + } + +/* Styles for the revision info in the file view (see also trac.css) */ +#info { + margin: 0; + } + +#info .props { + color: #666; + list-style: square; + margin: 0 0 .4em 1.6em; + padding: 0; + } + +#info .props li { + padding: 0; + overflow: auto; + } + +/* Styles for the HTML preview */ +#preview { + background: #fff; + clear: both; + margin: 0 + } + +#preview .code-block { + border-top: 1px solid #999; + margin: 0; + } + +#preview .image-file { + overflow: hidden; + } + +#preview .image-file img { + max-width: 100%; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/changeset.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/changeset.css new file mode 100755 index 0000000..e57f49e --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/changeset.css @@ -0,0 +1,76 @@ +/* Changeset overview */ + +#overview .files { + padding-top: 1em + } + +#overview .files ul { + margin: 0; padding: 0 + } + +#overview .files li { + list-style-type: none + } + +#overview .files li .comment { + display: none + } + +#overview .files li div { + border: 1px solid #999; + float: left; + margin: .2em .5em 0 0; + overflow: hidden; + width: .8em; height: .8em; + } + +#overview div.add div, +#overview div.cp div, +#overview div.mv div { + border: 0; + margin: 0; + float: right; + width: .35em; + } + +#overview .changeset { + padding: 0 0 1px; + } + +#overview dd.changeset p { + margin-bottom: 0; + margin-top: 0; + } + +#overview .files { + padding: 1px 0; + } + +.diff ul.props { + font-size: 90%; + list-style: disc; + margin: .5em 0 0; + padding: 0 .5em 1em 2em; + } + +.diff ul.props li { + margin: 0; + padding: 0; + } + +#title dl { + display: inline; + font-size: 110%; + } + +#title dt { + display: inline; + font-size: 110%; + font-weight: bold; + margin-left: 3em; + } + +#title dd { + display: inline; + margin-left: 0.4em; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/code.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/code.css new file mode 100755 index 0000000..49639cb --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/code.css @@ -0,0 +1,411 @@ +/* Code */ + +div.code { + margin: 1em 1.75em; + padding: .25em; + overflow: auto; + } + +div.code pre { + background:#FFFAE9 none repeat scroll 0%; + border-color:#E5E5E5; + border-style:solid; + border-width:1px 1px 1px 4px; + font-family:"DejaVu Sans Mono","Liberation Mono",monospace; + margin:0.5em 0pt; + overflow:auto; + padding:0.5em 1em; + white-space:pre; + } + +table.code { + border: 1px solid #ddd; + border-spacing: 0; + border-top: 0; + empty-cells: show; + font-size: 12px; + line-height: 130%; + padding: 0; + margin: 0 auto; + table-layout: fixed; + width: 100%; + } + +table.code th { + border-right: 1px solid #d7d7d7; + border-bottom: 1px solid #998; + font-size: 11px; + } + +table.code th.lineno { + width: 4em; + } + +table.code thead th { + background: #eee; + border-top: 1px solid #d7d7d7; + color: #999; + padding: 0 .25em; + text-align: center; + white-space: nowrap; + } + +table.code tbody th { + background: #eed; + color: #886; + font-weight: normal; + padding: 0 .5em; + text-align: right; + vertical-align: top; + } + +table.code tbody th :link, +table.code tbody th :visited { + border: none; + color: #886; + text-decoration: none; + } + +table.code tbody th :link:hover, +table.code tbody th :visited:hover { + color: #000; +} + +table.code tbody td { + background: #fff; + font: normal 11px monospace; + overflow: hidden; + padding: 1px 2px; + vertical-align: top; + } + +.image-file { + background: #eee; + padding: .3em; + } + +.image-file img { + background: url("../imggrid.png"); + } + +/* Default */ + +.code-block span { + font-family: monospace; + } + +/* Comments */ + +.code-comment, +.css_comment, +.c_comment, +.c_commentdoc, +.c_commentline, +.c_commentlinedoc, +.h_comment, +.pl_commentline, +.p_commentblock, +.p_commentline, +.hphp_comment, +.hphp_commentblock, +.hphp_commentline, +.yaml_comment { + color: #998; + font-style: italic; + } + +/* Language keyword */ + +.code-keyword, +.pl_word { + color: #789; + font-weight: bold; + } + +/* Type */ + +.code-type, +.c_word, +.c_word2, +.p_classname, +.hphp_classname { + color: #468; + font-weight: bold; + } + +/* Function */ + +.code-func, +.p_defname { + color: #900; + font-weight: bold; + border-bottom: none; + } + +/* Pre-processor */ + +.code-prep, +.c_preprocessor, +.pl_preprocessor, +.yaml_identifier { + color: #999; + font-weight: bold; + } + +/* Language construct */ + +.code-lang, +.p_word { + color: #000; + font-weight: bold + } + +/* String */ + +.code-string, +.c_string, +.c_stringeol, +.css_doublestring, +.css_singlestring, +.h_singlestring, +.h_doublestring, +.pl_string, +.pl_string_q, +.pl_string_qq, +.pl_string_qr, +.pl_string_qw, +.pl_string_qx, +.pl_backticks, +.pl_character, +.p_string, +.p_stringeol, +.hphp_string, +.hphp_stringeol, +.hphp_triple, +.hphp_tripledouble, +.p_character, +.p_triple, +.p_tripledouble { + color: #b84; + font-weight: normal; +} + +/* Variable name */ + +.code-var { + color: #f9f; + } + +/* SilverCity-specific styles */ + +.css_id, +.css_class, +.css_pseudoclass, +.css_tag { + color: #900000; + } + +.css_directive { + color: #009000; + font-weight: bold + } + +.css_important { + color: blue + } + +.css_operator { + color: #000090; + font-weight: bold; + } + +.css_tag { + font-weight: bold; + } + +.css_unknown_identifier, +.css_unknown_pseudoclass { + color: red; + } + +.css_value { + color: navy; + } + +.c_commentdockeyword { + color: navy; + font-weight: bold; + } + +.c_commentdockeyworderror { + color: red; + font-weight: bold; + } + +.c_character, +.c_regex, +.c_uuid, +.c_verbatim { + color: olive; + } + +.c_number { + color: #099; + } + +.h_asp { + color: #ff0 + } + +.h_aspat { + color: #ffdf00 + } + +.h_attribute { + color: teal + } + +.h_attributeunknown { + color: red + } + +.h_cdata { + color: #373 + } + +.h_entity { + color: purple + } + +.h_number { + color: #099 + } + +.h_other { + color: purple + } + +.h_script, +.h_tag, +.h_tagend { + color: navy + } + +.h_tagunknown { + color: red + } + +.h_xmlend, +.h_xmlstart { + color: blue + } + +.pl_datasection { + color: olive + } + +.pl_error { + color: red; + font-weight: bold; + } + +.pl_hash { + color: #000; + } + +.pl_here_delim, +.pl_here_q, +.pl_here_qq, +.pl_here_qx, +.pl_longquote { + color: olive + } + +.pl_number { + color: #099; + } + +.pl_pod { + font-style: italic + } + +.pl_regex, +.pl_regsubst { + color: olive; + } + +.p_number { + color: #099; + } + +.hphp_character { + color: olive + } + +.hphp_defname { + color: #099; + font-weight: bold; + } + +.hphp_number { + color: #099; + } + +.hphp_word { + color: navy; + font-weight: bold; + } + +.yaml_document { + color: gray; + font-style: italic; + } + +.yaml_keyword { + color: #808; + } + +.yaml_number { + color: #800; + } + +.yaml_reference { + color: #088; + } + +.v_comment { + color: gray; + font-style: italic; + } + +.v_commentline, +.v_commentlinebang { + color: red; + font-style: italic; + } + +.v_number, +.v_preprocessor { + color: #099; + } + +.v_string, +.v_stringeol { + color: olive; + } + +.v_user { + color: blue; + font-weight: bold; + } + +.v_word, +.v_word3 { + color: navy; + font-weight: bold; + } + +.v_word2 { + color: green; + font-weight: bold; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/diff.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/diff.css new file mode 100755 index 0000000..63ae755 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/diff.css @@ -0,0 +1,281 @@ +/* Diff preferences */ + +#prefs fieldset { + margin: 1em .5em .5em; + padding: .5em 1em 0; + } + +/* Diff/change overview */ + +#overview { + line-height: 130%; + margin-top: 1em; padding: .5em; + } + +#overview dt.property { + font-weight: bold; + padding-right: .25em; + position: absolute; + left: 0; + text-align: right; + width: 7.75em; + } + +#overview dd { + margin-left: 8em; + } + +#overview .message { + padding: 1em 0 1px; + } + +#overview dd.message p, +#overview dd.message ul, +#overview dd.message ol, +#overview dd.message pre { + margin-bottom: 1em; + margin-top: 0; + } + +/* Colors for change types */ + +#chglist .edit, +#overview .mod, +.diff #legend .mod { + background: #fd8; + } + +#chglist .delete, +#overview .rem, +.diff #legend .rem { + background: #f88; + } + +#chglist .add, +#overview .add, +.diff #legend .add { + background: #bfb; + } + +#chglist .copy, +#overview .cp, +.diff #legend .cp { + background: #88f; + } + +#chglist .move, +#overview .mv, +.diff #legend .mv { + background: #ccc; + } + +#chglist .unknown { + background: #fff; + } + +/* Legend for diff colors */ + +.diff #legend { + float: left; + font-size: 9px; + line-height: 1em; + margin: 1em 0; + padding: .5em; + } + +.diff #legend h3 { + display: none; + } + +.diff #legend dt { + background: #fff; + border: 1px solid #999; + float: left; + margin: .1em .5em .1em 2em; + overflow: hidden; + width: .8em; height: .8em; + } + +.diff #legend dl, +.diff #legend dd { + display: inline; + float: left; + padding: 0; + margin: 0; + margin-right: .5em; + } + +/* Styles for the list of diffs */ + +.diff ul.entries { + list-style: none !important; + clear: both; + margin: 0 !important; + padding: 0 !important; + } + +.diff ul.entries ul.props li { + overflow: auto; + } + +.diff li.entry { + background: #f7f7f7; + border: 1px solid #d7d7d7; + list-style-type: none; + margin: 0 0 2em !important; + padding: 2px !important; + position: relative; + width: 100%; + } + +.diff h2 { + color: #333; + font-size: 14px; + letter-spacing: normal; + margin: 0 auto; + padding: .1em 0 .25em .5em; + } + +/* Styles for the actual diff tables (side-by-side and inline) */ + +.diff table { + border: 1px solid #ddd; + border-spacing: 0; + border-top: 0; + empty-cells: show; + font-size: 12px; + line-height: 130%; + padding: 0; + margin: 0 auto; + table-layout: fixed; + width: 100%; + } + +.diff table col.lineno { + width: 4em; + } + +.diff table th { + border-right: 1px solid #d7d7d7; + border-bottom: 1px solid #998; + font-size: 11px; + } + +.diff table thead th { + background: #eee; + border-top: 1px solid #d7d7d7; + color: #999; + padding: 0 .25em; + text-align: center; + white-space: nowrap; + } + +.diff table tbody th { + background: #eed; + color: #886; + font-weight: normal; + padding: 0 .5em; + text-align: right; + vertical-align: top; + } + +.diff table tbody td { + background: #fff; + font: normal 11px monospace; + overflow: visible; + padding: 1px 2px; + vertical-align: top; + } + +.diff table tbody.skipped td { + background: #f7f7f7; + border: 1px solid #d7d7d7; + } + +.diff td ins, +.diff td del { + text-decoration: none; + } + +/* Styles for the inline diff */ + +.diff table.inline tbody.mod td.l, +.diff table.inline tbody.rem td.l { + background: #fdd; + border-color: #c00; + border-style: solid; + border-width: 0 1px 0 1px; + } + +.diff table.inline tbody.mod td.r, +.diff table.inline tbody.add td.r { + background: #dfd; + border-color: #0a0; + border-style: solid; + border-width: 0 1px 0 1px; + } + +.diff table.inline tbody.mod tr.first td.l, +.diff table.inline tbody.rem tr.first td.l { + border-top-width: 1px; + } + +.diff table.inline tbody.mod tr.last td.l, +.diff table.inline tbody.rem tr.last td.l { + border-bottom-width: 1px; + } + +.diff table.inline tbody.mod tr.first td.r, +.diff table.inline tbody.add tr.first td.r { + border-top-width: 1px; + } + +.diff table.inline tbody.mod tr.last td.r, +.diff table.inline tbody.add tr.last td.r { + border-bottom-width: 1px; + } + +.diff table.inline tbody.mod td del { + background: #e99; + color: #000; + } + +.diff table.inline tbody.mod td ins { + background: #9e9; + color: #000; + } + +/* Styles for the side-by-side diff */ + +.diff table.sidebyside colgroup.content { + width: 50%; + } + +.diff table.sidebyside tbody.mod td.l { + background: #fe9; + } + +.diff table.sidebyside tbody.mod td.r { + background: #fd8; + } + +.diff table.sidebyside tbody.add td.l { + background: #dfd; + } + +.diff table.sidebyside tbody.add td.r { + background: #cfc; + } + +.diff table.sidebyside tbody.rem td.l { + background: #f88; + } + +.diff table.sidebyside tbody.rem td.r { + background: #faa; + } + +.diff table.sidebyside tbody.mod del, +.diff table.sidebyside tbody.mod ins { + background: #fc0; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/report.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/report.css new file mode 100755 index 0000000..c3aaf9b --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/report.css @@ -0,0 +1,328 @@ +@import url(code.css); + +h1 .numrows, h2 .numrows { + margin-left: 1em; + color: #fff; + font-weight: normal; + font-size: 0.5em; + } + +h2 { + background: #f7f7f7; + border-bottom: 1px solid #d7d7d7; + margin: 2em 0 0; + padding: 0 .33em; + } + +#report-descr { + margin: 0 2em; + font-size: 90%; + } + +#report-notfound { + margin: 2em; + font-size: 110%; + } + +#query { + clear: right; + } + +#query fieldset, +#query fieldset input, +#query fieldset select { + font-size: 11px; + } + +#query fieldset { + margin-top: 1em; + } + +#query .option, +#query .option input, +#query .option select { + font-size: 11px; + } + +#query .option { + float: left; + line-height: 2em; + margin: .9em 2.5em 0 .5em; + padding: 0 0 .1em; + } + +#query .buttons { + float: right; + margin-top: .5em; + } + +#query .buttons input { + margin: .5em; + } + +#query hr { + clear: both; + margin: 0; + visibility: hidden; + } + +#filters table { + width: 100%; + } + +#filters tr { + height: 2em; + } + +#filters th, +#filters td { + padding: 0 .2em; + vertical-align: middle; + } + +#filters th { + font-size: 11px; + text-align: right; + white-space: nowrap; + } + +#filters td label { + font-size: 11px; + } + +#filters td.mode { + text-align: right; + } + +#filters td.filter { + width: 100%; + } + +#filters td.filter label { + padding-right: 1em; + } + +#filters td.actions { + text-align: right; + white-space: nowrap; + } + +/* Styles for the report list and the report results table (extends + * the styles for "table.listing") */ + +.reports td.title { + width: 100%; + } + +.reports tbody td :link, +.reports tbody td :visited, +.tickets tbody td :link, +.tickets tbody td :visited { + display: block; + } + +.tickets { + border-bottom: none; + } + +.tickets thead th { + text-transform: capitalize; + white-space: nowrap; + } + +.tickets tbody td, +.reports tbody td { + padding: .5em !important; + } + +.tickets tbody td a, +.reports tbody td a { + border-bottom: none; + } + +.tickets tbody td.id :link, +.tickets tbody td.id :visited { + font-weight: bold; + } + +.tickets tbody tr:hover { + background: #eed; + color: #000; + } + +.tickets tr.color1-odd { + background: #fdc; + border-color: #e88; + color: #a22; + } + +.tickets tr.color1-even { + background: #fed; + border-color: #e99; + color: #a22; + } + +.tickets tr.color2-odd { + background: #ffb; + border-color: #eea; + color: #880; + } + +.tickets tr.color2-even { + background: #ffd; + border-color: #dd8; + color: #880; + } + +.tickets tr.color3-odd { + background: #fbfbfb; + border-color: #ddd; + color: #444; + } + +.tickets tr.color3-even { + background: #f6f6f6; + border-color: #ccc; + color: #333; + } + +.tickets tr.color4-odd { + background: #e7ffff; + border-color: #cee; + color: #099; + } + +.tickets tr.color4-even { + background: #dff; + border-color: #bee; + color: #099; + } + +.tickets tr.color5-odd { + background: #e7eeff; + border-color: #cde; + color: #469; + } + +.tickets tr.color5-even { + background: #dde7ff; + border-color: #cde; + color: #469; + } + +.tickets tr.color6-odd { + background: #f0f0f0; + border-color: #ddd; + color: #888; + } + +.tickets tr.color6-even { + background: #f7f7f7; + border-color: #ddd; + color: #888; + } + +.tickets tr.color6-odd a, +.color6-even a { + color: #b66; + } + +.tickets tbody tr.fullrow td, +.tickets tbody td.fullrow { + border: none; + color: #333; + background: transparent; + padding: 0 1em 2em 2em !important; + font-size: 85%; + } + +.tickets tbody tr.fullrow:hover { + background: transparent !important; + } + +.tickets .fullrow :link, +.tickets .fullrow :visited { + display: inline; + } + +.tickets .fullrow .meta { + color: #999; + margin-bottom: -.5em; + margin-left: -1em; + } + +.tickets .fullrow hr { + display: none; + } + +/* Query results table */ + +table.tickets tbody tr.added td { + font-weight: bold; + } + +table.tickets tbody tr.changed td { + font-style: italic; + } + +table.tickets tbody tr.removed td { + color: #999; + } + +table.tickets tbody tr.prio1 { + background: #fdc; + border-color: #e88; + } + +table.tickets tbody tr.even.prio1 { + background: #fed; + border-color: #e99; + } + +table.tickets tbody tr.prio2 { + background: #ffb; + border-color: #eea; + } + +table.tickets tbody tr.even.prio2 { + background: #ffd; + border-color: #dd8; + } + +table.tickets tbody tr.prio3 { + background: #fbfbfb; + border-color: #ddd; + } + +table.tickets tbody tr.even.prio3 { + background: #f6f6f6; + border-color: #ccc; + } + +table.tickets tbody tr.prio4 { + background: #e7ffff; + border-color: #cee; + } + +table.tickets tbody tr.even.prio4 { + background: #dff; + border-color: #bee; + } + +table.tickets tbody tr.prio5 { + background: #e7eeff; + border-color: #cde; + } + +table.tickets tbody tr.even.prio5 { + background: #dde7ff + } + +table.tickets tbody tr.prio6 { + background: #f0f0f0; + border-color: #ddd; + } + +table.tickets tbody tr.even.prio6 { + background: #f7f7f7; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/roadmap.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/roadmap.css new file mode 100755 index 0000000..2e825fb --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/roadmap.css @@ -0,0 +1,207 @@ +/* General styles for the progress bars */ + +table.progress { + border: 1px solid #d7d7d7; + border-collapse: collapse; + border-spacing: 0; + float: left; + margin: 0; + padding: 0; + empty-cells: show; + } + +table.progress a, +table.progress :link, +table.progress :visited, +table.progress :link:hover, +table.progress :visited:hover { + border: none; + display: block; + width: 100%; + height: 1.2em; + padding: 0; + margin: 0; + text-decoration: none; + } + +table.progress td { + background: #fff; + padding: 0 + } + +table.progress td.closed { + background: #bae0ba; + } + +table.progress td :hover { + background: none; + } + +p.percent { + font-size: 10px; + line-height: 2.4em; + margin: 0.9em 0 0; + } + +/* Styles for the roadmap view */ + +ul.milestones { + margin: 2em 0 0; + padding: 0; + } + +li.milestone { + list-style: none; + margin-bottom: 4em; + } + +.milestone .info { + white-space: nowrap; + } + +.milestone .info h2 { + background: #f7f7f7; + border-bottom: 1px solid #d7d7d7; + margin: 0; + } + +.milestone .info h2 :link, +.milestone .info h2 :visited { + color: #000; + display: block; + border-bottom: none; + } + +.milestone .info h2 :link:hover, +.milestone .info h2 :visited:hover { + color: #000; + } + +.milestone .info h2 em { + color: #b00; + font-style: normal; + } + +.milestone .info .date { + color: #888; + font-size: 11px; + font-style: italic; + margin: 0; + } + +.milestone .info .progress { + margin: 1em 1em 0; + width: 40em; + max-width: 70%; + } + +.milestone .info dl { + font-size: 10px; + font-style: italic; + margin: 0 1em 2em; + white-space: nowrap; + } + +.milestone .info dt { + display: inline; margin-left: .5em; + } + +.milestone .info dd { + display: inline; margin: 0 1em 0 .5em; + } + +.milestone .description { + margin-left: 1em; + } + +/* Styles for the milestone view */ + +.milestone .date { + color: #888; + font-style: italic; + margin: 0; + } + +.milestone .description { + margin: 1em 0 2em; + } + +/* Styles for the milestone statistics table */ + +#stats { + float: right; + margin: 0 0 2em 2em; + width: 400px; + max-width: 40%; + } + +#stats legend { + white-space: nowrap; + } + +#stats table { + border-collapse: collapse; + width: 100%; + } + +#stats th, +#stats td { + font-size: 10px; + padding: 0; + white-space: nowrap; + } + +#stats th { + text-align: right; + text-transform: capitalize; + } + +#stats th :link, +#stats th :visited { + border: none; + } + +#stats td { + padding-left: 0.5em; + width: 100%; + } + +#stats td table.progress { + margin: 3px 4px 3px 0; + } + +#stats td table.progress td { + padding: 0; + } + +#stats td p.percent { + line-height: 1.2em; + margin-top: 3px; + } + +/* Styles for the milestone edit form */ + +#edit fieldset { + margin: 1em 0; + } + +#edit em { + color: #888; + font-size: smaller; + } + +#edit .disabled em { + color: #d7d7d7; + } + +#edit .field { + margin-top: 1.3em; + } + +#edit label { + padding-left: .2em; + } + +#edit textarea#description { + width: 97%; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/search.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/search.css new file mode 100755 index 0000000..5e2c608 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/search.css @@ -0,0 +1,53 @@ +/* Search */ + +#content form { + margin: 1em 0 0; + } + +#content form p { + margin: .5em 0; + } + +#content hr { + clear: left; + margin-bottom: 0; + } + +#notfound { + margin: 2em; + font-size: 110%; + } + +#results { + margin-right: 3em; + } + +#results dt { + margin: 1.5em 0 0; + } + +#results dt a { + color: #33c; + } + +#results dd { + font-size: 80%; + margin: 0; + padding: 0; + } + +#results .author, +#results .date, +#results .keywords { + color: #090; + } + +#quickjump { + font-style: italic; + font-weight: bold; + } + +#paging { + margin: 0 0 2em; + text-align: center; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/ticket.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/ticket.css new file mode 100755 index 0000000..64ca4ae --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/ticket.css @@ -0,0 +1,191 @@ +@import url(code.css); + +/* Ticket */ + +#content { + width: 700px; + max-width: 100%; + } + +#newticket #description { + width: 100%; + } +#newticket #properties { + width: 100%; + } + +#ticket { + background: #ffd; + border: 1px solid #ccc; + margin-top: 1em; + padding: .5em 1em; + position: relative; + } + +h1 .status { + color: #fff; + text-transform: lowercase; + } + +#ticket h2.summary { + margin: 0 0 .8em 0; + background: transparent; + } + +#ticket .date { + color: #996; + float: right; + font-size: 85%; + position: relative; + } + +#ticket .date p { + margin: 0; + } + +#ticket table.properties { + border-top: 1px solid #dd9; + border-collapse: collapse; + table-layout: fixed; + width: 100%; + } + +#ticket table.properties tr { + border-bottom: 1px dotted #eed; + } + +#ticket table.properties td, +#ticket table.properties th { + font-size: 80%; + padding: .5em 1em; + vertical-align: top; + } + +#ticket table.properties th { + color: #663; + font-weight: normal; + text-align: left; + width: 20%; + } + +#ticket table.properties td { + width: 30%; + } + +#ticket table.properties .description { + border-top: 1px solid #dd9; + } + +#ticket .description h3 { + border-bottom: 1px solid #dd9; + color: #663; + font-size: 100%; + font-weight: normal; + } + +#ticket .description h3 .lastmod { + font-size: 90%; + } + +#ticket .inlinebuttons { + float: right; + position: relative; + bottom: 0.3em; + } + +#changelog { + border: 1px solid #ddd; + padding-left: 1em; + padding-right: 1em; + padding-bottom: 1em; + } + +#changelog h3 { + border-bottom: 1px solid #ddd; + color: #999; + font-size: x-small; + font-weight: normal; + font-family: "DejaVu Sans Mono","Liberation Mono",monospace; + } + +#changelog .threading, +#changelog .inlinebuttons { + float: right; + position: relative; + bottom: 0.3em; + } + +#changelog .changes { + list-style: square; + margin-left: 2em; + padding: 0 + font-size: small; + } + +#changelog .comment { + margin-left: 2em; + font-family: "DejaVu Sans Mono","Liberation Mono",monospace; + font-size: small; + } + +form .field { + margin-top: .75em; + width: 100% + } + +form #comment { + width: 100% + } + +#properties { + white-space: nowrap; + line-height: 160%; + padding: .5em + } + +#properties table { + border-spacing: 0; + width: 100%; + } + +#properties table th { + padding: .4em; + text-align: right; + width: 20%; + vertical-align: top; + } + +#properties table th.col2 { + border-left: 1px dotted #d7d7d7; + } + +#properties table td { + vertical-align: middle; + width: 30%; + } + +#properties table td.fullrow { + vertical-align: middle; + width: 80%; + } + +#action { + line-height: 2em; + } + +fieldset.radio { + border: none; + margin: 0; padding: 0; + } + +fieldset.radio legend { + color: #000; + float: left; + font-size: 100%; + font-weight: normal; + padding: 0 1em 0 0; + } + +fieldset.radio label { + padding-right: 1em; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/timeline.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/timeline.css new file mode 100755 index 0000000..63d5638 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/timeline.css @@ -0,0 +1,158 @@ +/* Timeline */ + +* html #prefs { + width: 34em; /* Set width only for IE */ + } + +#prefs fieldset label { + display: block; + } + +#prefs .buttons { + margin-top: -1.6em; + } + +h2 { + background: #f7f7f7; + border-bottom: 1px solid #d7d7d7; + font-size: 105%; + margin: 2em 0 .5em; + } + +dl { + line-height: 1.3em; + margin-left: 1em + } + +dt { + background: 3px 4px no-repeat; + padding: 0; + } + +dt :link, +dt :visited { + background: 3px 3px no-repeat; + border: none; + color: #000; + padding: 0 4px 2px 22px; + } + +dt>:link, +dt>:visited { + /* Hide from IE/Win */ + background-position: 3px 4px; + display: block; + } + +dt :link:hover, +dt :visited:hover { + background-color: #eed; + color: #000; + } + +dt em { + border-bottom: 1px dotted #bbb; + color: #b00; + font-style: normal; + text-decoration: none; + } + +dt .time { + color: #999; + font-size: 80%; + } + +dd { + font-size: 80%; + margin: 0 0 .75em 5.5em; + padding: 0; + color: #776; + } + +/* Apply icon background-image twice to avoid hover-flicker in IE/Win */ + +dt.changeset, +dt.changeset a { + background-image: url("../changeset.png") !important; + } + +dt.newticket, +dt.newticket a { + background-image: url("../newticket.png") !important; + } + +dt.editedticket, +dt.editedticket a { + background-image: url("../editedticket.png") !important; + } + +dt.closedticket, +dt.closedticket a { + background-image: url("../closedticket.png") !important; + } + +dt.wiki, +dt.wiki a { + background-image: url("../wiki.png") !important; + } + +dt.milestone, +dt.milestone a { + background-image: url(../milestone.png) !important; + } + +dt.attachment, +dt.attachment a { + background-image: url(../attachment.png) !important; + } + +/* Styles for the 'changeset_long_messages' option */ + +dd.changeset p { + margin: 0; + padding: 0 + } + +dd.changeset ul { + padding-left: 15px; + } + +/* Styles for the 'changeset_show_files' option */ + +dd.changeset .changes { + color: #aaa; + font-size: 90%; + } + +dd.changeset ul.changes { + padding-left: 0; + list-style-type: none; + } + +dd.changeset .changes li div { + border: 1px solid #999; + float: left; + margin: .4em .5em 0 0; + overflow: hidden; + width: .8em; height: .8em; + } + +dd.changeset .changes .add { + background: #bfb; + } + +dd.changeset .changes .delete { + background: #f88; + } + +dd.changeset .changes .edit { + background: #fd8; + } + +dd.changeset .changes .copy { + background: #88f; + } + +dd.changeset .changes .move { + background: #ccc; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/trac.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/trac.css new file mode 100755 index 0000000..3bf0a51 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/trac.css @@ -0,0 +1,1130 @@ +/* Trac CSS */ + +html { + background-image:url(../background.png); + background-color: #FFF; + font-family: "DejaVu Sans", "Liberation Sans", sans-serif; + font-size: 0.85em; + line-height: 1.25em; + /* margin: 0; /* <- full screen */ + /* margin: 0 1% 0 1%; /* <- with 1% of left and right margin */ + /* margin: 0 2% 0 2%; /* <- with 2% of left and right margin */ + margin: 0 4% 0 4%; /* <- with 4% of left and right margin */ + /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */ + } + +body { + background: #FFF; + padding:0; + margin:0; + border:10px solid #FFF; +} + +#banner { + background: #204c8d url("../header-background.png"); +} + +h1 { + font-size: 1.7em; + font-weight: bold; + line-height: 1.9em; + margin-top: 0.9em; + margin-bottom: 0.9em; + padding-left: 0.7em; /* Should be the same for h{1-4} */ + color: #FFF; + border: none; + background-color: #204C8D; + background-image: url("../h1-background.png"); + } +h2 { + font-size: 1.4em; + line-height: 1.8em; + margin: 0; + margin-top: 1.6em; + margin-bottom: 0.8em; + padding-left: 0.7em; /* Should be the same for h{1-4}*/ + background-image: url("../h2-background.png"); + border: none; + color: #072B61; + } + +h3 { + font-size: 1.25em; + line-height: 1.6em; + margin-top: 1em; + margin-bottom: 0.5em; + padding-left: 0.7em; /* Should be the same for h{1-4} */ + color: #072B61; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #DADADA; + } +h4 { + font-size: 1.2em; + line-height: 1.4em; + margin-top: 1em; + margin-bottom: 0.5em; + padding-left: 0; /* Should be the same for h{1-4} */ + color: #072B61; + border-bottom: none; + } + +h5 { + font-size: 1.1em; + line-height: 1.1em; + margin-top: 1em; + margin-bottom: 0.5em; + padding-left: 0.7em; /* Should be the same for h{1-4} */ + color: #072B61; + font-weight: bold; + border-bottom: none; + } + +h6 { + font-size: 1em; + line-height: 1.1em; + margin-top: 1em; + margin-bottom: 0.5em; + padding-left: 0.7em; /* Should be the same for h{1-4} */ + color: #000; + font-weight: bold; + border-bottom: none; + } + +hr { + border: none; + border-top: 1px solid #ccc; + margin: 2em 0 + } + +address { font-style: normal } + +img { border: none } + +tt { + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + white-space: pre + } + +.underline { text-decoration: underline } +ol.loweralpha { list-style-type: lower-alpha } +ol.upperalpha { list-style-type: upper-alpha } +ol.lowerroman { list-style-type: lower-roman } +ol.upperroman { list-style-type: upper-roman } +ol.arabic { list-style-type: decimal } + +/* Link styles */ + +a:link { text-decoration: none; color: #204C8D; } +a:hover { text-decoration: underline; color: green; } +a:active { text-decoration: underline; color: green; } +a:visited { text-decoration: none; color: #204C8D; } +a:visited:hover { text-decoration: underline; color: green; } + +h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited, +h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited { + color: inherit; + border-bottom: 1px dotted #ddd; +} + +h1 a:hover { text-decoration: underline; color: #FFF; } +h1 a:active { text-decoration: underline; color: #FFF; } +h1 a:visited { text-decoration: none; color: #FFF; } +h1 a:visited:hover { text-decoration: underline; color: #FFF; } + +h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; color: #072B61; } +h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { text-decoration: underline; color: #072B61; } +h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { text-decoration: none; color: #072B61; } +h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, +h6 a:visited:hover { text-decoration: underline; color: #072B61; } + +/* Heading anchors */ + +.anchor:link, +.anchor:visited { + border: none; + color: #d7d7d7; + font-size: .8em; + background: transparent; +} + +* > .anchor:link, +* > .anchor:visited { + visibility: hidden; + } + +h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, +h4:hover .anchor, h5:hover .anchor, h6:hover .anchor { + visibility: visible; + } + +@media screen { + a.ext-link .icon { + background: url(../extlink.gif) left center no-repeat; + padding-left: 16px; + } + * html a.ext-link .icon { + display: inline-block; + } + } + +/* Forms */ + +input, +textarea, +select { margin: 2px } + +input, +select { vertical-align: middle } + +input[type=button], +input[type=submit], +input[type=reset] { + } + +input[type=button]:hover, +input[type=submit]:hover, +input[type=reset]:hover { + } + +input[type=button][disabled], input[type=submit][disabled], +input[type=reset][disabled] { + } + +#search input[type=text], +#search input.textwidget, +#search textarea { + border: 2px solid #204C8D; + width: 130px; + background-color: #EDF4FF; + padding: 2px; + padding-left: 4px; + color: #204C8D; + } + +#search input[type=button], +#search input[type=submit], +#search input[type=reset] { + border-width: 2px; + border-style: solid; + border-color: #204C8D; + background-color: #3B71B8; + color: #FFFFFF; + cursor: pointer; + display: inline; + font-weight: bold; + text-decoration: none; + padding: 2px; + padding-left: 4px; + padding-right: 4px; + } + +input[type=text], +input.textwidget, +textarea { + border: 1px solid #ccc; + font-size: 1.4em; + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + background-color: #f8f8f8; + } + +input[type=text] { + font-size: 1em; +} + +input[type=text], +input.textwidget { + padding: .2em + } + +input[type=text]:focus, +input.textwidget:focus, +textarea:focus { + background-color: #fff; + } + +option { + border-bottom: 1px dotted #d7d7d7; + } + +fieldset { + border: 1px solid #d7d7d7; + padding: .5em; margin: 0; + } + +fieldset.iefix { + background: transparent; + border: none; padding: 0; margin: 0; + } + +* html fieldset.iefix { + width: 98%; + } + +fieldset.iefix p { + margin: 0; + } + +legend { + color: #999; + padding: 0 .25em; + font-size: 90%; + font-weight: bold + } + +label.disabled { + color: #d7d7d7; + } + +.buttons { + margin: .5em .5em .5em 0; + } + +.buttons form, +.buttons form div { + display: inline; + } + +.buttons input { + margin: 1em .5em .1em 0; + } + +.inlinebuttons input { + margin: 0; + padding: 0.1em; + border: 1px solid #ddd; + font-size: 95%; + cursor: pointer; + } + +/* Header */ + +#header hr { display: none } + +#header h1 { margin: 1.5em 0 -1.5em; } + +#header img { + border: none; + margin: 10px; + font-weight: bold; + font-size: 1.4em; + line-height: 1em; + padding: 0; + float: left; +} + +#header :link, +#header :visited, +#header :link:hover, +#header :visited:hover { + background: transparent; + color: #555; + margin-bottom: 2px; + border: none; + } + +#header h1 :link:hover, +#header h1 :visited:hover { + color: #000 + } + +/* Quick search */ + +#search { + float: right; + font-size: 10px; + height: 0; + text-align: right; + margin: 5px; +} + +#search input { + font-size: 10px + } + +#search label { display: none } + +/* Navigation */ + +.nav h2, +.nav hr { display: none } + +#metanav { padding-top: 30px; } + +#metanav a { color: #eee; } + +#metanav li { border-right-color: #eee; } + +#metanav a:hover { + background: transparent; + color: #fff; + text-decoration: underline; +} + +.nav ul { + font-size: 10px; + list-style: none; + margin: 0; + margin-top: 5px; + margin-bottom: 5px; + text-align: right +} + +.nav li { + border-right: 1px dotted #628ECA; + display: inline; + padding: 0 .75em; + white-space: nowrap; + color: #eee; + } + +.nav li.last { + border-right: none; + } + +.nav li a { + border-bottom: none; + } + +/* Main navigation bar header */ + +.mainnav { + clear: both; + display: block; + padding: 0; + padding-left: 0px; + margin:0; + padding-left: 20px; + } + +.mainnav ul { + padding:0; + margin:0; +} + +.mainnav li { + float: left; + display: inline; + white-space: nowrap; + margin-left: 3px; + padding:0; + padding-top: 4px; + padding-bottom: 4px; + border-width: 1px; + border-style: solid; + border-color: #628ECA; + background-color: #FFF; + background-image: url("../topbar_gradient.png"); + background-position: left top; + background-repeat: repeat-x; + font-size: 0.9em; + } + +.mainnav li a { + /* To cover the box area as linkable */ + padding: 8px; + padding-top: 4px; + padding-bottom: 4px; + background: transparent; + border-bottom: 0; + margin: 0; + } + +.mainnav a, +.mainnav a:visited { + color: #204C8D; + text-decoration: none; + border-bottom: 0; + } + +.mainnav li:hover { + background-color: #628ECA; + background-image: url("../topbar_gradient2.png"); + background-position: left top; + background-repeat: repeat-x; + } + +.mainnav li:hover a { + color: #FFFFFF; + text-decoration: none; + background: transparent; + border-bottom: 0; + } + +.mainnav li:hover a:active { + color:#FFF; + text-decoration:none; + } + +.mainnav li a:active { + color:#204C8D; + text-decoration:none; + } + +.mainnav .active :link, +.mainnav .active :visited { + color: #FFFFFF; + font-weight: bold; + } + +.mainnav li.active { + background-color: #628ECA; + background-image: url("../topbar_gradient2.png"); + background-position: left top; + background-repeat: repeat-x; + } + +/* Main navigation bar footer*/ + +#footer .mainnav li { + border-color: #628ECA; + background-color: #FFF; + background-image: url("../bottombar_gradient.png"); + background-position: left bottom; + background-repeat: repeat-x; + } + +#footer .mainnav a, +#footer .mainnav a:visited { + color: #204C8D; + text-decoration: none; + border-bottom: 0; + } + +#footer .mainnav li:hover { + background-color: #628ECA; + background-image: url("../bottombar_gradient2.png"); + background-position: left bottom; + background-repeat: repeat-x; + } + +#footer .mainnav li:hover a { + color: #FFFFFF; + text-decoration: none; + background: transparent; + } + +#footer .mainnav li:hover a:active { color:#FFF; text-decoration:none;} +#footer .mainnav li a:active { color:#204C8D; text-decoration:none;} + +#footer .mainnav .active :link, +#footer .mainnav .active :visited { + color: #FFFFFF; + font-weight: bold; + } + +#footer .mainnav li.active { + background-color: #628ECA; + background-image: url("../bottombar_gradient2.png"); + background-position: left bottom; + background-repeat: repeat-x; + } + +/* Context-dependent navigation links */ +#ctxtnav { + clear: both; + padding: 0; + } + +#ctxtnav ul { + background-color: #EDF4FF; + border-top: 1px solid #C9C9C9; + margin: 0; + padding-top: 3px; + padding-bottom: 3px; + border-bottom: 2px dotted #628ECA; + font-size: 0.9em; + clear: both; + text-align: left; + } + +#ctxtnav li ul { + background: #f7f7f7; + color: #ccc; + border: 1px solid; + padding: 0; + display: inline; + } + +#ctxtnav li li { padding: 0; } + +#ctxtnav li li :link, +#ctxtnav li li :visited { + padding: 0 1em + } + +#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover { + background: #bba; + color: #fff; + } + +/* Alternate links */ + +#altlinks { + clear: both; + text-align: center; + } + +#altlinks h3 { + font-size: 12px; + letter-spacing: + normal; margin: 0 + } + +#altlinks ul { + list-style: none; + margin: 0; + padding: 0 0 1em + } + +#altlinks li { + border-right: 1px solid #d7d7d7; + display: inline; + font-size: 11px; + line-height: 16px; + padding: 0 1em; + white-space: nowrap; + } + +#altlinks li.last { + border-right: none; + } + +#altlinks li :link, +#altlinks li :visited { + background-position: 0 -1px; + background-repeat: no-repeat; + border: none; + } + +#altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px } + +#altlinks li a.rss { background-image: url(../xml.png); padding-left: 42px } + +/* Footer */ + +#footer { + background: #204c8d url("../header-background.png"); + margin-top: 1em; + } + +#footer :link, +#footer :visited { + color: #bbb; + } + +#footer hr { display: none } + +#footer #tracpowered { + border: 0; + float: left; + } + +#footer #tracpowered:hover { + background: transparent; + } + +#footer p { + margin: 0; + } + +#footer p.left { + float: left; + margin-left: 1em; + padding: 0 1em; + border-left: 1px solid #d7d7d7; + border-right: 1px solid #d7d7d7; + } + +#footer p.right { + float: right; + text-align: right; + } + +#footer .credits { + text-align: center; + font-size: 0.88em; + padding: 0; + color: #EEE; + padding: 1em; + clear: both; + } + +#footer .credits a { + color: #EEE; + } + + +#content { + padding-left: 20px; + padding-right: 20px; + padding-bottom: 2em; + position: relative + } + +#help { + clear: both; + color: #999; + font-size: 90%; + margin: 1em; + text-align: right; + } + +#help :link, +#help :visited { cursor: help } + +#help hr { display: none } + +/* Page preferences form */ + +#prefs { + background: #f7f7f0; + border: 1px outset #998; + float: right; + font-size: 9px; + padding: .8em; + position: relative; + margin: 0 1em 1em; + } + +* html #prefs { width: 26em } /* Set width only for IE */ + +#prefs input, +#prefs select { font-size: 9px; vertical-align: middle } + +#prefs fieldset { + background: transparent; + border: none; + margin: .5em; + padding: 0; + } + +#prefs fieldset legend { + background: transparent; + color: #000; + font-size: 9px; + font-weight: normal; + margin: 0 0 0 -1.5em; + padding: 0; + } + +#prefs .buttons { text-align: right } + +/* Version information (browser, wiki, attachments) */ + +#info { + margin: 1em 0 0 0; + background: #f7f7f0; + border: 1px solid #d7d7d7; + border-collapse: collapse; + border-spacing: 0; + clear: both; + width: 100%; + } + +#info th, +#info td { + padding: 2px .5em; + vertical-align: top + } + +#info th { + font-weight: bold; + text-align: left; + white-space: nowrap; + } + +#info td.message { + width: 100% + } + +#info .message ul { + padding: 0; + margin: 0 2em + } + +#info .message p { + margin: 0; + padding: 0 + } + +/* Wiki */ + +.wikipage { + padding-left: 18px; + } + +.wikipage h1, +.wikipage h2, +.wikipage h3 { + margin-left: -18px; + } + +a.missing:link, +a.missing:visited, +span.missing { color: gray; } + +a.missing:link, +a.missing:visited { background: none; } + +a.missing:hover { color: gray } +a.closed:link, a.closed:visited { text-decoration: line-through } + +dl.wiki dt { font-weight: bold } + +dl.compact dt { float: left; padding-right: .5em } + +dl.compact dd { margin: 0; padding: 0 } + +pre.wiki, +pre.literal-block { + border: 1pt dashed #797979; + background-color: #F3F3F3; + padding: 0.5em 1em; + margin: 0.5em 0 0.5em 0; + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + white-space: pre; + /* begin css 3 or browser specific rules - do not remove! + see: http://forums.techguy.org/archive/index.php/t-249849.html */ + white-space: pre-wrap; + word-wrap: break-word; + white-space: -moz-pre-wrap; + white-space: -pre-wrap; + white-space: -o-pre-wrap; + /* end css 3 or browser specific rules */ + border-width: 1px; + border-style: solid; + border-color: #E5E5E5; + border-left-width: 4px; + white-space: pre; + background: #FFFAE9; + overflow: auto; + } + +blockquote.citation { + margin: -0.6em 0; + border-style: solid; + border-width: 0 0 0 2px; + padding-left: .5em; + border-color: #b44; + } + +.citation blockquote.citation { + border-color: #4b4; + } + +.citation .citation blockquote.citation { + border-color: #44b; + } + +.citation .citation .citation blockquote.citation { + border-color: #c55; + } + +table.wiki { + border: 1px solid #ccc; + border-collapse: collapse; + border-spacing: 0; + } + +table.wiki td { + border: 1px solid #ccc; + padding: .5em ; + } + +.wikitoolbar { + border: solid #d7d7d7; + border-width: 1px 1px 1px 0; + height: 18px; + width: 208px; + } + +.wikitoolbar :link, .wikitoolbar :visited { + background: transparent url("../edit_toolbar.png") no-repeat; + border: 1px solid #fff; + border-left-color: #d7d7d7; + cursor: default; + display: block; + float: left; + width: 24px; + height: 16px; + } + +.wikitoolbar :link:hover, +.wikitoolbar :visited:hover { + background-color: transparent; + border: 1px solid #fb2; + } + +.wikitoolbar a#em { + background-position: 0 0 + } + +.wikitoolbar a#strong { + background-position: 0 -16px + } + +.wikitoolbar a#heading { + background-position: 0 -32px + } + +.wikitoolbar a#link { + background-position: 0 -48px + } + +.wikitoolbar a#code { + background-position: 0 -64px + } + +.wikitoolbar a#hr { + background-position: 0 -80px + } + +.wikitoolbar a#np { + background-position: 0 -96px + } + +.wikitoolbar a#br { + background-position: 0 -112px + } + +/* Styles for the form for adding attachments. */ + +#attachment .field { margin-top: 1.3em } +#attachment label { padding-left: .2em } +#attachment fieldset { margin-top: 2em } +#attachment fieldset .field { float: left; margin: 0 1em .5em 0 } +#attachment .options { float: left; padding: 0 0 1em 1em } +#attachment br { clear: left } +.attachment #preview { margin-top: 1em } + +/* Styles for the list of attachments. */ + +#attachments { + border: 1px solid #ddd; + padding-right: 1em; + } + +#attachments .attachments { + margin-left: 2em; + padding: 0 + } + +#attachments dt { + display: list-item; + list-style: square; + font-size: small; + } + +#attachments dd { + font-style: italic; + margin-left: 0; + padding-left: 0; + font-size: small; + margin-bottom: 1em; + } + + +/* Styles for tabular listings such as those used for displaying + * directory contents and report results. */ + +table.listing { + clear: both; + border-bottom: 1px solid #ddd; + border-collapse: collapse; + border-spacing: 0; + margin-top: 1em; + width: 100%; + } + +table.listing th { + text-align: left; + padding: .5em; + } + +table.listing thead { + background: #fff url("../h2-background.png"); + } + +table.listing thead th { + border: 1px solid #ddd; + font-weight: bold; + padding: .5em; + vertical-align: bottom; + } + +table.listing thead th :link:hover, +table.listing thead th :visited:hover { + background-color: transparent; + } + +table.listing thead th a { + border: none; + padding-right: 12px; + } + +table.listing th.asc a, +table.listing th.desc a { + font-weight: bold; + } + +table.listing th.asc a, +table.listing th.desc a { + background-position: 100% 50%; + background-repeat: no-repeat; + } + +table.listing th.asc a { + background-image: url("../asc.png"); + } + +table.listing th.desc a { + background-image: url("../desc.png"); + } + +table.listing tbody td, +table.listing tbody th { + border: 1px dotted #ddd; + padding: .5em; + vertical-align: top; + } + +table.listing tbody td a:hover, +table.listing tbody th a:hover { + background-color: transparent; + } + +table.listing tbody tr { + border-top: 1px solid #ddd + } + +table.listing tbody tr.even { + background-color: #fcfcfc; + } + +table.listing tbody tr.odd { + background-color: #f7f7f7; + } + +table.listing tbody tr:hover { + background: #eed !important; + } + +/* Styles for the error page (and rst errors) */ + +#content.error .message, +div.system-message { + background: #fdc; + border: 2px solid #d00; + color: #500; + padding: .5em; + margin: 1em 0; + } + +#content.error pre, +div.system-message pre { + margin-left: 1em; + overflow: auto; + font-size: small; + font-family: "DejaVu Sans Mono","Liberation Mono",monospace; + } + +div.system-message p { + margin: 0; + } + +div.system-message p.system-message-title { + font-weight: bold; + } + +/* Styles for search word highlighting */ + +@media screen { + .searchword0 { background: #ff9 } + .searchword1 { background: #cfc } + .searchword2 { background: #cff } + .searchword3 { background: #ccf } + .searchword4 { background: #fcf } + } + +@media print { + #header, + #altlinks, + #footer, + #help { + display: none; + } + + .nav, + form, + .buttons form, + form .buttons, + form .inlinebuttons { + display: none; + } + + form.printableform { + display: block; + } + } + +/* Miscelaneous */ + +.pageline { + clear: both; + margin: 0; + padding: 0; + width: 100%; + /* sync these values, line-height is needed for IE */ + height: 5px; + line-height: 5px; + background: #628ECA; + } + +.wikitext { + padding: 3px; + font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; + font-size: 1em; +} + +/* Lists */ + +#content ul, +#content ol { + padding-left: 0.5em; + margin-left: 3em; + margin-bottom: 0.3em; + } + +#content ul { + list-style: url("../ul.png") circle; + } + +#content ol { + list-style-image: none !important; + } + +#content ul li { + padding-left: 0em; + margin-bottom: 0.3em; + } + +#content ol li { + padding-left: 0em; + margin-bottom: 0.3em; + } + +#content ul ul, +#content ul ol, +#content ol ul, +#content ol ol { + margin-left: 1.5em; + margin-top: 0.3em; + } + +#content ul li p, +#content ol li p { + margin-bottom: 0.3em; + line-height: 1.5em; + margin-left: 0 !important; + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/wiki.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/wiki.css new file mode 100755 index 0000000..5b7156f --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/css/wiki.css @@ -0,0 +1,152 @@ +@import url(code.css); + +/* Styles for the page editing form */ + +#edit #rows { + float: right; + font-size: 80%; + } + +#edit #rows select { + font-size: 90%; + } + +#edit #text { + clear: both; + width: 100%; + } + +#edit .wikitoolbar { + float: left; + } + +#changeinfo { + padding: .5em; + } + +#changeinfo .field { + float: left; + margin: 0 1em .5em 0; + } + +#changeinfo br { + clear: left; + } + +#changeinfo .options { + padding: 0 0 1em 1em; + } + +#changeinfo .options, +#changeinfo .buttons { + clear: left; + } + +#delete { + margin-left: 6em; + } + +#preview { + background: #fff url(../draft.png); + margin: 1em 0 2em; + overflow: auto; + } + +/* Diff view */ + +#overview .multi { + color: #999; + } + +#overview .ipnr { + color: #999; + font-size: 80% + } + +#overview .comment { + padding: 1em 0 0; + } + +/* Styles for the page history table (extends the styles for + * "table.listing") */ + +#wikihist td { + padding: 0 .5em + } + +#wikihist td.date, +#wikihist td.diff, +#wikihist td.version, +#wikihist td.author { + white-space: nowrap; + } + +#wikihist td.version { + text-align: center + } + +#wikihist td.comment { + width: 100%; + } + +@media print { + th.diff, td.diff { + display: none + } + } + +/* Styles for the TracGuideToc wikimacro */ + +.wiki-toc { + color: black; + background: #fff url("../toc.png") right repeat-y; + border: 1px solid #CCCCCC; + font-size: small; + text-align:left; + padding-bottom: 15px; + margin: 0; + margin: 0 0 2em 1em; + float: right; + position: relative; +} + +.wiki-toc h4 { + font-size: 1em; + font-weight: bold; + line-height: 1.8em; + border-bottom: 1px solid #ccc; + margin: 0px; + margin-bottom: 10px; + padding: 0 10px 0 10px; + color: #072B61; + background-color: #FFF; + background-image: url("../h2-background.png"); +} + +.wiki-toc h3 { + margin-left: -10px; + color: #072B61; + border-bottom: 1px solid #ccc; + font-size: 1em; +} + + +.wiki-toc ul, +.wiki-toc ol { + list-style: none !important; + padding: 0 !important; + margin: 10px !important; + } + +.wiki-toc li { + margin: 0 ; + padding: 0 + } + +.wiki-toc .active { + font-weight: bold; + position: relative; + list-style: none !important; + padding: 0; + margin: 0 + } diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/desc.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/desc.png new file mode 100755 index 0000000..2070185 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/desc.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/dots.gif b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/dots.gif new file mode 100755 index 0000000..c6ae052 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/dots.gif differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/draft.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/draft.png new file mode 100755 index 0000000..6b625f4 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/draft.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/edit_toolbar.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/edit_toolbar.png new file mode 100755 index 0000000..50e6a8b Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/edit_toolbar.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/editedticket.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/editedticket.png new file mode 100755 index 0000000..9d12a91 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/editedticket.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/extlink.gif b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/extlink.gif new file mode 100755 index 0000000..d47e14c Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/extlink.gif differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/file.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/file.png new file mode 100755 index 0000000..168d472 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/file.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/folder.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/folder.png new file mode 100755 index 0000000..48b7c19 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/folder.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/h1-background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/h1-background.png new file mode 100755 index 0000000..966b7ed Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/h1-background.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/h2-background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/h2-background.png new file mode 100755 index 0000000..7966dc0 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/h2-background.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/header-background.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/header-background.png new file mode 100755 index 0000000..90232d3 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/header-background.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/ics.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/ics.png new file mode 100755 index 0000000..69b9193 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/ics.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/imggrid.png b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/imggrid.png new file mode 100755 index 0000000..d1e60d9 Binary files /dev/null and b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/imggrid.png differ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/js/query.js b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/js/query.js new file mode 100755 index 0000000..e4cbd99 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/htdocs/js/query.js @@ -0,0 +1,271 @@ +function initializeFilters() { + + // Bail early for Konqueror and IE5.2/Mac, which don't fully support dynamic + // creation of form controls + try { + var test = document.createElement("input"); + test.type = "button"; + if (test.type != "button") throw Error(); + } catch (e) { + return; + } + + // Removes an existing row from the filters table + function removeRow(button, propertyName) { + var tr = getAncestorByTagName(button, "tr"); + + var mode = null; + var selects = tr.getElementsByTagName("select"); + for (var i = 0; i < selects.length; i++) { + if (selects[i].name == propertyName + "_mode") { + mode = selects[i]; + break; + } + } + if (mode && (getAncestorByTagName(mode, "tr") == tr)) { + // Check whether there are more 'or' rows for this filter + var next = tr.nextSibling; + if (next && (next.className == propertyName)) { + function getChildElementAt(e, idx) { + e = e.firstChild; + var cur = 0; + while (cur <= idx) { + while (e && e.nodeType != 1) e = e.nextSibling; + if (cur++ == idx) break; + e = e.nextSibling; + } + return e; + } + + var thisTh = getChildElementAt(tr, 0); + var nextTh = getChildElementAt(next, 0); + next.insertBefore(thisTh, nextTh); + nextTh.colSpan = 1; + + thisTd = getChildElementAt(tr, 0); + nextTd = getChildElementAt(next, 1); + next.replaceChild(thisTd, nextTd); + } + } + + var tBody = tr.parentNode; + tBody.deleteRow(tr.sectionRowIndex); + if (!tBody.rows.length) { + tBody.parentNode.removeChild(tBody); + } + + if (propertyName) { + var select = document.forms["query"].elements["add_filter"]; + for (var i = 0; i < select.options.length; i++) { + var option = select.options[i]; + if (option.value == propertyName) option.disabled = false; + } + } + } + + // Initializes a filter row, the 'input' parameter is the submit + // button for removing the filter + function initializeFilter(input) { + var removeButton = document.createElement("input"); + removeButton.type = "button"; + removeButton.value = input.value; + if (input.name.substr(0, 10) == "rm_filter_") { + removeButton.onclick = function() { + var endIndex = input.name.search(/_\d+$/); + if (endIndex < 0) endIndex = input.name.length; + removeRow(removeButton, input.name.substring(10, endIndex)); + return false; + } + } else { + removeButton.onclick = function() { + removeRow(removeButton); + return false; + } + } + input.parentNode.replaceChild(removeButton, input); + } + + // Make the submit buttons for removing filters client-side triggers + var filters = document.getElementById("filters"); + var inputs = filters.getElementsByTagName("input"); + for (var i = 0; i < inputs.length; i++) { + var input = inputs[i]; + if (input.type == "submit" && input.name + && input.name.match(/^rm_filter_/)) { + initializeFilter(input); + } + } + + // Make the drop-down menu for adding a filter a client-side trigger + var addButton = document.forms["query"].elements["add"]; + addButton.parentNode.removeChild(addButton); + var select = document.getElementById("add_filter"); + select.onchange = function() { + if (select.selectedIndex < 1) return; + + if (select.options[select.selectedIndex].disabled) { + // Neither IE nor Safari supported disabled options at the time this was + // written, so alert the user + alert("A filter already exists for that property"); + return; + } + + // Convenience function for creating a + + + +
+ : + +
+ +

Attachments

+
+
() - added by on .
+
+
+ + +
s diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/milestone.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/milestone.cs new file mode 100644 index 0000000..9f26f46 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/milestone.cs @@ -0,0 +1,244 @@ + + + + + +
+ +

New Milestone

+ +

Edit Milestone

+ +

Delete Milestone

+ +

Milestone

+ + + + +
+ + +
+ +
+
+ Schedule + +
+ + +
+ + + +
+
+
+
+ +

+
+
+
+ + +
+ +
+ +
+ + +

Are you sure you want to delete this milestone?

+ + + +
+ + +
+
+ + +
+

+ Completed ago () + late + Due in () + No date set +

#0 ?> + + + + +
+ + +
+

%

+
+
Closed tickets:
+
+
Active tickets:
+
+
+
+
+
+ + + + + + + + + + +
+ + + + + +
+ +
+

/

+
+
+
+
+
+
+ + + +
+
+ + + +
+
+ +
+ Note: See TracRoadmap for help on using the roadmap. +
+ +
+ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/newticket.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/newticket.cs new file mode 100644 index 0000000..96526fc --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/newticket.cs @@ -0,0 +1,125 @@ + + + + + + +
+

Create New Ticket

+ +
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+ Description Preview + +
+
+ +
+ Ticket Properties + + + + + colspan="3"> checked="checked" /> +
+
+ + + +

+ +

+ +
+   + +
+
+ +
+ Note: See TracTickets for help on using tickets. +
+
+ + diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/query.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/query.cs new file mode 100644 index 0000000..5b0afa6 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/query.cs @@ -0,0 +1,243 @@ + + + + + +(No matches) + +
+

+ +
+
+ Filters + checked="checked" + + + + + + + + + + + + + + + + + + + +
+ + colspan="2"> + +
+ /> + + checked="checked" /> + + checked="checked" /> + + +
+
+   + + +
+
+

+ + + checked="checked" /> + + +

+

+ checked="checked" /> + +

+
+ + + +
+
+
+ + + + + + + + + + + + +
+

:

+ + + + + + + +
+

Reported by , + :

+

+
+ +
+ Note: See TracQuery + for help on using queries. +
+ +
+ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/query_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/query_rss.cs new file mode 100644 index 0000000..9970e8e --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/query_rss.cs @@ -0,0 +1,40 @@ + + + + <?cs var:project.name_encoded ?>: Ticket Query + Ticket Query + + + en-us + Trac v + + <?cs var:project.name_encoded ?> + + + + + + + <?cs var:'#' + result.id + ': ' + result.summary ?> + + + + Tickets + #changelog + + + diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/report.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/report.cs new file mode 100644 index 0000000..c64ade4 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/report.cs @@ -0,0 +1,244 @@ + + + + + +
+ + + + 0 ?> + + + +

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

( matches)

+
+ + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #'+$cell+'') ?> + + '+$cell+'') ?> + + {'+$cell+'}') ?> + + + + + + + + + + + '+$cell+'') ?> + + + + + + + +
+
+
colspan="100" class="">
+
+ + +
+
+
No matches found.
+ + + +

+
+ + +

Are you sure you want to delete this report?

+
+ + +
+
+ + + +

+
+
+ +
+
+
+
+
+ (You may use WikiFormatting here) +
+ +
+
+
+ +
+
+ + +
+
+ +
+ + +
+ Note: See TracReports for help on using and + creating reports. +
+ +
+ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/report_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/report_rss.cs new file mode 100644 index 0000000..9357f2c --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/report_rss.cs @@ -0,0 +1,53 @@ + + + + <?cs var:project.name_encoded ?>: <?cs var:report.title ?> + <?cs var:title ?> + / + Trac Report - + en-us + Trac v + + <?cs var:project.name_encoded ?> + + / + + + + + <?cs var:'#' + id + ': ' + title ?> + + + + Report + + diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/roadmap.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/roadmap.cs new file mode 100644 index 0000000..efd1663 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/roadmap.cs @@ -0,0 +1,86 @@ + + + + + +
+

Roadmap

+ +
+
+ checked="checked" /> + +
+
+ +
+
+ + +
+
+ + +
+
+ +
+ Note: See TracRoadmap for help on using the roadmap. +
+ +
+ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/search.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/search.cs new file mode 100644 index 0000000..b3181d9 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/search.cs @@ -0,0 +1,102 @@ + + + + + + diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/settings.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/settings.cs new file mode 100644 index 0000000..dacef64 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/settings.cs @@ -0,0 +1,66 @@ + + + + + +
+ +

Settings and Session Management

+ +

User Settings

+

+ This page lets you customize and personalize your Trac settings. Session + settings are stored on the server and identified using a 'Session Key' + stored in a browser cookie. The cookie lets Trac restore your settings. +

+
+
+

Personal Information

+
+ + + +
+
+ + +
+

Session

+
+ + +

The session key is used to identify stored custom settings and session + data on the server. Automatically generated by default, you may change it + to something easier to remember at any time if you wish to use your settings + in a different web browser.

+
+
+
+ +
+
+
+
+

Load Session

+

You may load a previously created session by entering the corresponding + session key below and clicking 'Recover'. This lets you share settings between + multiple computers and/or web browsers.

+
+
+ + + + +
+
+ +
+ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket.cs new file mode 100644 index 0000000..2a393cc --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket.cs @@ -0,0 +1,342 @@ + + + + + +
+ +

Ticket # ( : )

+ +
+
+
+

Opened ago

+

Last modified ago

+ +
+

+ + + + + + + + + colspan="3" headers="h_"> +
Reported by:Assigned to: (accepted)
:
+
+
+

+ + + + + Description (Last modified by ) +

+ +
+
+
+ + + + + + + + + +

Change History

+
+
+
+

id="comment:"> + + + + + (in reply to: ; : ) + changed by +

+
    +
  • addedchanged from to set to deletedchanged.
  • + +
+
+
+
+
+ + +
+

Add/Change # ()

+ +
+
+
+
+ +
+
+
+

+
+
+ Comment Preview + +
+
+ +
+ Change Properties + + + + + + + + + + + + + + + + + colspan="3"> checked="checked" /> +
+
+ +
+
+ + +
+ Action + checked="checked" /> + +
+
+
+ + +
+ + + +
+ + + + +
+ + + +   + +
+
+ + +
+ +
+ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket_notify_email.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket_notify_email.cs new file mode 100644 index 0000000..cafd0ba --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket_notify_email.cs @@ -0,0 +1,23 @@ + + + + +Changes (by ): + + +Comment (by ): + + + +-- +Ticket URL: <> + <> + \ No newline at end of file diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket_rss.cs new file mode 100644 index 0000000..52433fa --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/ticket_rss.cs @@ -0,0 +1,55 @@ + + + + + <?cs var:project.name_encoded ?>: Ticket <?cs var:title ?> + Ticket <?cs var:title ?> + + + en-us + Trac v + + <?cs var:project.name_encoded ?> + + + + + + <?cs var:change.title ?> + #comment: + #comment: + + + <ul> + <li><strong></strong> set to <em></em>changed from <em></em> to <em></em>.deleted</li> + </ul> + + + + Ticket + + + diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/timeline.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/timeline.cs new file mode 100644 index 0000000..eb325fe --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/timeline.cs @@ -0,0 +1,51 @@ + + + + +
+

Timeline

+ +
+
+ and + . +
+
+ +
+
+ +
+
+

:

+ +
+
+ Note: See TracTimeline + for information about the timeline view. +
+ +
+ diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/timeline_rss.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/timeline_rss.cs new file mode 100644 index 0000000..b78f58d --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/timeline_rss.cs @@ -0,0 +1,36 @@ + + + + <?cs var:project.name_encoded ?>: <?cs var:title ?> + <?cs var:title ?> + + Trac Timeline + en-us + Trac v + + <?cs var:project.name_encoded ?> + + + + + <?cs var:event.title ?> + + + + / + + + + + diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/wiki.cs b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/wiki.cs new file mode 100644 index 0000000..71f1e03 --- /dev/null +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/templates/wiki.cs @@ -0,0 +1,391 @@ + + + + + +
+ + 1 ?> +

Delete

+
+ +

Are you sure you want to completely delete this page?
+ This is the only version the page, so the page will be removed + completely! + + + This is an irreversible operation.

+
+ + +
+
+ + +

Changes between + Version and from + Version of +

+
+
+ + + + +
+ Show + +
+
+ Ignore: +
+ checked="checked" /> + +
+
+ checked="checked" /> + +
+
+ checked="checked" /> + +
+
+
+ +
+
+
+
+
Author:
+
1 ?>(multiple changes) (IP: )
+
Timestamp:
+
1 ?>(multiple changes) ( ago)--
+
Comment:
+
1 ?>(multiple changes)
+
+
+
+

Legend:

+
+
Unmodified
+
Added
+
Removed
+
Modified
+
+
+
    +
  • +

    + + + + + + + +
    Version Version
    + + + + + + + +
    v0v 
    +
  • +
+
+ + + + +
+
+ + +

Change History of

+
+ +
+ +
+ + + + + + + + + + + + + + + + + +
VersionDateAuthorComment
checked="checked" /> checked="checked" />
#10 ?> +
+ +
+
+ + + +

Editing ""

+ + + + +
+ Preview of future version (modified by ) +
+
+ Preview (skip) +
+
+
+ Sorry, this page has been modified by somebody else since you started + editing. Your changes cannot be saved. +
+
+
+ + + +
+ + +
+

+ +
+
+ Note: See WikiFormatting and TracWiki for help on editing wiki content. +
+
+ Change information + +
+ +
+ +
+ +

+ +
+ +
+ +
+
+   +   + +   +   + + +
+ +
+ + + + + + + +
+ Version (modified by , ago) +
+ +
+
+
+ +

Attachments

+ + + +
+
+ + +
+
+ + +
+
+ + + + +
+ +
+ + + + +
+ +