Changeset 922 for trunk/Vanilla
- Timestamp:
- 07/30/08 21:08:05 (16 months ago)
- Location:
- trunk/Vanilla/templates
- Files:
-
- 29 modified
-
vanilla+archives/archives.mtml (modified) (1 diff)
-
vanilla+archives/entry.mtml (modified) (1 diff)
-
vanilla+archives/entry_listing.mtml (modified) (1 diff)
-
vanilla+archives/home.mtml (modified) (1 diff)
-
vanilla+archives/wrapper.mtml (modified) (1 diff)
-
vanilla+authentication/home.mtml (modified) (1 diff)
-
vanilla+authentication/readme_javascript.txt (modified) (1 diff)
-
vanilla+authentication/wrapper.mtml (modified) (1 diff)
-
vanilla+comments+userpics/comment_preview.mtml (modified) (1 diff)
-
vanilla+comments+userpics/comment_response.mtml (modified) (1 diff)
-
vanilla+comments+userpics/entry.mtml (modified) (1 diff)
-
vanilla+comments+userpics/home.mtml (modified) (1 diff)
-
vanilla+comments+userpics/wrapper.mtml (modified) (1 diff)
-
vanilla+comments/comment_preview.mtml (modified) (1 diff)
-
vanilla+comments/comment_response.mtml (modified) (1 diff)
-
vanilla+comments/entry.mtml (modified) (1 diff)
-
vanilla+comments/home.mtml (modified) (1 diff)
-
vanilla+comments/wrapper.mtml (modified) (1 diff)
-
vanilla+create-entry/create-entry.mtml (modified) (1 diff)
-
vanilla+create-entry/entry.mtml (modified) (1 diff)
-
vanilla+create-entry/entry_response.mtml (modified) (1 diff)
-
vanilla+create-entry/home.mtml (modified) (1 diff)
-
vanilla+create-entry/wrapper.mtml (modified) (1 diff)
-
vanilla+pages/entry.mtml (modified) (1 diff)
-
vanilla+pages/home.mtml (modified) (1 diff)
-
vanilla+pages/page.mtml (modified) (1 diff)
-
vanilla+pages/wrapper.mtml (modified) (1 diff)
-
vanilla/entry.mtml (modified) (1 diff)
-
vanilla/home.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vanilla/templates/vanilla+archives/archives.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><__trans phrase="Archives"></h1> -
trunk/Vanilla/templates/vanilla+archives/entry.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><$mt:EntryTitle$></h1> -
trunk/Vanilla/templates/vanilla+archives/entry_listing.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><__trans phrase="[_1] Archives" params="<$mt:ArchiveTitle$>"></h1> -
trunk/Vanilla/templates/vanilla+archives/home.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:Entries lastn="10"> -
trunk/Vanilla/templates/vanilla+archives/wrapper.mtml
r919 r922 8 8 <body> 9 9 10 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="Monthly, Category, and Author Archives"></h1>10 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Monthly, Category, and Author Archives)"></h1> 11 11 12 12 <h3><__trans phrase="Navigation"></h3> -
trunk/Vanilla/templates/vanilla+authentication/home.mtml
r914 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <p><em><__trans phrase="No entries. Authentication example only"></em></p> -
trunk/Vanilla/templates/vanilla+authentication/readme_javascript.txt
r919 r922 37 37 profile operation. 38 38 function mtFetchUser(cb) // Issues a request to the MT comment script to retrieve the currently logged-in user (if any). 39 function mtUpdateSignInWidget(u) // A routine that displays various phrases based upon users authenticated status 39 function mtUpdateSignInWidget(u) // A routine that displays various phrases based upon users authenticated status (works with Sign In Widget) 40 40 function mtGetUser() // Retrieves an object of the currently logged in user's state. If no user is logged in or cookied, this will return null. 41 41 function mtSignIn() // Handles the action of the "Sign in" link. First clears any existing user cookie, then directs to the MT comment script to sign the user in. -
trunk/Vanilla/templates/vanilla+authentication/wrapper.mtml
r919 r922 9 9 <body> 10 10 11 <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>11 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Authentication)"></h1> 12 12 13 13 <div id="signin-content"> -
trunk/Vanilla/templates/vanilla+comments+userpics/comment_preview.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:setvarblock name="html_head" append="1"> -
trunk/Vanilla/templates/vanilla+comments+userpics/comment_response.mtml
r916 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:SetVarBlock name="html_head"> -
trunk/Vanilla/templates/vanilla+comments+userpics/entry.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:setvarblock name="html_head" append="1"> -
trunk/Vanilla/templates/vanilla+comments+userpics/home.mtml
r916 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:Entries> -
trunk/Vanilla/templates/vanilla+comments+userpics/wrapper.mtml
r919 r922 10 10 <body> 11 11 12 <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>12 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Comments w/ Userpics)"></h1> 13 13 14 14 <div id="signin-content"><a href="javascript:void(0)" onclick="return mtSignInOnClick('signin-content')"><__trans phrase="Sign In"></a></div> -
trunk/Vanilla/templates/vanilla+comments/comment_preview.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:setvarblock name="html_head" append="1"> -
trunk/Vanilla/templates/vanilla+comments/comment_response.mtml
r917 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:If name="comment_confirmation"> -
trunk/Vanilla/templates/vanilla+comments/entry.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:setvarblock name="html_head" append="1"> -
trunk/Vanilla/templates/vanilla+comments/home.mtml
r917 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:Entries> -
trunk/Vanilla/templates/vanilla+comments/wrapper.mtml
r919 r922 10 10 <body> 11 11 12 <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>12 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Comments)"></h1> 13 13 14 14 <div id="signin-content"><a href="javascript:void(0)" onclick="return mtSignInOnClick('signin-content')"><__trans phrase="Sign In"></a></div> -
trunk/Vanilla/templates/vanilla+create-entry/create-entry.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:SetVarBlock name="html_head"> -
trunk/Vanilla/templates/vanilla+create-entry/entry.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><$mt:EntryTitle$></h1> -
trunk/Vanilla/templates/vanilla+create-entry/entry_response.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><__trans phrase="Thank you for posting an entry."></h1> -
trunk/Vanilla/templates/vanilla+create-entry/home.mtml
r919 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:Entries lastn="10"> -
trunk/Vanilla/templates/vanilla+create-entry/wrapper.mtml
r919 r922 10 10 <body> 11 11 12 <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>12 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Create Entry)"></h1> 13 13 14 14 <div id="signin-content"> -
trunk/Vanilla/templates/vanilla+pages/entry.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><$mt:EntryTitle$></h1> -
trunk/Vanilla/templates/vanilla+pages/home.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:Entries> -
trunk/Vanilla/templates/vanilla+pages/page.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><$mt:PageTitle$></h1> -
trunk/Vanilla/templates/vanilla+pages/wrapper.mtml
r919 r922 8 8 <body> 9 9 10 <h1><a href="<$mt:BlogURL$>" accesskey="1"><$mt:BlogName encode_html="1"$></a></h1>10 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> <__trans phrase="(Vanilla + Pages)"></h1> 11 11 12 12 <h3><__trans phrase="Navigation"></h3> -
trunk/Vanilla/templates/vanilla/entry.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <h1><$mt:EntryTitle$></h1> -
trunk/Vanilla/templates/vanilla/home.mtml
r891 r922 1 <mt:IncludeBlock module=" wrapper">1 <mt:IncludeBlock module="Wrapper"> 2 2 3 3 <mt:Entries lastn="10">
