[ Index ]
 

Code source de Kupu-1.3.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/plone/ -> toolbar.kupu (source)

   1  <kupu:feature
   2      name="toolbar"
   3      implementation="plone"
   4      xmlns="http://www.w3.org/1999/xhtml"
   5      xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
   6      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
   7      xmlns:tal="http://xml.zope.org/namespaces/tal"
   8      >
   9  <kupu:id>$Id: toolbar.kupu 22958 2006-02-02 13:52:44Z guido $</kupu:id>
  10  
  11    <kupu:part name="logo">
  12      <span class="kupu-tb-buttongroup kupu-logo" style="float: right">
  13        <button type="button" class="kupu-logo" title="Kupu 1.3.5" accesskey="k" id="kupu-logo-button"
  14                onclick="window.open('http://kupu.oscom.org');"
  15                tal:attributes="tabindex python:tabindex+1;">&#160;</button>
  16      </span>
  17    </kupu:part>
  18  
  19    <kupu:part name="select-styles">
  20      <select class="kupu-tb-styles">
  21        <option value="p" i18n:translate="">Normal</option>
  22        <tal:block condition="here/kupu_library_tool/getParagraphStyles|nothing"
  23          repeat="style here/kupu_library_tool/getParagraphStyles">
  24          <option i18n:translate=""
  25                  tal:define="parts python:style.split('|',1)+['','']"
  26                  tal:attributes="value python:parts[1]" tal:content="python:parts[0]"/>
  27        </tal:block>
  28        <tal:block tal:condition="field/widget/parastyles|nothing">
  29          <option i18n:translate=""
  30              tal:condition="field/widget/parastyles"
  31              tal:repeat="style field/widget/parastyles"
  32              tal:attributes="value python:style[0]"
  33              tal:content="python:style[1]"
  34              />
  35        </tal:block>
  36      </select>
  37    </kupu:part>
  38  </kupu:feature>


Généré le : Sun Feb 25 15:30:41 2007 par Balluche grâce à PHPXref 0.7