[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/plone_nzo - bullet.gif:1.1 header.pt:1.1 linkOpaque.gif:1.1 logo.jpg:1.1 ploneCustom.css.dtml:1.1 stylesheet_properties.props:1.1 user.gif:1.1

Sidnei da Silva sidnei at x3ng.com.br
Tue Jan 14 15:18:58 EST 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/plone_nzo
In directory cvs.zope.org:/tmp/cvs-serv26878/plone_nzo

Added Files:
	bullet.gif header.pt linkOpaque.gif logo.jpg 
	ploneCustom.css.dtml stylesheet_properties.props user.gif 
Log Message:
Plone style for nzo

=== Added File Products/ZopeOrg-NV/skins/plone_nzo/bullet.gif ===
  <Binary-ish file>

=== Added File Products/ZopeOrg-NV/skins/plone_nzo/header.pt ===
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<head metal:define-macro="html_header" 
      tal:define="global portal_url here/portal_url">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
          tal:define="charset here/portal_properties/site_properties/default_charset|string:iso-8859-1"
          tal:attributes="content string:text/html;;charset=${charset}" />

    <title tal:define="portal_title here/portal_properties/title;
                       here_title python:test( portal_title != here.title_or_id()
                                             , here.title_or_id()
                                             , template.title_or_id());"
           tal:content="string:$portal_title - $here_title">Title of page</title>

    <metal:block metal:define-slot="base" />

    <meta tal:condition="here/listMetaTags|nothing"
          tal:repeat="keyval here/listMetaTags" 
          tal:attributes="name python:keyval[0];
                           content python:keyval[1];" />

    <!-- Basic crude style for Netscape4.x - Removed until we have the time to update it. 
    <link rel="Stylesheet" type="text/css" href="" tal:attributes="href string:$portal_url/ploneNS4.css" />
    -->

    <!-- Main style sheets for CSS2 capable browsers -->
    <style type="text/css" media="all" tal:content="string: @import url(${here/portal_url}/plone.css?${current_skin});"></style>

    <!-- Custom style sheet if available -->
    <style type="text/css" media="all" tal:condition="exists: here/ploneCustom.css" tal:content="string:@import url(${here/portal_url}/ploneCustom.css);"></style>
    
    <!-- Style sheet used for printing -->
    <link rel="stylesheet" type="text/css" media="print" href="" tal:attributes="href string:$portal_url/plonePrint.css" />

    <!-- Style sheet used for presentations (Opera is the only browser supporting this at the moment) -->
    <link rel="stylesheet" type="text/css" media="projection" href="" tal:attributes="href string:$portal_url/plonePresentation.css" />

    <link rel="shortcut icon" href="" type="image/x-icon" tal:attributes="href string:$portal_url/favicon.ico" />

    <link rel="home" href="" title="Front Page" tal:attributes="href string:$portal_url" />
    <link rel="search" href="" title="Search this site" tal:attributes="href string:$portal_url/search_form" />

    <!-- Disable IE6 image toolbar -->
    <meta http-equiv="imagetoolbar" content="no" />

    <metal:block metal:define-slot="css_slot" tal:replace="nothing">
    Inserts CSS specified from a page.
    </metal:block>
    
    <metal:block metal:define-slot="head_slot" tal:replace="nothing">
    Flexibility for published templates to inject stuff into the head tag.
    </metal:block>
    
    <metal:block metal:define-slot="javascript_head_slot" tal:replace="nothing">
    Inserts javascript specified from a page.
    </metal:block>

    <!-- Common Plone ECMAScripts -->
    <script type="text/javascript" tal:attributes="src here/plone_javascripts.js/absolute_url"></script>

    <tal:block tal:define="defaulttips python:here.portal_memberdata.getProperty('formtooltips');
                           showdefault python:test(defaulttips, 'true', 0);
                           formtooltips python:getattr(here.portal_membership.getAuthenticatedMember(), 'formtooltips', showdefault)" 
               tal:omit-tag="">
      <script type="text/javascript"
              tal:condition="formtooltips"
              tal:attributes="src here/plone_formtooltip.js/absolute_url"></script>
      <metal:block tal:condition="not:formtooltips">
        <tal:block tal:replace="structure string:&lt;script language='javascript' type='text/javascript' &gt;" />
          <metal:block >function formtooltip(el,flag){}</metal:block>
        <tal:block tal:replace="structure python:'&lt;/script&gt;'" />
      </metal:block>
      
    </tal:block>
</head>

<div metal:define-macro="portal_header"
     i18n:domain="plone"
     tal:define="portal_url here/portal_url" >

     <tal:block tal:condition="not: actions|nothing">     
         <span tal:define="global actions here/portal_actions/listFilteredActionsFor"
                  tal:replace="nothing" >
             This is here just in case actions is not defined.  This would happen if you were calling from a DTML Document   
         </span>
     </tal:block>

<!--
     <div id="statusMessage" style="position: absolute; top: -1.8em; left: 1em; font-size: 100%;" class="message">
     Testing
     </div>
-->      
        <div class="top">

            <div class="searchBox">
                <form name="searchform" 
                      action="search"
                      tal:attributes="action string:${portal_url}/search" >
    

            <div id="pipe"
                  metal:define-macro="portal_tabs"
                  tal:define="portal_tabs actions/portal_tabs|nothing;
                  global selected_tabs python:here.selectedTabs(template.getId(), here);
                  selected_portal_tab selected_tabs/portal;" >

              <ul tal:repeat="tab portal_tabs">
		<li tal:attributes="class python:test(path('repeat/tab/start'), 'first', '')">
                  <a href="" class=""
                     tal:attributes="href tab/url">
                  <span tal:omit-tag="" i18n:translate=""><span tal:replace="tab/name">dummy</span></span>
                  </a>
		</li>
              </ul>

                    <input id="searchGadget" 
                           name="SearchableText" 
                           type="text" 
                           size="20" 
                           value=""
                           tal:attributes="value request/SearchableText|nothing;" />
    
                    <input class="context searchButton" 
                           type="submit" 
                           value="Search"
                           i18n:attributes="value" />
                  </div>
                </form>
            </div>

            <a href="/"
               tal:attributes="href portal_url" 
               tal:define="logo here/logo.jpg;
                           uri logo/absolute_url" >
                <img src="logo.jpg"
                     class="logo"
                     tal:attributes="width logo/width;
                                     height logo/height;
                                     src string:${logo/absolute_url}?skin=$current_skin" />
            </a>
        </div>

        <hr size="" class="netscape4" />
     

        <div class="personalBar"
             metal:define-macro="personalBar"
             tal:define="portal_url here/portal_url;
                         user_actions actions/user;
                         global_actions actions/global;
                         display_actions python:user_actions[:-1]+global_actions+user_actions[-1:];">&nbsp;

            <a href=""
               tal:omit-tag="not: here/portal_membership/getHomeFolder"
               tal:condition="not:here/portal_membership/isAnonymousUser"
               tal:attributes="href string:${here/portal_membership/getHomeUrl}">
                <img tal:replace="structure here/user.gif" />
            
                <span tal:replace="user/getUserName">john</span>
            </a>

            <span tal:condition="here/portal_membership/isAnonymousUser" i18n:translate="you_are_not_logged_in">You are not logged in</span>

            <metal:block tal:repeat="action python:display_actions">
            <a href=""
               tal:attributes="href action/url">
                <img tal:replace="structure here/linkOpaque.gif" />
                
                <span tal:omit-tag="" i18n:translate=""><span tal:replace="action/name">dummy</span></span>
            </a>
            </metal:block>
        </div>

        <div class="pathBar"
             metal:define-macro="pathBar"
             tal:define="breadcrumbs python:here.breadcrumbs(here);
                         portal_url here/portal_url;">

            <a href="#"
               tal:condition="here/portal_membership/getHomeFolder"
               tal:attributes="href string:${here/absolute_url}/addtoFavorites"
               tal:define="addFavorite here/addFavorite.gif">

                <img tal:replace="structure python:addFavorite.tag(css_class='addFavorite', title='Add this location to My Favorites')" />
            </a>
	    <span tal:omit-tag="" i18n:translate="you_are_here">You are here:</span>
	        <span tal:condition="breadcrumbs" tal:omit-tag="">
                <a i18n:translate="tabs_home" tal:attributes="href portal_url">Home</a> 
                <strong>&raquo;</strong>
            </span>

            <span tal:condition="not: breadcrumbs" i18n:translate="tabs_home" tal:omit-tag="">
                Home
            </span>
            
            <span tal:repeat="crumb breadcrumbs">

                <metal:block tal:define="global is_last repeat/crumb/end" />

                <a href="#" 
                   tal:condition="python:not is_last" 
                   tal:attributes="href python:crumb[1]"
                   tal:content="structure python:crumb[0]">crumb</a>
                <strong tal:condition="python:not is_last"> &raquo; </strong>
                <span tal:condition="python: is_last" 
                      tal:content="structure python:crumb[0]">crumb</span>

            </span>

        </div>

        <hr size="" class="netscape4" />

    </div>

    <div class="message"
         metal:define-macro="portal_message" 
         tal:define="portal_message request/portal_status_message | nothing"
         tal:condition="portal_message"> 

        <img tal:replace="structure here/info.gif" />

        <strong tal:content="portal_message" i18n:translate=""></strong> 
    </div>



=== Added File Products/ZopeOrg-NV/skins/plone_nzo/linkOpaque.gif ===
  <Binary-ish file>

=== Added File Products/ZopeOrg-NV/skins/plone_nzo/logo.jpg ===
‰PNG

   
IHDR   É   6   ZÜMû   sBITÛáOà  PLTEÿÿÿøùýöøúòöûñõøíñöçîöåìòãêñÞæïÚäîÖàëÔßéÐÜçÌÙæÆÕäÄÓáÑÏÍÎÎÍÌÌÌÍÍÌÍÌͽÎÞËËÌÊËÌÊÊË·ÊÜ´ÈÜÃÆÉÂÅȲÅÙ¯Ä×¹¿Æª¿Ö¦½Ô°¹Ã£»ÑªµÁœµÎ¦³¿—²Ë•°Ìœ®¾¬½œ¬¼‘­ÈªÆ“¦¹Š§Å†¥Ä‰ ¶€ À‚›³zœ½™³v™¼z—³t—»q•¸u’¯m“·iµkŒ¬dŒ³a‰°b†©Z„­Z€¦Y€¦V«X¦V~¥R~ªQ}¨Ny¢Ky¥Ky¤Lw¡Hv¤Dt£Bpž?n;lœ9lž1g›3f™2e™2e˜0d˜/d˜.d™.b—³k7ò   	pHYs    ÒÝ~ü   tEXtCreation Time 01/07/03¼t…×    tEXtSoftware Macromedia Fireworks MX»‘*$  =IDATxœÕš}s¢FǍJÇfjҍդÄ«5)iµ´bh›»¾ÿ÷Ñ]aŸˆšœÉõûWXaݏ¿Ç]6ÿ79—e¤Ÿﲚ×éî¡œÝÓ£»I–fEK¥RZÅt´²ƒåµ³ÜRƒ;H–][¥õÞ·c(-ÒÞ%±u¸þT±nŽ&£^½(Ã+c~ä5î)'ð°Kå’¥1jäÊçu€Ê·aK¼˜dS™ŽëÍz5½GÒk¦m7Ò Õ‹•î‹’HR@oW³€Q¾ }¬þ6kÝ¡Å/“Hg±.©Z¾¨†Q:ÑT)䩼ÕjŸÕ´LÆJ‰@ÏÌO}U€b°†Ã™îHë'ÔÅ(øBLR…+)
<vØkF)¹ÎÜÍë
ìæŸuEHbÂu<òÏ]+ÄBñµL¾T©5Ûæ`0m»œ0ÇvÇÐ]@RvÐß"W‚ô4 £_^%Ί>^2ƒþ1ÈB£\ ¹E$:8çÆŠ´ï(ÀHš¾>^¿’•eYÉèÒÒsÓ4;Pæ`aMB»Qp¤”-1É(kfÈoÒÆ|%ƒ„/rQ+Ј¯W5	(Õ¾=ŸtJ œ¢ÈðÊÔ±‰óä·˜»ILRö…$%pÍŒØͱ€cÍ$£ ããË~
¤‡U~¶5 üÛð¡Ö‹L$ÊCøðéj40¯ªãÝ$›rdžd	ROÔ€_£84ì8ž$	#¥\/Îzp¹:!v
ÈvôÑ6¿­2pސ¤³Çúc]`’3IT©ë9m«íº* '˜ùÝ3‰.áP`n€‰mÎ’lFð©&aâyµB£L$¥`ÊHŠ£‡ìèüÄ>JpÍè²/Èq0Å«O,ÉZÆañb’žd¡(„7øÚ ÄOršw/űÖ
ýV.L$É&
@û5$g<I”â‹EŽäÈÑ{“_u(Hb¾+h®Q at F	FI_y¡MÊ[y‰N8Ç8E‚4˜ÚV§Ì³A&2t5ºa‚%IPxÍ_@âE$¿q$éø—î‘Y›½³òÌÈ	 ²Gx)Ê
Œ@’qî:ˆd‘L9)Ê<T54žØ7C¶Ým $®ûaBbU Áo@ô¶wq¸ì­›ˆÄ„?>UEDӏ’	¼OZ0L Û~!éИwE.üª®RDÍʪ{Æع„$Ø&d/¡rž…ÄØÄS Ó`@	«'t¥&ÉÔ5Ö+%lV-PFÙƒ¤“Ü'ÅI )ŠÛ^&NP—B70Ð=%>u6ÑðWÈ*l,óµQ亇yaAÄãÜEÖÆ`ŽÍ†Í]È•Òt0¡ÆEtSÀ$a“߁ß"HêÉŒ $ÍCÕÝÊ8álJ>ìk¦2¾„dJ€´„5~ã§ãI<©£jüZü‘*‚-Û¿	>[	u'ì»ÛqYO>¦£ú.tX©q»Âánfª !z%‰I€”×Â^؈ö¹ú3[V²Šßy
DÝŠ'‡ÍØ+I(®x²•õ-hCÄ@­‰ýIÐÊ77¼ò‚|Ó{Æ=I·L›D´gŒvìJU׋ù¼–ͪHét6wRÔ+ÕÆu§?:SnÐÊçø‰p¿ÂÚˆö'“Ð Ð$â}ü~Š–ˆÎR ª„4„9ƒ*ós9ʆ¯ ñi³¤³•Ò^ ‘I†Ø·|¬õjù8÷;Mœµ†Pã-äf Ô¶v'l+ãz™x¶B;Ú0&,%Pl·{½^¿?&ölf£C‚Qßl7µóŠQ*©ñ^p ÙZÁ’å-iXõ0­•ÆAÉô'p¡F”
ëlO°	Š¦šG]Wö>'	 .ÒÝ$‘À½P†o}©¹Ô¸P5Ôði„pe€yC“”|©”W¥\“pÂ+Mãý«ðÁL&(Çu X÷g4Hxĝt.œI>b„ i¢
úI"°ë¹T*ß [ü5;sâ±,š@&’ÀJ—]ˆ?zH¿ßk¯Å€D¯‚’ߟ¤†	ÁÀx7Ö³öy§XUÔ’¯*ï÷NË»a8Ê{¾gT®Y–USò;½gô-Ö ‡¼û•Ïí8‹=MN%2¾­¦,G¹{Øûx¥Ø@ïãÍz¢#†ãË·xØÉ“Úù?%ê$DÇ—Óå1È	´ûÿV=#‹þoÅ0ßý˜ƒñ,$Lr”Wg_Aþ}WˆQ.ÿÊÝKØÄ÷\×åªîûɱØ*ê»ïüýógövÞ»\wêL§Žó&«Mw›@è—¿Ï€g¸hµn­;ÇyÓ´ëÜ=ñáÇŸþüòå@ªkYÐRG3•ïÜ[ÝWû8ýüÇ?â	ö$a±Z–…¬å8¢†æ yŽ3µ¬›VB\súøקOŸ¾	§Kˆ1CˆÀt£Á;t×-zâàïùáã¿É?Ê°?8g½r–f    IEND®B`‚

