Changeset 2628 for WAeUP_SRP/fceokene/waeup_custom
- Timestamp:
- 12 Nov 2007, 10:58:15 (17 years ago)
- Location:
- WAeUP_SRP/fceokene/waeup_custom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/fceokene/waeup_custom/main_template.pt
r2535 r2628 12 12 here_url here/absolute_url; 13 13 base_url here/getBaseUrl; 14 static_dir here/portal_properties/static_dir; 15 static_base_url string:${here/getBaseUrl}${static_dir}; 14 16 member mtool/getAuthenticatedMember; 15 17 isAnon mtool/isAnonymousUser; … … 47 49 <metal:block fill-slot="style_slot"> 48 50 <link rel="stylesheet" type="text/css" media="all" 49 tal:attributes="href string:${ base_url}common.css" />51 tal:attributes="href string:${static_base_url}common.css" /> 50 52 <link rel="stylesheet" type="text/css" media="all" 51 tal:attributes="href string:${ base_url}${waeup_skin}/render.css" />53 tal:attributes="href string:${static_base_url}${waeup_skin}/render.css" /> 52 54 <metal:block define-slot="style_slot" /> 53 55 </metal:block> … … 58 60 <link rel="icon" 59 61 href="ng.png" 60 tal:attributes="href string:${ base_url}ng.png"62 tal:attributes="href string:${static_base_url}ng.png" 61 63 type="image/png" /> 62 64 <link rel="shortcut icon" 63 65 href="icons/ng.png" 64 tal:attributes="href string:${ base_url}ng.png"66 tal:attributes="href string:${static_base_url}ng.png" 65 67 type="image/png" /> 66 68 </head> … … 85 87 <td style="width: 20px;"></td> 86 88 <td style="width: 170px; text-align: center; padding-top: 0.5em;"> 87 <img tal:attributes="src string:${ base_url}logo_left.jpg" alt="Logo" />89 <img tal:attributes="src string:${static_base_url}logo_left.jpg" alt="Logo" /> 88 90 </td> 89 91 <td padding=0.5em><h1>Federal College of Education Okene<br />Kogi State, Nigeria</h1></td> -
WAeUP_SRP/fceokene/waeup_custom/slip_template.pt
r2277 r2628 12 12 here_url here/absolute_url; 13 13 base_url here/getBaseUrl; 14 static_dir here/portal_properties/static_dir; 15 static_base_url string:${base_url}${static_dir}; 14 16 member mtool/getAuthenticatedMember; 15 17 isAnon mtool/isAnonymousUser; … … 43 45 <metal:block fill-slot="style_slot"> 44 46 <link rel="stylesheet" type="text/css" media="all" 45 tal:attributes="href string:${ base_url}common.css" />47 tal:attributes="href string:${static_base_url}common.css" /> 46 48 <metal:block define-slot="style_slot" /> 47 49 </metal:block> … … 52 54 <link rel="icon" 53 55 href="ng.png" 54 tal:attributes="href string:${ base_url}ng.png"56 tal:attributes="href string:${static_base_url}ng.png" 55 57 type="image/png" /> 56 58 <link rel="shortcut icon" 57 59 href="icons/ng.png" 58 tal:attributes="href string:${ base_url}ng.png"60 tal:attributes="href string:${static_base_url}ng.png" 59 61 type="image/png" /> 60 62 </head> … … 77 79 <td style="width: 20px;" valign="top"></td> 78 80 <td valign="top" style="width: 80px; padding: 0.5em; text-align: right;"> 79 <img tal:attributes="src string:${ base_url}logo_left.jpg" alt="Logo"81 <img tal:attributes="src string:${static_base_url}logo_left.jpg" alt="Logo" 80 82 height="84" /> 81 83 </td>
Note: See TracChangeset for help on using the changeset viewer.