Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

Pmwiki-dt (A simple tableless skin for PmWiki)

PmWiki-Divs < Skins > PmWiki-responsive skin   (talk? | users? | test page | RWD? | set as default | unset | validate: HTML, CSS)

Summary: Simple div(no table) version of default PmWiki skin.
Version: 2.4.1-20230217
Prerequisites: PmWiki 2.2.122+, PHP 5.6.40+
Status: stable
Maintainer: V.Krishn
Users: (View? / Edit?)
Categories: Skins PHP55 PHP72 PHP74

Pmwiki-dt (Simple tableless skin)

Description

  • This skin is a simple div(no table) version of default PmWiki skin.
  • Efforts have been made to make the stylesheet as close to the default css that comes with PmWiki skin, so that it could be easy to migrate from present skin to a table-less design.
  • The css styles makes divs behave as table (hence dt - divtable).

Notes

  • The css styles uses divs to behave as table (hence dt - divtable). The skin should work in browsers that implements CSS 2.1+ .

Browser Compatibility

see Requirements

Release notes

Bugs

Known Issues

  • The sidebar(#wikileft) and wikitext(#wikibody) behave as table cell(block) and not as default 'block'.
    Javascripts that hides/shows sidebars dynamically needs to correctly set the block type (Issue is un-tested).

See also

Contributors

Installation

Unzip and Place the pmwiki-dt/ directory in skins directory (pub/skins/),
and set in config.php:

$Skin = 'pmwiki-dt';

 Requirements
Package/AppsMinimumLast test
Php5 >= 5.6.408.0.19
PmWiki2.2.1222.3.15
Browser1Most browsers built after 2014
with JavaScript support + CSS2.1+

1. CSS(browser dependant) - http://www.w3.org/TR/CSS2/

Unzip and Place the pmwiki-dt/ directory in your skins directory (pub/skins/),
and set in config.php:

$Skin = 'pmwiki-dt';

Files/Download

Changelog

February 17, 2023
==================
pmwiki-dt v2.4.1
------------------
 -- updated using default skin from PmWiki 2.3.20.

January 18, 2023
==================
pmwiki-dt v2.4.0
------------------
 -- make compatible with php 7.2x.
 -- make compatible with php 8.0.x.
 -- updated using default skin from PmWiki 2.2.145

Mar 29, 2014
==================
pmwiki-dt v2.3.0
------------------
 -- Make compatible with php 5.5x.
 -- Minor bugfix.
 -- Code clean.

June 14, 2010
==================
pmwiki-dt v2.2.0
------------------
 -- Initial release.
 -- Version jumped to coincide with current major version of PmWiki.

See also

Skins /
2016  Responsive skin very close to the default skin (Superseded by PmWiki-responsive)
DefaultSkinWithoutTable  This skin replaces the HTML table of the default skin with divs. (Proposed)
Notebook-NT  Simple div (no table) version of default PmWiki skin. (stable)
PmWiki-Divs  pure css based skin in the style of the pmwiki default skin (stable)

Author

  • V.Krishn

Comments

This space is for User-contributed commentary and notes. Please include your name and a date (eg 2007-05-19) along with your comment. Optional alternative: create a new page with a name like "ThisRecipe-Talk" (e.g. PmCalendar-Talk).

User notes? : If you use, used or reviewed "Pmwiki-dt (A simple tableless skin for PmWiki)", you can add your name. These statistics appear in the Skins listings and will help newcomers browsing through the wiki.

Edit - History - Print - Recent Changes - Search
Page last modified on February 18, 2023, at 03:27 PM