=== Added File Products/ZopeOrg-NV/skins/plone_nzo/ploneCustom.css.dtml ===
#pipe ul {
margin-left: 0;
padding-left: 0;
display: inline;
}

#pipe ul li {
margin-left: 0;
padding: 1px 10px;
border-left: 1px solid #000;
list-style: none;
display: inline;
}


#pipe ul li.first {
margin-left: 0;
border-left: none;
list-style: none;
display: inline;
}



=== Added File Products/ZopeOrg-NV/skins/plone_nzo/stylesheet_properties.props ===
plone_skin:string=NZO

mainFont:string=65% Verdana, Helvetica, Arial, sans-serif
mainBackground:string=#E0E0E0
mainFontColor:string=#808080
mainLinkColor:string=Black
mainTabBorderColor:string=#A0A0A0
mainTabBorderColorSelected:string=#A0A0A0
mainTabBackground:string=#CCCCCC
mainTabBackgroundNotSelected:string=White
mainTabBackdrop:string=#BEBEBE
mainTabFontWeight:string=normal
mainTabFontColor:string=#808080
mainTabFontColorSelected:string=#808080

headingFont:string=100% Verdana, Helvetica, Arial, sans-serif
headingFontColor:string=#808080
headingSize1:string=160%
headingSize2:string=150%
headingSize3:string=140%
headingSize4:string=120%
headingSize5:string=100%
headingSize6:string=80%

