Annotation of ECHO_content/zpt/ECHO_startpage_index_template_standard.zpt, revision 1.3

1.1       dwinter     1: <html>
                      2:    <head>
1.2       jdamerow    3:      <link rel="stylesheet" href="resource.css" type="text/css">
1.1       dwinter     4:        <title>
                      5:            <span tal:replace="here/title" />
                      6:        </title>
                      7:    </head>
                      8:    
1.2       jdamerow    9:    <body tal:define="parent python:here.aq_parent" bgcolor="#F5F1E9">
                     10:    <div tal:omit-tag="" tal:define="item python:here">
1.1       dwinter    11:        
1.2       jdamerow   12:        <table height="100%" width="100%" cellpadding=5>
                     13:          <tr><td valign="top">
                     14:        <!-- EDITABLE AREA -->
1.1       dwinter    15:        
1.2       jdamerow   16:            <!-- Beschreibung der Quelle selbst -->
                     17:            <h1 align="center" tal:content="structure here/title" />
                     18:            
                     19:            <span tal:content="here/description"/>
                     20:            
                     21:            <!-- Copyrights -->
                     22:    
                     23:            <center tal:condition="not:python:here.getCopyrightsHTML()=='ERROR'">
                     24:                <span tal:repeat="item python:here.getCopyrightsHTML()">
                     25:                    <span tal:condition="not:python:item[0] == 'empty'">
                     26:                        <a tal:attributes="href python:item[0]" target="_blank">
                     27:                        <span tal:content="structure python:item[4]"/>
                     28:                        <span tal:condition="not:python:item[1]=='all'">
                     29:                        (<span tal:content="python:item[1]"/>)</span>
                     30:                        <span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
                     31:                        </a>
                     32:                    </span>
                     33:                    <span tal:condition="python:item[0] == 'empty'">
                     34:                        <span tal:content="structure python:item[4]"/>
                     35:                        <span tal:condition="not:python:item[1]=='all'">
                     36:                        (<span tal:content="python:item[1]"/>)</span>
                     37:                        <span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
                     38:                    </span>
                     39:                </span>
                     40:            </center>
                     41:            
                     42:            <!-- -->
                     43:            
                     44:            <p>&nbsp;
                     45:            <p><i>This resource is part of</i>
1.1       dwinter    46:        
                     47:            <!-- Title der Collection-->
1.2       jdamerow   48:            <h3 tal:content="structure parent/title" />
                     49:            
                     50:            
                     51:            <!-- Institution Logos -->
                     52:            <table cellpadding=5 border=0>
                     53:            <span tal:omit-tag="" tal:condition="parent/credits">
                     54:                <span tal:repeat="credit parent/credits">
                     55:                    <tr tal:condition="not:python:credit==''">
                     56:                    
                     57:                        <td width="55px" tal:content="structure python:parent.getCreditObject(credit)">
                     58:                            title
                     59:                        </td>
                     60:                        
                     61:            <!-- Institution Links -->
                     62:            <!-- link of the institution exists -->
                     63:                        <td tal:condition="python:parent.getCreditObject(credit).url">
                     64:                            <h4>
                     65:                                <a tal:attributes="href python:parent.getCreditObject(credit).url" target="_blank">
                     66:                                    <span tal:content="python:parent.getCreditObject(credit).title">
                     67:                                        title
                     68:                                    </span>
                     69:                                </a>
                     70:                            </h4>
                     71:                        </td>
                     72:            <!-- -->
                     73:            <!-- no link -->
                     74:                        <td tal:condition="not:python:parent.getCreditObject(credit).url">
                     75:                            <h4>
                     76:                                <span tal:content="python:parent.getCreditObject(credit).title">
                     77:                                    title
                     78:                                </span>
                     79:                            </h4>
                     80:                        </td>
                     81:            <!-- -->
                     82:            <!-- -->
                     83:                    </tr>
                     84:                </span>
                     85:            </span>
                     86:            </table>
1.1       dwinter    87:            
                     88:            <!-- Description der Collection-->
                     89:            <p tal:content="structure parent/description">
                     90:                DESCRIPTION
                     91:            </p>
                     92:            
1.2       jdamerow   93:            
1.1       dwinter    94:            
                     95:            <!-- Inhaltsverzeichniss !-->
                     96:            
1.3     ! dwinter    97:            <div tal:replace="structure here/toc_html" />
1.1       dwinter    98: 
                     99:        </td></tr>
                    100:          </table>
1.2       jdamerow  101:    </div>      
1.1       dwinter   102:    </body>
                    103: </html>
1.2       jdamerow  104: 

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