OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-meta                     Date:   16-Mar-2006 21:00:16
  Branch: HEAD                             Handle: 2006031620001500

  Modified files:
    openpkg-meta            canvas-layout.php

  Log:
    add the signs to the right bottom corner

  Summary:
    Revision    Changes     Path
    1.22        +14 -0      openpkg-meta/canvas-layout.php
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-meta/canvas-layout.php
  ============================================================================
  $ cvs diff -u -r1.21 -r1.22 canvas-layout.php
  --- openpkg-meta/canvas-layout.php    14 Mar 2006 21:40:29 -0000      1.21
  +++ openpkg-meta/canvas-layout.php    16 Mar 2006 20:00:15 -0000      1.22
  @@ -194,6 +194,17 @@
       text-align:            right;
   }
   
  +div#canvas_sign {
  +    position:              absolute;
  +    left:                  0px;
  +    bottom:                22px;
  +    z-index:               0;
  +}
  +div#canvas_sign img {
  +    height:                220px;
  +    width:                 220px;
  +}
  +
   <script language="php">
       divert("html-head");
   </script>
  @@ -241,5 +252,8 @@
       <div id="canvas_foot">
           <script language="php">echo undivert("canvas-foot");</script>
       </div>
  +    <div id="canvas_sign">
  +        <img src="<?php echo $cfg["url.base"] ?>canvas/canvas-sign-<?php 
echo $opt["path.site"] ?>-T.png" alt=""/>
  +    </div>
   </div>
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to