descriptionFont:string=bold 100% Verdana, Helvetica, Arial, sans-serif

contentFont:string=120% Verdana, Helvetica, Arial, sans-serif
contentBackground:string=White
contentImageBorder:string=0
contentLinkActiveColor:string=Red
contentLinkVisitedColor:string=Purple
contentTabBorder:string=1px solid #A0A0A0
contentTabBackground:string=#CCCCCC
contentTabBackgroundNotSelected:string=White
contentTabBackdrop:string=transparent
contentTabFontWeight:string=normal
contentTabFontColor:string=#808080
contentTabFontColorSelected:string=#808080

preBorder:string=1px solid #A0A0A0
preBackground:string=#CCCCCC

messageFont:string=bold 80% Verdana, Helvetica, Arial, sans-serif
messageBackground:string=#CCCCCC
messageBorder:string=1px solid #A0A0A0

textTransform:string=lowercase
noBorder:string=none
evenRowBackground:string=#F8F8F8
oddRowBackground:string=White
groupBorder:string=1px solid #A0A0A0
requiredField:string=url(required.gif) right no-repeat

inputFont:string=bold 10px Verdana, Helvetica, Arial, sans-serif
inputBorder:string=1px solid #A0A0A0

contextButtonBackground:string=White url(linkTransparent.gif) 9px 1px no-repeat
contextButtonPadding:string=1px 1px 1px 15px
contextButtonFontColor:string=Black

