Changeset 2619

Show
Ignore:
Timestamp:
06/20/08 02:05:43 (5 months ago)
Author:
bsmith
Message:

bugzid:80079 - attach load and unload functions via mtAttachEvent function... thus further simplifying MTML

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-40/default_templates/comments.mtml

    r2613 r2619  
    101101        </div> 
    102102    </div> 
     103    <script type="text/javascript"> 
     104    <!-- 
     105    mtAttachEvent("load", mtEntryOnLoad); 
     106    mtAttachEvent("unload", mtEntryOnUnload); 
     107    //--> 
     108    </script> 
    103109    </mt:IfCommentsAccepted> 
    104110 
  • branches/release-40/default_templates/entry.mtml

    r2604 r2619  
    99    <title><$mt:EntryTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title> 
    1010</head> 
    11 <body id="<$mt:BlogTemplateSetID$>" class="mt-entry-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()"
     11<body id="<$mt:BlogTemplateSetID$>" class="mt-entry-archive <$mt:Var name="page_layout"$>"
    1212    <div id="container"> 
    1313        <div id="container-inner"> 
  • branches/release-40/default_templates/page.mtml

    r2617 r2619  
    77    <title><$mt:PageTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title> 
    88</head> 
    9 <body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()"
     9<body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>"
    1010    <div id="container"> 
    1111        <div id="container-inner">