Changeset 1021
- Timestamp:
- 09/04/08 01:49:59 (3 months ago)
- Files:
-
- trunk/Sandbox/plugins/Sandbox/config.yaml (modified) (2 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/404.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/archive.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/archives.mtml (modified) (3 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/atom-entry.mtml (modified) (2 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/author.mtml (modified) (2 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/category.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/comment_preview.mtml (modified) (4 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/comment_response.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/comments.mtml (modified) (5 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/dynamic_error.mtml (modified) (2 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/footer.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/functions.mtml (deleted)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/header.mtml (modified) (3 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/index.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/javascript.mtml (modified) (3 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/page.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/rss.mtml (deleted)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/search_results.mtml (modified) (1 diff)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/sidebar.mtml (modified) (5 diffs)
- trunk/Sandbox/plugins/Sandbox/templates/sandbox/wlwmanifest.mtml (deleted)
- trunk/Sandbox/plugins/Sandbox/templates/widgets/search.mtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Sandbox/plugins/Sandbox/config.yaml
r1014 r1021 43 43 label: Styles 44 44 outfile: styles.css 45 functions:46 label: PHP Functions47 outfile: functions.php48 45 javascript: 49 46 label: Javascript … … 55 52 label: RSD 56 53 outfile: rsd.xml 57 rss:58 label: RSS59 outfile: rss.xml60 54 archive: 61 55 archive: trunk/Sandbox/plugins/Sandbox/templates/sandbox/404.mtml
r786 r1021 6 6 <div id="content"> 7 7 8 <div id="post-0" class="post error404 ">8 <div id="post-0" class="post error404 not-found"> 9 9 <h2 class="entry-title"><__trans phrase="Not Found"></h2> 10 10 <div class="entry-content"> 11 <p><__trans phrase="Apologies, but we were unable to find what you were looking for. Perhaps searching will help."></p>11 <p><__trans phrase="Apologies, but we were unable to find what you were looking for. Perhaps searching will help."></p> 12 12 </div> 13 <form id=" error404-searchform" method="get" action="<$mt:CGIPath$><$mt:SearchScript$>">13 <form id="searchform-404" class="blog-search" method="get" action="<$mt:CGIPath$><$mt:SearchScript$>"> 14 14 <div> 15 15 <input type="hidden" name="IncludeBlogs" value="<$mt:BlogID$>" /> 16 <input id=" error404-s" type="text" name="search" value="<$mt:SearchString$>" size="40" />17 <input id="error404-searchsubmit" type="submit" accesskey="4" value="<__trans phrase="Find">" />16 <input id="s-404" name="s" class="text" type="text" value="<$mt:SearchString$>" size="40" /> 17 <input class="button" type="submit" value="<__trans phrase="Find">" /> 18 18 </div> 19 19 </form> 20 </div><!-- .p age-->20 </div><!-- .post --> 21 21 22 22 </div><!-- #content --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/archive.mtml
r724 r1021 46 46 <span class="meta-sep">|</span> 47 47 </mt:EntryIfTagged> 48 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span> 49 <span class="meta-sep">|</span> 48 50 <span class="comments-link"><a href="<$mt:EntryPermalink$>#comments" title="<__trans phrase="Comment on [_1]" params="<$mt:EntryTitle$>">"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a></span> 49 <span class="meta-sep">|</span>50 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span>51 51 </div> 52 52 </div><!-- .post --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/archives.mtml
r811 r1021 11 11 12 12 <ul id="archives-page" class="xoxo"> 13 <li id="category-archives" class="content-column">13 <li id="category-archives"> 14 14 <h3 class="archive-header"><__trans phrase="Archives by Category"></h3> 15 15 <mt:TopLevelCategories> … … 29 29 </mt:TopLevelCategories> 30 30 </li> 31 <li id="monthly-archives" class="content-column">31 <li id="monthly-archives"> 32 32 <mt:ArchiveList archive_type="Monthly"> 33 33 <mt:ArchiveListHeader> … … 44 44 45 45 </div> 46 </div><!-- .p age-->46 </div><!-- .post --> 47 47 48 48 </div><!-- #content --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/atom-entry.mtml
r724 r1021 1 1 <?xml version="1.0" encoding="<$mt:PublishCharset$>"?> 2 2 <feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en"> 3 <title> Comments for <$mt:ArchiveTitle remove_html="1" encode_xml="1"$></title>3 <title><__trans phrase="Comments for [_1]" params="<$mt:ArchiveTitle remove_html="1" encode_xml="1"$>"></title> 4 4 <link rel="alternate" type="text/html" href="<$mt:ArchiveLink encode_xml="1"$>" /> 5 5 <link rel="self" type="application/atom+xml" href="<$mt:BlogURL$>atom.xml" /> … … 33 33 <thr:in-reply-to ref="<$mt:EntryAtomID$>" type="text/html" href="<$mt:EntryPermalink encode_xml="1"$>"/> 34 34 <link rel="alternate" type="text/html" href="<$mt:EntryPermalink encode_xml="1"$>#c<$mt:CommentID$>" /> 35 <title> Comment from <$mt:CommentAuthor encode_xml="1"$> on <$mt:CommentDate format="%Y-%m-%d"$></title>35 <title><__trans phrase="Comment from [_1] on [_2]" params="<$mt:CommentAuthor encode_xml="1"$>%%<$mt:CommentDate format="%Y-%m-%d"$>"></title> 36 36 <author> 37 37 <name><$mt:CommentAuthor encode_xml="1"$></name> trunk/Sandbox/plugins/Sandbox/templates/sandbox/author.mtml
r724 r1021 10 10 <div id="content"> 11 11 12 <h2 class="page-title author"> Author Archives: <span class="vcard"><a class="url fn n" href="<$mt:AuthorURL$>" title="<$mt:ArchiveTitle$>" rel="me"><$mt:ArchiveTitle$></a></span></h2>12 <h2 class="page-title author"><__trans phrase="Author Archives: [_1]" params="<span class="vcard"><a class="url fn n" href="<$mt:AuthorURL$>" title="<$mt:ArchiveTitle$>" rel="me"><$mt:ArchiveTitle$></a>"></span></h2> 13 13 <div class="archive-meta"><a href="<$mt:AuthorURL$>"><$mt:AuthorURL$></a></div> 14 14 … … 37 37 <span class="meta-sep">|</span> 38 38 </mt:EntryIfTagged> 39 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span> 40 <span class="meta-sep">|</span> 39 41 <span class="comments-link"><a href="<$mt:EntryPermalink$>#comments" title="<__trans phrase="Comment on [_1]" params="<$mt:EntryTitle$>">"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a></span> 40 <span class="meta-sep">|</span>41 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span>42 42 </div> 43 43 </div><!-- .post --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/category.mtml
r724 r1021 39 39 <span class="meta-sep">|</span> 40 40 </mt:EntryIfTagged> 41 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span> 42 <span class="meta-sep">|</span> 41 43 <span class="comments-link"><a href="<$mt:EntryPermalink$>#comments" title="<__trans phrase="Comment on [_1]" params="<$mt:EntryTitle$>">"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a></span> 42 <span class="meta-sep">|</span>43 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span>44 44 </div> 45 45 </div><!-- .post --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/comment_preview.mtml
r748 r1021 31 31 <div id="comment-greeting"></div> 32 32 <div class="formcontainer"> 33 <form method="post" action="<$mt:CGIPath$><$mt:CommentScript$>" name="comments_form" id="commentform" onsubmit="return mtCommentOnSubmit(this)">33 <form id="commentform" action="<$mt:CGIPath$><$mt:CommentScript$>" method="post" name="comments_form" onsubmit="return mtCommentOnSubmit(this)"> 34 34 <input type="hidden" name="static" value="1" /> 35 35 <input type="hidden" name="entry_id" value="<$mt:EntryID$>" /> … … 42 42 43 43 <div id="comment-form-commenter"> 44 <div id="comment-form-name"> 45 <div class="form-label"><label for="author"><__trans phrase="Name"></label> <span class="required">*</span></div> 46 <div class="form-input"><input id="author" name="author" type="text" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" size="30" tabindex="3" onfocus="mtCommentFormOnFocus()" /></div> 47 </div> 48 <div id="comment-form-email"> 49 <div class="form-label"><label for="email"><__trans phrase="Email"></label> <span class="required">*</span></div> 50 <div class="form-input"><input id="email" name="email" type="text" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" size="30" tabindex="4" onfocus="mtCommentFormOnFocus()" /></div> 51 </div> 52 <div id="comment-form-url"> 53 <div class="form-label"><label for="url"><__trans phrase="Website"></label></div> 54 <div class="form-input"><input id="url" name="url" type="text" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" size="30" maxlength="50" tabindex="5" onfocus="mtCommentFormOnFocus()" /></div> 55 </div> 44 <div class="form-label"><label for="author"><__trans phrase="Name"></label> <span class="required">*</span></div> 45 <div class="form-input"><input id="author" class="required text" name="author" type="text" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" size="30" tabindex="3" onfocus="mtCommentFormOnFocus()" /></div> 46 47 <div class="form-label"><label for="email"><__trans phrase="Email"></label> <span class="required">*</span></div> 48 <div class="form-input"><input id="email" class="required text" name="email" type="text" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" size="30" tabindex="4" onfocus="mtCommentFormOnFocus()" /></div> 49 50 <div class="form-label"><label for="url"><__trans phrase="Website"></label></div> 51 <div class="form-input"><input id="url" class="text" name="url" type="text" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" size="30" maxlength="50" tabindex="5" onfocus="mtCommentFormOnFocus()" /></div> 56 52 </div> 57 53 <div id="comment-form-reply" style="display:none"> … … 59 55 <label for="comment-reply" id="comment-reply-label"></label> 60 56 </div> 61 <div id="commenter-form-comment"> 62 <div class="form-label"><label for="comment"><__trans phrase="Comments"> <em><mt:IfAllowCommentHTML><__trans phrase="You may use HTML tags for style"></mt:IfAllowCommentHTML></em></label></div>63 <div class="form-textarea"><textarea id="comment" name="text" cols="45" rows="8" tabindex="6" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea></div>64 </div> 57 58 <div class="form-label"><label for="comment"><__trans phrase="Comments"> <em><mt:IfAllowCommentHTML><__trans phrase="You may use HTML tags for style"></mt:IfAllowCommentHTML></em></label></div> 59 <div class="form-textarea"><textarea id="comment" class="required text" name="text" cols="45" rows="8" tabindex="6" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea></div> 60 65 61 <div id="comments-form-captcha"></div> 62 66 63 <div id="form-submit"> 67 <input type="submit" accesskey="s" name="post" id="comment-submit" value="Submit" />68 <input type="submit" accesskey="v" name="preview_button" id="comment-preview" value="Preview" onclick="this.form.preview.value='1';" />64 <input type="submit" accesskey="s" name="post" id="comment-submit" class="button" value="Submit" /> 65 <input type="submit" accesskey="v" name="preview_button" id="comment-preview" class="button" value="Preview" onclick="this.form.preview.value='1';" /> 69 66 </div> 70 67 … … 82 79 </div><!-- #comments --> 83 80 84 </div><!-- .p age-->81 </div><!-- .post --> 85 82 86 83 </div><!-- #content --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/comment_response.mtml
r811 r1021 26 26 27 27 </div> 28 </div><!-- .p age-->28 </div><!-- .post --> 29 29 30 30 </div><!-- #content --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/comments.mtml
r881 r1021 8 8 <ol> 9 9 </mt:CommentsHeader> 10 <li id="comment-<$mt:CommentID$>" class=" ">10 <li id="comment-<$mt:CommentID$>" class="<$mt:SandboxCommentClass$>"> 11 11 <div class="comment-author vcard"> 12 12 <mt:IfCommentParent> … … 32 32 <ol> 33 33 </mt:PingsHeader> 34 <li id="trackback-<$mt:PingID$>" class=" ">34 <li id="trackback-<$mt:PingID$>" class="<$mt:SandboxTrackbackClass$>"> 35 35 <div class="comment-author">By <a href='<$mt:PingURL$>' rel='external nofollow'><$mt:PingBlogName$></a> <abbr class="published" title="<$mt:PingDate format_name="iso8601"$>"> on <$mt:PingDate format="%x"$> at <$mt:PingDate format="%X"$></abbr></div> 36 36 <p><strong><$mt:PingTitle$>…</strong></p> … … 45 45 <mt:IfCommentsAccepted> 46 46 <div id="respond"> 47 <h3> Post a Comment</h3>47 <h3><__trans phrase="Post a Comment"></h3> 48 48 <div id="comment-greeting"></div> 49 49 <div class="formcontainer"> 50 <form method="post" action="<$mt:CGIPath$><$mt:CommentScript$>" name="comments_form" id="commentform" onsubmit="return mtCommentOnSubmit(this)">50 <form id="commentform" action="<$mt:CGIPath$><$mt:CommentScript$>" method="post" name="comments_form" onsubmit="return mtCommentOnSubmit(this)"> 51 51 <input type="hidden" name="static" value="1" /> 52 52 <input type="hidden" name="entry_id" value="<$mt:EntryID$>" /> … … 59 59 60 60 <div id="comment-form-commenter"> 61 <div id="comment-form-name"> 62 <div class="form-label"><label for="author">Name</label> <span class="required">*</span></div> 63 <div class="form-input"><input id="author" name="author" type="text" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" size="30" tabindex="3" onfocus="mtCommentFormOnFocus()" /></div> 64 </div> 65 <div id="comment-form-email"> 66 <div class="form-label"><label for="email">Email</label> <span class="required">*</span></div> 67 <div class="form-input"><input id="email" name="email" type="text" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" size="30" tabindex="4" onfocus="mtCommentFormOnFocus()" /></div> 68 </div> 69 <div id="comment-form-url"> 70 <div class="form-label"><label for="url">Website</label></div> 71 <div class="form-input"><input id="url" name="url" type="text" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" size="30" maxlength="50" tabindex="5" onfocus="mtCommentFormOnFocus()" /></div> 72 </div> 61 <div class="form-label"><label for="author"><__trans phrase="Name"></label> <span class="required">*</span></div> 62 <div class="form-input"><input id="author" name="author" type="text" value="<mt:If name="comment_preview"><$mt:CommentAuthor encode_html="1"$></mt:If>" size="30" tabindex="3" onfocus="mtCommentFormOnFocus()" /></div> 63 64 <div class="form-label"><label for="email"><__trans phrase="Email"></label> <span class="required">*</span></div> 65 <div class="form-input"><input id="email" name="email" type="text" value="<mt:If name="comment_preview"><$mt:CommentEmail encode_html="1"$></mt:If>" size="30" tabindex="4" onfocus="mtCommentFormOnFocus()" /></div> 66 67 <div class="form-label"><label for="url"><__trans phrase="Website"></label></div> 68 <div class="form-input"><input id="url" name="url" type="text" value="<mt:If name="comment_preview"><$mt:CommentURL encode_html="1"$></mt:If>" size="30" maxlength="50" tabindex="5" onfocus="mtCommentFormOnFocus()" /></div> 73 69 </div> 74 70 <div id="comment-form-reply" style="display:none"> … … 76 72 <label for="comment-reply" id="comment-reply-label"></label> 77 73 </div> 78 <div id="commenter-form-comment"> 79 <div class="form-label"><label for="comment"><__trans phrase="Comments"> <mt:IfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></mt:IfAllowCommentHTML></label></div>80 <div class="form-textarea"><textarea id="comment" name="text" cols="45" rows="8" tabindex="6" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea></div>81 </div> 74 75 <div class="form-label"><label for="comment"><__trans phrase="Comments"> <mt:IfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></mt:IfAllowCommentHTML></label></div> 76 <div class="form-textarea"><textarea id="comment" name="text" cols="45" rows="8" tabindex="6" onfocus="mtCommentFormOnFocus()"><mt:If name="comment_preview"><$mt:CommentBody autolink="0" sanitize="0" convert_breaks="0" encode_html="1"$></mt:If></textarea></div> 77 82 78 <div id="comments-form-captcha"></div> 79 83 80 <div id="form-submit"> 84 81 <input type="submit" accesskey="s" name="post" id="comment-submit" value="Submit" /> trunk/Sandbox/plugins/Sandbox/templates/sandbox/dynamic_error.mtml
r786 r1021 6 6 <div id="content"> 7 7 8 <div id="post-0" class="post error404 ">8 <div id="post-0" class="post error404 not-found"> 9 9 <h2 class="entry-title"><__trans phrase="Page Not Found"></h2> 10 10 <div class="entry-content"> … … 15 15 </mt:If> 16 16 </div> 17 <form id=" error404-searchform" method="get" action="<$mt:CGIPath$><$mt:SearchScript$>">17 <form id="searchform-404" class="blog-search" method="get" action="<$mt:CGIPath$><$mt:SearchScript$>"> 18 18 <div> 19 19 <input type="hidden" name="IncludeBlogs" value="<$mt:BlogID$>" /> 20 <input id=" error404-s" type="text" name="search" value="<$mt:SearchString$>" size="40" />21 <input id="error404-searchsubmit" type="submit" accesskey="4" value="<__trans phrase="Find">" />20 <input id="s-404" name="s" class="text" type="text" value="<$mt:SearchString$>" size="40" /> 21 <input class="button" type="submit" value="<__trans phrase="Find">" /> 22 22 </div> 23 23 </form> 24 </div><!-- .p age-->24 </div><!-- .post --> 25 25 26 26 </div><!-- #content --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/footer.mtml
r1006 r1021 2 2 <span id="generator-link"><__trans phrase="_POWERED_BY"></span> 3 3 <span class="meta-sep">|</span> 4 <span id="theme-link"><a href="http:// www.beausmith.com/mt/sandbox/" title="Sandbox for Movable Type" rel="designer">Sandbox</a></span>4 <span id="theme-link"><a href="http://plugins.movabletype.com/sandbox/"><__trans phrase="Sandbox Template Set for Movable Type"></a></span> 5 5 </div><!-- #footer --> 6 6 </div><!-- #wrapper .hfeed --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/header.mtml
r1009 r1021 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" id="sandbox -standard">2 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" id="sandbox"> 3 3 <head profile="http://gmpg.org/xfn/11"> 4 <title><$mt:Var name="title"$></title> 4 5 <meta http-equiv="Content-Type" content="text/html; charset=<$mt:PublishCharset$>" /> 5 <title><$mt:Var name="title"$></title>6 <meta name="description" content="<mt:If tag="BlogDescription"><$mt:BlogDescription$><mt:Else>Just another awesome Movable Type theme.</mt:If>" />7 <meta name="generator" content="<$mt:ProductName version="1"$>" /><!-- Please leave for stats -->8 6 <link rel="stylesheet" href="<$mt:Link template="styles"$>" type="text/css" /> 7 <meta name="description" content="<$mt:BlogDescription _default="<__trans phrase="Just another awesome blog published with Movable Type.">"$>" /> 8 <meta name="generator" content="<$mt:ProductName version="1"$>" /> 9 9 <link rel="alternate" type="application/atom+xml" title="Atom" href="<$mt:Link template="atom"$>" /> 10 10 <link rel="start" href="<$mt:BlogURL$>" title="Home" /> … … 12 12 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$mt:Link template="rsd"$>" /> 13 13 <meta name='robots' content='noindex,follow' /> 14 <!-- <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://reverse.local/wp/wp-includes/wlwmanifest.xml" /> -->15 14 </mt:If> 16 15 <$mt:CCLicenseRDF$> … … 19 18 </head> 20 19 <body id="<$mt:BlogTemplateSetID$>" class="<$mt:SandboxBodyClass$> <mt:if name="system_template"><$mt:Date format="d%d m%m y%Y h%H"$><mt:else><?php echo date("\dd \mm \yY \hH"); ?></mt:if> <$mt:Var name="page_layout"$>"> 20 21 21 <div id="wrapper" class="hfeed"> 22 22 23 <div id="header"> 23 <h1 id="blog-title">< a href="<$mt:BlogURL$>" title="<$mt:BlogName encode_html="1"$>" rel="home"><$mt:BlogName encode_html="1"$></a></h1>24 <h1 id="blog-title"><span><a href="<$mt:BlogURL$>" title="<$mt:BlogName encode_html="1"$>" rel="home"><$mt:BlogName encode_html="1"$></a></span></h1> 24 25 <mt:If tag="BlogDescription"><div id="blog-description"><$mt:BlogDescription$></div></mt:If> 25 26 </div><!-- #header --> 27 26 28 <div id="access"> 27 29 <div class="skip-link"><a href="#content" title="<__trans phrase="Skip navigation to the content">"><__trans phrase="Skip to content"></a></div> trunk/Sandbox/plugins/Sandbox/templates/sandbox/index.mtml
r881 r1021 31 31 <span class="meta-sep">|</span> 32 32 </mt:EntryIfTagged> 33 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span> 34 <span class="meta-sep">|</span> 33 35 <span class="comments-link"><a href="<$mt:EntryPermalink$>#comments" title="<__trans phrase="Comment on [_1]" params="<$mt:EntryTitle$>">"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a></span> 34 <span class="meta-sep">|</span>35 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span>36 36 </div> 37 37 </div><!-- .post --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/javascript.mtml
r836 r1021 3 3 <$mt:Var name="comments-open-footer" value="form-submit"$> 4 4 <$mt:Var name="comments-open-captcha" value="comments-form-captcha"$> 5 <$mt:Var name="comment-greeting" value="comment-greeting"$> 5 6 6 7 // The cookie name to use for storing the blog-side comment session cookie. … … 554 555 if (!cf) return; 555 556 556 var el = document.getElementById(' comment-greeting');557 var el = document.getElementById('<$mt:Var name="comment-greeting"$>'); 557 558 if (!el) // legacy MT 4.x element id 558 559 el = document.getElementById('comment-form-external-auth'); … … 587 588 } else { 588 589 if (reg_reqd) { 589 phrase = "<p id=\"comment-notes\"><__trans phrase="[_1]Sign in[_2] to comment." params="<a href="javascript:void(0)" onclick="return mtSignInOnClick(' comment-greeting')">%%</a>" escape="js"></p>";590 phrase = "<p id=\"comment-notes\"><__trans phrase="[_1]Sign in[_2] to comment." params="<a href="javascript:void(0)" onclick="return mtSignInOnClick('<$mt:Var name="comment-greeting"$>')">%%</a>" escape="js"></p>"; 590 591 } else { 591 phrase = "<p id=\"comment-notes\"><__trans phrase="[_1]Sign in[_2] to comment, or comment anonymously. Your email is <em>never</em> published nor shared. Required fields are marked <span class="required">*</span>" params="<a href="javascript:void(0)" onclick="return mtSignInOnClick(' comment-greeting')">%%</a>" escape="js"></p>";592 phrase = "<p id=\"comment-notes\"><__trans phrase="[_1]Sign in[_2] to comment, or comment anonymously. Your email is <em>never</em> published nor shared. Required fields are marked <span class="required">*</span>" params="<a href="javascript:void(0)" onclick="return mtSignInOnClick('<$mt:Var name="comment-greeting"$>')">%%</a>" escape="js"></p>"; 592 593 } 593 594 } trunk/Sandbox/plugins/Sandbox/templates/sandbox/page.mtml
r748 r1021 18 18 </div><!-- .post --> 19 19 20 <mt:Ignore> 21 <!-- Remove the mt:Ignore tags and this comment to have comments on pages --> 22 <$mt:Include module="<__trans phrase="Comments">"$> 23 </mt:Ignore> 24 20 25 </div><!-- #content --> 21 26 </div><!-- #container --> trunk/Sandbox/plugins/Sandbox/templates/sandbox/search_results.mtml
r724 r1021 84 84 <mt:SearchResults> 85 85 <mt:SearchResultsHeader> 86 <div id="search-results" class="search-results-container autopagerize_page_element"> 86 <div id="nav-above" class="navigation"> 87 <mt:IfPreviousResults><div class="nav-previous"><a href="<$mt:PreviousLink$>" rel="prev" onclick="return swapContent(-1);"><span class="meta-nav">«</span> <__trans phrase="Previous"></a><mt:else><span class="meta-nav">«</span> <__trans phrase="Previous"></div></mt:IfPreviousResults> 88 <mt:Ignore> 89 <!-- In addition to previous and next, Movable Type provides links to all pages of search results --> 90 <span class="meta-nav"> </span> 91 <div class="nav-results"><mt:PagerBlock><mt:IfCurrentPage><$mt:Var name="__value__"$><mt:Else><a href="<$mt:PagerLink$>"><$mt:Var name="__value__"$></a></mt:IfCurrentPage><mt:Unless name="__last__"> </mt:Unless></mt:PagerBlock></div> 92 <span class="meta-nav"> </span> 93 </mt:Ignore> 94 <mt:IfMoreResults><div class="nav-next"><a href="<$mt:NextLink$>" rel="next" onclick="return swapContent();"><__trans phrase="Next"> <span class="meta-nav">»</span></a><mt:else><__trans phrase="Next"> <span class="meta-nav">»</span></div></mt:IfMoreResults> 95 </div> 96 97 <div id="search-results" class="search-results-container autopagerize_page_element"> 87 98 </mt:SearchResultsHeader> 88 <div id="post-<$mt:EntryID$>" class="<$mt:SandboxEntryClass$>"> 89 <h3 class="entry-title"><a href="<$mt:EntryPermalink$>" title="<__trans phrase="Permalink to [_1]" params="<$mt:EntryTitle$>">" rel="bookmark"><$mt:EntryTitle$></a></h3> 90 <div class="entry-date"><abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x – %X"$></abbr></div> 91 <div class="entry-content"> 92 <$mt:EntryExcerpt$> 93 <a href="<$mt:EntryPermalink$>"><__trans phrase="Read More"> <span class="meta-nav">»</span></a> 94 </div> 95 <div class="entry-meta"> 96 <mt:Unless name="author_archive"><span class="author vcard"><a class="url fn n" href="<$mt:EntryLink archive_type="Author"$>" title="View all posts by <$mt:EntryAuthorDisplayName$>"><$mt:EntryAuthorDisplayName$></a></span></mt:Unless> 97 <span class="meta-sep">|</span> 98 <mt:If tag="EntryCategory"> 99 <span class="cat-links"><__trans phrase="Posted in [_1]" params="<mt:EntryCategories glue=', '><a href="<$mt:CategoryArchiveLink$>" rel="tag"><$mt:CategoryLabel$></a></mt:EntryCategories>"></span> 100 <span class="meta-sep">|</span> 101 </mt:If> 102 <mt:EntryIfTagged> 103 <span class="tag-links"><__trans phrase="Tagged [_1]" params="<mt:EntryTags glue=", "><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags>"></span> 104 <span class="meta-sep">|</span> 105 </mt:EntryIfTagged> 106 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span> 107 </div> 108 </div><!-- .post --> 99 <div id="post-<$mt:EntryID$>" class="<$mt:SandboxEntryClass$>"> 100 <h3 class="entry-title"><a href="<$mt:EntryPermalink$>" title="<__trans phrase="Permalink to [_1]" params="<$mt:EntryTitle$>">" rel="bookmark"><$mt:EntryTitle$></a></h3> 101 <div class="entry-date"><abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x – %X"$></abbr></div> 102 <div class="entry-content"> 103 <$mt:EntryExcerpt$> 104 <a href="<$mt:EntryPermalink$>"><__trans phrase="Read More"> <span class="meta-nav">»</span></a> 105 </div> 106 <div class="entry-meta"> 107 <mt:Unless name="author_archive"><span class="author vcard"><a class="url fn n" href="<$mt:EntryLink archive_type="Author"$>" title="View all posts by <$mt:EntryAuthorDisplayName$>"><$mt:EntryAuthorDisplayName$></a></span></mt:Unless> 108 <span class="meta-sep">|</span> 109 <mt:If tag="EntryCategory"> 110 <span class="cat-links"><__trans phrase="Posted in [_1]" params="<mt:EntryCategories glue=', '><a href="<$mt:CategoryArchiveLink$>" rel="tag"><$mt:CategoryLabel$></a></mt:EntryCategories>"></span> 111 <span class="meta-sep">|</span> 112 </mt:If> 113 <mt:EntryIfTagged> 114 <span class="tag-links"><__trans phrase="Tagged [_1]" params="<mt:EntryTags glue=", "><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags>"></span> 115 <span class="meta-sep">|</span> 116 </mt:EntryIfTagged> 117 <span class="edit-link"><a href="<$mt:AdminCGIPath$>mt.cgi?__mode=view&_type=entry&id=<$mt:EntryID$>&blog_id=<$mt:EntryBlogID$>" title="<__trans phrase="Edit post">"><__trans phrase="Edit"></a></span> 118 <mt:Ignore> 119 <!-- Counts in search results cause searching to take longer. Only enable if necessary. --> 120 <span class="meta-sep">|</span> 121 <span class="comments-link"><a href="<$mt:EntryPermalink$>#comments" title="<__trans phrase="Comment on [_1]" params="<$mt:EntryTitle$>">"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a></span> 122 </mt:Ignore> 123 </div> 124 </div><!-- .post --> 109 125 <mt:SearchResultsFooter> 110 </div><div class="autopagerize_insert_before"></div> 111 <div id="nav-below" class="navigation"> 112 <mt:IfPreviousResults><a href="<$mt:PreviousLink$>" rel="prev" onclick="return swapContent(-1);">< <__trans phrase="Previous"></a><mt:else>< <__trans phrase="Previous"></mt:IfPreviousResults> <mt:PagerBlock><mt:IfCurrentPage><$mt:Var name="__value__"$><mt:Else><a href="<$mt:PagerLink$>"><$mt:Var name="__value__"$></a></mt:IfCurrentPage><mt:Unless name="__last__"> </mt:Unless></mt:PagerBlock> <mt:IfMoreResults><a href="<$mt:NextLink$>" rel="next" onclick="return swapContent();"><__trans phrase="Next"> ></a><mt:else><__trans phrase="Next"> ></mt:IfMoreResults> 113 </div> 126 </div><div class="autopagerize_insert_before"></div> 127 128 <div id="nav-below" class="navigation"> 129 <mt:IfPreviousResults><div class="nav-previous"><a href="<$mt:PreviousLink$>" rel="prev" onclick="return swapContent(-1);"><span class="meta-nav">«</span> <__trans phrase="Previous"></a><mt:else><span class="meta-nav">«</span> <__trans phrase="Previous"></div></mt:IfPreviousResults> 130 <mt:Ignore> 131 <!-- In addition to previous and next, Movable Type provides links to all pages of search results --> 132 <span class="meta-nav"> </span> 133 <div class="nav-results"><mt:PagerBlock><mt:IfCurrentPage><$mt:Var name="__value__"$><mt:Else><a href="<$mt:PagerLink$>"><$mt:Var name="__value__"$></a></mt:IfCurrentPage><mt:Unless name="__last__"> </mt:Unless></mt:PagerBlock></div> 134 <span class="meta-nav"> </span> 135 </mt:Ignore> 136 <mt:IfMoreResults><div class="nav-next"><a href="<$mt:NextLink$>" rel="next" onclick="return swapContent();"><__trans phrase="Next"> <span class="meta-nav">»</span></a><mt:else><__trans phrase="Next"> <span class="meta-nav">»</span></div></mt:IfMoreResults> 137 </div> 114 138 </mt:SearchResultsFooter> 115 139 </mt:SearchResults> trunk/Sandbox/plugins/Sandbox/templates/sandbox/sidebar.mtml
r889 r1021 1 1 <div id="primary" class="sidebar"> 2 2 <ul class="xoxo"> 3 <mt:IfArchiveTypeEnabled archive_type="Monthly">4 <mt:ArchiveList archive_type="Monthly">5 <mt:ArchiveListHeader>6 <li id="archives">7 <h3><__trans phrase="[_1] <a href="[_2]">Archives</a>" params="<$mt:ArchiveTypeLabel$>%%<$mt:Link template="archives"$>"></h3>8 <ul>9 </mt:ArchiveListHeader>10 <li><a href="<$mt:ArchiveLink$>"><__trans phrase="[_1] ([_2])" params="<$mt:ArchiveTitle$>%%<$mt:ArchiveCount$>"></a></li>11 <mt:ArchiveListFooter>12 </ul>13 </li>14 </mt:ArchiveListFooter>15 </mt:ArchiveList>16 </mt:IfArchiveTypeEnabled>17 3 <mt:IfArchiveTypeEnabled archive_type="Page"> 18 4 <li id="pages"> … … 59 45 </li> 60 46 </mt:IfArchiveTypeEnabled> 47 <mt:IfArchiveTypeEnabled archive_type="Monthly"> 48 <mt:ArchiveList archive_type="Monthly"> 49 <mt:ArchiveListHeader> 50 <li id="archives"> 51 <h3><__trans phrase="[_1] <a href="[_2]">Archives</a>" params="<$mt:ArchiveTypeLabel$>%%<$mt:Link template="archives"$>"></h3> 52 <ul> 53 </mt:ArchiveListHeader> 54 <li><a href="<$mt:ArchiveLink$>"><__trans phrase="[_1] ([_2])" params="<$mt:ArchiveTitle$>%%<$mt:ArchiveCount$>"></a></li> 55 <mt:ArchiveListFooter> 56 </ul> 57 </li> 58 </mt:ArchiveListFooter> 59 </mt:ArchiveList> 60 </mt:IfArchiveTypeEnabled> 61 61 <mt:IfArchiveTypeEnabled archive_type="Author"> 62 62 <mt:ArchiveList archive_type="Author"> … … 75 75 </ul> 76 76 </div><!-- #primary .sidebar --> 77 77 78 <div id="secondary" class="sidebar"> 78 79 <ul class="xoxo"> … … 81 82 <form id="searchform" method="get" action="<$mt:CGIPath$><$mt:SearchScript$>"> 82 83 <div> 83 <input id="s" type="text" name="search" size="10" value="<$mt:SearchString$>" />84 <input id="s" class="text" type="text" name="search" size="10" value="<$mt:SearchString$>" /> 84 85 <mt:If name="search_results"> 85 86 <input type="hidden" name="IncludeBlogs" value="<$mt:SearchIncludeBlogs$>" /> … … 87 88 <input type="hidden" name="IncludeBlogs" value="<$mt:BlogID$>" /> 88 89 </mt:If> 89 <input id="searchsubmit" type="submit" accesskey="4" value="<__trans phrase="Search">" />90 <input id="searchsubmit" class="button" type="submit" accesskey="4" value="<__trans phrase="Search">" /> 90 91 </div> 91 92 </form> 92 93
