From: <var...@us...> - 2012-11-14 14:28:16
|
Revision: 8437 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8437&view=rev Author: vargenau Date: 2012-11-14 14:28:09 +0000 (Wed, 14 Nov 2012) Log Message: ----------- No table summary in HTML 5 Modified Paths: -------------- trunk/themes/Crao/templates/top.tmpl trunk/themes/MonoBook/templates/info.tmpl trunk/themes/Portland/templates/editpage.tmpl trunk/themes/Portland/templates/navbar.tmpl trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/blog/templates/actionbar.tmpl trunk/themes/default/templates/actionbar.tmpl trunk/themes/default/templates/editpage.tmpl trunk/themes/default/templates/info.tmpl trunk/themes/fusionforge/templates/editpage.tmpl trunk/themes/smaller/templates/actionbar.tmpl Modified: trunk/themes/Crao/templates/top.tmpl =================================================================== --- trunk/themes/Crao/templates/top.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Crao/templates/top.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -3,8 +3,7 @@ if (!$HIDE_TOOLBARS) { ?> <!-- The logo --> -<table summary="logo" - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td><div id="logo"><a href="<?php echo WikiURL(HOME_PAGE)?>"><?php echo WIKI_NAME?></a></div></td> <td><div id="signin"><?php echo Template('signin') ?></div></td> Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/MonoBook/templates/info.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -88,7 +88,7 @@ } ?> -<table summary="<?php echo $tableSummary ?>" class="pageinfo"> +<table class="pageinfo"> <?php if (!$is_current) { ?> <tr> Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Portland/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -10,7 +10,7 @@ <form method="post" name="editpage" action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo CHARSET?>"> -<table summary="Toolbar: Save, Preview, and edit warnings." class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr align="bottom"> <td> Modified: trunk/themes/Portland/templates/navbar.tmpl =================================================================== --- trunk/themes/Portland/templates/navbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Portland/templates/navbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -14,8 +14,7 @@ CSSs float:left; and float:right;. However float:right; seems to cause MSIE4.01/NT to hang. So, we use tables... --> -<table summary="Toolbar 1: Navigation and user login." - class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0" id="actionbar"> <tr valign="baseline"> Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -13,7 +13,7 @@ action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo CHARSET?>"> <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1" >'; ?> -<table summary="Toolbar: Save, Preview, and edit warnings." class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr align="bottom"> <td> Modified: trunk/themes/blog/templates/actionbar.tmpl =================================================================== --- trunk/themes/blog/templates/actionbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/blog/templates/actionbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -1,5 +1,4 @@ -<table summary="Toolbar: Mani Navigation" - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="baseline"> <td> <div class="actionbuttons"> Modified: trunk/themes/default/templates/actionbar.tmpl =================================================================== --- trunk/themes/default/templates/actionbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/default/templates/actionbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -4,8 +4,7 @@ * CSSs float:left; and float:right;. However float:right; seems * to cause MSIE4.01/NT to hang. * So, we use tables... */ ?> -<table summary="Toolbar 1: Page actions and user login." - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="baseline"> <td> <div id="actionbuttons"> Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/default/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -53,7 +53,7 @@ <?php echo $CAPTCHA_LABEL ?><?php echo $CAPTCHA_INPUT ?> </div> <?php } ?> -<table summary="Toolbar: Page editing options." class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td> Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/default/templates/info.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -61,7 +61,6 @@ $label['summary'] = _("Summary") . _(":"); } -$tableSummary = fmt("Statistics about %s.", $page->getName()); $Sep = $WikiTheme->getButtonSeparator(); $perm_tree = pagePermissions($page->getName()); @@ -75,7 +74,7 @@ } ?> -<table summary="<?php echo $tableSummary ?>" class="pageinfo"> +<table class="pageinfo"> <?php if (!$is_current) { ?> <tr> @@ -152,7 +151,7 @@ if ($page->get('pagetype') == 'wikiblog') { $pagetype []= _("Blog page"); } -if ($page->getName() == _("InterWikiMap")) { +if ($page->getName() == __("InterWikiMap")) { $pagetype []= _("InterWikiMap"); } if (isSubPage($page->getName())) { Modified: trunk/themes/fusionforge/templates/editpage.tmpl =================================================================== --- trunk/themes/fusionforge/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/fusionforge/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -76,7 +76,7 @@ <div style="text-align: center;"> <label for="edit-summary"><?php echo _("Summary").':'?></label> <?php echo $SUMMARY_INPUT?> </div> -<table summary="Toolbar: Page editing options." class="fullwidth"> +<table class="fullwidth"> <tr valign="middle"> <td> <?php echo $MINOR_EDIT_CB ?> <label for="edit-minor_edit"><?php echo _("This is a minor change.")?></label><br /> Modified: trunk/themes/smaller/templates/actionbar.tmpl =================================================================== --- trunk/themes/smaller/templates/actionbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/smaller/templates/actionbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -8,8 +8,7 @@ * CSSs float:left; and float:right;. However float:right; seems * to cause MSIE4.01/NT to hang. * So, we use tables... */ ?> -<table summary="Toolbar 1: Page actions and user login." - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="baseline"> <td> <div id="actionbuttons"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-15 16:21:18
|
Revision: 8478 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8478&view=rev Author: vargenau Date: 2012-11-15 16:21:08 +0000 (Thu, 15 Nov 2012) Log Message: ----------- Minimized files are not used Removed Paths: ------------- trunk/themes/Crao/Makefile trunk/themes/Crao/crao-min.css trunk/themes/Crao/sticky-min.js trunk/themes/Hawaiian/Hawaiian-min.css trunk/themes/Hawaiian/Makefile trunk/themes/MacOSX/MacOSX-min.css trunk/themes/MacOSX/MacOSX-topbottombars-min.css trunk/themes/MacOSX/Makefile trunk/themes/Makefile trunk/themes/MonoBook/IE60Fixes-min.css trunk/themes/MonoBook/IE70Fixes-min.css trunk/themes/MonoBook/IEFixes-min.css trunk/themes/MonoBook/IEFixes-min.js trunk/themes/MonoBook/Makefile trunk/themes/MonoBook/commonPrint-min.css trunk/themes/MonoBook/main-min.css trunk/themes/MonoBook/monobook-min.css trunk/themes/MonoBook/rtl-min.css trunk/themes/MonoBook/wikibits-min.js trunk/themes/MonoBook/wikiprintable-min.css trunk/themes/MonoBook/wikistandard-min.css trunk/themes/Portland/Makefile trunk/themes/Portland/portland-min.css trunk/themes/Sidebar/Makefile trunk/themes/Sidebar/sidebar-min.css trunk/themes/SpaceWiki/Makefile trunk/themes/SpaceWiki/SpaceWiki-min.css trunk/themes/Wordpress/Makefile trunk/themes/Wordpress/Wordpress-min.css trunk/themes/blog/IEFixes-min.css trunk/themes/blog/Kubrick-min.css trunk/themes/blog/Makefile trunk/themes/default/ASCIIsvg-min.js trunk/themes/default/IEFixes-min.css trunk/themes/default/Makefile trunk/themes/default/ajax-min.js trunk/themes/default/highlight-min.css trunk/themes/default/moacdropdown-min.js trunk/themes/default/phpwiki-min.css trunk/themes/default/phpwiki-modern-min.css trunk/themes/default/phpwiki-printer-min.css trunk/themes/default/phpwiki-topbottombars-min.css trunk/themes/default/sortable-min.js trunk/themes/default/toolbar-min.css trunk/themes/default/toolbar-min.js trunk/themes/default/wikicommon-min.js trunk/themes/default/yuicompressor-2.4.7.jar trunk/themes/fusionforge/Makefile trunk/themes/fusionforge/fusionforge-autonumbering-min.css trunk/themes/fusionforge/fusionforge-fullscreen-min.css trunk/themes/fusionforge/fusionforge-min.css trunk/themes/fusionforge/fusionforge-print-min.css trunk/themes/fusionforge/fusionforge-rereading-min.css trunk/themes/fusionforge/wikilens-min.js trunk/themes/shamino_com/Makefile trunk/themes/shamino_com/shamino_com-min.css trunk/themes/smaller/Makefile trunk/themes/smaller/phpwiki-min.css trunk/themes/wikilens/Makefile trunk/themes/wikilens/wikilens-min.css trunk/themes/wikilens/wikilens-min.js Deleted: trunk/themes/Crao/Makefile =================================================================== --- trunk/themes/Crao/Makefile 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/Crao/Makefile 2012-11-15 16:21:08 UTC (rev 8478) @@ -1,13 +0,0 @@ -# themes/Crao/Makefile -# -# minify CSS and JS -# - -CSS_SRC = crao.css -CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC)) -MAIN = sticky -JS_MAIN = sticky.js - -all : css js - -include ../Makefile.global Deleted: trunk/themes/Crao/crao-min.css =================================================================== --- trunk/themes/Crao/crao-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/Crao/crao-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -body{background-color:#ccc;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:12px;line-height:14px;margin:0;padding:0;border:0 none;color:#000;text-align:left}img{border:0;vertical-align:middle}table{border-spacing:0;empty-cells:show}a:link,a{color:#33c;text-decoration:underline;background-color:transparent}a:visited{color:#33c;text-decoration:underline;background-color:transparent}a:hover{color:#03f;text-decoration:underline;background-color:transparent}hr{background-color:#ccc;height:1px;border:1px solid #ccc}div.wikitext pre{font-family:monospace}p{font-size:1em;margin:0;margin-bottom:1em}.tt{font-family:monospace}.strike{text-decoration:line-through}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}ul{position:relative;padding:0;margin:0;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;line-height:120%;list-style:inside;background-color:transparent}ul ul{position:relative;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:100%;margin-left:2em}li.rc-major{list-style:none;display:block;background-color:#fff;margin:6px 0;border:1px #666 dashed;padding:.5ex}li.evenrow{border:0;padding:1ex}li.oddrow{border:0;padding:1ex}li strong{font-weight:normal;background-color:transparent}strong.wiki-summary{display:block;padding:5px 0;background-color:transparent}li a.wiki-rc-action{display:inline}li a.wiki-rc-action{border:0}li.rc-major a.wiki{font-size:1.2em;font-weight:bold}li>p{display:inline}p.wiki-rc-action{text-align:center;vertical-align:middle;padding:5px 5px 5px 5px;border:1px #000 solid;background-color:transparent}p a.wiki-rc-action{display:inline;padding:0 10px;font-weight:bold;background-color:transparent}#header{background-color:#333}#logo{color:#ccc;display:inline;margin-top:0;margin-left:0;height:50px;width:auto;background-color:transparent;font:bolder 67px/50px Verdana,Arial,Helvetica,sans-serif;letter-spacing:-0.1em}#logo img{border:0}#logo a{color:#ccc;font:bolder 67px/50px Arial,Verdana,Helvetica,sans-serif;text-decoration:none}div.ie-actionbuttons{position:relative;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-repeat:no-repeat;background-position:top right;text-align:right;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons{position:fixed;max-width:30%;height:22px;right:0;bottom:0;margin:0;background-color:transparent;background-image:url(images/BG.png);background-position:top left;vertical-align:bottom;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;border:0 none}#actionbuttons a,#actionbuttons a:link{position:relative;display:inline;text-align:right;width:100%;margin-bottom:.5em;margin-top:auto;background-color:transparent;border:0}#content{margin-top:0;margin-left:7%;margin-right:7%;margin-bottom:7%;background-color:#f2f2f2;border:1px #999 solid;padding-left:2em;padding-right:15px;padding-top:15px;padding-bottom:.5ex}div.wikitext{font-size:1em;line-height:130%;text-align:left}blockquote.mail-style-quote{border-left:#f93;margin:0;margin-bottom:1em;border:1px solid #f93;padding:.5em}.mail-style-quote blockquote.mail-style-quote{margin-left:.3em;margin-bottom:0;background-color:transparent;border-style:none;border-left:2px solid #f93;padding:0;padding-left:.5em}blockquote p{margin-top:.5ex;margin-bottom:.5ex}.toolbar,input.button,#signin{font-family:Verdana,Arial,Helvetica,sans-serif}div.toolbar{display:block;background-color:#f2f2f2;border:1px #666 solid;margin:2% 7%}.toolbar{padding:0;margin:0}.edit-toolbar{padding:0;margin:0}.edit-toolbar img,.edit-toolbar input{background-color:#fff;border:1px solid ButtonFace}#navbuttons{display:inline}#navbuttons img{margin:5px 0 5px 10px}#navbuttons a:link,#navbuttons a{font-weight:bold;padding-left:1ex;padding-right:1ex;color:#333}#signin{width:auto;text-align:right;padding-right:10px;background-color:transparent;color:#ccc;font-size:12px}#signin form{text-align:center;padding:1px;margin:0;display:inline}#signin input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#signin input.wikisignin{padding:0;margin:0;border:0 none}#signin a.wiki{color:#FFF;background-color:transparent}#search{font-size:12px;margin:5px 10px 5px 10px;float:right}#search form{text-align:center;padding:1px;margin:0;display:inline}#search input{padding:0;padding-left:3px;margin:0;font-family:Verdana,Arial,Helvetica,sans-serif;color:#333;font-size:12px}#search input.wikiaction{padding:0;margin:0;border:0 none}.search-context{background:white;font-style:oblique}.search-term{background:yellow;font-weight:normal}#livesearch{height:13px;width:100px}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar{padding-left:1em}body.sidebar h2{margin-top:0}form.wikiadmin div{color:#000;background-color:#f2f2f2}a.wikiaction,a.wikiadmin{line-height:2.6ex}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}img.linkicon{vertical-align:middle}img.rssicon{vertical-align:baseline}a.wikiaction,a.wikiadmin,a.wiki-rc-action,a.wikiunsafe{text-decoration:none;font-family:Verdana,Arial,Helvetica,sans-serif}.wikiunsafe{color:#000;background-color:#f2f2f2}input.wikiadmin{color:#000;background-color:#fff}.wikiunknown,.named-wikiunknown{font-weight:normal;font-size:100%;background-color:transparent}.wikiunknown a,.named-wikiunknown a{color:#fff;background-color:#000;text-decoration:none;font-weight:normal;font-size:1em;padding:1px;padding-top:0;padding-bottom:0;border-top:1px solid #000;border-bottom:1px solid #000;margin-right:2px}.backlinks{text-decoration:underline;background-color:transparent;color:#006}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin-top:10px;background-color:transparent;color:#555}h1 a.backlinks{color:#777;text-decoration:none}h1 a.wiki{color:#777;text-decoration:none}h1 a.pagetitle{color:#555;text-decoration:none}h1 a:hover{color:#888;text-decoration:underline}h4,h5,h6{margin-bottom:0;background-color:transparent;color:#111}div.rss{background-color:#fff;color:#000;border:2px solid #ddd}div.feed{font-size:1.4em;padding:.5em}.chandesc{font-size:.9em}div.rssitem{display:block;background-color:#fff;color:#000;border-top:1px solid #ddd;padding:0 .5em}div.itemname{display:block;border:0;margin-top:.5em}div.itemdesc{font-size:1em;margin-bottom:.5em}table,td{font-family:Verdana,Arial,Helvetica,sans-serif}caption{font-family:Verdana,Arial,Helvetica,sans-serif;width:auto}.pagelist{background-color:white;border:1px #333 dashed}.pagelist tr.evenrow{background-color:white}.pagelist tr.oddrow{background-color:white}.pagelist td{padding:3px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;height:18px;margin:5px 0;float:none;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.wikilink{display:block}#revision{font-size:10px;text-align:right;background-color:#f2f2f2;padding-left:2em;padding-right:1em;padding-top:.5ex;padding-bottom:.5ex;clear:both}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}#xhtml-validator{font-size:small;text-align:center;margin-top:1em}form{margin:0}input,textarea{margin:.1em;background-color:#FFF;vertical-align:middle;font-size:1em}input.wikisignin{border:0 none;background-color:#FFF}input.wikiaction{border:1px solid black;background-color:#d7fa8c}input.numeric{text-align:center}textarea.wikiedit{width:90%;margin:.5ex;padding:2px;font-family:Verdana,Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;margin-bottom:-1ex;text-align:right;font-size:smaller;border:1px none}#editarea-size legend{text-align:right;font-size:smaller;border:1px solid #CCC;background-color:#ccc}.editarea legend{font-family:Verdana,Helvetica,Arial,sans-serif;font-size:1em;line-height:1em;padding:.2em;border:1px solid #333;background-color:#eee}fieldset.editarea{margin:1ex;margin-top:1em;text-align:center;padding:10px;border:1px solid #333;background-color:#e8e8e5}fieldset.toolbar{margin:1ex;margin-top:0;text-align:center;padding:3px;border:1px solid #FFF;background-color:#FFF}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{background-color:white;border:medium solid #fff8dc;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp p{font-family:Verdana,Helvetica,Arial,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{float:right;font-size:10px;border:1px solid #333;background-color:#ccc;margin:10px;padding:1px;empty-cells:hide}table.cal td{text-align:right}table.cal-header{font-size:larger;background-color:#333;color:#f2f2f2}table.cal-header tr,table.cal-header td{text-align:center}.cal-arrow{font-weight:bold;text-decoration:none;color:#fff}a.cal-arrow{color:#fff}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;background-color:#f2f2f2}a.cal-hide{font-size:9px;text-decoration:none}table.cal td.cal-today{margin:1px;border:1px solid #333;color:#000;background-color:#f2f2f2}table.cal td.cal-day a.cal-day{font-size:9px;text-decoration:underline}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.diff{color:#000;background-color:transparent;border:1px solid black}.diff .block{color:#000;background-color:#ccc;padding-left:1em}.diff .context{color:#000;background-color:transparent;border:0}.diff .block tt{font-weight:normal;font-family:monospace;color:black;background-color:transparent;margin-left:0;border:0}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{color:#000;background-color:white}.diff .original,.diff .deleted{color:#000;background-color:#fcc;border:0}.diff .final,.diff .added{color:#000;background-color:#cfc;border:0}.diff del{color:#000;background-color:#f99}.diff ins{color:#000;background-color:#9f9}td.pageinfo{font-weight:bold}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique}.hint{color:black;background-color:#eee;font-size:smaller;margin-left:5em;border:thin solid #aaa}#clear{clear:both;margin:0;margin-top:-7px;padding:2px;text-align:center;color:#000;background-color:#FFF;border:solid 0}#clear{margin-top:0}img.inlineimage{border:0;vertical-align:middle;margin:0 5px 0 5px}em>img.inlineimage{float:left;border:0;vertical-align:middle;margin:5px 15px 15px 0}strong>img.inlineimage{float:right;border:0;vertical-align:middle;margin:5px 0 15px 15px}h2.wikiblog-heading{font-size:2em;padding-bottom:.5em;border-bottom:2px solid gray}.interwiki-map thead td{text-decoration:underline}.printer{display:none}.error{color:black;background-color:#eee;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;border:medium solid red;clear:both}.debug{color:black;background-color:transparent;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file Deleted: trunk/themes/Crao/sticky-min.js =================================================================== --- trunk/themes/Crao/sticky-min.js 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/Crao/sticky-min.js 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -var mySticky;var theLayer;lastY=10;YOffset=0;staticYOffset=10;refreshMS=25;function setup(a){bw=new checkBrowser;if(bw.ns4||bw.opera){MM_reloadPage(true)}var b=bw.ie4||bw.ns4||(bw.macie50)?true:false;if(window.attachEvent){fix_bind()}else{if(b){if(bw.ns6){document.getElementById(a).style.position="absolute"}if(bw.macie50){document.getElementById(a).style.position="absolute";document.getElementById(a).style.backgroundColor="#ccffcc"}if(bw.ns6&&YOffset==0){YOffset=-15}mySticky=new makeLayerObj(a);layerSlide(a)}else{mySticky=new makeLayerObj(a);mySticky.css.position="fixed"}}if(!mySticky){mySticky=new makeLayerObj(a)}}fix_elements=new Array();function fix_event(){var a;for(a=0;a<fix_elements.length;a++){fix_elements[a].style.left=parseInt(fix_elements[a].fix_left)+document.getElementsByTagName("html")[0].scrollLeft+document.getElementsByTagName("body")[0].scrollLeft+"px";fix_elements[a].style.top=parseInt(fix_elements[a].fix_top)+document.getElementsByTagName("html")[0].scrollTop+document.getElementsByTagName("body")[0].scrollTop+"px"}}function fix_bind(){var a;for(a=0;a<document.all.length;a++){if(document.all[a].currentStyle.position=="fixed"){document.all[a].fix_left=document.all[a].currentStyle.left;document.all[a].fix_top=document.all[a].currentStyle.top;document.all[a].style.position="absolute";fix_elements[fix_elements.length]=document.all[a];window.attachEvent("onscroll",fix_event);window.attachEvent("onresize",fix_event)}}}function layerSlide(a){if(bw.dhtml){if(!mySticky){mySticky=new makeLayerObj(a)}if(bw.ns){winY=window.pageYOffset}else{if(bw.ie){winY=document.body.scrollTop}}if(bw.ie||bw.ns){if(winY!=lastY&&winY>YOffset-staticYOffset){smooth=0.3*(winY-lastY-YOffset+staticYOffset)}else{if(YOffset-staticYOffset+lastY>YOffset-staticYOffset){smooth=0.3*(winY-lastY-(YOffset-(YOffset-winY)))}else{smooth=0}}if(smooth>0){smooth=Math.ceil(smooth)}else{smooth=Math.floor(smooth)}if(bw.ie){mySticky.css.pixelTop+=smooth}else{if(bw.ns){mySticky.css.top=parseInt(mySticky.css.top)+smooth}}lastY=lastY+smooth;top.window.status=new Date();setTimeout('layerSlide("'+a+'")',refreshMS)}}}function MM_reloadPage(init){if(init==true){with(navigator){if((appName=="Netscape")&&(parseInt(appVersion)==4)){document.MM_pgW=innerWidth;document.MM_pgH=innerHeight;top.onresize=MM_reloadPage}}}else{if(innerWidth!=document.MM_pgW||innerHeight!=document.MM_pgH){location.reload()}}}function makeLayerObj(a){if(document.getElementById){this.css=document.getElementById(a).style}else{if(document.layers){this.css=document.layers[a]}else{if(document.all){this.css=document.all[a].style}}}return this}function checkBrowser(){this.ver=navigator.appVersion;this.name=navigator.appName;this.mac=(navigator.platform.toLowerCase().indexOf("mac")>-1)?true:false;this.opera=(navigator.userAgent.toLowerCase().indexOf("opera")>-1)?true:false;this.dom=document.getElementById?true:false;this.ns=(this.name=="Netscape");this.ie4=(document.all&&!this.dom)?true:false;this.ie=(this.name=="Microsoft Internet Explorer"&&!this.opera)?true:false;this.ie5=(this.ie&&(navigator.userAgent.indexOf("MSIE 5")!=-1))?true:false;this.macie50=(this.mac&&this.ie5&&(navigator.userAgent.indexOf("MSIE 5.0")!=-1))?true:false;this.ns4=(this.ns&&parseInt(this.ver)==4)?true:false;this.ns6=((this.name=="Netscape")&&(parseInt(this.ver)==5))?true:false;this.standards=document.getElementById?true:false;this.dhtml=this.standards||this.ie4||this.ns4}function showMe(a){myFloater=new makeLayerObj(a);myFloater.css.visibility="visible"}function hideMe(a){myFloater=new makeLayerObj(a);myFloater.css.visibility="hidden"}; \ No newline at end of file Deleted: trunk/themes/Hawaiian/Hawaiian-min.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/Hawaiian/Hawaiian-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -img{border:0;vertical-align:baseline}form{margin:0}input{margin:.1em}input.numeric{text-align:right}table{border-spacing:1px;empty-cells:show}caption{caption-side:top;text-align:left;margin-bottom:.5ex;width:100%}.tt{font-family:monospace}.strike{text-decoration:line-through}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}body{color:black;background-color:white;background-image:url("images/uhhbackground.jpg");background-repeat:repeat;font-family:Arial,Helvetica,sans-serif;margin:1ex .5em}body p{margin-left:1em}#logo img{border:1px outset gray;margin-left:1em;margin-bottom:1ex}img#signature{background-color:white;border:1px outset gray;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:14px}div.wikitext{margin-top:1ex;margin-bottom:.5ex;padding-left:.8em;padding-right:.8em;padding-top:.5ex;padding-bottom:.5ex;clear:both}div.wikitext hr{height:1px}div.wikitext pre{font-family:monospace}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}.wiki,.named-wiki{font-weight:bold;color:#87785c}.wiki{text-decoration:none}.named-wiki{text-decoration:underline}.wikiaction,.wikiadmin,.wiki-rc-action,.backlinks{text-decoration:none}.wikiaction,.wikiadmin{font-weight:bold}.wikiaction,.wikiaction table,span.wikiaction{color:#4d5a6b}.wikiadmin,.wikiadmin table{color:#ff7e00}.backlinks{color:#1d4fc0}h1 .backlinks{text-decoration:underline}.wikiunknown a,.named-wikiunknown a,.wikiunknown u{color:#a6977a}.wikipage{font-weight:bold}.interwiki{text-decoration:none}.interwiki,i.interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif}h1{margin:0}caption{font-family:Arial,Helvetica,sans-serif}.pagelist tr.evenrow{background-color:#eee}.pagelist tr.oddrow{background-color:white}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;margin:5px 0;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}.toolbar,input.button{font-family:Arial,Helvetica,sans-serif}.toolbar{padding:0;margin:0}#navbar,#actionbar{line-height:140%}.editdate{font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;padding-top:.25ex}.wikiedit{width:100%;margin-bottom:.5ex;margin-top:.5ex;padding:2px}input.button{font-family:Arial,Helvetica,sans-serif}#editarea-size{margin-top:1ex;text-align:right;font-size:smaller}.transclusion-title{text-align:right;font-style:oblique;font-size:smaller;text-decoration:underline;margin-bottom:.25ex;margin-right:.25em}.transclusion,.wiki-edithelp{font-size:smaller}.transclusion{background:inherit;border:1px dotted #a6977a;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex}.wiki-edithelp{border:medium solid #d8caae;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex}.wiki-edithelp .wiki{color:#87785c}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}table.cal{border:1px outset gray;margin:.5ex .5em;padding:1px;empty-cells:hide}table.cal table.cal-header td{padding-top:110px}table.cal thead tr:first-child{background-image:url("images/pictures/SteamVolcanoDusk.jpg");background-repeat:no-repeat;background-position:center;font-size:larger}table.cal table.cal-header td{text-align:center;color:white;background-color:transparent;border:0}.cal-arrow{text-decoration:none;color:white;font-weight:bold}table.cal tr .cal-dayname{background:inherit}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:none;color:black;padding-bottom:.5ex}table.cal tbody td{border:.5pt solid #ddd;background-color:white;text-align:right}a.cal-hide{text-decoration:none;color:black;font-weight:normal}table.cal td.cal-today{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-today a{color:blue}table.cal td.cal-day{margin:1px;background-color:white;border:.5pt solid black}table.cal td.cal-day a{color:red;text-decoration:none}.diff .block{background-color:#ccc;padding:.5ex .5em;margin:.5ex 0}.diff .context{background-color:white}.diff .block tt{font-weight:bold;font-family:monospace;margin-left:-.6em;color:black}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted{background-color:#fcc}.diff .final,.diff .added{background-color:#cfc}.diff del{background-color:#f99}.diff ins{background-color:#9f9}.printer{display:none}div.error{color:black;border:medium solid #d8caae;margin-top:1em;margin-bottom:1em;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;font-size:smaller;clear:both}.debug{color:black;font-family:monospace;margin:1ex 0;padding:.5ex .5em;border:medium solid #d8caae}.clear-floats{clear:both}.search-context{background-color:white;font-style:oblique}.search-term{background-color:yellow;font-weight:normal}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}.toolbar,div.toolbar{margin:.5ex 0}img.linkicon{vertical-align:middle}div.wikitext{width:auto;background-image:url("images/tchecker-white.png");background-repeat:repeat}.wiki-edithelp{background-image:url("images/tchecker-sand.png");background-repeat:repeat}.wiki-edithelp p{background-image:url("images/tchecker-white.png");background-repeat:repeat}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:.5em;top:0}.debug{background-image:url("images/tchecker-sand.png");background-repeat:repeat}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file Deleted: trunk/themes/Hawaiian/Makefile =================================================================== --- trunk/themes/Hawaiian/Makefile 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/Hawaiian/Makefile 2012-11-15 16:21:08 UTC (rev 8478) @@ -1,11 +0,0 @@ -# themes/Hawaiian/Makefile -# -# minify CSS and JS -# - -CSS_SRC = Hawaiian.css -CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC)) - -all : css - -include ../Makefile.global Deleted: trunk/themes/MacOSX/MacOSX-min.css =================================================================== --- trunk/themes/MacOSX/MacOSX-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MacOSX/MacOSX-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -body{background:#fafafa url("images/bgpaper8.png")}body.edit{background:#fafafa url("images/bggranular.png")}input[type=submit],input[type=cancel],input[type=image]{vertical-align:middle}h1,h2,h3,.toolbar,td{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.button{font-family:"Lucida Grande",Helvetica,Arial,sans-serif}input.numeric{text-align:right}.wikitext pre{font-family:Monaco,monospace}input[type=text]{border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}div.wikiaction input[type=text],div.wikiadmin input[type=text],form.wikiadmin input[type=file]{margin-right:.5em}.tt{font-family:monospace}.strike{text-decoration:line-through}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}div.wikitext{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both}input.wikitext{margin:0}input[type=text]{height:2.7ex;padding:.4ex .3ex}div.toolbar{margin:1ex 0}.interwiki-map thead td{background:#e8e8e8;font-weight:bold;font-size:smaller}.interwiki-map thead td:first-child{text-decoration:underline}.interwiki-moniker{background:#eee}.interwiki-url{background:#f8f8f8}body.sidebar{font-size:smaller;margin:.5em}body.sidebar div.wikitext{padding:.5em}body.sidebar div.wikitext ul{padding-left:1em}body.sidebar h2{margin-top:0}div.error{background:#eee;border:1px solid gray;padding-left:.8em;padding-right:.8em;padding-top:.8ex;padding-bottom:0;margin-top:1em;clear:both;font-size:smaller}.debug{color:black;background:white;font-family:monospace;font-size:smaller;margin:1ex 0;padding:.5ex .5em;border:1px solid #eee}a.wiki{text-decoration:none}.wiki,.named-wiki{font-weight:bold;color:#1d42be}.wikiunknown a,.named-wikiunknown a,.wikiunknown U{text-decoration:none}.wikiunknown,.named-wikiunknown{color:#555}a.interwiki{text-decoration:none}.wikipage{font-weight:bold}.interwiki,i .interwiki .wikipage,em .interwiki .wikipage{font-style:oblique}.interwiki .wikipage,i .interwiki,em .interwiki{font-style:normal}a.wikiaction,a.wikiadmin{text-decoration:none}img{border:0}img.rssicon{vertical-align:middle}img.wiki-button{vertical-align:middle}.wiki-button{border:0}a.wikiaction{border:0}a.backlinks{color:#006}textarea.wikiedit{width:100%;margin-top:1ex}p.editdate{font-size:smaller;margin-bottom:0;font-family:"Lucida Grande",Helvetica,Arial,sans-serif}a.cal-hide,a.cal-arrow{text-decoration:none}.cal-arrow{font-weight:bold}.cal-dayname{font-size:smaller;text-decoration:none}table.cal td{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}table.cal-header td{font-size:larger;background:white;border:0}table.cal td.cal-dayname{background:#e8e8e8}table.cal td.cal-today{background:#f4f4f4;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.transclusion-title{font-family:"Lucida Grande",Helvetica,Arial,sans-serif;font-size:smaller;text-decoration:underline;text-align:right;font-style:oblique;margin-bottom:.25ex;margin-right:.25em}.transclusion{background:#fdfdfd;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:0;padding-bottom:0;margin:.5ex;margin-left:.25em;margin-right:.25em;margin-bottom:.1ex;font-size:smaller}.wiki-edithelp .transclusion{font-size:smaller;background:inherit;padding:.5ex .5em;margin:.2ex 5%}.wiki-edithelp .transclusion p{margin:0}.wiki-edithelp{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.5em;padding-right:.5em;padding-top:.75ex;padding-bottom:.75ex;margin-left:0;margin-right:0;margin-top:1ex;margin-bottom:1ex;font-size:smaller}.wiki-edithelp p{font-family:Arial,Helvetica,sans-serif;padding-left:.5em;padding-right:.5em;padding-top:.5ex;padding-bottom:.5ex;margin:0}div.wiki-message{background:#fff url("images/bggranular.png");border:solid 1px #d8d8d8;padding:6pt}.printer{display:none}.diff{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3}.diff .block{background:#d8d8d8}.diff .context{background:white;border:0}.diff .block tt.prefix{font-weight:normal;font-family:monospace;margin-left:-1.6em;color:black;border:0}.diff ins{font-weight:bolder}.diff ins{text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{background:white}.diff .original:first-child,.diff .deleted:first-child{border-top:2px solid #f99}.diff .original,.diff .deleted{background:white;border-left:2px solid #f99;border-right:2px solid #f99}.diff .original:last-child,.diff .deleted:last-child{border-bottom:2px solid #f99}.diff .final:first-child,.diff .added:first-child{border-top:2px solid #9f9}.diff .final,.diff .added{background:white;border-left:2px solid #9f9;border-right:2px solid #9f9}.diff .final:last-child,.diff .added:last-child{border-bottom:2px solid #9f9}.diff del{background:#fcc}.diff ins{background:#cfc}.pagelist{font-size:smaller}.pagelist tr.evenrow{background:#f8f8f8}.pagelist tr.oddrow{background:#eee}.pagelist thead td{background:#e8e8e8;text-decoration:none;font-weight:bold}.pagelist thead td u{text-decoration:none}.pagelist tbody tr:hover>td{border:solid #ff9 2px}.pagelist tbody tr>td{border:solid transparent 2px}th.gridbutton{background-color:ThreeDLightShadow;color:black;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;font-weight:normal;height:18px;white-space:nowrap;max-height:24px;padding:5px 0 5px 0;margin:5px 0;float:none;border-width:1px;border-style:solid;border-color:ThreeDHighlight ThreeDDarkShadow ThreeDDarkShadow ThreeDHighlight}input.gridbutton,a.gridbutton,a:hover.gridbutton,a:visited.gridbutton{text-decoration:none;font-size:small;font-weight:normal;font-family:Tahoma,Arial,Helvetica,sans-serif;background-color:ThreeDLightShadow;color:black}#searchholder{display:inline}.search-context{background:white;font-style:oblique}.search-term{background:#9bdaff;font-weight:normal}#LSResult{position:absolute;text-align:left;display:none;z-index:100;background-color:white;border:1px solid #d0d0d0;font-size:9px;overflow:hidden}#LSHighlight{background-color:#f08000}#LSResult .evenrow{background-color:#f0f0f0}.clear-floats{clear:both}dl{display:table}dt{display:table;font-weight:bold;vertical-align:baseline;margin-top:1.25ex;margin-bottom:.25ex;padding-left:.25ex;padding-right:.25ex;border-bottom-style:dotted;border-bottom-width:2pt;border-bottom-color:#99c}dt a.wiki,dt a.named-wiki{text-decoration:none}dl>dt:first-child{margin-top:0}dd{position:relative;margin-left:3.5em;margin-bottom:.5ex;padding-left:.125em;padding-bottom:.5ex;padding-right:.125em;border-bottom-style:solid;border-bottom-width:thin;border-bottom-color:#99c}pre,div.plugin code{color:black;display:block;background-color:#fcfcfc;font-size:90%;line-height:1.25em;margin-top:.25em;margin-left:0;margin-bottom:2ex;margin-right:0;padding-top:.25em;padding-left:.5em;padding-bottom:.25em;padding-right:.5em;border-style:solid;border-width:1px;border-color:#ccc}pre{background:#fafafa url("images/bgpaper8.png")}ul li.rc-major,ul li.rc-minor{margin-left:0;padding-left:3em;text-indent:-3em}td.pageinfo{font-weight:bold}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique}.printer,.no-css{display:none}.disabled-plugin{clear:both;margin:1ex 0;padding:0}.disabled-plugin .title{color:#400;background-color:inherit;font-size:x-small;text-align:right;padding:0 .5em}.disabled-plugin pre{color:black;background:#ddd;margin:0;padding:.3ex .5em}span.redirectfrom{font-size:small;font-style:oblique;font-weight:normal;padding-left:1em}blockquote.mail-style-quote{border-left:medium #284 solid;padding-left:1em;margin-left:0;margin-right:0}.mail-style-quote blockquote.mail-style-quote{margin-left:-0.6em}.floatleft{float:left}.floatright{float:right}div.wikiblog{margin:1ex 2em;padding:0}div.wikiblog>div{margin:0;padding:.5ex .5em}div.wikiblog>div.wikiblog-footer{padding:.2ex .5em}h3.wikiblog-summary{font-size:medium;font-weight:bold;margin:0 0 1ex 0}table.wikiblog-form{width:auto;border-collapse:collapse;margin:.25em 0}.wikiblog-form caption{caption-side:top;font-weight:bold;text-align:left;padding:.5ex .5em}.wikiblog-form th{vertical-align:top;text-align:right;padding:0 0 .3em .5em}.wikiblog-form td{padding:.25em .5em}.wikiblog-form td.submit-button{padding:0}.wikiblog-form input[type=text],.wikiblog-form textarea{margin:0;width:100%}div.wikicomment div.wikicomment-footer{padding:.2ex .5em}div.wikicomment div.wikicomment-footer named-wiki{font-size:small}table.interwiki-map{margin:1em 2em}.interwiki-map th{text-decoration:underline;text-align:left;padding-left:1em}.interwiki-map td.interwiki-url{padding-left:2em}.interwiki-map th.interwiki-url{padding-left:3em}.dialog{background-color:#cdf;color:black;margin:2em auto 2em auto;border:thin black solid;width:50%}.dialog h1,.dialog p,.dialog div{text-align:center}.dialog h1{font-size:large;margin:.5em 0 1em 0}.dialog div.message{background-color:white;color:black;color:black;margin:0 1em;padding:.5em .5em}.dialog p.buttons{margin:1em 0 .5em 0}.gensmall{font-size:10px}.genmed{font-size:11px}td.cat{font-weight:bold;letter-spacing:1px;color:#000;background:url(./images/cellpic1.png);height:27px}td.row1{background:#eaedf4;color:#000}td.row2{background:#d9e2ec;color:#000}td.row3{background:#cad9ea;color:#000}td.spacerow{background:#cad9ea;color:#000}.forumline{background:#fff;color:#000;border:1px solid #069}.box{background:#fff;border:1px solid silver}.box-title{font-family:Tahoma,sans-serif;font-weight:normal;background-color:#ccc;color:black;text-align:center;border:0;padding:2px 0 2px 0}.box-data{width:160px;font-size:9pt;font-weight:normal;border:0}.box-data .wiki{font-weight:normal}td.sidebar{border-spacing:0;margin:0}div.boxright{background-color:#e9fbff;width:200px;right:10px;padding:.5em;float:right;border:thin solid #888;padding:.5em}div.rss{margin:1em;padding:1em;font-size:.9em;background-color:#eee;border:thin dashed #aaa}div.feed{color:#333;margin:-0.5em;margin-bottom:0;padding:.3em;font-weight:bold;background-color:#f2f2f2;font-size:1.2em}div.itemdesc{padding-left:1em}div.rssitem{border-top:thin dashed #aaa}table.sqlresult{border:1px outset gray;background:white;margin:.5ex .5em;padding:1px}.sqlresult tr.evenrow{background:#eee}.sqlresult tr.oddrow{background:white}table.sqlresult td{margin:1px;border:1px solid gray}img.tex{vertical-align:middle}.boldsmall{font-weight:bold;font-size:11px}.wikiwyg_toolbar{background:#d3d3d3;border:1px outset;letter-spacing:0;padding:2px}span.wikiwyg_control_link a{padding-right:8px}.wikiwyg_button{background:#d3d3d3;border:1px solid #d3d3d3;cursor:pointer;width:20px;height:20px;vertical-align:bottom}.wikiwyg_button:hover{border:1px outset}.wikiwyg_button:active{border:1px inset}.wikiwyg_separator{background:#d3d3d3;border:1px solid #d3d3d3;width:9px;height:20px;vertical-align:bottom}.wikiwyg_selector{width:70px}.wikiwyg_wysiwyg table{border-collapse:collapse;margin-bottom:.2em}.wikiwyg_wysiwyg table td{border:1px;border-style:solid;padding:.2em;vertical-align:top}textarea.wikiedit,input.wikitext,textarea.summary{background:white;border-top:1px solid #7c7c7c;border-left:1px solid #c3c3c3;border-bottom:1px solid #ddd;border-right:1px solid #c3c3c3;padding-left:.8em;padding-right:.8em;padding-top:.5em;padding-bottom:.5em;margin:.5ex 0;clear:both}.toolbar,div.toolbar{margin:.5ex 0}img.linkicon{vertical-align:middle}.interwiki-map thead td,.interwiki-moniker,.interwiki-url{padding-left:1em;padding-right:1em}.diff{margin:.5ex 0;padding:1px}.diff .block{padding:.5ex .5em}.diff .original,.diff .deleted,.diff .final,.diff .added{padding:1px}.diff .block div{position:relative;padding-left:1.5em}.diff .prefix{position:absolute;left:0;top:0}.diff del,.diff ins{padding-left:.5ex;padding-right:.5ex}table.boxed,table.bordered,table.bordered th,table.bordered td{border-width:1px;border-style:solid;border-collapse:collapse;vertical-align:top}table.boxed td,table.bordered td,table.boxed th,table.bordered th{padding-left:5px;padding-right:5px;padding-top:0;padding-bottom:0}table.boxed caption,table.bordered caption{text-align:center;font-weight:bold;caption-side:bottom;padding-top:.8em}table.boxed th,table.bordered th{font-weight:bold;background-color:#d8d8d8} \ No newline at end of file Deleted: trunk/themes/MacOSX/MacOSX-topbottombars-min.css =================================================================== --- trunk/themes/MacOSX/MacOSX-topbottombars-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MacOSX/MacOSX-topbottombars-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -@import url("MacOSX.css");body{padding-top:16ex;padding-bottom:9ex}div#header,div#footer{background:white url("images/bgpaper8.png");margin:0;padding:0;position:fixed;left:0;right:0;padding-top:.5ex;padding-bottom:.5ex;padding-left:1em;padding-right:1em}hr.toolbar{display:none}div#header{top:0;border-bottom:1px solid #b2b2b2}div#navbuttons{padding-bottom:.25ex}div#footer{border-top:1px solid #b2b2b2;bottom:-1ex;padding-bottom:0}p.editdate{margin-top:.75ex;margin-bottom:.5ex} \ No newline at end of file Deleted: trunk/themes/MacOSX/Makefile =================================================================== --- trunk/themes/MacOSX/Makefile 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MacOSX/Makefile 2012-11-15 16:21:08 UTC (rev 8478) @@ -1,18 +0,0 @@ -# themes/MacOSX/Makefile -# -# minify CSS and JS -# -# TODO: resolve @import - -CSS_SRC = MacOSX.css MacOSX-topbottombars.css -#MAIN = MacOSX -#JS_MAIN = MacOSX.js -JS_REST = - -CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC)) - -all : css - -include ../Makefile.global - - Deleted: trunk/themes/Makefile =================================================================== --- trunk/themes/Makefile 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/Makefile 2012-11-15 16:21:08 UTC (rev 8478) @@ -1,15 +0,0 @@ -# themes/Makefile -# -# minify themes -# - -.PHONY: all css js - -THEMES = default MonoBook wikilens Sidebar SpaceWiki blog MacOSX fusionforge \ - Portland shamino_com Crao Wordpress smaller Hawaiian - -# http://developer.yahoo.com/yui/compressor/ -YUICOMPRESSOR = java -jar default/yuicompressor-2.4.7.jar - -all: - $(foreach dir,$(THEMES),make -C $(dir);) Deleted: trunk/themes/MonoBook/IE60Fixes-min.css =================================================================== --- trunk/themes/MonoBook/IE60Fixes-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MonoBook/IE60Fixes-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -#column-content{float:none;margin-left:0;height:1%}#column-content #content{margin-left:12.2em;margin-top:3em;height:1%}#column-one{position:absolute;z-index:4;top:0;left:0}#footer{margin-left:13.6em;border-left:1px solid #fabd23}body{font-size:80%}tt{font-size:110%}#p-cactions{z-index:3}#p-cactions li{padding-bottom:0!important;border:0;background-color:transparent;cursor:default;float:none!important}#p-cactions li a{display:inline-block!important;vertical-align:top;padding-bottom:0;border:solid #aaa;border-width:1px 1px 0}#p-cactions li.selected a{border-color:#fabd23;padding-bottom:.17em!important}#p-cactions li a:hover{padding-bottom:.17em}#p-navigation a{display:inline-block;width:100%}#portal-personaltools{padding-bottom:.1em}#bodyContent a.external{background:url(images/external.png) center right no-repeat;padding-right:13px}#p-logo a,#p-logo a:hover{cursor:pointer}div.visualClear{width:100%;line-height:0}textarea{width:96%}div.editsection,#catlinks,div.tright,div.tleft{position:relative}span.rateit{text-decoration:none;font-family:Arial,Helvetica,sans-serif;line-height:1em}div#rateit-widget-top{top:38px} \ No newline at end of file Deleted: trunk/themes/MonoBook/IE70Fixes-min.css =================================================================== --- trunk/themes/MonoBook/IE70Fixes-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MonoBook/IE70Fixes-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -#column-content #content{margin-left:12.2em;margin-top:3em;height:1%}.rtl #column-one{padding-top:0}.rtl #column-one #p-navigation{margin-top:160px}#p-cactions{z-index:3}#p-cactions li{padding-bottom:0!important;border:0;background-color:transparent;cursor:default;float:none!important}#p-cactions li a{display:inline-block!important;vertical-align:top;padding-bottom:0;border:solid #aaa;border-width:1px 1px 0}#p-cactions li.selected a{border-color:#fabd23;padding-bottom:.17em!important}#p-cactions li a:hover{padding-bottom:.17em!important}#p-navigation a{display:inline-block;width:100%}#portal-personaltools{padding-bottom:.1em}textarea{width:96%}tt{font-size:110%}#footer li{margin-right:0} \ No newline at end of file Deleted: trunk/themes/MonoBook/IEFixes-min.css =================================================================== --- trunk/themes/MonoBook/IEFixes-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MonoBook/IEFixes-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -@import "null?\"\{";@import "IE60Fixes.css";voice-family:"\"}\"";voice-family:inherit; \ No newline at end of file Deleted: trunk/themes/MonoBook/IEFixes-min.js =================================================================== --- trunk/themes/MonoBook/IEFixes-min.js 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MonoBook/IEFixes-min.js 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -var rslt=navigator.appVersion.match(/MSIE (\d+\.\d+)/,"");if(rslt!=null){var version=Number(rslt[1])}else{var version=0}function hookit(){fixalpha();relativeforfloats()}function fixalpha(){if(version>=5.5&&document.getElementById("p-logo")){var c=document.getElementById("p-logo").firstChild;var b=c.currentStyle.backgroundImage;if(b.match(/\.png/i)!=null){var a=b.substring(5,b.length-2);c.style.backgroundImage="none";c.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+a+"', sizingMethod='crop')"}}}function relativeforfloats(){var c=document.getElementById("bodyContent");if(c){var a=c.getElementsByTagName("table");var b=c.getElementsByTagName("div")}setrelative(a);setrelative(b)}function setrelative(a){var b=0;while(b<a.length){if((((a[b].style.float&&a[b].style.float!=("none"))||((a[b].align&&a[b].align!=("none"))))&&(!a[b].style.position||a[b].style.position!="relative"))){a[b].style.position="relative"}b++}}; \ No newline at end of file Deleted: trunk/themes/MonoBook/Makefile =================================================================== --- trunk/themes/MonoBook/Makefile 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MonoBook/Makefile 2012-11-15 16:21:08 UTC (rev 8478) @@ -1,17 +0,0 @@ -# themes/MonoBook/Makefile -# -# minify CSS and JS -# - -CSS_SRC = IE70Fixes.css commonPrint.css rtl.css \ - IEFixes.css main.css wikiprintable.css \ - IE60Fixes.css monobook.css wikistandard.css -MAIN = wikibits -JS_MAIN = wikibits.js -# JS_REST = IEFixes.js - -CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC)) - -all : css js - -include ../Makefile.global Deleted: trunk/themes/MonoBook/commonPrint-min.css =================================================================== --- trunk/themes/MonoBook/commonPrint-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MonoBook/commonPrint-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -@page{size:A4 portrait;margin:17mm 10mm 17mm 10mm}h1{string-set:header content()}@page :left{@top-left{content:"Phpwiki"}@top-right{content:string(header)}@bottom-left{content:"Page " counter(page) " of " counter(pages)}}@page :right{@top-left{content:string(header)}@top-right{content:"Phpwiki"}@bottom-right{content:"Page " counter(page) " of " counter(pages)}}@page :first{@top-right{content:normal}@top-left{content:normal}}h1,h2,h3,h4,h5,h6{page-break-after:avoid}table.nobreak{page-break-inside:avoid!important}a.stub,a.new{color:#ba0000;text-decoration:none}.toc,#toc{border:1px solid #aaa;background-color:#f9f9f9;padding:5px}.tocindent{margin-left:2em}.tocline{margin-bottom:0}.toctoggle,.editsection{font-size:smaller}div.toclist a::after{content:leader('.') target-counter(attr(href),page)}div.floatright{float:right;margin:0;position:relative;border:.5em solid White;border-width:.5em 0 .8em 1.4em}div.floatright p{font-style:italic}div.floatleft{float:left;margin:.3em .5em .5em 0;position:relative;border:.5em solid White;border-width:.5em 1.4em .8em 0}div.floatleft p{font-style:italic}div.thumb{margin-bottom:.5em;border-style:solid;border-color:White;width:auto}div.thumb div{border:1px solid #ccc;padding:3px!important;background-color:#f9f9f9;font-size:94%;text-align:center}div.thumb div a img{border:1px solid #ccc}div.thumb div div.thumbcaption{border:0;text-align:left;padding:.3em 0 .1em 0}div.magnify{display:none}div.tright{float:right;border-width:.5em 0 .8em 1.4em}div.tleft{float:left;margin-right:.5em;border-width:.5em 1.4em .8em 0}table.rimage{float:right;width:1pt;position:relative;margin-left:1em;margin-bottom:1em;text-align:center}body{background:White;color:Black;margin:0;padding:0}div#p-personal,div.top,div#column-one,#colophon,.editsection,.toctoggle,div#f-poweredbyico,div#f-copyrightico,li#f-viewcount,li#f-about,li#f-disclaimer,div#xhtml-validator,li#pt-logout,li#pt-login,div#p-logo,div.hint,fieldset.wiki-rc-action,span.debug{display:none}ul{list-style-type:square}#content{background:0;border-style:none!important;font-size:11pt;padding:0!important;margin:0!important;text-align:left}#footer{border:1px solid black}h1,h2,h3,h4,h5,h6{font-weight:bold}p,.documentDescription{margin:1em 0!important;line-height:1.2em}pre{border:1pt dashed black;white-space:pre;font-size:8pt;overflow:auto;padding:0}table.listing,table.listing td{border:1pt solid black;border-collapse:collapse}a{color:Black!important;padding:0!important}a:link,a:visited{color:#520;background-color:transparent;text-decoration:underline}#globalWrapper{width:100%!important;min-width:0!important}#column-content{margin:0!important}#column-content #content{padding:1em;margin:0!important}a,a.external,a.new,a.stub{color:black!important;text-decoration:none!important}a,a.external,a.new,a.stub{color:inherit!important;text-decoration:inherit!important}.urlexpansion{display:inline!important}div.townBox{position:relative;float:right;background:white;margin-left:1em;border:1px solid gray;padding:.3em;width:200px;overflow:hidden;clear:right}div.townBox dl{padding:0;margin:0 0 .3em 0;font-size:96%}div.townBox dl dt{background:0;margin:.4em 0 0 0}div.townBox dl dd{margin:.1em 0 0 1.1em;background-color:#f3f3f3} \ No newline at end of file Deleted: trunk/themes/MonoBook/main-min.css =================================================================== --- trunk/themes/MonoBook/main-min.css 2012-11-15 14:07:14 UTC (rev 8477) +++ trunk/themes/MonoBook/main-min.css 2012-11-15 16:21:08 UTC (rev 8478) @@ -1 +0,0 @@ -#column-content{width:100%;float:right;margin:0 0 .6em -12.2em;padding:0;height:1%}#content{position:relative;z-index:2;margin:2.8em 0 0 12.2em;padding:0 1em 1.5em 1em;background-color:white;color:black;border:1px solid #aaa;border-right:0;line-height:1.5em}#column-one{position:absolute;padding-top:160px;top:0;left:0}body{font:small sans-serif;background:#f9f9f9 url("images/headbg.jpg") 0 0 no-repeat;color:black;margin:0;padding:0}#globalWrapper{font-size:127%;width:100%;margin:0;padding:0}.visualClear{clear:both}table{font-size:100%;color:black}a{text-decoration:none;color:#002bb8;background-image:none}a:visited{color:#5a3696}a:active{color:#faa700}a:hover{text-decoration:underline}a.stub{color:#723}img{border:0;vertical-align:middle}p{margin:.4em 0 .5em 0;line-height:1.5em}p img{margin:0}hr{height:1px;color:#aaa;background-color:#aaa;border:0;margin:.2em 0 .2em 0}h1,h2,h3,h4,h5,h6{color:black;background-image:none;font-weight:bold;font-family:Tahoma,sans-serif;margin:0;padding-top:.5em;padding-bottom:.17em;border-bottom:1px solid #aaa}h1{font-size:188%}h2{font-size:150%}h3{font-size:132%}h4{font-size:116%}h5{font-size:100%}h6{font-size:80%}h4,h5,h6{border-bottom:0;font-weight:normal}li p{margin:0}ul{line-height:1.5em;list-style-type:square;margin:.3em 0 0 1.5em;padding:0;list-style-image:url("images/bullet.png")}ol{line-height:1.5em;margin:.3em 0 0 3.2em;padding:0;list-style-image:none}li{margin-bottom:.1em}dt{font-weight:bold;margin-bottom:.1em}dl{margin-top:.2em;margin-bottom:.5em}dd{line-height:1.5em;margin-left:2em;margin-bottom:.1em}fieldset{border:1px solid #2f6fab;margin:1em 0 1em 0;padding:0 1em 1em 1em;line-height:1.5em}legend{padding:.5em;font-size:95%}form{border:0;margin:0}textarea{width:100%;padding:.1em}input.historysubmit{padding:0 .3em .3em .3em!important;font-size:94%;cursor:pointer;height:1.7em!important;margin-left:1.6em}select{vertical-align:top}abbr,acronym,.explain{border-bottom:1px dotted black;color:black;background-image:none;cursor:help}q{font-family:Times,"Times New Roman",serif;font-style:italic}code{background-color:#f9f9f9}pre{padding:1em;border:1px dashed #2f6fab;color:black;background-color:#f9f9f9;line-height:1.1em}.tt{font-family:monospace}.strike{text-decoration:line-through}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.top{vertical-align:top}.nowrap{white-space:nowrap}.fullwidth{width:100%}#siteSub{display:none}#jump-to-nav{display:none}#contentSub{font-size:84%;line-height:1.2em;margin:0 0 1.4em 1em;color:#7d7d7d;width:auto}span.subpages{display:block}#bodyContent h1,#bodyContent h2{margin-bottom:.6em}#bodyContent h3,#bodyContent h4,#bodyContent h5{margin-bottom:.3em}.firstHeading{margin-bottom:.1em}.usermessage{background-color:#ffce7b;border:1px solid #ffa500;color:black;font-weight:bold;margin:2em 0 1em;padding:.5em 1em;vertical-align:middle}#siteNotice{text-align:center;font-size:95%;padding:0 .9em}#siteNotice p{margin:0;padding:0}.errorbox,.successbox{font-size:larger;border:2px solid;padding:.5em 1em;float:left;margin-bottom:2em;color:#000}.errorbox{border-color:red;background-color:#fff2f2}.successbox{border-color:green;background-color:#dfd}.errorbox h2,.successbox h2{font-size:1em;font-weight:bold;display:inline;margin:0 .5em 0 0;border:0}#catlinks{border:1px solid #aaa;background-color:#f9f9f9;padding:5px;margin-top:1em;clear:both}.documentDescription{font-weight:bold;display:block;margin:1em 0;line-height:1.5em}.documentByLine{text-align:right;font-size:90%;clear:both;font-weight:normal;color:#76797c}.center{width:100%;text-align:center}*.center *{margin-left:auto;margin-right:auto}.small,.small *{font-size:94%}table.small{font-size:100%}#toc,.toc{width:200px;border:1px solid #aaa;background-color:#f9f9f9;padding:5px;font-size:95%;float:right;clear:right}#toc #toctitle,.toc .toctitle,.toc #toctitle{display:inline;border:0;padding:0;font-size:110%;font-weight:bold}.toc .toclist,.toc #toclist{width:auto;border:0}#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle{text-align:center}#toc p,.toc p{margin:0}#toc ul,.toc ul{width:auto;border:0;line-height:1.5em;list-style-type:square;list-style-image:url("images/bullet.png");font-size:95%;margin-left:5px;padding-left:5px}#toc ul ul,.toc ul ul{margin:0 0 0 2em}#toc .toctoggle,.toc .toctoggle{font-size:94%}.mw-warning{border:1px solid #aaa;background-color:#f9f9f9;padding:5px;font-size:95%}.mw-warning{margin-left:50px;margin-right:50px;text-align:center}div.floatright,table.floatright{clear:right;float:right;position:relative;margin:0 0 .5em .5em;border:0}div.floatright p{font-style:italic}div.floatleft,table.floatleft{float:left;position:relative;margin:0 .5em .5em 0;border:0}div.floatleft p{font-style:italic}div.thumb{margin-bottom:.5em;border-style:solid;border-color:white;width:auto}div.thumb div{border:1px solid #ccc;padding:3px!important;background-color:#f9f9f9;font-size:94%;text-align:center;overflow:hidden}div.thumb div a img{border:1px solid #ccc}div.thumb div div.thumbcaption{border:0;text-align:left;line-height:1.4em;padding:.3em 0 .1em 0}div.magnify{float:right;border-style:none!important;background:none!important}div.magnify a,div.magnify img{display:block;border-style:none!important;background:none!important}div.tright{clear:right;float:right;border-width:.5em 0 .8em 1.4em}div.tleft{float:left;margin-right:.5em;border-width:.5em 1.4em .8em 0}.hiddenStructure{display:none;speak:none}img.tex{vertical-align:middle}span.texhtml{font-family:serif}table.rimage{float:right;position:relative;margin-left:1em;margin-bottom:1em;text-align:center}.toccolours{border:1px solid #aaa;background-color:#f9f9f9;padding:5px;font-size:95%}div.townBox{position:relative;float:right;background-color:white;margin-left:1em;border:1px solid gray;padding:.3em;width:200px;overflow:hidden;clear:right}div.townBox dl{padding:0;margin:0 0 .3em;font-size:96%}div.townBox dl dt{background-image:none;margin:.4em 0 0}div.townBox dl dd{margin:.1em 0 0 1.1em;background-color:#f3f3f3}.special li{line-height:1.4em;margin:0;padding:0}.pageinfo-majoredit{font-weight:normal}.wiki-summary{font-size:94%;font-style:italic}.autocomment{color:gray}#pagehistory span.user{margin-left:1.4em;margin-right:.4em}#pagehistory span.minor{font-weight:bold}#pagehistory li{border:1px solid white}#pagehistory li.selected{background-color:#f9f9f9;border:1px dashed #aaa}table.diff,td.diff-otitle,td.diff-ntitle{background-color:white}td.diff-addedline{background-color:#cfc;font-size:smaller}td.diff-deletedline{background-color:#ffa;font-size:smaller}td.diff-context{background-color:#eee;font-size:smaller}span.diffchange{color:red;font-weight:bold}.diff{margin-top:1ex;margin-bottom:.5ex;background-color:white;color:black;border-top:1px solid #494f5d;border-left:1px solid #494f5d;border-bottom:1px solid #c6d2de;border-right:1px solid #c6d2de;padding-top:1px;padding-bottom:1px;padding-left:.125em;padding-right:.125em;padding:0;clear:both}.diff .block{background-color:#ddd;padding-left:1em}.diff .context{background-color:white;border:0}.difftext{margin-top:0;margin-bottom:0;background-color:white;border-top:1px #e8e6df solid;border-left:1px #e8e6df solid;border-bottom:1px #d2d2d2 solid;border-right:1px #b2b2b2 solid;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;clear:both}.diff .block tt{font-weight:normal;font-family:monospace;color:black;margin-left:0;border:0}.diff del,.diff ins{font-weight:bold;text-decoration:none}.diff .original,.diff .deleted,.diff .final,.diff .added{background-color:white}.diff .original,.diff .deleted{background-color:#fcc;border:0}.diff .final,.diff .added{background-color:#cfc;border:0}.diff del{background-color:#f99}.diff ins{background-color:#9f9}td.pageinfo{font-weight:bold}.pageinfo-minoredit,.pageinfo-authorid{font-size:smaller;font-style:oblique}div.rss{margin:1em;padding:1em;font-size:.9em;background-color:#eee;border:thin dashed #aaa}div.feed{color:#333;margin:-0.5em;margin-bottom:0;padding:.3em;font-weight:bold;background-color:#f2f2f2;font-size:1.2em}div.itemdesc{padding-left:1em}div.rssitem{border-top:thin dashed #aaa}a.rssicon{font-weight:normal;font-size:small;vertical-align:middle}table.cal{border:1px outset gray;background-color:white;margin:.5ex .5em;padding:1px;empty-cells:hide}table.cal td{background-color:white;text-align:right}table.cal-header{font-size:larger}table.cal-header tr,table.cal-header td{text-align:center}.cal-arrow{font-weight:bold;text-decoration:none}.cal-dayname td{text-align:center;font-size:smaller;text-decoration:underline}a.cal-hide{text-decoration:none}table.cal td.cal-today{margin:1px;border:1px solid gray}#bodyContent a.external,#bodyContent a[href ^="gopher://"]{background:url("images/url.png") center right no-repeat;padding-right:13px}#bodyContent a[href ^="https://"],.link-https{background:url("images/lock_icon.png") center right no-repeat;padding-right:16px}#bodyContent a[href ^="mailto:"],.link-mailto{background:url("images/mail_icon.png") center right no-repeat;padding-right:18px}#bodyContent a[href ^="news://"]{background:url("images/news_icon.png") center right no-repeat;padding-right:18px}#bodyContent a[href ^="ftp://"],.link-ftp{background:url("images/file_icon.png") center right no-repeat;padding-right:18px}#bodyContent a[href ^="irc://"],.link-irc{background:url("images/discussionitem_... [truncated message content] |
From: <var...@us...> - 2012-11-30 16:43:18
|
Revision: 8585 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8585&view=rev Author: vargenau Date: 2012-11-30 16:43:12 +0000 (Fri, 30 Nov 2012) Log Message: ----------- relation does exist Modified Paths: -------------- trunk/themes/MonoBook/main.css trunk/themes/Sidebar/sidebar.css trunk/themes/default/phpwiki.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2012-11-30 16:31:16 UTC (rev 8584) +++ trunk/themes/MonoBook/main.css 2012-11-30 16:43:12 UTC (rev 8585) @@ -2029,18 +2029,6 @@ /* font-weight: bold; */ } -.wiki relation, .named-wiki relation, .wiki attribute, .named-wiki attribute { - font-style: oblique; - /* font-weight: normal; */ - font-weight: bold; -} - -span.relation-symbol { - font-weight: bold; - font-family: monospace; - letter-spacing: 0.1em; -} - /* Action buttons */ a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe, input.wikiaction, input.button, input.wikiadmin { Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2012-11-30 16:31:16 UTC (rev 8584) +++ trunk/themes/Sidebar/sidebar.css 2012-11-30 16:43:12 UTC (rev 8585) @@ -2070,17 +2070,6 @@ font-weight: normal; } -.wiki relation, .named-wiki relation, .wiki attribute, .named-wiki attribute { - font-style: oblique; - font-weight: bold; -} - -span.relation-symbol { - font-weight: bold; - font-family: monospace; - letter-spacing: 0.1em; -} - /* Action buttons */ a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe, input.wikiaction, input.button, input.wikiadmin { Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2012-11-30 16:31:16 UTC (rev 8584) +++ trunk/themes/default/phpwiki.css 2012-11-30 16:43:12 UTC (rev 8585) @@ -178,26 +178,12 @@ font-weight: bold; } -.wiki relation, .named-wiki relation, .wiki attribute, .named-wiki attribute { - font-style: oblique; - /* font-weight: normal; */ - font-weight: bold; -} - -span.relation-symbol { - font-weight: bold; - font-family: monospace; - letter-spacing: 0.1em; -} - /* Action buttons */ a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe, input.wikiaction, input.button, input.wikiadmin { text-decoration: none; font-family: Arial, Helvetica, sans-serif; - /* don't wrap text buttons */ white-space: nowrap; - /* font-size: inherit; */ } a.wikiaction, a.wikiaction:visited, input.wikiaction, input.button { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-06 16:24:26
|
Revision: 8613 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8613&view=rev Author: vargenau Date: 2012-12-06 16:24:14 +0000 (Thu, 06 Dec 2012) Log Message: ----------- ns4 is dead Modified Paths: -------------- trunk/themes/MonoBook/monobook.css trunk/themes/wikilens/wikilens.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2012-12-06 09:47:10 UTC (rev 8612) +++ trunk/themes/MonoBook/monobook.css 2012-12-06 16:24:14 UTC (rev 8613) @@ -1,11 +1,3 @@ -/** - * We have two possibilities to override the default: - * 1. import is ns4 incompatible - * 2. add a 2nd css in themeinfo.php - */ - -/* @import url(../default/phpwiki.css); */ - @import url(main.css); /* For emacs users Modified: trunk/themes/wikilens/wikilens.css =================================================================== --- trunk/themes/wikilens/wikilens.css 2012-12-06 09:47:10 UTC (rev 8612) +++ trunk/themes/wikilens/wikilens.css 2012-12-06 16:24:14 UTC (rev 8613) @@ -1,9 +1,3 @@ -/** - * We have two possibilities to override the default: - * 1. import is ns4 incompatible - * 2. add a 2nd css in themeinfo.php - */ - @import url(../default/phpwiki.css); /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2013-04-02 15:34:50
|
Revision: 8740 http://sourceforge.net/p/phpwiki/code/8740 Author: vargenau Date: 2013-04-02 15:34:45 +0000 (Tue, 02 Apr 2013) Log Message: ----------- Use HTML 5 DOCTYPE; force CHARSET=utf-8 Modified Paths: -------------- trunk/themes/Crao/templates/navbar.tmpl trunk/themes/Crao/templates/signin.tmpl trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/Sidebar/templates/html.tmpl trunk/themes/Sidebar/templates/htmldump.tmpl trunk/themes/Sidebar/templates/search.tmpl trunk/themes/blog/templates/blogform.tmpl trunk/themes/default/templates/blogform.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/default/templates/html.tmpl trunk/themes/default/templates/htmldump.tmpl trunk/themes/default/templates/redirect.tmpl trunk/themes/default/templates/search.tmpl trunk/themes/default/templates/signin.tmpl trunk/themes/fusionforge/templates/blogform.tmpl trunk/themes/shamino_com/templates/signin.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/smaller/templates/navbar.tmpl trunk/themes/smaller/templates/signin.tmpl Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/Crao/templates/navbar.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,6 +1,6 @@ <!-- The top navigation/search bar --> <form action="<?php echo WikiURL(_("TitleSearch"))?>" - method="get" accept-charset="<?php echo $charset?>" id="searchform"> + method="get" accept-charset="UTF-8" id="searchform"> <input type="hidden" name="auto_redirect" value="1" /> <?php if (! USE_PATH_INFO) { ?> <input type="hidden" name="pagename" value="<?php echo _("TitleSearch")?>" /> Modified: trunk/themes/Crao/templates/signin.tmpl =================================================================== --- trunk/themes/Crao/templates/signin.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/Crao/templates/signin.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -5,7 +5,7 @@ $NOFORM = true; ?> <?php if (empty($NOFORM)) { ?> - <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo $charset?>" name="<?php echo $FORMNAME?>"> + <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> <?php echo HiddenInputs($request->getArgs(), false, array('auth')) ?> <?php } ?> <?php if ($user->isSignedIn()) { Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -29,7 +29,7 @@ 'type'=>'submit', 'value'=>_("Go"))))) ?> <!-- <form action="<?php echo WikiURL(_("TitleSearch"))?>" - method="get" accept-charset="<?php echo $charset?>"> + method="get" accept-charset="UTF-8"> <?php echo WikiLink(_("FindPage"), "searchButton",_("Search:")) ?> <input type="hidden" name="auto_redirect" value="1" /> <input type="text" name="s" size="12" maxlength="256" Modified: trunk/themes/Sidebar/templates/html.tmpl =================================================================== --- trunk/themes/Sidebar/templates/html.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/Sidebar/templates/html.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -2,10 +2,9 @@ /* * This template is responsible mainly for the outer level <html> stuff. */ -echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n"; -?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html <?php /* xmlns="http://www.w3.org/1999/xhtml" */ ?> xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>"> +?> +<!DOCTYPE html> +<html xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>"> <?php echo Template('head') ?> <?php echo Template('body') ?> </html> Modified: trunk/themes/Sidebar/templates/htmldump.tmpl =================================================================== --- trunk/themes/Sidebar/templates/htmldump.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/Sidebar/templates/htmldump.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -4,11 +4,10 @@ * mainly for the outer level <html> stuff and the and <head>. */ ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset?>" /> +<meta charset="UTF-8" /> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL(_("HowToUseWiki"))?>" /> <link rel="copyright" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> Modified: trunk/themes/Sidebar/templates/search.tmpl =================================================================== --- trunk/themes/Sidebar/templates/search.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/Sidebar/templates/search.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,7 +1,7 @@ <!--{{{ LiveSearch --> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("FindPage"))?>" - method="get" accept-charset="<?php echo $charset?>" style="display:inline" class="searchform"> + method="get" accept-charset="UTF-8" style="display:inline" class="searchform"> <?php $s = $request->getArg('s') ? $request->getArg('s') : _("Search"); $p = $WikiTheme->tooltipAccessKeyPrefix(); Modified: trunk/themes/blog/templates/blogform.tmpl =================================================================== --- trunk/themes/blog/templates/blogform.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/blog/templates/blogform.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,6 +1,6 @@ <div class="wikiblog wikiblog-form"> <form action="<?php echo $request->getPostURL()?>" method="post" name="editpage" - accept-charset="<?php echo $charset?>" id="wikiblog-form"> + accept-charset="UTF-8" id="wikiblog-form"> <input type="hidden" name="edit[pagename]" value="<?php echo $PAGENAME?>" /> <input type="hidden" name="mode" value="add" /> <div class="wikiblog-form"> Modified: trunk/themes/default/templates/blogform.tmpl =================================================================== --- trunk/themes/default/templates/blogform.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/default/templates/blogform.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,6 +1,6 @@ <div class="wikiblog wikiblog-form"> <form action="<?php echo $request->getPostURL()?>" method="post" name="editpage" - accept-charset="<?php echo $charset?>" id="wikiblog-form"> + accept-charset="UTF-8" id="wikiblog-form"> <input type="hidden" name="edit[pagename]" value="<?php echo $PAGENAME?>" /> <input type="hidden" name="mode" value="add" /> <div class="wikiblog-form"> Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/default/templates/head.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,8 +1,8 @@ <head> <?php if (ENABLE_XHTML_XML and strstr($request->get('HTTP_ACCEPT'),'application/xhtml+xml')) { ?> -<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=<?php echo $charset?>" /> +<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <?php } else { ?> -<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset?>" /> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <?php } ?> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Language" content="<?php echo $GLOBALS['LANG']?>" /> Modified: trunk/themes/default/templates/html.tmpl =================================================================== --- trunk/themes/default/templates/html.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/default/templates/html.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -2,10 +2,9 @@ /* * This template is responsible mainly for the outer level <html> stuff. */ -echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n"; -?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>"> +?> +<!DOCTYPE html> +<html xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>"> <?php echo Template('head') ?> <?php echo Template('body') ?> </html> Modified: trunk/themes/default/templates/htmldump.tmpl =================================================================== --- trunk/themes/default/templates/htmldump.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/default/templates/htmldump.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -8,7 +8,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset?>" /> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL(_("HowToUseWiki"))?>" /> <link rel="copyright" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> Modified: trunk/themes/default/templates/redirect.tmpl =================================================================== --- trunk/themes/default/templates/redirect.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/default/templates/redirect.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -2,10 +2,9 @@ /* * Redirect output. */ -echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n"; -?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +?> +<!DOCTYPE html> +<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="robots" content="noindex, nofollow" /> Modified: trunk/themes/default/templates/search.tmpl =================================================================== --- trunk/themes/default/templates/search.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/default/templates/search.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,7 +1,7 @@ <!--{{{ LiveSearch --> <?php // -*- php -*- ?> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("TitleSearch"))?>" - method="get" accept-charset="<?php echo $charset?>" style="display:inline" class="searchform"> + method="get" accept-charset="UTF-8" style="display:inline" class="searchform"> <?php $s = $request->getArg('s') ? $request->getArg('s') : _("Search"); $p = $WikiTheme->tooltipAccessKeyPrefix(); Modified: trunk/themes/default/templates/signin.tmpl =================================================================== --- trunk/themes/default/templates/signin.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/default/templates/signin.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -5,7 +5,7 @@ $NOFORM = true; ?> <?php if (empty($NOFORM)) { ?> - <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo $charset?>" name="<?php echo $FORMNAME?>"> + <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> <?php echo HiddenInputs($request->getArgs(), false, array('auth')) ?> <?php } ?> <?php Modified: trunk/themes/fusionforge/templates/blogform.tmpl =================================================================== --- trunk/themes/fusionforge/templates/blogform.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/fusionforge/templates/blogform.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,6 +1,6 @@ <div class="wikiblog wikiblog-form"> <form action="<?php echo $request->getPostURL()?>" method="post" name="editpage" - accept-charset="<?php echo $charset?>" id="wikiblog-form"> + accept-charset="UTF-8" id="wikiblog-form"> <input type="hidden" name="edit[pagename]" value="<?php echo $PAGENAME?>" /> <input type="hidden" name="mode" value="add" /> <div class="wikiblog-form"> Modified: trunk/themes/shamino_com/templates/signin.tmpl =================================================================== --- trunk/themes/shamino_com/templates/signin.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/shamino_com/templates/signin.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -6,7 +6,7 @@ $NOFORM = true; ?> <?php if (empty($NOFORM)) { ?> - <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo $charset?>" name="<?php echo $FORMNAME?>"> + <form method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> <?php echo HiddenInputs($request->getArgs(), false, array('auth')) ?> <?php } if ($user->isAuthenticated()) { Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/shamino_com/templates/top.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -13,7 +13,7 @@ <?php echo $HEADER ?> <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> - <form action="<?php echo WikiURL(_("TitleSearch"))?>" - method="get" accept-charset="<?php echo $charset?>" style="display: inline"> + method="get" accept-charset="UTF-8" style="display: inline"> <a class="wikilink" href="<?php echo WikiURL(_("RecentChanges"))?>"><?php echo _("RecentChanges")?></a> - <a class="wikilink" href="<?php echo WikiURL(_("FindPage"))?>"><?php echo _("FindPage")?>:</a> <input type="hidden" name="auto_redirect" value="1" /> Modified: trunk/themes/smaller/templates/navbar.tmpl =================================================================== --- trunk/themes/smaller/templates/navbar.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/smaller/templates/navbar.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -1,6 +1,6 @@ <!-- The top navigation/search bar --> <form action="<?php echo WikiURL(_("TitleSearch"))?>" - method="get" accept-charset="<?php echo $charset?>"> + method="get" accept-charset="UTF-8"> <div id="navbuttons"> <?php echo WikiLink(_("RecentChanges"), "","News") ?> <?php echo $SEP?><?php echo WikiLink(_("FindPage"), "","Search:") ?> Modified: trunk/themes/smaller/templates/signin.tmpl =================================================================== --- trunk/themes/smaller/templates/signin.tmpl 2013-04-02 13:51:35 UTC (rev 8739) +++ trunk/themes/smaller/templates/signin.tmpl 2013-04-02 15:34:45 UTC (rev 8740) @@ -5,7 +5,7 @@ $NOFORM = true; ?> <?php if (empty($NOFORM)) { ?> - <form style="display:inline" method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo $charset?>" name="<?php echo $FORMNAME?>"> + <form style="display:inline" method="post" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8" name="<?php echo $FORMNAME?>"> <?php echo HiddenInputs($request->getArgs(), false, array('auth')) ?> <?php } ?> <?php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2013-06-14 15:54:17
|
Revision: 8810 http://sourceforge.net/p/phpwiki/code/8810 Author: vargenau Date: 2013-06-14 15:54:14 +0000 (Fri, 14 Jun 2013) Log Message: ----------- Do not show message "You are viewing an old revision of this page." when reverting Modified Paths: -------------- trunk/themes/Crao/templates/browse.tmpl trunk/themes/MonoBook/templates/browse.tmpl trunk/themes/Portland/templates/browse.tmpl trunk/themes/Wordpress/templates/browse.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/default/templates/browse.tmpl trunk/themes/fusionforge/templates/browse.tmpl Modified: trunk/themes/Crao/templates/browse.tmpl =================================================================== --- trunk/themes/Crao/templates/browse.tmpl 2013-06-14 15:20:44 UTC (rev 8809) +++ trunk/themes/Crao/templates/browse.tmpl 2013-06-14 15:54:14 UTC (rev 8810) @@ -1,4 +1,7 @@ -<?php if ($revision and !$revision->isCurrent()) { ?> +<?php +$action = $request->getArg('action'); +?> +<?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo Button('browse', _("View the current version."), $page)?> Modified: trunk/themes/MonoBook/templates/browse.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse.tmpl 2013-06-14 15:20:44 UTC (rev 8809) +++ trunk/themes/MonoBook/templates/browse.tmpl 2013-06-14 15:54:14 UTC (rev 8810) @@ -1,4 +1,7 @@ -<?php if ($revision and !$revision->isCurrent()) { ?> +<?php +$action = $request->getArg('action'); +?> +<?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo Button('browse', _("View the current version."), $page)?> Modified: trunk/themes/Portland/templates/browse.tmpl =================================================================== --- trunk/themes/Portland/templates/browse.tmpl 2013-06-14 15:20:44 UTC (rev 8809) +++ trunk/themes/Portland/templates/browse.tmpl 2013-06-14 15:54:14 UTC (rev 8810) @@ -1,6 +1,9 @@ +<?php +$action = $request->getArg('action'); +?> <br class="clear-floats" /> -<?php if ($revision and !$revision->isCurrent()) { ?> +<?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo WikiLink($page, 'existing', _("View the current version."))?></p> Modified: trunk/themes/Wordpress/templates/browse.tmpl =================================================================== --- trunk/themes/Wordpress/templates/browse.tmpl 2013-06-14 15:20:44 UTC (rev 8809) +++ trunk/themes/Wordpress/templates/browse.tmpl 2013-06-14 15:54:14 UTC (rev 8810) @@ -1,6 +1,9 @@ +<?php +$action = $request->getArg('action'); +?> <br class="clear-floats" /> -<?php if ($revision and !$revision->isCurrent()) { ?> +<?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo WikiLink($page, 'existing', _("View the current version."))?>.</p> Modified: trunk/themes/blog/templates/browse.tmpl =================================================================== --- trunk/themes/blog/templates/browse.tmpl 2013-06-14 15:20:44 UTC (rev 8809) +++ trunk/themes/blog/templates/browse.tmpl 2013-06-14 15:54:14 UTC (rev 8810) @@ -1,4 +1,7 @@ -<?php if ($revision and !$revision->isCurrent()) { ?> +<?php +$action = $request->getArg('action'); +?> +<?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo Button('browse', _("View the current version."), $page)?> Modified: trunk/themes/default/templates/browse.tmpl =================================================================== --- trunk/themes/default/templates/browse.tmpl 2013-06-14 15:20:44 UTC (rev 8809) +++ trunk/themes/default/templates/browse.tmpl 2013-06-14 15:54:14 UTC (rev 8810) @@ -1,4 +1,7 @@ -<?php if ($revision and !$revision->isCurrent()) { ?> +<?php +$action = $request->getArg('action'); +?> +<?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo Button('browse', _("View the current version."), $page)?> Modified: trunk/themes/fusionforge/templates/browse.tmpl =================================================================== --- trunk/themes/fusionforge/templates/browse.tmpl 2013-06-14 15:20:44 UTC (rev 8809) +++ trunk/themes/fusionforge/templates/browse.tmpl 2013-06-14 15:54:14 UTC (rev 8810) @@ -1,5 +1,6 @@ <?php $curuserprefs = $user->getPreferences(); +$action = $request->getArg('action'); ?> <?php if ($page->exists() and $revision and $revision->hasDefaultContents()) { ?> @@ -8,7 +9,7 @@ <?php echo Button('browse', _("View the current version."), $page)?> </p> <?php } else { ?> -<?php if ($revision and !$revision->isCurrent()) { ?> +<?php if ($revision and !$revision->isCurrent() and ($action!='revert')) { ?> <p class="warning_msg"><?php echo _("Note:")?> <?php echo _("You are viewing an old revision of this page.")?> <?php echo Button('browse', _("View the current version."), $page)?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2013-06-19 13:25:52
|
Revision: 8819 http://sourceforge.net/p/phpwiki/code/8819 Author: vargenau Date: 2013-06-19 13:25:45 +0000 (Wed, 19 Jun 2013) Log Message: ----------- Remove http-equiv=Content-Style-Type, http-equiv=Content-Language Modified Paths: -------------- trunk/themes/Sidebar/templates/htmldump.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/default/templates/htmldump.tmpl Modified: trunk/themes/Sidebar/templates/htmldump.tmpl =================================================================== --- trunk/themes/Sidebar/templates/htmldump.tmpl 2013-06-18 16:31:53 UTC (rev 8818) +++ trunk/themes/Sidebar/templates/htmldump.tmpl 2013-06-19 13:25:45 UTC (rev 8819) @@ -12,8 +12,6 @@ <link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL(_("HowToUseWiki"))?>" /> <link rel="copyright" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> -<meta http-equiv="Content-Style-Type" content="text/css" /> -<meta http-equiv="Content-Language" content="<?php echo $GLOBALS['LANG']?>" /> <?php $ROBOTS_CONTENT = isset($ROBOTS_META) ? $ROBOTS_META : "noindex,nofollow"; ?> <meta name="robots" content="<?php echo $ROBOTS_CONTENT ?>" /> <?php if (!empty($PAGE_DESCRIPTION)) { ?> Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2013-06-18 16:31:53 UTC (rev 8818) +++ trunk/themes/default/templates/head.tmpl 2013-06-19 13:25:45 UTC (rev 8819) @@ -4,8 +4,6 @@ <?php } else { ?> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <?php } ?> -<meta http-equiv="Content-Style-Type" content="text/css" /> -<meta http-equiv="Content-Language" content="<?php echo $GLOBALS['LANG']?>" /> <?php $ROBOTS_CONTENT = isset($ROBOTS_META) ? $ROBOTS_META : "noindex,nofollow"; ?> <meta name="robots" content="<?php echo $ROBOTS_CONTENT ?>" /> <?php if (!empty($PAGE_DESCRIPTION)) { ?> Modified: trunk/themes/default/templates/htmldump.tmpl =================================================================== --- trunk/themes/default/templates/htmldump.tmpl 2013-06-18 16:31:53 UTC (rev 8818) +++ trunk/themes/default/templates/htmldump.tmpl 2013-06-19 13:25:45 UTC (rev 8819) @@ -12,8 +12,6 @@ <link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL(_("HowToUseWiki"))?>" /> <link rel="copyright" title="<?php echo COPYRIGHTPAGE_TITLE?>" href="<?php echo COPYRIGHTPAGE_URL?>" /> <link rel="author" title="<?php echo AUTHORPAGE_TITLE?>" href="<?php echo AUTHORPAGE_URL?>" /> -<meta http-equiv="Content-Style-Type" content="text/css" /> -<meta http-equiv="Content-Language" content="<?php echo $GLOBALS['LANG']?>" /> <?php $ROBOTS_CONTENT = isset($ROBOTS_META) ? $ROBOTS_META : "noindex,nofollow"; ?> <meta name="robots" content="<?php echo $ROBOTS_CONTENT ?>" /> <?php if (!empty($PAGE_DESCRIPTION)) { ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-05-28 14:18:09
|
Revision: 8859 http://sourceforge.net/p/phpwiki/code/8859 Author: vargenau Date: 2014-05-28 14:18:06 +0000 (Wed, 28 May 2014) Log Message: ----------- Remove meta name="language", meta name="document-type", meta name="document-rating", meta name="PHPWIKI_VERSION" Modified Paths: -------------- trunk/themes/Sidebar/templates/htmldump.tmpl trunk/themes/default/templates/dialog.tmpl trunk/themes/default/templates/htmldump.tmpl trunk/themes/default/templates/redirect.tmpl Modified: trunk/themes/Sidebar/templates/htmldump.tmpl =================================================================== --- trunk/themes/Sidebar/templates/htmldump.tmpl 2014-05-28 14:16:32 UTC (rev 8858) +++ trunk/themes/Sidebar/templates/htmldump.tmpl 2014-05-28 14:18:06 UTC (rev 8859) @@ -20,11 +20,7 @@ <?php if (!empty($PAGE_KEYWORDS)) { ?> <meta name="keywords" content="<?php echo $PAGE_KEYWORDS?>" /> <?php } ?> -<meta name="language" content="<?php echo $GLOBALS['LANG']?>" /> -<meta name="document-type" content="Public" /> -<meta name="document-rating" content="General" /> <meta name="generator" content="PhpWiki" /> -<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" /> <?php if (!empty($relative_base)) { ?> <base href="<?php echo $relative_base?>" /> Modified: trunk/themes/default/templates/dialog.tmpl =================================================================== --- trunk/themes/default/templates/dialog.tmpl 2014-05-28 14:16:32 UTC (rev 8858) +++ trunk/themes/default/templates/dialog.tmpl 2014-05-28 14:18:06 UTC (rev 8859) @@ -8,7 +8,6 @@ <meta charset="UTF-8" /> <meta name="robots" content="noindex, nofollow" /> <meta name="generator" content="phpWiki" /> -<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <?php echo $WikiTheme->getCSS() ?> <title><?php echo WIKI_NAME . ' - ' . _("Dialog")?></title> Modified: trunk/themes/default/templates/htmldump.tmpl =================================================================== --- trunk/themes/default/templates/htmldump.tmpl 2014-05-28 14:16:32 UTC (rev 8858) +++ trunk/themes/default/templates/htmldump.tmpl 2014-05-28 14:18:06 UTC (rev 8859) @@ -20,11 +20,7 @@ <?php if (!empty($PAGE_KEYWORDS)) { ?> <meta name="keywords" content="<?php echo $PAGE_KEYWORDS?>" /> <?php } ?> -<meta name="language" content="<?php echo $GLOBALS['LANG']?>" /> -<meta name="document-type" content="Public" /> -<meta name="document-rating" content="General" /> <meta name="generator" content="PhpWiki" /> -<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" /> <?php if (!empty($relative_base)) { ?> <base href="<?php echo $relative_base?>" /> Modified: trunk/themes/default/templates/redirect.tmpl =================================================================== --- trunk/themes/default/templates/redirect.tmpl 2014-05-28 14:16:32 UTC (rev 8858) +++ trunk/themes/default/templates/redirect.tmpl 2014-05-28 14:18:06 UTC (rev 8859) @@ -9,7 +9,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="robots" content="noindex, nofollow" /> <meta name="generator" content="PhpWiki" /> -<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <?php echo $WikiTheme->getCSS() ?> <title><?php echo WIKI_NAME . ' - ' . _("Redirect")?></title> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 12:15:16
|
Revision: 8860 http://sourceforge.net/p/phpwiki/code/8860 Author: vargenau Date: 2014-06-04 12:15:13 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Remove meta name="language", meta name="document-type", meta name="document-rating", meta name="PHPWIKI_VERSION" Modified Paths: -------------- trunk/themes/Crao/templates/head.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/wikilens/templates/head.tmpl Modified: trunk/themes/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2014-05-28 14:18:06 UTC (rev 8859) +++ trunk/themes/Crao/templates/head.tmpl 2014-06-04 12:15:13 UTC (rev 8860) @@ -8,11 +8,7 @@ <?php if (!empty($PAGE_KEYWORDS)) { ?> <meta name="keywords" content="<?php echo $PAGE_KEYWORDS?>" /> <?php } ?> -<meta name="language" content="<?php echo DEFAULT_LANGUAGE?>" /> -<meta name="document-type" content="Public" /> -<meta name="document-rating" content="General" /> <meta name="generator" content="PhpWiki" /> -<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2014-05-28 14:18:06 UTC (rev 8859) +++ trunk/themes/default/templates/head.tmpl 2014-06-04 12:15:13 UTC (rev 8860) @@ -12,11 +12,7 @@ <?php if (!empty($PAGE_KEYWORDS)) { ?> <meta name="keywords" content="<?php echo $PAGE_KEYWORDS?>" /> <?php } ?> -<meta name="language" content="<?php echo $GLOBALS['LANG']?>" /> -<meta name="document-type" content="Public" /> -<meta name="document-rating" content="General" /> <meta name="generator" content="PhpWiki" /> -<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> Modified: trunk/themes/wikilens/templates/head.tmpl =================================================================== --- trunk/themes/wikilens/templates/head.tmpl 2014-05-28 14:18:06 UTC (rev 8859) +++ trunk/themes/wikilens/templates/head.tmpl 2014-06-04 12:15:13 UTC (rev 8860) @@ -8,11 +8,7 @@ <?php if (!empty($PAGE_KEYWORDS)) { ?> <meta name="keywords" content="<?php echo $PAGE_KEYWORDS?>" /> <?php } ?> -<meta name="language" content="<?php echo DEFAULT_LANGUAGE?>" /> -<meta name="document-type" content="Public" /> -<meta name="document-rating" content="General" /> <meta name="generator" content="PhpWiki" /> -<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 12:21:59
|
Revision: 8861 http://sourceforge.net/p/phpwiki/code/8861 Author: vargenau Date: 2014-06-04 12:21:55 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Remove link rel="bookmark" Modified Paths: -------------- trunk/themes/Crao/templates/head.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/wikilens/templates/head.tmpl Modified: trunk/themes/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2014-06-04 12:15:13 UTC (rev 8860) +++ trunk/themes/Crao/templates/head.tmpl 2014-06-04 12:21:55 UTC (rev 8861) @@ -52,31 +52,18 @@ */ ?> <?php if (!$user->isSignedIn()) { /* For users not signed in */ ?> -<link rel="bookmark" title="<?php echo -_("SandBox")?>" href="<?php echo WikiURL( -_("SandBox"))?>" /> -<link rel="bookmark" title="<?php echo -_("WikiWikiWeb")?>" href="<?php echo WikiURL( -_("WikiWikiWeb"))?>" /> <?php } ?> <link rel="alternate" type="application/x-wiki" title="Edit this page!" href="<?php echo WikiURL($page,array('action'=>'edit')) ?>" /> <?php if ($user->isadmin()) { /* Only for the Administrator */ ?> -<link rel="bookmark" title="<?php echo -_("PhpWikiAdministration")?>" href="<?php echo WikiURL( -_("PhpWikiAdministration"))?>" /> <?php } ?> <?php if ($user->isSignedIn()) { /* For signed-in users */ ?> -<link rel="bookmark" title="<?php echo -_("UserPreferences")?>" href="<?php echo WikiURL( -_("UserPreferences"))?>" /> <?php /* User's calendar page */ $UserCalPageTitle = $user->getId() . SUBPAGE_SEPARATOR ._("Calendar"); $UserCalPageUrl = WikiURL($UserCalPageTitle); ?> -<link rel="bookmark" title="<?php echo $UserCalPageTitle ?>" href="<?php echo $UserCalPageUrl ?>" /> <?php /* Today's calendar page for the user if it exists */ $UserCalPageTodayTitle = $UserCalPageTitle . SUBPAGE_SEPARATOR . strftime("%Y-%m-%d", time()); //FIXME @@ -84,7 +71,6 @@ if ($dbi->isWikiPage($UserCalPageTodayTitle)) { $UserCalPageTodayUrl = WikiURL($UserCalPageTodayTitle); ?> -<link rel="bookmark" title="<?php echo $UserCalPageTodayTitle ?>" href="<?php echo $UserCalPageTodayUrl ?>" /> <?php } ?> <?php } //end of links for signed-in user ?> <?php echo $WikiTheme->getCSS() ?> Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2014-06-04 12:15:13 UTC (rev 8860) +++ trunk/themes/default/templates/head.tmpl 2014-06-04 12:21:55 UTC (rev 8861) @@ -58,31 +58,18 @@ */ ?> <?php if (!$user->isSignedIn()) { /* For users not signed in */ ?> -<link rel="bookmark" title="<?php echo -_("SandBox")?>" href="<?php echo WikiURL( -_("SandBox"))?>" /> -<link rel="bookmark" title="<?php echo -_("WikiWikiWeb")?>" href="<?php echo WikiURL( -_("WikiWikiWeb"))?>" /> <?php } ?> <link rel="alternate" type="application/x-wiki" title="Edit this page!" href="<?php echo WikiURL($page,array('action'=>'edit')) ?>" /> <?php if ($user->isAdmin()) { /* Only for the Administrator */ ?> -<link rel="bookmark" title="<?php echo -_("PhpWikiAdministration")?>" href="<?php echo WikiURL( -_("PhpWikiAdministration"))?>" /> <?php } ?> <?php if ($user->isSignedIn()) { /* For signed-in users */ ?> -<link rel="bookmark" title="<?php echo -_("UserPreferences")?>" href="<?php echo WikiURL( -_("UserPreferences"))?>" /> <?php /* User's calendar page */ $UserCalPageTitle = $user->getId() . SUBPAGE_SEPARATOR ._("Calendar"); $UserCalPageUrl = WikiURL($UserCalPageTitle); ?> -<link rel="bookmark" title="<?php echo $UserCalPageTitle ?>" href="<?php echo $UserCalPageUrl ?>" /> <?php /* Today's calendar page for the user if it exists */ $UserCalPageTodayTitle = $UserCalPageTitle . SUBPAGE_SEPARATOR . strftime("%Y-%m-%d", time()); //FIXME @@ -90,7 +77,6 @@ if ($dbi->isWikiPage($UserCalPageTodayTitle)) { $UserCalPageTodayUrl = WikiURL($UserCalPageTodayTitle); ?> -<link rel="bookmark" title="<?php echo $UserCalPageTodayTitle ?>" href="<?php echo $UserCalPageTodayUrl ?>" /> <?php } ?> <?php } //end of links for signed-in user ?> <?php echo $WikiTheme->getCSS() ?><?php Modified: trunk/themes/wikilens/templates/head.tmpl =================================================================== --- trunk/themes/wikilens/templates/head.tmpl 2014-06-04 12:15:13 UTC (rev 8860) +++ trunk/themes/wikilens/templates/head.tmpl 2014-06-04 12:21:55 UTC (rev 8861) @@ -50,32 +50,19 @@ */ ?> <?php if (!$user->isSignedIn()) { /* For users not signed in */ ?> -<link rel="bookmark" title="<?php echo -_("SandBox")?>" href="<?php echo WikiURL( -_("SandBox"))?>" /> -<link rel="bookmark" title="<?php echo -_("WikiWikiWeb")?>" href="<?php echo WikiURL( -_("WikiWikiWeb"))?>" /> <?php } ?> <link rel="alternate" type="application/x-wiki" title="Edit this page!" href="<?php echo WikiURL($page,array('action'=>'edit')) ?>" /> <?php if ($user->isadmin()) { /* Only for the Administrator */ ?> -<link rel="bookmark" title="<?php echo -_("PhpWikiAdministration")?>" href="<?php echo WikiURL( -_("PhpWikiAdministration"))?>" /> <?php } ?> <?php if ($user->isSignedIn()) { /* For signed-in users */ ?> -<link rel="bookmark" title="<?php echo -_("UserPreferences")?>" href="<?php echo WikiURL( -_("UserPreferences"))?>" /> <?php /* User's calendar page */ $UserCalPageTitle = $user->getId() . SUBPAGE_SEPARATOR ._("Calendar"); $UserCalPageUrl = WikiURL($UserCalPageTitle); ?> -<link rel="bookmark" title="<?php echo $UserCalPageTitle ?>" href="<?php echo $UserCalPageUrl ?>" /> <?php /* Today's calendar page for the user if it exists */ $UserCalPageTodayTitle = $UserCalPageTitle . SUBPAGE_SEPARATOR . strftime("%Y-%m-%d", time()); //FIXME @@ -83,7 +70,6 @@ if ($dbi->isWikiPage($UserCalPageTodayTitle)) { $UserCalPageTodayUrl = WikiURL($UserCalPageTodayTitle); ?> -<link rel="bookmark" title="<?php echo $UserCalPageTodayTitle ?>" href="<?php echo $UserCalPageTodayUrl ?>" /> <?php } ?> <?php } //end of links for signed-in user ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 12:59:01
|
Revision: 8863 http://sourceforge.net/p/phpwiki/code/8863 Author: vargenau Date: 2014-06-04 12:58:57 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/blog/templates/debug.tmpl trunk/themes/default/templates/pagelink.tmpl trunk/themes/default/templates/wikiforum.tmpl Modified: trunk/themes/blog/templates/debug.tmpl =================================================================== --- trunk/themes/blog/templates/debug.tmpl 2014-06-04 12:52:24 UTC (rev 8862) +++ trunk/themes/blog/templates/debug.tmpl 2014-06-04 12:58:57 UTC (rev 8863) @@ -1,4 +1,4 @@ <?php global $RUNTIMER; ?> -<p align="center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a> +<p class="align-center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a> <span class="debug"><?php echo fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span> </p> Modified: trunk/themes/default/templates/pagelink.tmpl =================================================================== --- trunk/themes/default/templates/pagelink.tmpl 2014-06-04 12:52:24 UTC (rev 8862) +++ trunk/themes/default/templates/pagelink.tmpl 2014-06-04 12:58:57 UTC (rev 8863) @@ -17,10 +17,10 @@ <?php echo $PREV ? HTML::a(array('href'=>$PREV_LINK), "<< " . _("Prev")) : "<<" ?> </td> - <td class="wikipaging-enabled" align="center"> + <td class="wikipaging-enabled align-center"> <?php echo fmt(" - %d / %d - ", $ACTPAGE, $NUMPAGES) ?> </td> - <td class="wikipaging<?php echo $NEXT ? "-enabled" : "-disabled" ?>" class="align-right"> + <td class="align-right wikipaging<?php echo $NEXT ? "-enabled" : "-disabled" ?>"> <?php echo $NEXT ? HTML::a(array('href'=>$NEXT_LINK), _("Next") . " >>") : ">>" ?> <?php echo $NEXT ? HTML::a(array('href'=>$LAST_LINK), ">>|") : ">>|" ?> Modified: trunk/themes/default/templates/wikiforum.tmpl =================================================================== --- trunk/themes/default/templates/wikiforum.tmpl 2014-06-04 12:52:24 UTC (rev 8862) +++ trunk/themes/default/templates/wikiforum.tmpl 2014-06-04 12:58:57 UTC (rev 8863) @@ -18,7 +18,7 @@ <table class="wikiforum wikiforum-list"> <caption><?php echo _("New Topic")?> <?php echo _("Post new")?> </caption> <col class="label" width="10%" /><col width="100%" /> - <tr><th align="center"><?php echo _("Author")?></th><th align="center"><?php echo _("Message")?></th></tr> + <tr><th class="align-center"><?php echo _("Author")?></th><th class="align-center"><?php echo _("Message")?></th></tr> <tr> <td class="align-left"><?php echo WikiLink($FORUM_CREATOR, 'if_known')?></td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 13:41:10
|
Revision: 8867 http://sourceforge.net/p/phpwiki/code/8867 Author: vargenau Date: 2014-06-04 13:41:05 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/wikilens/templates/top.tmpl Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2014-06-04 13:24:17 UTC (rev 8866) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2014-06-04 13:41:05 UTC (rev 8867) @@ -14,7 +14,7 @@ accept-charset="UTF-8"> <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1">'; ?> <table class="toolbar fullwidth"> -<tr align="bottom"> +<tr class="bottom"> <td> <?php echo $PAGE_LOCKED_MESSAGE ?> <?php echo $CONCURRENT_UPDATE_MESSAGE ?> @@ -33,7 +33,7 @@ </table> <table class="fullwidth"> <tr><td><?php echo $EDIT_TOOLBAR ?></td> - <td align="right"><div id="editarea-size"> + <td class="align-right"><div id="editarea-size"> <?php echo _("Size").':'?> <label for="pref-editHeight"><b><?php echo _("H")?></b></label> <?php echo $HEIGHT_PREF?> <label for="pref-editWidth"><b><?php echo _("W")?></b></label> <?php echo $WIDTH_PREF?> Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2014-06-04 13:24:17 UTC (rev 8866) +++ trunk/themes/shamino_com/templates/top.tmpl 2014-06-04 13:41:05 UTC (rev 8867) @@ -3,7 +3,7 @@ href="<?php echo WikiURL(HOME_PAGE)?>" ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" id="logo-img" border="0" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" - align="right" /></a></div> + class="align-right" /></a></div> <!-- The top navigation/search bar --> <div class="wikinavbar"> <a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>"> Modified: trunk/themes/wikilens/templates/top.tmpl =================================================================== --- trunk/themes/wikilens/templates/top.tmpl 2014-06-04 13:24:17 UTC (rev 8866) +++ trunk/themes/wikilens/templates/top.tmpl 2014-06-04 13:41:05 UTC (rev 8867) @@ -7,6 +7,6 @@ ><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" id="logo-img" - border="0" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="right" /></a> + alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" class="align-right" /></a> </div> <?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 15:57:32
|
Revision: 8869 http://sourceforge.net/p/phpwiki/code/8869 Author: vargenau Date: 2014-06-04 15:57:21 +0000 (Wed, 04 Jun 2014) Log Message: ----------- urlencode to get valid HTML Modified Paths: -------------- trunk/themes/MonoBook/templates/signin.tmpl trunk/themes/Sidebar/templates/signin.tmpl Modified: trunk/themes/MonoBook/templates/signin.tmpl =================================================================== --- trunk/themes/MonoBook/templates/signin.tmpl 2014-06-04 13:46:26 UTC (rev 8868) +++ trunk/themes/MonoBook/templates/signin.tmpl 2014-06-04 15:57:21 UTC (rev 8869) @@ -8,13 +8,13 @@ <li><?php echo WikiLink($id . "/Discussion", 'auto' ,_("My Discussion")) ?></li> <li><?php echo WikiLink(_("UserPreferences"), "",_("My Preferences")) ?></li> <li><?php echo WikiLink(_("MyRecentChanges"), "",_("My Changes")) ?></li> - <li><?php echo HTML::a(array('href'=>'?auth[logout]=1'),$sp,_("Logout"),$sp) ?></li> + <li><?php echo HTML::a(array('href'=>'?'.urlencode('auth[logout]').'=1'),$sp,_("Logout"),$sp) ?></li> <?php } else { ?> <!-- Login or Register --> <?php if ($id) { ?> <li id="pt-userpage"><?php echo WikiLink($id, 'auto', HTML($sp,$id,$sp)) ?></li> <?php } ?> - <li id="pt-login"><?php echo HTML::a(array('href'=>'?auth[login]=1'),$sp,_("Sign In"),$sp) ?></li> + <li id="pt-login"><?php echo HTML::a(array('href'=>'?'.urlencode('auth[login]').'=1'),$sp,_("Sign In"),$sp) ?></li> <?php } ?> </ul> </div></div> Modified: trunk/themes/Sidebar/templates/signin.tmpl =================================================================== --- trunk/themes/Sidebar/templates/signin.tmpl 2014-06-04 13:46:26 UTC (rev 8868) +++ trunk/themes/Sidebar/templates/signin.tmpl 2014-06-04 15:57:21 UTC (rev 8869) @@ -4,14 +4,14 @@ <li id="pt-mypages"><?php echo WikiLink("RecentChangesMyPages", 'auto', HTML($sp,"MyPages",$sp)) ?></li> <li id="pt-mychanges"><?php echo WikiLink("MyRecentChanges", 'auto', HTML($sp,"MyChanges",$sp)) ?></li> <li id="pt-userpage"><?php echo WikiLink($id, 'auto', HTML($sp,$id,$sp)) ?></li> - <li id="pt-logout"><?php echo HTML::a(array('href'=>'?auth[logout]=1'), $sp,_("Logout"),$sp) ?></li> + <li id="pt-logout"><?php echo HTML::a(array('href'=>'?'.urlencode('auth[logout]').'=1'), $sp,_("Logout"),$sp) ?></li> <?php } elseif (ALLOW_ANON_USER) { $sp = HTML::Raw(" "); $id = $user->getAuthenticatedId(); if ($id) { ?> <li id="pt-userpage"><?php echo WikiLink($id, 'auto', HTML($sp,$id,$sp)) ?></li> <?php } ?> <!-- Login --> - <li id="pt-login"><?php echo HTML::a(array('href'=>'?auth[login]=1'),$sp,_("Sign In"),$sp) ?></li> + <li id="pt-login"><?php echo HTML::a(array('href'=>'?'.urlencode('auth[login]').'=1'),$sp,_("Sign In"),$sp) ?></li> <?php } else { ?> <li id="pt-login"><a id="login"><?php echo _("Login required...") ?></a></li> <?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 16:11:03
|
Revision: 8871 http://sourceforge.net/p/phpwiki/code/8871 Author: vargenau Date: 2014-06-04 16:11:00 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Remove border Modified Paths: -------------- trunk/themes/Wordpress/templates/body.tmpl trunk/themes/shamino_com/templates/top.tmpl Modified: trunk/themes/Wordpress/templates/body.tmpl =================================================================== --- trunk/themes/Wordpress/templates/body.tmpl 2014-06-04 16:07:46 UTC (rev 8870) +++ trunk/themes/Wordpress/templates/body.tmpl 2014-06-04 16:11:00 UTC (rev 8871) @@ -8,7 +8,7 @@ <h1><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" - border="0" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" + alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="bottom" /></a> <?php echo $HEADER?></h1> --> <?php echo $CONTENT ?> Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2014-06-04 16:07:46 UTC (rev 8870) +++ trunk/themes/shamino_com/templates/top.tmpl 2014-06-04 16:11:00 UTC (rev 8871) @@ -2,8 +2,8 @@ <div id="logo"><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" id="logo-img" - border="0" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" - class="align-right" /></a></div> + alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" + class="align-right" /></a></div> <!-- The top navigation/search bar --> <div class="wikinavbar"> <a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 16:22:24
|
Revision: 8872 http://sourceforge.net/p/phpwiki/code/8872 Author: vargenau Date: 2014-06-04 16:22:20 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/Crao/templates/navbar.tmpl trunk/themes/Sidebar/templates/debug.tmpl Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2014-06-04 16:11:00 UTC (rev 8871) +++ trunk/themes/Crao/templates/navbar.tmpl 2014-06-04 16:22:20 UTC (rev 8872) @@ -6,7 +6,7 @@ <input type="hidden" name="pagename" value="<?php echo _("TitleSearch")?>" /> <?php } ?> <div id="navbuttons"> -<table width="fullwidth"> +<table class="fullwidth"> <tr class="middle"><td class="align-left"> <?php echo WikiLink(_("RecentChanges"), "button") ?> <?php if (!empty($revision)) { ?> @@ -15,7 +15,7 @@ <?php echo $SEP?><?php echo Button(_("BackLinks"), _("BackLinks")) ?> <?php } ?> </td> -<td class="align-right" width="150"> +<td class="align-right; width:150px"> <div id="search"> <?php if (!empty($user) && $user->isSignedIn()) { ?> <?php echo WikiLink(_("UserPreferences"),'button',_("Preferences")) ?><?php echo $SEP?> Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2014-06-04 16:11:00 UTC (rev 8871) +++ trunk/themes/Sidebar/templates/debug.tmpl 2014-06-04 16:22:20 UTC (rev 8872) @@ -1,5 +1,5 @@ <?php global $RUNTIMER; ?> -<table width="%100"> +<table class="fullwidth"> <tr><td> <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img id="xhtml" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 16:30:41
|
Revision: 8873 http://sourceforge.net/p/phpwiki/code/8873 Author: vargenau Date: 2014-06-04 16:30:37 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Valid HTML: removing noshade Modified Paths: -------------- trunk/themes/Crao/templates/editpage.tmpl trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/Sidebar/templates/dump-footer.tmpl trunk/themes/blog/templates/blogform.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/fusionforge/templates/blogform.tmpl trunk/themes/fusionforge/templates/editpage.tmpl Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/Crao/templates/editpage.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -6,9 +6,9 @@ <?php echo fmt("Please continue editing. (You'll find your %s at the bottom of the page.)", /* HTML::a(array("href" => "#editarea"), */ _("edit area") /*) */) ?> </p> - <hr class="printer" noshade="noshade" /> + <hr class="printer" /> <?php echo $PREVIEW_CONTENT ?> - <hr class="printer" noshade="noshade" /> + <hr class="printer" /> <?php } ?> <?php echo $PAGE_LOCKED_MESSAGE ?> <?php echo $CONCURRENT_UPDATE_MESSAGE ?> @@ -68,7 +68,7 @@ <?php echo $AUTHOR_MESSAGE?> <label><?php echo Template('signin', array('FORMNAME' => 'editpage')) ?></label> </fieldset> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -1,4 +1,4 @@ -<?php // <hr class="printer" noshade="noshade" /> ?> +<?php // <hr class="printer" /> ?> <div class="visualClear"></div> <div id="f-poweredbyico"><a href="http://www.phpwiki.org/"><img src="<?php echo $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div> <ul id="f-list"> Modified: trunk/themes/Sidebar/templates/dump-footer.tmpl =================================================================== --- trunk/themes/Sidebar/templates/dump-footer.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/Sidebar/templates/dump-footer.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -1,7 +1,7 @@ <?php if (empty($revision)) $revision = $page->getCurrentRevision(); ?> -<hr class="printer" noshade="noshade" /> +<hr class="printer" /> <div class="visualClear"></div> <div><?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?><br /> This page was accessed <?php echo $page->get('hits') ?> times, and edited <?php echo $revision->getVersion() ?> times.</div> Modified: trunk/themes/blog/templates/blogform.tmpl =================================================================== --- trunk/themes/blog/templates/blogform.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/blog/templates/blogform.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -16,7 +16,7 @@ name="edit[save]" class="wikiaction" /> </div> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> <?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> Modified: trunk/themes/blog/templates/browse.tmpl =================================================================== --- trunk/themes/blog/templates/browse.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/blog/templates/browse.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -21,7 +21,7 @@ </div> <!--}}} Comments--> -<hr class="printer" noshade="noshade" /> +<hr class="printer" /> <!--}}} Content--> </div> Modified: trunk/themes/fusionforge/templates/blogform.tmpl =================================================================== --- trunk/themes/fusionforge/templates/blogform.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/fusionforge/templates/blogform.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -16,7 +16,7 @@ name="edit[save]" class="wikiaction" /> </div> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <?plugin IncludePage page="TextFormattingRules" section="Synopsis" quiet=1?> </div> Modified: trunk/themes/fusionforge/templates/editpage.tmpl =================================================================== --- trunk/themes/fusionforge/templates/editpage.tmpl 2014-06-04 16:22:20 UTC (rev 8872) +++ trunk/themes/fusionforge/templates/editpage.tmpl 2014-06-04 16:30:37 UTC (rev 8873) @@ -107,7 +107,7 @@ <?php echo $HIDDEN_INPUTS?> </form> -<hr noshade="noshade" /> +<hr /> <div class="wiki-edithelp"> <?php if (WIKI_NAME == "help") { ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 16:39:23
|
Revision: 8874 http://sourceforge.net/p/phpwiki/code/8874 Author: vargenau Date: 2014-06-04 16:39:11 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/default/templates/userprefs.tmpl trunk/themes/wikilens/templates/body.tmpl Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2014-06-04 16:30:37 UTC (rev 8873) +++ trunk/themes/default/templates/userprefs.tmpl 2014-06-04 16:39:11 UTC (rev 8874) @@ -134,7 +134,7 @@ ) ?> <?php } ?> -<table border="0"> +<table> <?php if ($isForm and $user->mayChangePass()) { ?> <tr><td colspan="2"><h2><?php echo ($request->getPref('passwd') ? _("Change Password") : _("Set Password")) ?></h2></td></tr> Modified: trunk/themes/wikilens/templates/body.tmpl =================================================================== --- trunk/themes/wikilens/templates/body.tmpl 2014-06-04 16:30:37 UTC (rev 8873) +++ trunk/themes/wikilens/templates/body.tmpl 2014-06-04 16:39:11 UTC (rev 8874) @@ -5,7 +5,7 @@ <?php echo Template('top') ?> </div> </td></tr> -<tr class="top"><td class="leftnav" width="120"> +<tr class="top"><td class="leftnav" style="width:120px"> <div class="toolbar"> <?php echo Template('navbar') ?> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-06 15:25:19
|
Revision: 8879 http://sourceforge.net/p/phpwiki/code/8879 Author: vargenau Date: 2014-06-06 15:25:15 +0000 (Fri, 06 Jun 2014) Log Message: ----------- _("Help")."/"._("TextFormattingRules") --> _("Help/TextFormattingRules") Modified Paths: -------------- trunk/themes/Crao/templates/editpage.tmpl trunk/themes/Portland/templates/editpage.tmpl trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/default/templates/editpage.tmpl Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/Crao/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -72,7 +72,7 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/Portland/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -54,7 +54,7 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -70,7 +70,7 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2014-06-06 15:08:35 UTC (rev 8878) +++ trunk/themes/default/templates/editpage.tmpl 2014-06-06 15:25:15 UTC (rev 8879) @@ -94,5 +94,5 @@ <div class="wiki-edithelp"> <!-- FIXME: do we need this at all? If so, it could probably be moved to TextFormattingRules --> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> -<?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> +<?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-10 16:43:54
|
Revision: 8885 http://sourceforge.net/p/phpwiki/code/8885 Author: vargenau Date: 2014-06-10 16:43:50 +0000 (Tue, 10 Jun 2014) Log Message: ----------- _("Help")."/"._("TextFormattingRules") --> _("Help/TextFormattingRules") Modified Paths: -------------- trunk/themes/blog/templates/blogform.tmpl trunk/themes/default/templates/blogform.tmpl Modified: trunk/themes/blog/templates/blogform.tmpl =================================================================== --- trunk/themes/blog/templates/blogform.tmpl 2014-06-10 16:41:59 UTC (rev 8884) +++ trunk/themes/blog/templates/blogform.tmpl 2014-06-10 16:43:50 UTC (rev 8885) @@ -19,7 +19,7 @@ <hr /> <div class="wiki-edithelp"> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> - <?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> + <?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> Modified: trunk/themes/default/templates/blogform.tmpl =================================================================== --- trunk/themes/default/templates/blogform.tmpl 2014-06-10 16:41:59 UTC (rev 8884) +++ trunk/themes/default/templates/blogform.tmpl 2014-06-10 16:43:50 UTC (rev 8885) @@ -19,7 +19,7 @@ <hr /> <div class="wiki-edithelp"> <p><?php echo fmt("See %s tips for editing.", WikiLink(_("Help")."/"._("GoodStyle"))) ?></p> - <?plugin IncludePage page=_("Help")."/"._("TextFormattingRules") section=_("Synopsis") quiet=1?> + <?plugin IncludePage page=_("Help/TextFormattingRules") section=_("Synopsis") quiet=1?> </div> <?php echo $HIDDEN_INPUTS?> </form> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-13 12:19:55
|
Revision: 8906 http://sourceforge.net/p/phpwiki/code/8906 Author: vargenau Date: 2014-06-13 12:19:46 +0000 (Fri, 13 Jun 2014) Log Message: ----------- Remove comments in templates Modified Paths: -------------- trunk/themes/Crao/templates/body.tmpl trunk/themes/MonoBook/templates/body.tmpl trunk/themes/Portland/templates/body.tmpl trunk/themes/Sidebar/templates/body.tmpl trunk/themes/Sidebar/templates/search.tmpl trunk/themes/Wordpress/templates/body.tmpl trunk/themes/blog/templates/body.tmpl trunk/themes/blog/templates/browse-footer.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/default/templates/body.tmpl trunk/themes/default/templates/search.tmpl trunk/themes/wikilens/templates/body.tmpl Modified: trunk/themes/Crao/templates/body.tmpl =================================================================== --- trunk/themes/Crao/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Crao/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="header"><?php // for top toolbars style sheet ?> <?php echo Template('top') ?> </div> Modified: trunk/themes/MonoBook/templates/body.tmpl =================================================================== --- trunk/themes/MonoBook/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/MonoBook/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,7 +1,7 @@ <?php // Todo: set the body attr dynamically. here class="ns-2" for mozilla ?> -<body <?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="global-wrapper"> <div id="column-content"> <div id="content"> Modified: trunk/themes/Portland/templates/body.tmpl =================================================================== --- trunk/themes/Portland/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Portland/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <!-- Page title and logo --> <h1><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" Modified: trunk/themes/Sidebar/templates/body.tmpl =================================================================== --- trunk/themes/Sidebar/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Sidebar/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,7 +1,4 @@ -<?php -// Set the body attr dynamically. here class="ns-2" for Mozilla -?> - <body <?php echo $WikiTheme->getMoreAttr('body') ?>> + <body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="global-wrapper"> <div id="column-content"> <div id="content"> Modified: trunk/themes/Sidebar/templates/search.tmpl =================================================================== --- trunk/themes/Sidebar/templates/search.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Sidebar/templates/search.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,3 @@ -<!--{{{ LiveSearch --> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("FindPage"))?>" method="get" accept-charset="UTF-8" style="display:inline" class="searchform"> @@ -34,4 +33,3 @@ <?php } ?> <?php echo $SEARCH_AFTER ?> </form> </div> -<!--}}}--> Modified: trunk/themes/Wordpress/templates/body.tmpl =================================================================== --- trunk/themes/Wordpress/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Wordpress/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,16 +1,9 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <!-- Page title --> <h1 id="header"><?php echo $HEADER ?></h1> <!-- Page title and logo --> -<!-- -<h1><a class="wikilink" - href="<?php echo WikiURL(HOME_PAGE)?>" - ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" - alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" - align="bottom" /></a> <?php echo $HEADER?></h1> ---> <?php echo $CONTENT ?> <?php echo Template('navbar') ?> <!-- RELATEDPAGES were here. --> Modified: trunk/themes/blog/templates/body.tmpl =================================================================== --- trunk/themes/blog/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/blog/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,26 +1,20 @@ -<body <?php echo $WikiTheme->getMoreAttr('body') ?>> -<!--{{{ Page--> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="page"> <?php echo Template('top') ?> <?php // $CONTENT includes browse.tmpl ?> -<!--{{{ PageTitle--> <div id="pagetitle"> <h1 id="pagetitleText"><?php echo $HEADER ?></h1></div> -<!--}}}--> <div id="bodyContent"> <?php echo $CONTENT?> </div> -<!--{{{ Bottom errors and debugging info--> <div id="bottom"> <?php echo Template('bottom') ?> </div> -<!--}}}--> -<!--{{{ Footer--> <div id="footer"> <?php echo Template('browse-footer') ?> -</div><!--}}} Footer--> +</div> -</div><!--}}} Page--> +</div> </body> Modified: trunk/themes/blog/templates/browse-footer.tmpl =================================================================== --- trunk/themes/blog/templates/browse-footer.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/blog/templates/browse-footer.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,6 +1,5 @@ -<!--{{{ Edit Date--> <p class="editdate"> <?php if( $page->getName() != _("HomePage")) { ?> <?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?><br /> <?php } ?> -This site is powered by <a href="http://phpwiki.sourceforge.net">PhpWiki</a>. Page design based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>,<br />adapted by <a href="http://the.taoofmac.com">Rui Carmo</a> from an original design by <a href="http://binarybonsai.com">Michael Heilemann</a>.</p><!--}}} Edit Date--> +This site is powered by <a href="http://phpwiki.sourceforge.net">PhpWiki</a>. Page design based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>,<br />adapted by <a href="http://the.taoofmac.com">Rui Carmo</a> from an original design by <a href="http://binarybonsai.com">Michael Heilemann</a>.</p> Modified: trunk/themes/blog/templates/browse.tmpl =================================================================== --- trunk/themes/blog/templates/browse.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/blog/templates/browse.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -11,20 +11,14 @@ <p><?php echo $redirected ?></p> <?php } ?> -<!--{{{ Content--> <div id="content" class="narrowcolumn"> <?php echo $CONTENT?> -<!--{{{ Comments--> <div class="comments"> </div> -<!--}}} Comments--> <hr class="printer" /> -<!--}}} Content--> </div> -<!--{{{ Sidebar--> <?php echo Template('sidebar')?> -<!--}}}--> Modified: trunk/themes/default/templates/body.tmpl =================================================================== --- trunk/themes/default/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/default/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="header"> <?php echo Template('top') ?> Modified: trunk/themes/default/templates/search.tmpl =================================================================== --- trunk/themes/default/templates/search.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/default/templates/search.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,3 @@ -<!--{{{ LiveSearch --> <?php // -*- php -*- ?> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="UTF-8" style="display:inline" class="searchform"> @@ -34,4 +33,3 @@ <?php } ?> <?php echo empty($SEARCH_AFTER) ? '' : $SEARCH_AFTER ?> </form> </div> -<!--}}}--> Modified: trunk/themes/wikilens/templates/body.tmpl =================================================================== --- trunk/themes/wikilens/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/wikilens/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <table><tr><td colspan="2" class="header"> <div id="header"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-19 15:37:02
|
Revision: 8918 http://sourceforge.net/p/phpwiki/code/8918 Author: vargenau Date: 2014-06-19 15:36:57 +0000 (Thu, 19 Jun 2014) Log Message: ----------- New CSS class: big {font-size: larger;} Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/Crao/crao.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -84,6 +84,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/Hawaiian/Hawaiian.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -51,6 +51,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/MacOSX/MacOSX.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -82,6 +82,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/MonoBook/main.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -272,6 +272,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/Portland/portland.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -35,6 +35,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/Sidebar/sidebar.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -271,6 +271,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -82,6 +82,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/Wordpress/Wordpress.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -23,6 +23,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/blog/Kubrick.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -234,6 +234,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/default/phpwiki.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -43,6 +43,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2014-06-18 10:12:59 UTC (rev 8917) +++ trunk/themes/shamino_com/shamino_com.css 2014-06-19 15:36:57 UTC (rev 8918) @@ -159,6 +159,10 @@ text-decoration: line-through; } +.big { + font-size: larger; +} + .align-left { text-align: left; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-20 13:44:10
|
Revision: 8922 http://sourceforge.net/p/phpwiki/code/8922 Author: vargenau Date: 2014-06-20 13:44:05 +0000 (Fri, 20 Jun 2014) Log Message: ----------- Remove sticky.js Modified Paths: -------------- trunk/themes/Crao/templates/actionbar.tmpl Removed Paths: ------------- trunk/themes/Crao/sticky.js trunk/themes/MonoBook/sticky.js Deleted: trunk/themes/Crao/sticky.js =================================================================== --- trunk/themes/Crao/sticky.js 2014-06-19 16:28:04 UTC (rev 8921) +++ trunk/themes/Crao/sticky.js 2014-06-20 13:44:05 UTC (rev 8922) @@ -1,124 +0,0 @@ -// Make a layer that stays in the same place on screen when scrolling the browser window. -// Version 1.2 -// See http://www.mark.ac/help for browser support. - -var mySticky; -var theLayer; - -// Setup variables for sliding. -// lastY and staticYOffset should match your CSS top definition. - -lastY=10;YOffset=0;staticYOffset=10;refreshMS=25; - - -// Setup function that runs when the page loads. - function setup(eID){ - bw=new checkBrowser; - if(bw.ns4||bw.opera){MM_reloadPage(true);} - var noFix=bw.ie4||bw.ns4||(bw.macie50)?true:false; - if (window.attachEvent){fix_bind()} - else if(noFix){ - if(bw.ns6){document.getElementById(eID).style.position="absolute";} - if(bw.macie50){document.getElementById(eID).style.position="absolute";document.getElementById(eID).style.backgroundColor="#ccffcc";} - if(bw.ns6&&YOffset==0){YOffset=-15} - mySticky=new makeLayerObj(eID); - layerSlide(eID)} - else{ - mySticky=new makeLayerObj(eID); - mySticky.css.position="fixed";} - - if(!mySticky){mySticky=new makeLayerObj(eID);} - //mySticky.css.visibility="visible"; - } - - -// ------------------------- -// emulate css 'position: fixed' in IE5+ Win -// code by ac...@1v... - fix_elements = new Array(); - - function fix_event(){ - var i; - for (i=0; i < fix_elements.length; i++){ - fix_elements[i].style.left = parseInt(fix_elements[i].fix_left)+document.getElementsByTagName('html')[0].scrollLeft+document.getElementsByTagName('body')[0].scrollLeft+'px'; - fix_elements[i].style.top = parseInt(fix_elements[i].fix_top)+document.getElementsByTagName('html')[0].scrollTop+document.getElementsByTagName('body')[0].scrollTop+'px'; - } - } - - function fix_bind(){ - var i; - for (i=0; i < document.all.length; i++){ - if (document.all[i].currentStyle.position=='fixed'){ - document.all[i].fix_left = document.all[i].currentStyle.left; - document.all[i].fix_top = document.all[i].currentStyle.top; - document.all[i].style.position = 'absolute'; - fix_elements[fix_elements.length] = document.all[i]; - window.attachEvent('onscroll', fix_event); - window.attachEvent('onresize', fix_event); - } - } - } -// ------------------------- - - -// ------------------------- -// DHTML menu sliding. Requires checkBrowser() -// Based on source at http://www.simplythebest.net/ - function layerSlide(layerID) { - if(bw.dhtml){ - if(!mySticky){mySticky=new makeLayerObj(layerID);} - if (bw.ns) {winY = window.pageYOffset;} - else if (bw.ie) {winY = document.body.scrollTop;} - if (bw.ie||bw.ns) { - if (winY!=lastY&&winY>YOffset-staticYOffset){smooth = .3 * (winY - lastY - YOffset + staticYOffset);} - else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset){smooth = .3 * (winY - lastY - (YOffset-(YOffset-winY)));} - else{smooth=0} - if(smooth > 0) {smooth = Math.ceil(smooth);} - else{smooth = Math.floor(smooth);} - if (bw.ie){mySticky.css.pixelTop+=smooth;} - else if (bw.ns){mySticky.css.top=parseInt(mySticky.css.top)+smooth;} - lastY = lastY+smooth; - top.window.status=new Date() - setTimeout('layerSlide("'+layerID+'")', refreshMS)}}} -// ------------------------- - -// Netscape 4.x browser resize fix - function MM_reloadPage(init) { - if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { - document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; top.onresize=MM_reloadPage; }} - else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) {location.reload();}} - -// Create browser-independent layer and browser objects - function makeLayerObj(eID){ - if(document.getElementById){this.css=document.getElementById(eID).style} - else if(document.layers){this.css=document.layers[eID];} - else if(document.all){this.css=document.all[eID].style;} - return this - } - - function checkBrowser(){ - this.ver=navigator.appVersion; - this.name=navigator.appName; - this.mac=(navigator.platform.toLowerCase().indexOf('mac')>-1)?true:false; - this.opera=(navigator.userAgent.toLowerCase().indexOf('opera')>-1)?true:false; - this.dom=document.getElementById?true:false; - this.ns=(this.name=='Netscape'); - this.ie4=(document.all && !this.dom)?true:false; - this.ie=(this.name =='Microsoft Internet Explorer'&&!this.opera)?true:false; - this.ie5=(this.ie && (navigator.userAgent.indexOf("MSIE 5")!=-1))?true:false; - this.macie50=(this.mac&&this.ie5&&(navigator.userAgent.indexOf("MSIE 5.0")!=-1))?true:false - this.ns4=(this.ns && parseInt(this.ver) == 4)?true:false; - this.ns6=((this.name=="Netscape")&&(parseInt(this.ver)==5))?true:false - this.standards=document.getElementById?true:false; - this.dhtml=this.standards||this.ie4||this.ns4; - } - - function showMe(eID){ - myFloater=new makeLayerObj(eID) - myFloater.css.visibility="visible"; - } - - function hideMe(eID){ - myFloater=new makeLayerObj(eID) - myFloater.css.visibility="hidden"; - } Modified: trunk/themes/Crao/templates/actionbar.tmpl =================================================================== --- trunk/themes/Crao/templates/actionbar.tmpl 2014-06-19 16:28:04 UTC (rev 8921) +++ trunk/themes/Crao/templates/actionbar.tmpl 2014-06-20 13:44:05 UTC (rev 8922) @@ -5,7 +5,6 @@ else $EditB = Button("viewsource", _("View Source")); if (empty($revision)) $revision = $page->getCurrentRevision(false); -//MSIE needs sticky.js ?> <?php if (isBrowserIE()) { ?> <div class="ie-actionbuttons"> Deleted: trunk/themes/MonoBook/sticky.js =================================================================== --- trunk/themes/MonoBook/sticky.js 2014-06-19 16:28:04 UTC (rev 8921) +++ trunk/themes/MonoBook/sticky.js 2014-06-20 13:44:05 UTC (rev 8922) @@ -1,124 +0,0 @@ -// Make a layer that stays in the same place on screen when scrolling the browser window. -// Version 1.2 -// See http://www.mark.ac/help for browser support. - -var mySticky; -var theLayer; - -// Setup variables for sliding. -// lastY and staticYOffset should match your CSS top definition. - -lastY=10;YOffset=0;staticYOffset=10;refreshMS=25; - - -// Setup function that runs when the page loads. - function setup(eID){ - bw=new checkBrowser; - if(bw.ns4||bw.opera){MM_reloadPage(true);} - var noFix=bw.ie4||bw.ns4||(bw.macie50)?true:false; - if (window.attachEvent){fix_bind()} - else if(noFix){ - if(bw.ns6){document.getElementById(eID).style.position="absolute";} - if(bw.macie50){document.getElementById(eID).style.position="absolute";document.getElementById(eID).style.backgroundColor="#ccffcc";} - if(bw.ns6&&YOffset==0){YOffset=-15} - mySticky=new makeLayerObj(eID); - layerSlide(eID)} - else{ - mySticky=new makeLayerObj(eID); - mySticky.css.position="fixed";} - - if(!mySticky){mySticky=new makeLayerObj(eID);} - //mySticky.css.visibility="visible"; - } - - -// ------------------------- -// emulate css 'position: fixed' in IE5+ Win -// code by ac...@1v... - fix_elements = new Array(); - - function fix_event(){ - var i; - for (i=0; i < fix_elements.length; i++){ - fix_elements[i].style.left = parseInt(fix_elements[i].fix_left)+document.getElementsByTagName('html')[0].scrollLeft+document.getElementsByTagName('body')[0].scrollLeft+'px'; - fix_elements[i].style.top = parseInt(fix_elements[i].fix_top)+document.getElementsByTagName('html')[0].scrollTop+document.getElementsByTagName('body')[0].scrollTop+'px'; - } - } - - function fix_bind(){ - var i; - for (i=0; i < document.all.length; i++){ - if (document.all[i].currentStyle.position=='fixed'){ - document.all[i].fix_left = document.all[i].currentStyle.left; - document.all[i].fix_top = document.all[i].currentStyle.top; - document.all[i].style.position = 'absolute'; - fix_elements[fix_elements.length] = document.all[i]; - window.attachEvent('onscroll', fix_event); - window.attachEvent('onresize', fix_event); - } - } - } -// ------------------------- - - -// ------------------------- -// DHTML menu sliding. Requires checkBrowser() -// Based on source at http://www.simplythebest.net/ - function layerSlide(layerID) { - if(bw.dhtml){ - if(!mySticky){mySticky=new makeLayerObj(layerID);} - if (bw.ns) {winY = window.pageYOffset;} - else if (bw.ie) {winY = document.body.scrollTop;} - if (bw.ie||bw.ns) { - if (winY!=lastY&&winY>YOffset-staticYOffset){smooth = .3 * (winY - lastY - YOffset + staticYOffset);} - else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset){smooth = .3 * (winY - lastY - (YOffset-(YOffset-winY)));} - else{smooth=0} - if(smooth > 0) {smooth = Math.ceil(smooth);} - else{smooth = Math.floor(smooth);} - if (bw.ie){mySticky.css.pixelTop+=smooth;} - else if (bw.ns){mySticky.css.top=parseInt(mySticky.css.top)+smooth;} - lastY = lastY+smooth; - top.window.status=new Date() - setTimeout('layerSlide("'+layerID+'")', refreshMS)}}} -// ------------------------- - -// Netscape 4.x browser resize fix - function MM_reloadPage(init) { - if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { - document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; top.onresize=MM_reloadPage; }} - else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) {location.reload();}} - -// Create browser-independent layer and browser objects - function makeLayerObj(eID){ - if(document.getElementById){this.css=document.getElementById(eID).style} - else if(document.layers){this.css=document.layers[eID];} - else if(document.all){this.css=document.all[eID].style;} - return this - } - - function checkBrowser(){ - this.ver=navigator.appVersion; - this.name=navigator.appName; - this.mac=(navigator.platform.toLowerCase().indexOf('mac')>-1)?true:false; - this.opera=(navigator.userAgent.toLowerCase().indexOf('opera')>-1)?true:false; - this.dom=document.getElementById?true:false; - this.ns=(this.name=='Netscape'); - this.ie4=(document.all && !this.dom)?true:false; - this.ie=(this.name =='Microsoft Internet Explorer'&&!this.opera)?true:false; - this.ie5=(this.ie && (navigator.userAgent.indexOf("MSIE 5")!=-1))?true:false; - this.macie50=(this.mac&&this.ie5&&(navigator.userAgent.indexOf("MSIE 5.0")!=-1))?true:false - this.ns4=(this.ns && parseInt(this.ver) == 4)?true:false; - this.ns6=((this.name=="Netscape")&&(parseInt(this.ver)==5))?true:false - this.standards=document.getElementById?true:false; - this.dhtml=this.standards||this.ie4||this.ns4; - } - - function showMe(eID){ - myFloater=new makeLayerObj(eID) - myFloater.css.visibility="visible"; - } - - function hideMe(eID){ - myFloater=new makeLayerObj(eID) - myFloater.css.visibility="hidden"; - } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-25 15:14:20
|
Revision: 8939 http://sourceforge.net/p/phpwiki/code/8939 Author: vargenau Date: 2014-06-25 15:14:12 +0000 (Wed, 25 Jun 2014) Log Message: ----------- Add missing images Added Paths: ----------- trunk/themes/MacOSX/images/cellpic1.png trunk/themes/Wordpress/images/cellpic1.png Added: trunk/themes/MacOSX/images/cellpic1.png =================================================================== (Binary files differ) Index: trunk/themes/MacOSX/images/cellpic1.png =================================================================== --- trunk/themes/MacOSX/images/cellpic1.png 2014-06-25 14:53:38 UTC (rev 8938) +++ trunk/themes/MacOSX/images/cellpic1.png 2014-06-25 15:14:12 UTC (rev 8939) Property changes on: trunk/themes/MacOSX/images/cellpic1.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +image/png \ No newline at end of property Added: trunk/themes/Wordpress/images/cellpic1.png =================================================================== (Binary files differ) Index: trunk/themes/Wordpress/images/cellpic1.png =================================================================== --- trunk/themes/Wordpress/images/cellpic1.png 2014-06-25 14:53:38 UTC (rev 8938) +++ trunk/themes/Wordpress/images/cellpic1.png 2014-06-25 15:14:12 UTC (rev 8939) Property changes on: trunk/themes/Wordpress/images/cellpic1.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +image/png \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-07-02 16:06:32
|
Revision: 8951 http://sourceforge.net/p/phpwiki/code/8951 Author: vargenau Date: 2014-07-02 16:06:24 +0000 (Wed, 02 Jul 2014) Log Message: ----------- Remove <h2>Views</h2> for nice display Modified Paths: -------------- trunk/themes/MonoBook/templates/actionbar.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl Modified: trunk/themes/MonoBook/templates/actionbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/actionbar.tmpl 2014-07-02 14:24:57 UTC (rev 8950) +++ trunk/themes/MonoBook/templates/actionbar.tmpl 2014-07-02 16:06:24 UTC (rev 8951) @@ -7,7 +7,6 @@ $isBrowse = $request->getArg('action') == 'browse'; ?> <div class="portlet" id="p-cactions"> - <h2><?php echo _("Views") ?></h2> <ul> <?php if (!string_ends_with($pagename, SUBPAGE_SEPARATOR._("Discussion"))) { ?> <?php $talk = new WikiPageName('Talk:'.$pagename); ?> Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2014-07-02 14:24:57 UTC (rev 8950) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2014-07-02 16:06:24 UTC (rev 8951) @@ -8,7 +8,6 @@ $mayChange = mayAccessPage('change', $pagename); ?> <div class="portlet" id="p-cactions"> - <h2><?php echo _("Views") ?></h2> <ul> <?php if ($request->getArg('action') != "") { ?> <?php echo ActionButton("browse", _("View Page"), false, array('title' => _("View Page")." [alt-c]")) ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-07-07 08:52:57
|
Revision: 8956 http://sourceforge.net/p/phpwiki/code/8956 Author: vargenau Date: 2014-07-07 08:52:53 +0000 (Mon, 07 Jul 2014) Log Message: ----------- Make highlight.js work for all themes Modified Paths: -------------- trunk/themes/Crao/templates/bottom.tmpl trunk/themes/Crao/templates/head.tmpl trunk/themes/Portland/templates/body.tmpl trunk/themes/Wordpress/templates/body.tmpl trunk/themes/blog/templates/bottom.tmpl trunk/themes/default/templates/bottom.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/fusionforge/templates/bottom.tmpl trunk/themes/wikilens/templates/head.tmpl Modified: trunk/themes/Crao/templates/bottom.tmpl =================================================================== --- trunk/themes/Crao/templates/bottom.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/Crao/templates/bottom.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -1,3 +1,8 @@ <!-- Add your Disclaimer here --> <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') and DEBUG) { ?><?php echo Template('debug') ?><?php } ?> +<script type="text/javascript" src="<?php echo DATA_PATH ?>/highlight.js/highlight.pack.js"></script> +<script> + hljs.tabReplace = ' '; + hljs.initHighlightingOnLoad(); +</script> Modified: trunk/themes/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/Crao/templates/head.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -11,6 +11,7 @@ <meta name="generator" content="PhpWiki" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> +<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/highlight.js/styles/github.css"/> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo Modified: trunk/themes/Portland/templates/body.tmpl =================================================================== --- trunk/themes/Portland/templates/body.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/Portland/templates/body.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -12,4 +12,5 @@ <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') && DEBUG) { ?><?php echo Template('debug') ?><?php } ?> +<?php echo Template('bottom') ?> </body> Modified: trunk/themes/Wordpress/templates/body.tmpl =================================================================== --- trunk/themes/Wordpress/templates/body.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/Wordpress/templates/body.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -10,4 +10,6 @@ <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> +<?php echo Template('bottom') ?> + </body> Modified: trunk/themes/blog/templates/bottom.tmpl =================================================================== --- trunk/themes/blog/templates/bottom.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/blog/templates/bottom.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -4,3 +4,8 @@ <?php if (DEBUG & _DEBUG_VERBOSE) { ?><?php echo Template('debug') ?><?php } ?> <?php } ?> <!--/span--> +<script type="text/javascript" src="<?php echo DATA_PATH ?>/highlight.js/highlight.pack.js"></script> +<script> + hljs.tabReplace = ' '; + hljs.initHighlightingOnLoad(); +</script> Modified: trunk/themes/default/templates/bottom.tmpl =================================================================== --- trunk/themes/default/templates/bottom.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/default/templates/bottom.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -4,3 +4,8 @@ <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') and DEBUG & 1) { ?><?php echo Template('debug') ?><?php } ?> <?php } ?> +<script type="text/javascript" src="<?php echo DATA_PATH ?>/highlight.js/highlight.pack.js"></script> +<script> + hljs.tabReplace = ' '; + hljs.initHighlightingOnLoad(); +</script> Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/default/templates/head.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -15,6 +15,7 @@ <meta name="generator" content="PhpWiki" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> +<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/highlight.js/styles/github.css"/> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo Modified: trunk/themes/fusionforge/templates/bottom.tmpl =================================================================== --- trunk/themes/fusionforge/templates/bottom.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/fusionforge/templates/bottom.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -5,7 +5,6 @@ <?php echo Template('debug') ?> <?php } ?> <?php } ?> - <script type="text/javascript" src="/wiki/highlight.js/highlight.pack.js"></script> <script> hljs.tabReplace = ' '; Modified: trunk/themes/wikilens/templates/head.tmpl =================================================================== --- trunk/themes/wikilens/templates/head.tmpl 2014-07-04 11:58:20 UTC (rev 8955) +++ trunk/themes/wikilens/templates/head.tmpl 2014-07-07 08:52:53 UTC (rev 8956) @@ -11,6 +11,7 @@ <meta name="generator" content="PhpWiki" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> +<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/highlight.js/styles/github.css"/> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |