Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 11107 invoked from network); 11 Nov 2006 16:47:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 16:47:21 -0000 Received: (qmail 32542 invoked by uid 500); 11 Nov 2006 16:47:31 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 32448 invoked by uid 500); 11 Nov 2006 16:47:31 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 32415 invoked by uid 99); 11 Nov 2006 16:47:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 08:47:30 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 08:47:09 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id EEBB91A989C; Sat, 11 Nov 2006 08:45:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r473755 [40/43] - in /jackrabbit/trunk/contrib/jcr-browser: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/jackrabbit/ src/main/java/org/apache/jackrabbit/browser/ src/main/resources/ ... Date: Sat, 11 Nov 2006 16:44:48 -0000 To: commits@jackrabbit.apache.org From: edgarpoce@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061111164512.EEBB91A989C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/ComboButtonTemplate.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/ComboButtonTemplate.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/ComboButtonTemplate.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/ComboButtonTemplate.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,18 @@ +
+ +
+
+ + +
+ +
+ + + +
+ +
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/ComboButtonTemplate.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,167 @@ +.datePickerContainer { + width:164px; /* needed for proper user styling */ +} + +.calendarContainer { +/* border:1px solid #566f8f;*/ +} + +.calendarBodyContainer { + width:100%; /* needed for the explode effect (explain?) */ + background: #7591bc url("images/dpBg.gif") top left repeat-x; +} + +.calendarBodyContainer thead tr td { + color:#293a4b; + font:bold 0.75em Helvetica, Arial, Verdana, sans-serif; + text-align:center; + padding:0.25em; + background: url("images/dpHorizLine.gif") bottom left repeat-x; +} + +.calendarBodyContainer tbody tr td { + color:#fff; + font:bold 0.7em Helvetica, Arial, Verdana, sans-serif; + text-align:center; + padding:0.4em; + background: url("images/dpVertLine.gif") top right repeat-y; + cursor:pointer; + cursor:hand; +} + + +.monthWrapper { + padding-bottom:2px; + background: url("images/dpHorizLine.gif") bottom left repeat-x; +} + +.monthContainer { + width:100%; +} + +.monthLabelContainer { + text-align:center; + font:bold 0.75em Helvetica, Arial, Verdana, sans-serif; + background: url("images/dpMonthBg.png") repeat-x top left !important; + color:#293a4b; + padding:0.25em; +} + +.monthCurve { + width:12px; +} + +.monthCurveTL { + background: url("images/dpCurveTL.png") no-repeat top left !important; +} + +.monthCurveTR { + background: url("images/dpCurveTR.png") no-repeat top right !important; +} + + +.yearWrapper { + background: url("images/dpHorizLineFoot.gif") top left repeat-x; + padding-top:2px; +} + +.yearContainer { + width:100%; +} + +.yearContainer td { + background:url("images/dpYearBg.png") top left repeat-x; +} + +.yearContainer .yearLabel { + margin:0; + padding:0.45em 0 0.45em 0; + color:#fff; + font:bold 0.75em Helvetica, Arial, Verdana, sans-serif; + text-align:center; +} + +.curveBL { + background: url("images/dpCurveBL.png") bottom left no-repeat !important; + width:9px !important; + padding:0; + margin:0; +} + +.curveBR { + background: url("images/dpCurveBR.png") bottom right no-repeat !important; + width:9px !important; + padding:0; + margin:0; +} + + +.previousMonth { + background-color:#6782a8 !important; +} + +.previousMonthDisabled { + background-color:#a4a5a6 !important; + cursor:default !important +} +.currentMonth { +} + +.currentMonthDisabled { + background-color:#bbbbbc !important; + cursor:default !important +} +.nextMonth { + background-color:#6782a8 !important; +} +.nextMonthDisabled { + background-color:#a4a5a6 !important; + cursor:default !important; +} + +.currentDate { + text-decoration:underline; + font-style:italic; +} + +.selectedItem { + background-color:#fff !important; + color:#6782a8 !important; +} + +.yearLabel .selectedYear { + padding:0.2em; + background-color:#9ec3fb !important; +} + +.nextYear, .previousYear { + cursor:pointer;cursor:hand; + padding:0; +} + +.nextYear { + margin:0 0 0 0.55em; +} + +.previousYear { + margin:0 0.55em 0 0; +} + +.incrementControl { + cursor:pointer;cursor:hand; + width:1em; +} + +.increase { + float:right; +} + +.decrease { + float:left; +} + +.lastColumn { + background-image:none !important; +} + + Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,96 @@ +
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ + ↓ + + + ↓ + + + ↑ + + + ↑ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
+

+ + + +

+
+
+ +
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DatePicker.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DemoEngine.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DemoEngine.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DemoEngine.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DemoEngine.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,24 @@ +
+
+ + + + + +
+
+
+
+
+ +
+ +
+
+ +
+ +
About this Demo
+
+
+
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DemoEngine.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Dialog.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Dialog.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Dialog.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Dialog.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,7 @@ +
+ + +
+ + +
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Dialog.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,49 @@ +.dojoDocPane { padding:1em; font: 1em Georgia,Times,"Times New Roman",serif; } + +.dojoDocPane .container{ } + +.dojoDocPane .dialog{ } +.dojoDocPane .dialog .container{ padding: 0.5em; background: #fff; border: 2px solid #333; } +.dojoDocPane .dialog .docDialog{ background: transparent; width: 20em; } +.dojoDocPane .dialog .docDialog h2{ margin-top: 0; padding-top: 0; } +.dojoDocPane .dialog .docDialog input { float: right; margin-right: 1em; } +.dojoDocPane .dialog .docDialog p{ clear: both; } +#dojoDocUserName, #dojoDocPassword { width: 10em; } + +.dojoDocPane .nav{ } +.dojoDocPane .nav span{ } + +.dojoDocPane .detail{ } +.dojoDocPane .detail h1{ } +.dojoDocPane .detail h1 span.fn{ } +.dojoDocPane .detail .description{ } +.dojoDocPane .detail .params{ } +.dojoDocPane .detail .params .row{ } +.dojoDocPane .detail .params .row span{ } +.dojoDocPane .detail .variables{ } +.dojoDocPane .detail .variables .row{ } +.dojoDocPane .detail .signature{ } +.dojoDocPane .detail .signature .source{ white-space: pre; font: 0.8em Monaco, Courier, "Courier New", monospace; } +.dojoDocPane .detail .signature .source .return{ color:#369; } +.dojoDocPane .detail .signature .source .function{ color: #98543F; font-weight: bold; } +.dojoDocPane .detail .signature .source .params{ } +.dojoDocPane .detail .signature .source .params .type{ font-style: italic; color: #d17575; } +.dojoDocPane .detail .signature .source .params .name{ color: #d14040; } + +.dojoDocPane .result{ } +.dojoDocPane .result h1{ } +.dojoDocPane .result .row{ } +.dojoDocPane .result .row .summary{ } + +.dojoDocPane .package{ } +.dojoDocPane .package h1{ } +.dojoDocPane .package .row{ } +.dojoDocPane .package .row .summary{ } +.dojoDocPane .package .description{ } +.dojoDocPane .package .methods{ } +.dojoDocPane .package .methods h2{ } +.dojoDocPane .package .methods .row{ } +.dojoDocPane .package .methods .row .description{ } +.dojoDocPane .package .requires{ } +.dojoDocPane .package .requires h2{ } +.dojoDocPane .package .requires .row{ } Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,79 @@ +
+
+ +
+
+
+

Log In

+

+

+

+

+
+
+
+ + + +
+

Detail: dojo.select

+
Description
+
+

Parameters

+
+ optional + type + variable + - +
+
+
+

Variables

+
+ variable - +
+
+
+

Signature

+
+ returnType + foo + ( + type + paramName + ) +
+
+
+ +
+

Search Results: 0 matches

+
+ dojo.fnLink + - summary +
+
+ +
+

Package: + dojo.package + [edit] + [save] +

+
Description
+
+

Methods

+
+ method + - +
+
+
+

Requires

+
+

Environment

+ +
+
+
+
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DocPane.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DropDownButtonTemplate.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DropDownButtonTemplate.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DropDownButtonTemplate.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DropDownButtonTemplate.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,9 @@ + \ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/DropDownButtonTemplate.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/createlink.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/createlink.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/createlink.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/createlink.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,15 @@ + + + + + +
URL
Target
Class
+ + + +
+
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/createlink.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/find.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/find.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/find.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/find.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,15 @@ + + + + + + +
Find:
+ +
+
+ + + +
+
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/find.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/insertimage.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/insertimage.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/insertimage.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/insertimage.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,114 @@ + + + + + + + + + + + +
+ + + + + + + + +
+ URL + + +
+ +
+
+ Alternative Text
+
+
+ + +
+ + + + + + + + + + + + + +
+ Width  + + + + +
+ Height  +
+
+ + + + + + + + + + + + +
+ HSpace  +
+ VSpace  +
+
+ + + + + + + + +
+ Border  +     + Align  + +
+
+
+ + + +
+
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/insertimage.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/inserttable.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/inserttable.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/inserttable.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/inserttable.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,91 @@ +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Rows: 
Columns: 
  
Border size: 
Alignment: 
+
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Width:  
Height:  pixels
   
Cell spacing:  
Cell padding:  
+
+ + + + + + + + + + + +
Caption:   +
Summary:   +
+ + + +
+
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/inserttable.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/replace.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/replace.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/replace.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/replace.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,15 @@ + + + + + +
Find:
Replace with:
+
+ +
+ + + + +
+
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/Dialog/replace.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorDialog.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorDialog.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorDialog.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorDialog.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,18 @@ +
+ + +
+ + +
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorDialog.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontName.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontName.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontName.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontName.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,20 @@ +
+
+ Arial +
+
+ Comic Sans MS +
+
+ Courier New +
+
+ Tahoma +
+
+ Times New Roman +
+
+ Verdana +
+
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontName.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontSize.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontSize.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontSize.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontSize.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,31 @@ +
+ + + + + + +
+
+ xx-small +
+
+ x-small +
+
+ small +
+
+ medium +
+
+ large +
+
+ x-large +
+
+ xx-large +
+
+
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FontSize.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FormatBlock.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FormatBlock.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FormatBlock.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FormatBlock.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,52 @@ +
+
+
+

Normal

+
+
+
+
+
Normal (DIV)
+
+
+
+
+
Formatted
+
+
+
+
+
Address
+
+
+
+
+

Heading 1

+
+
+
+
+

Heading 2

+
+
+
+
+

Heading 3

+
+
+
+
+

Heading 4

+
+
+
+
+
Heading 5
+
+
+
+
+
Heading 6
+
+
+
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/EditorToolbar_FormatBlock.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_gecko.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_gecko.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_gecko.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_gecko.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,19 @@ +/* For tables with the "border" attribute set to "0" */ +table[border="0"], +table[border="0"] > tr > td, table[border="0"] > tr > th, +table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th, +table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th, +table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th +{ + border: #d3d3d3 1px dotted ; +} + +/* For tables with no "border" attribute set */ +table:not([border]), +table:not([border]) > tr > td, table:not([border]) > tr > th, +table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th, +table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th, +table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th +{ + border: #d3d3d3 1px dotted ; +} \ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_gecko.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_ie.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_ie.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_ie.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_ie.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,4 @@ +table.dojoShowIETableBorders, table.dojoShowIETableBorders td, table.dojoShowIETableBorders th +{ + border: #d3d3d3 1px solid; +} \ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Editor2/showtableborder_ie.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,152 @@ +.StyleDropdownContainer { + position: absolute; + z-index: 1000; + overflow: auto; + cursor: default; + width: 250px; + height: 250px; + background-color: white; + border: 1px solid black; +} + +.ColorDropdownContainer { + position: absolute; + z-index: 1000; + overflow: auto; + cursor: default; + width: 250px; + height: 150px; + background-color: white; + border: 1px solid black; +} + +.EditorToolbarDomNode { + background-image: url(buttons/bg-fade.png); + background-repeat: repeat-x; + background-position: 0px -50px; +} + +.EditorToolbarSmallBg { + background-image: url(images/toolbar-bg.gif); + background-repeat: repeat-x; + background-position: 0px 0px; +} + +/* +body { + background:url(images/blank.gif) fixed; +}*/ + +.IEFixedToolbar { + position:absolute; + /* top:0; */ + top: expression(eval((document.documentElement||document.body).scrollTop)); +} + +div.bigIcon { + width: 40px; + height: 40px; + /* background-color: white; */ + /* border: 1px solid #a6a7a3; */ + font-family: Verdana, Trebuchet, Tahoma, Arial; +} + +.iconContainer { + font-family: Verdana, Trebuchet, Tahoma, Arial; + font-size: 13px; + float: left; + height: 18px; + display: block; + /* background-color: white; */ + cursor: pointer; + padding: 1px 4px 1px 1px; /* almost the same as a transparent border */ + border: 0px; +} + +.dojoE2TBIcon { + display: block; + text-align: center; + min-width: 18px; + width: 18px; + height: 18px; + /* background-color: #a6a7a3; */ + background-repeat: no-repeat; + background-image: url(buttons/aggregate.gif); +} + + +.dojoE2TBIcon[class~=dojoE2TBIcon] { +} + +.ToolbarButtonLatched { + border: #316ac5 1px solid; !important; + padding: 0px 3px 0px 0px; !important; /* make room for border */ + background-color: #c1d2ee; +} + +.ToolbarButtonHighlighted { + border: #316ac5 1px solid; !important; + padding: 0px 3px 0px 0px; !important; /* make room for border */ + background-color: #dff1ff; +} + +.ToolbarButtonDisabled{ + filter: gray() alpha(opacity=30); /* IE */ + opacity: 0.30; /* Safari, Opera and Mozilla */ +} + +.headingContainer { + width: 150px; + height: 30px; + margin: 0px; + /* padding-left: 5px; */ + overflow: hidden; + line-height: 25px; + border-bottom: 1px solid black; + border-top: 1px solid white; +} + +.EditorToolbarDomNode select { + font-size: 14px; +} + +.dojoE2TBIcon_Sep { width: 5px; min-width: 5px; max-width: 5px; background-position: 0px 0px} +.dojoE2TBIcon_Backcolor { background-position: -18px 0px} +.dojoE2TBIcon_Bold { background-position: -36px 0px} +.dojoE2TBIcon_Cancel { background-position: -54px 0px} +.dojoE2TBIcon_Copy { background-position: -72px 0px} +.dojoE2TBIcon_Link { background-position: -90px 0px} +.dojoE2TBIcon_Cut { background-position: -108px 0px} +.dojoE2TBIcon_Delete { background-position: -126px 0px} +.dojoE2TBIcon_TextColor { background-position: -144px 0px} +.dojoE2TBIcon_BackgroundColor { background-position: -162px 0px} +.dojoE2TBIcon_Indent { background-position: -180px 0px} +.dojoE2TBIcon_HorizontalLine { background-position: -198px 0px} +.dojoE2TBIcon_Image { background-position: -216px 0px} +.dojoE2TBIcon_NumberedList { background-position: -234px 0px} +.dojoE2TBIcon_Table { background-position: -252px 0px} +.dojoE2TBIcon_BulletedList { background-position: -270px 0px} +.dojoE2TBIcon_Italic { background-position: -288px 0px} +.dojoE2TBIcon_CenterJustify { background-position: -306px 0px} +.dojoE2TBIcon_BlockJustify { background-position: -324px 0px} +.dojoE2TBIcon_LeftJustify { background-position: -342px 0px} +.dojoE2TBIcon_RightJustify { background-position: -360px 0px} +.dojoE2TBIcon_left_to_right { background-position: -378px 0px} +.dojoE2TBIcon_list_bullet_indent { background-position: -396px 0px} +.dojoE2TBIcon_list_bullet_outdent { background-position: -414px 0px} +.dojoE2TBIcon_list_num_indent { background-position: -432px 0px} +.dojoE2TBIcon_list_num_outdent { background-position: -450px 0px} +.dojoE2TBIcon_Outdent { background-position: -468px 0px} +.dojoE2TBIcon_Paste { background-position: -486px 0px} +.dojoE2TBIcon_Redo { background-position: -504px 0px} +dojoE2TBIcon_RemoveFormat { background-position: -522px 0px} +.dojoE2TBIcon_right_to_left { background-position: -540px 0px} +.dojoE2TBIcon_Save { background-position: -558px 0px} +.dojoE2TBIcon_Space { background-position: -576px 0px} +.dojoE2TBIcon_StrikeThrough { background-position: -594px 0px} +.dojoE2TBIcon_Subscript { background-position: -612px 0px} +.dojoE2TBIcon_Superscript { background-position: -630px 0px} +.dojoE2TBIcon_Underline { background-position: -648px 0px} +.dojoE2TBIcon_Undo { background-position: -666px 0px} +.dojoE2TBIcon_WikiWord { background-position: -684px 0px} + Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,152 @@ +
+ + + + + + + + + + + + +
+
+ + W + +
+
+
+ + S + +
+ +
+ + +   copy + + + +   + + +   + + +   + + +   + + +   + + +   + +
+ + +   paste + + + +   undo + + +   redo + +
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbar.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarLight.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarLight.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarLight.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarLight.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,46 @@ +
+ + + + + + + + + + + + +
+ + +   + + + + +   + + + + +   + + + + +   + + + + +   + + + + +   + +  
+
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarLight.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarOneline.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarOneline.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarOneline.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarOneline.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,208 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + <h> + + + + +   + + + + +   + + + + + +   + + + + +   + + + + + + + + + +   + + + + +   + + + + +   + + + + +   + + + + +   + + + + +   + + + + +   + + + + + + + + + +   + + + + +   + + + + + + + + + +   + + + + +   + + + + + + + + + +   + + + + +   + + + + + + + + + +   + + + + +   + + + + +   + + + + +   + + + + + + + +  
+
Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/EditorToolbarOneline.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FisheyeList.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FisheyeList.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FisheyeList.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FisheyeList.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,27 @@ +.dojoHtmlFisheyeListItemLabel { + font-family: Arial, Helvetica, sans-serif; + background-color: #eee; + border: 2px solid #666; + padding: 2px; + text-align: center; + position: absolute; + display: none; +} + +.dojoHtmlFisheyeListItemLabel.selected { + display: block; +} + +.dojoHtmlFisheyeListItemImage { + border: 0px; + position: absolute; +} + +.dojoHtmlFisheyeListItem { + position: absolute; + z-index: 2; +} + +.dojoHtmlFisheyeListBar { + position: relative; +} Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FisheyeList.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,118 @@ + +/********** Outer Window ***************/ + +.dojoFloatingPane { + /* essential css */ + position: absolute; + overflow: visible; /* so drop shadow is displayed */ + z-index: 10; + + /* styling css */ + border: 1px solid; + border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; + background-color: ThreeDFace; +} + + +/********** Title Bar ****************/ + +.dojoFloatingPaneTitleBar { + vertical-align: top; + margin: 2px 2px 2px 2px; + z-index: 10; + background-color: #7596c6; + cursor: default; + overflow: hidden; + border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; + vertical-align: middle; +} + +.dojoFloatingPaneTitleText { + float: left; + padding: 2px 4px 2px 2px; + white-space: nowrap; + color: CaptionText; + font: small-caption; +} + +.dojoTitleBarIcon { + float: left; + height: 22px; + width: 22px; + vertical-align: middle; + margin-right: 5px; + margin-left: 5px; +} + +.dojoFloatingPaneActions{ + float: right; + position: absolute; + right: 2px; + top: 2px; + vertical-align: middle; +} + + +.dojoFloatingPaneActionItem { + vertical-align: middle; + margin-right: 1px; + height: 22px; + width: 22px; +} + + +.dojoFloatingPaneTitleBarIcon { + /* essential css */ + float: left; + + /* styling css */ + margin-left: 2px; + margin-right: 4px; + height: 22px; +} + +/* minimize/maximize icons are specified by CSS only */ +.dojoFloatingPaneMinimizeIcon, +.dojoFloatingPaneMaximizeIcon, +.dojoFloatingPaneRestoreIcon, +.dojoFloatingPaneCloseIcon { + vertical-align: middle; + height: 22px; + width: 22px; + float: right; +} +.dojoFloatingPaneMinimizeIcon { + background-image: url(images/floatingPaneMinimize.gif); +} +.dojoFloatingPaneMaximizeIcon { + background-image: url(images/floatingPaneMaximize.gif); +} +.dojoFloatingPaneRestoreIcon { + background-image: url(images/floatingPaneRestore.gif); +} +.dojoFloatingPaneCloseIcon { + background-image: url(images/floatingPaneClose.gif); +} + +/* bar at bottom of window that holds resize handle */ +.dojoFloatingPaneResizebar { + z-index: 10; + height: 13px; + background-color: ThreeDFace; +} + +/************* Client Area ***************/ + +.dojoFloatingPaneClient { + position: relative; + z-index: 10; + border: 1px solid; + border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow; + margin: 2px; + background-color: ThreeDFace; + padding: 8px; + font-family: Verdana, Helvetica, Garamond, sans-serif; + font-size: 12px; + overflow: auto; +} + Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,18 @@ +
+ + +
+ + +
\ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/FloatingPane.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/HslColorPicker.svg URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/HslColorPicker.svg?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/HslColorPicker.svg (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/HslColorPicker.svg Sat Nov 11 08:44:22 2006 @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/HslColorPicker.svg ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,29 @@ +.editLabel { + font-size : small; + padding : 0 5px; + display : none; +} + +.editableRegionDisabled { + cursor : pointer; + _cursor : hand; +} + +.editableRegion { + background-color : #ffc !important; + cursor : pointer; + _cursor : hand; +} + +.editableRegion .editLabel { + display : inline; +} + +.editableTextareaRegion .editLabel { + display : block; +} + +.inlineEditBox { + /*background-color : #ffc;*/ + display : inline; +} Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.html URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.html?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.html (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.html Sat Nov 11 08:44:22 2006 @@ -0,0 +1,6 @@ + Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/InlineEditBox.html ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,60 @@ +.dojoMenu { + border:1px solid #000000; + list-style-type:none; + margin:0; + padding:0; + padding-bottom: 1px; + background-color:#f4f4f4; + font-size: 8pt; +} + +.dojoMenuSeparator { + list-style-type:none; + margin:0; + padding:1px 0; + border-bottom:1px solid #000000; + line-height:1px; + height:1px; +} + +li:hover.dojoMenuSeparator { + background-color:#e5e5e5; + cursor:default; +} + + + + +.dojoContextMenu { + position: absolute; + display: none; + border: 2px solid; + border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; + list-style-type: none; + margin: 0; + padding: 1px; + background-color: ThreeDFace; + font-size: 8pt; +} + +.dojoMenuItem { + white-space: nowrap; + padding: 2px; + font: menu; + color: WindowText; +} + +.dojoMenuItem a { + text-decoration: none; + color: WindowText; + font: inherit; +} + +.dojoMenuItemHover { + padding: 2px; + background-color: blue; + cursor: pointer; + _cursor: hand; + background-color: Highlight; + color: HighlightText; +} \ No newline at end of file Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu2.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu2.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu2.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu2.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,125 @@ + +.dojoPopupMenu2 { + position: absolute; + border: 1px solid #7298d0; + background:#85aeec url(images/soriaMenuBg.gif) repeat-x bottom left !important; + padding: 1px; + margin-top: 1px; + margin-bottom: 1px; +} + +.dojoMenuItem2{ + white-space: nowrap; + font: menu; + margin: 0; +} + +.dojoMenuItem2Hover { + background-color: #D2E4FD; + cursor:pointer; + cursor:hand; +} + +.dojoMenuItem2Icon { + position: relative; + background-position: center center; + background-repeat: no-repeat; + width: 16px; + height: 16px; + padding-right: 3px; +} + +.dojoMenuItem2Label { + position: relative; + vertical-align: middle; +} + +/* main label text */ +.dojoMenuItem2Label { + position: relative; + vertical-align: middle; +} + +.dojoMenuItem2Accel { + position: relative; + vertical-align: middle; + padding-left: 3px; +} + +.dojoMenuItem2Disabled .dojoMenuItem2Label, +.dojoMenuItem2Disabled .dojoMenuItem2Accel { + color: #607a9e; +} + +.dojoMenuItem2Submenu { + position: relative; + background-position: center center; + background-repeat: no-repeat; + background-image: url(images/submenu_off.gif); + width: 5px; + height: 9px; + padding-left: 3px; +} +.dojoMenuItem2Hover .dojoMenuItem2Submenu { + background-image: url(images/submenu_on.gif); +} + +.dojoMenuItem2Disabled .dojoMenuItem2Submenu { + background-image: url(images/submenu_disabled.gif); +} + +.dojoMenuSeparator2 { + font-size: 1px; + margin: 0; +} + +.dojoMenuSeparator2Top { + height: 50%; + border-bottom: 1px solid #7a98c4; + margin: 0px 2px; + font-size: 1px; +} + +.dojoMenuSeparator2Bottom { + height: 50%; + border-top: 1px solid #c9deff; + margin: 0px 2px; + font-size: 1px; +} + +.dojoMenuBar2 { + /*position: relative;*/ + background:#85aeec url(images/soriaBarBg.gif) repeat-x top left; + border-bottom:1px solid #6b9fec; + +} + +.dojoMenuBar2Client { + padding: 1px; +} + +.dojoMenuBarItem2 { + white-space: nowrap; + font: menu; + margin: 0; + position: relative; + vertical-align: middle; + z-index: 1; + padding: 3px 8px; +} + +.dojoMenuBarItem2 span { + margin: 0; + position: relative; + z-index: 2; + cursor:pointer; + cursor:hand; +} + +.dojoMenuBarItem2Hover { + background-color:#d2e4fd; +} + +.dojoMenuBarItem2Disabled span { + color: #4f6582; +} Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/Menu2.css ------------------------------------------------------------------------------ svn:eol-style = native Added: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/MonthlyCalendar.css URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/MonthlyCalendar.css?view=auto&rev=473755 ============================================================================== --- jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/MonthlyCalendar.css (added) +++ jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/MonthlyCalendar.css Sat Nov 11 08:44:22 2006 @@ -0,0 +1,91 @@ +.datePickerContainer { + margin:0.5em 2em 0.5em 0; + /*width:10em;*/ + float:left; +} + +.previousMonth { + background-color:#bbbbbb; +} + +.currentMonth { + background-color:#8f8f8f; +} + +.nextMonth { + background-color:#eeeeee; +} + +.currentDate { + text-decoration:underline; + font-style:italic; +} + +.selectedItem { + background-color:#3a3a3a; + color:#ffffff; +} + +.calendarContainer { + border-collapse:collapse; + border-spacing:0; + border-bottom:1px solid #e6e6e6; + overflow: hidden; + text-align: right; +} + +.calendarContainer thead{ + border-bottom:1px solid #e6e6e6; +} + +.calendarContainer tbody * td { + height: 100px; + border: 1px solid gray; +} + +.calendarContainer td { + width: 100px; + padding: 2px; + vertical-align: top; +} + +.monthLabel { + font-size:0.9em; + font-weight:400; + margin:0; + text-align:center; +} + +.monthLabel .month { + padding:0 0.4em 0 0.4em; +} + +.yearLabel { + font-size:0.9em; + font-weight:400; + margin:0.25em 0 0 0; + text-align:right; + color:#a3a3a3; +} + +.yearLabel .selectedYear { + color:#000; + padding:0 0.2em; +} + +.nextYear, .previousYear { + cursor:pointer;cursor:hand; +} + +.incrementControl { + cursor:pointer;cursor:hand; + width:1em; +} + +.dojoMonthlyCalendarEvent { + font-size:0.7em; + overflow: hidden; + font-color: grey; + white-space: nowrap; + text-align: left; +} Propchange: jackrabbit/trunk/contrib/jcr-browser/src/main/webapp/dojo/src/widget/templates/MonthlyCalendar.css ------------------------------------------------------------------------------ svn:eol-style = native