[ Index ]
 

Code source de Kupu-1.3.5

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

title

Body

[fermer]

/plone/ -> zmi_docs.pt (source)

   1  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
   2      lang="en"
   3      metal:use-macro="here/kupu_config/macros/master"
   4      i18n:domain="plone">
   5  
   6  <metal:cssslot fill-slot="css_slot">
   7  <style>
   8  /*
   9  :Author: David Goodger
  10  :Contact: goodger@users.sourceforge.net
  11  :date: $Date: 2004/06/23 13:31:26 $
  12  :version: $Revision: 1.37 $
  13  :copyright: This stylesheet has been placed in the public domain.
  14  
  15  Default cascading style sheet for the HTML output of Docutils.
  16  */
  17  h3, h4, h5 { clear: none!IMPORTANT; }
  18  
  19  .first {
  20    margin-top: 0 }
  21  
  22  .last {
  23    margin-bottom: 0 }
  24  
  25  a.toc-backref {
  26    text-decoration: none ;
  27    color: black }
  28  
  29  blockquote.epigraph {
  30    margin: 2em 5em ; }
  31  
  32  dd {
  33    margin-bottom: 0.5em }
  34  
  35  /* Uncomment (& remove this text!) to get bold-faced definition list terms
  36  dt {
  37    font-weight: bold }
  38  */
  39  
  40  div.abstract {
  41    margin: 2em 5em }
  42  
  43  div.abstract p.topic-title {
  44    font-weight: bold ;
  45    text-align: center }
  46  
  47  div.attention, div.caution, div.danger, div.error, div.hint,
  48  div.important, div.note, div.tip, div.warning, div.admonition {
  49    margin: 2em ;
  50    border: medium outset ;
  51    padding: 1em }
  52  
  53  div.attention p.admonition-title, div.caution p.admonition-title,
  54  div.danger p.admonition-title, div.error p.admonition-title,
  55  div.warning p.admonition-title {
  56    color: red ;
  57    font-weight: bold ;
  58    font-family: sans-serif }
  59  
  60  div.hint p.admonition-title, div.important p.admonition-title,
  61  div.note p.admonition-title, div.tip p.admonition-title,
  62  div.admonition p.admonition-title {
  63    font-weight: bold ;
  64    font-family: sans-serif }
  65  
  66  div.dedication {
  67    margin: 2em 5em ;
  68    text-align: center ;
  69    font-style: italic }
  70  
  71  div.dedication p.topic-title {
  72    font-weight: bold ;
  73    font-style: normal }
  74  
  75  div.figure {
  76    margin-left: 2em }
  77  
  78  div.footer, div.header {
  79    font-size: smaller }
  80  
  81  div.sidebar, div.contents {
  82    margin-left: 1em ;
  83    border: medium outset ;
  84    padding: 0em 1em ;
  85    background-color: #ffffee ;
  86    width: 40% ;
  87    float: right ;
  88    clear: right }
  89  
  90  div.sidebar p.rubric {
  91    font-family: sans-serif ;
  92    font-size: medium }
  93  
  94  div.system-messages {
  95    margin: 5em }
  96  
  97  div.system-messages h1 {
  98    color: red }
  99  
 100  div.system-message {
 101    border: medium outset ;
 102    padding: 1em }
 103  
 104  div.system-message p.system-message-title {
 105    color: red ;
 106    font-weight: bold }
 107  
 108  div.topic {
 109    margin: 2em }
 110  
 111  h2.title {
 112    background-image: url(kupuimages/kupu_icon.gif);
 113    background-repeat: no-repeat;
 114    background-position: center left;
 115    padding-left: 32px; }
 116  
 117  hr {
 118    width: 75% }
 119  
 120  ol.simple, ul.simple {
 121    margin-bottom: 1em }
 122  
 123  ol.arabic {
 124    list-style: decimal }
 125  
 126  ol.loweralpha {
 127    list-style: lower-alpha }
 128  
 129  ol.upperalpha {
 130    list-style: upper-alpha }
 131  
 132  ol.lowerroman {
 133    list-style: lower-roman }
 134  
 135  ol.upperroman {
 136    list-style: upper-roman }
 137  
 138  p.attribution {
 139    text-align: right ;
 140    margin-left: 50% }
 141  
 142  p.caption {
 143    font-style: italic }
 144  
 145  p.credits {
 146    font-style: italic ;
 147    font-size: smaller }
 148  
 149  p.label {
 150    white-space: nowrap }
 151  
 152  p.rubric {
 153    font-weight: bold ;
 154    font-size: larger ;
 155    color: maroon ;
 156    text-align: center }
 157  
 158  p.sidebar-title {
 159    font-family: sans-serif ;
 160    font-weight: bold ;
 161    font-size: larger }
 162  
 163  p.sidebar-subtitle {
 164    font-family: sans-serif ;
 165    font-weight: bold }
 166  
 167  p.topic-title {
 168    font-weight: bold }
 169  
 170  pre.address {
 171    margin-bottom: 0 ;
 172    margin-top: 0 ;
 173    font-family: serif ;
 174    font-size: 100% }
 175  
 176  pre.line-block {
 177    font-family: serif ;
 178    font-size: 100% }
 179  
 180  pre.literal-block, pre.doctest-block {
 181    margin-left: 2em ;
 182    margin-right: 2em ;
 183    background-color: #eeeeee }
 184  
 185  span.classifier {
 186    font-family: sans-serif ;
 187    font-style: oblique }
 188  
 189  span.classifier-delimiter {
 190    font-family: sans-serif ;
 191    font-weight: bold }
 192  
 193  span.interpreted {
 194    font-family: sans-serif }
 195  
 196  span.option {
 197    white-space: nowrap }
 198  
 199  span.option-argument {
 200    font-style: italic }
 201  
 202  span.pre {
 203    white-space: nowrap }
 204  
 205  span.problematic {
 206    color: red }
 207  
 208  table {
 209    margin-top: 0.5em ;
 210    margin-bottom: 0.5em }
 211  
 212  table.citation {
 213    border-left: solid thin gray ;
 214    padding-left: 0.5ex }
 215  
 216  table.docinfo {
 217    margin: 2em 4em }
 218  
 219  table.footnote {
 220    border-left: solid thin black ;
 221    padding-left: 0.5ex }
 222  
 223  td, th {
 224    padding-left: 0.5em ;
 225    padding-right: 0.5em ;
 226    vertical-align: top }
 227  
 228  th.docinfo-name, th.field-name {
 229    font-weight: bold ;
 230    text-align: left ;
 231    white-space: nowrap }
 232  
 233  h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
 234    font-size: 100% }
 235  
 236  tt {
 237    background-color: #eeeeee }
 238  
 239  ul.auto-toc {
 240    list-style-type: none; list-style-image: none;
 241  }
 242  </style>
 243  </metal:cssslot>
 244  <body>
 245  
 246      <div class="documentContent" metal:fill-slot="kupu_content"
 247   tal:define="convertTo nocall:here/portal_transforms/convertTo|nothing">
 248  <div tal:condition="nocall:convertTo"
 249       tal:content="structure python:convertTo('text/html', here.docs(), mimetype='text/x-rst')"
 250       tal:on-error="structure string:Documentation formatting failed: $error/value}&lt;pre&gt;$here/docs}&lt;/pre;&gt;">
 251  </div>
 252  <pre tal:condition="not:nocall:convertTo"
 253       tal:content="here/docs">
 254  </pre>
 255  
 256  </div>
 257  </body>
 258  </html>
 259  


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