Annotation of ECHO_content/zpt/ECHO_link_template_standard.zpt, revision 1.2

1.2     ! jdamerow    1:    
        !             2:        <table style="margin-bottom:50px;margin-top:20px" border=0 cellpadding=6 width="100%">
        !             3:        
        !             4:            <div tal:omit-tag="" tal:define="item python:here">
        !             5:                
        !             6:                
        !             7:                
        !             8:                <!-- Institutions Logos -->
        !             9:                
        !            10:                <span tal:condition="item/credits">
        !            11:                    <span class="partner" tal:repeat="credit item/credits">
        !            12:                    <span tal:condition="not:python:credit==''">
        !            13:                    <tr>
        !            14:                        <td align=right valign=middle width="150px">
        !            15:                            
        !            16:                            <span tal:content="structure python:here.getCreditObject(credit)">title</span>
        !            17:                            
        !            18:                        </td>
        !            19:                        
        !            20:                        <td>
        !            21:                        <!-- Instituts Links -->
        !            22:                        <!-- link of the institution exists -->
        !            23:                        <span tal:condition="python:here.getCreditObject(credit).url">
        !            24:                        <h4><a tal:attributes="href python:here.getCreditObject(credit).url" target="_blank">
        !            25:                            <span tal:content="python:here.getCreditObject(credit).title">title</span>
        !            26:                        </a></h4>
        !            27:                        </span>
        !            28:                        <!-- -->
        !            29:                        
        !            30:                        <!-- no link -->
        !            31:                        <span tal:condition="not:python:here.getCreditObject(credit).url">
        !            32:                        <h4>
        !            33:                            <span tal:content="python:here.getCreditObject(credit).title">title</span>
        !            34:                        </h4>
        !            35:                        </span>
        !            36:                        <!-- -->
        !            37:                        
        !            38:                        <!-- -->
        !            39:                        </td>
        !            40:                    </tr>
        !            41:                        
        !            42:                    </span>
        !            43:                    </span>
        !            44:                </span>
        !            45:                
        !            46:                <!-- -->
        !            47:                
        !            48:                <tr>
        !            49:                    <td colspan=2>
        !            50:                    
        !            51:                        <table cellpadding=5 border=0 width="100%">
        !            52:                                                        
        !            53:                            <tr>
        !            54:                                <td width="135px" align=center>
        !            55:                                
        !            56:                                <a class="label" style="color:white" tal:content="structure here/getLabel" tal:attributes="href python:here.absolute_url()">label</a>
        !            57:                                
        !            58:                                </td>
        !            59:                    
        !            60:                                <td>
        !            61:                                    <h3 style="margin:3px">
        !            62:                                    <a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()" target="_blank">
        !            63:                                    Title
        !            64:                                    </a>
        !            65:                                    </h3>
        !            66:                                </td>
        !            67:                            </tr>
        !            68:                
        !            69:                            <tr>
        !            70:                                <td colspan=2>
        !            71:                                    <p style="margin-top:-3px" class="pindent">
        !            72:                                    <span tal:replace="structure item/description">DESCRIPTION</span>
        !            73:                                    </p>
        !            74:                                    
        !            75:                                    
        !            76:                                </td>
        !            77:                    
        !            78:                            </tr>
        !            79:                        </table>
        !            80:                    
        !            81:                    </td>
        !            82:                </tr>
        !            83:                
        !            84:                
        !            85:                <span tal:condition="python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
        !            86:                <tr>
        !            87:                <td colspan=2>
        !            88:                    <b style="margin:5px">Other Presentations on the Web: </b>
        !            89:                    <br>&nbsp;
        !            90:                    <div tal:omit-tag="" tal:repeat="item python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
        !            91:                        <div tal:replace="structure item/content_html"/>
        !            92:                    </div>
        !            93:                </td>
        !            94:                </tr>
        !            95:                </span>
        !            96:            </div>
        !            97:            
        !            98:        </table>
        !            99:    
1.1       dwinter   100: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>