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

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:            <!-- -->
1.4     ! jdamerow   43:            <p>
        !            44:            <!-- FullTextXML if there ist one -->
        !            45:            <center tal:condition="not:python:'<error>' in here.getFullTextXML(noredirect='Yes')">
        !            46:                <a tal:attributes="href python:here.absolute_url() + '/getFullTextXML'" target="_blank">getFullTextXML</a>
        !            47:            </center>
        !            48:            <!-- -->
1.2       jdamerow   49:            
                     50:            <p>&nbsp;
                     51:            <p><i>This resource is part of</i>
1.1       dwinter    52:        
                     53:            <!-- Title der Collection-->
1.2       jdamerow   54:            <h3 tal:content="structure parent/title" />
                     55:            
                     56:            
                     57:            <!-- Institution Logos -->
                     58:            <table cellpadding=5 border=0>
                     59:            <span tal:omit-tag="" tal:condition="parent/credits">
                     60:                <span tal:repeat="credit parent/credits">
                     61:                    <tr tal:condition="not:python:credit==''">
                     62:                    
                     63:                        <td width="55px" tal:content="structure python:parent.getCreditObject(credit)">
                     64:                            title
                     65:                        </td>
                     66:                        
                     67:            <!-- Institution Links -->
                     68:            <!-- link of the institution exists -->
                     69:                        <td tal:condition="python:parent.getCreditObject(credit).url">
                     70:                            <h4>
                     71:                                <a tal:attributes="href python:parent.getCreditObject(credit).url" target="_blank">
                     72:                                    <span tal:content="python:parent.getCreditObject(credit).title">
                     73:                                        title
                     74:                                    </span>
                     75:                                </a>
                     76:                            </h4>
                     77:                        </td>
                     78:            <!-- -->
                     79:            <!-- no link -->
                     80:                        <td tal:condition="not:python:parent.getCreditObject(credit).url">
                     81:                            <h4>
                     82:                                <span tal:content="python:parent.getCreditObject(credit).title">
                     83:                                    title
                     84:                                </span>
                     85:                            </h4>
                     86:                        </td>
                     87:            <!-- -->
                     88:            <!-- -->
                     89:                    </tr>
                     90:                </span>
                     91:            </span>
                     92:            </table>
1.1       dwinter    93:            
                     94:            <!-- Description der Collection-->
                     95:            <p tal:content="structure parent/description">
                     96:                DESCRIPTION
                     97:            </p>
                     98:            
1.2       jdamerow   99:            
1.1       dwinter   100:            
                    101:            <!-- Inhaltsverzeichniss !-->
                    102:            
1.3       dwinter   103:            <div tal:replace="structure here/toc_html" />
1.1       dwinter   104: 
                    105:        </td></tr>
                    106:          </table>
1.2       jdamerow  107:    </div>      
1.1       dwinter   108:    </body>
                    109: </html>
1.2       jdamerow  110: 

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