standaloneButtonBackground:string=#CCCCCC url(linkOpaque.gif) 9px 1px no-repeat
standaloneButtonPadding:string=1px 1px 1px 15px
standaloneButtonFontColor:string=Black

destructiveButtonBackground:string=#FFCE7B url(linkTransparent.gif) 9px 1px no-repeat
destructiveButtonPadding:string=1px 1px 1px 15px
destructiveButtonBorder:string=1px solid #FFA500
destructiveButtonFontColor:string=Black

buttonWeight:string=normal

boxBorder:string=1px solid #A0A0A0
boxHeaderBackground:string=#CCCCCC
boxHeaderFontColor:string=#808080
boxLinkBackground:string=url(linkTransparent.gif) -0.5em 0px no-repeat
boxLinkColor:string=Black
boxEvenBackground:string=#F8F8F8
boxOddBackground:string=White
boxHighlight:string=2px solid #FFCF7F

listingBorder:string=1px solid #A0A0A0
listingHeaderBackground:string=#CCCCCC
listingHeaderFontColor:string=#808080
listingLinkHover:string=underline
listingEvenBackground:string=#F8F8F8
listingOddBackground:string=White

topBackground:string=#336699
topMargin:string=0
topPadding:string=0

logoMargin:string=0em 0em 0em 0em
logoPadding:string=0

searchMargin:string=1em 0em 0em 0em
searchPadding:string=0em 2em 0em 0em
searchFontColor:string=#808080

footerBackground:string=#CCCCCC
footerBorder:string=1px solid #A0A0A0


=== Added File Products/ZopeOrg-NV/skins/plone_nzo/user.gif ===
  <Binary-ish file>




More information about the zopeorg-checkins mailing list