OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@925...
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 11 Feb 2009 06:05:08 +0000 (06:05 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 11 Feb 2009 06:05:08 +0000 (06:05 +0000)
34 files changed:
skins/default/default_left.css [deleted file]
skins/default/default_right.css [deleted file]
skins/default/favicon.ico [deleted file]
skins/default/footer.inc [deleted file]
skins/default/head.inc [deleted file]
skins/default/header.inc [deleted file]
skins/default/images/arrow.gif [deleted file]
skins/default/images/bg.gif [deleted file]
skins/default/images/bgcategory.gif [deleted file]
skins/default/images/bgcomment.gif [deleted file]
skins/default/images/bgcontainer01.gif [deleted file]
skins/default/images/bgcontainer02.gif [deleted file]
skins/default/images/bgedit.gif [deleted file]
skins/default/images/bgpostedby.gif [deleted file]
skins/default/images/commentquote01.gif [deleted file]
skins/default/images/commentquote02.gif [deleted file]
skins/default/images/corner_br.gif [deleted file]
skins/default/images/corner_tr.gif [deleted file]
skins/default/images/dot.gif [deleted file]
skins/default/images/dotv.gif [deleted file]
skins/default/images/header.jpg [deleted file]
skins/default/images/header_sm.jpg [deleted file]
skins/default/images/nucleus.gif [deleted file]
skins/default/images/shadow.gif [deleted file]
skins/default/images/sidetitlebg.gif [deleted file]
skins/default/navigation.inc [deleted file]
skins/default/nicetitle.css [deleted file]
skins/default/nicetitle.js [deleted file]
skins/default/preview-large.png [deleted file]
skins/default/preview.png [deleted file]
skins/default/readme.en.html [deleted file]
skins/default/readme.ja.html [deleted file]
skins/default/sidebar.inc [deleted file]
skins/default/skinbackup.xml [deleted file]

diff --git a/skins/default/default_left.css b/skins/default/default_left.css
deleted file mode 100644 (file)
index 294c1f3..0000000
+++ /dev/null
@@ -1,494 +0,0 @@
-/*-------------------------------------------------
-  Nucleus CMS Stylesheet - bundled with version 3.2
-  Based on the Stanch skin by Ivan Fong
-  Mods by hcgtv and moraes
--------------------------------------------------*/
-
-/*-------------------------------------------------
-  General layout
--------------------------------------------------*/
-body
-{
-       background: #505050 url(images/bg.gif);
-       color: #494949;
-       font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
-       font-size: 11px;
-       padding: 15px 0;
-       margin: 0;
-}
-img
-{
-       border: 0;
-}
-form
-{
-       margin: 0;
-}
-
-/* Headings */
-h1,h2,h3,h4,h5,h6
-{
-    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
-       font-weight: normal;
-       margin: 0;
-}
-
-/* Lists */
-ul
-{
-       list-style: none;
-       padding: 0;
-       margin: 0;
-}
-li
-{
-       background: url(images/arrow.gif) left 5px no-repeat;
-       padding: 0 0 0 10px;
-       margin: 0 20px;
-}
-
-/* Links */
-a:link, a:visited
-{
-       color: #635D45;
-       text-decoration: none;
-}
-a:hover, a:active
-{
-       color: black;
-}
-#header a:link, #header a:visited
-{
-       color: #474747;
-}
-#header a:hover, #header a:active
-{
-       color: #737373;
-}
-#copyrights a:link, #copyrights a:visited
-{
-       color: #474747;
-}
-#copyrights a:hover, #copyrights a:active
-{
-       color: #737373;
-}
-
-/* Basic classes */
-.hidden
-{
-       display: none;
-}
-.centerize
-{
-       text-align: center;
-}
-.clearing
-{
-       width: 704px;
-       height: 0;
-       clear: both;
-}
-
-/*-------------------------------------------------
-  Header
--------------------------------------------------*/
-#header
-{
-       position: relative;
-       width: 704px;
-       height: 168px;
-       /* large header image is defined below */
-       /* background: white url(images/header.jpg) no-repeat; */
-       background: white;
-       border-width: 2px 2px 0;
-       border-style: solid;
-       border-color: #E0E0E0;
-       margin: auto;
-}
-#header h1
-{
-       /* small header image specific lines */
-       height: 168px;
-       width: 692px;
-       background: white url(images/header_sm.jpg) repeat-x 0 6px;
-       margin: 0 6px;
-       /* end small header image specific lines */
-       font-size: 38px;
-       text-align: center;
-       line-height: 160px;
-}
-
-/*-------------------------------------------------
-  Content wrappers
--------------------------------------------------*/
-#mainwrapper
-{
-       width: 704px;
-       background: white;
-       border-width: 0 2px;
-       border-style: solid;
-       border-color: #E0E0E0;
-       margin: auto;
-}
-#wrapper
-{
-       width: 704px;
-       background: white url(images/bgcontainer01.gif) repeat-y;
-       margin: auto;
-}
-
-/*-------------------------------------------------
-  Main content
--------------------------------------------------*/
-#container
-{
-       width: 704px;
-       height: 1%;
-       overflow: visible;
-       float: right;
-       padding: 4px 0 0 0;
-       margin-left: -204px;
-}
-.content
-{
-       padding: 0;
-       margin: 7px 20px 30px 224px;
-}
-
-/*-------------------------------------------------
-  Item styles
--------------------------------------------------*/
-.contenttitle h2
-{
-       clear: both;
-       background: url(images/dot.gif) bottom repeat-x;
-       font-size: 18px;
-       padding: 0 0 6px 0;
-       margin: 0;
-}
-.contentbody
-{
-       font-size:13px;
-       text-align: justify;
-       padding: 0 0 16px 0;
-}
-
-/*-------------------------------------------------
-  Item info
--------------------------------------------------*/
-.contentitemcategory
-{
-       background: url(images/bgcategory.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 14px;
-}
-.contentitempostedby
-{
-       background: url(images/bgpostedby.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 12px;
-}
-.contentitemcomments
-{
-       background: url(images/bgcomment.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 13px;
-}
-.contentitemedit
-{
-       background: url(images/bgedit.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 11px;
-}
-.contentitem
-{
-       padding: 3px 0 0 0;
-       margin: 0 0 16px 0;
-}
-.contentitem1
-{
-       display: inline;
-}
-.contentitem2
-{
-       display: inline;
-       background: url(images/dotv.gif) left repeat-y;
-       padding: 0 0 0 10px;
-}
-.contentitem3
-{
-       display: inline;
-       background: url(images/dotv.gif) left repeat-y;
-       padding: 0 0 0 10px;
-}
-.contentitem4
-{
-       display: inline;
-       padding: 0 0 0 10px;
-       background: url(images/dotv.gif) left repeat-y;
-}
-
-/*-------------------------------------------------
-  Comments
--------------------------------------------------*/
-.itemcomment
-{
-       background: url(images/commentquote01.gif) no-repeat;
-       background-position: 6px 9px;
-       padding: 6px 42px;
-       border: 1px solid white;
-       margin: 10px 0 0 0;
-}
-.itemcomment:hover
-{
-       background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
-       background-position: 6px 9px;
-       border: 1px solid #CCCCCC;
-}
-.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
-{
-       background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
-       background-position: 6px 9px;
-       border: 1px solid #B3C492;
-}
-.id1:hover
-{
-       background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
-       background-position: 6px 9px;
-       border: 1px solid #B3C492;
-}
-.itemcomment h3
-{
-       font-size: 12px;
-}
-
-/*-------------------------------------------------
-  Menu
--------------------------------------------------*/
-#sidebarcontainer
-{
-       float: left;
-       width: 204px;
-       padding: 2px 0 0 0;
-}
-.sidebar
-{
-       color: #21262A;
-       margin: 0 0 4px 6px;
-}
-
-/* Menu lists */
-.sidebardl
-{
-       padding: 0 0 10px 0;
-       margin: 0;
-}
-.sidebardl dt
-{
-       background: #E5E5E5 url(images/sidetitlebg.gif);
-       color: #3A3523;
-       font-size: 12px;
-       font-weight: bold;
-    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
-       padding: 4px 10px;
-}
-.sidebardl dd
-{
-       background: #EEEEEE;
-       padding: 2px 10px;
-       margin: 1px 0 0 0;
-}
-.sidebardl dd:hover
-{
-       background: #E7E7E7;
-       padding: 2px 10px;
-       margin: 1px 0 0 0;
-}
-.sidebardl dd a:link, .sidebardl dd a:visited
-{
-       background: url(images/arrow.gif) left center no-repeat;
-       padding: 0 0 0 10px;
-}
-
-/*-------------------------------------------------
-  Footer
--------------------------------------------------*/
-#footer
-{
-       width: 704px;
-       background: #FCD21B;
-       text-align: center;
-       padding: 10px 0 10px 0;
-       border-width: 0px 2px 2px 2px;
-       border-style: solid;
-       border-color: #E0E0E0;
-       margin: 0 auto;
-}
-
-#copyrights
-{
-       color: #474747;
-}
-
-/*-------------------------------------------------
-  Forms
--------------------------------------------------*/
-.loginform, .searchform
-{
-       margin: 5px 0;
-}
-.commentform, .mailform
-{
-       margin-top: 10px;
-    padding: 10px;
-    background: #EEEEEE;
-    /* Rounded borders, for Mozilla browsers */
-    /* -moz-border-radius: 10px; */
-}
-.commentform img{
-    margin: 5px 0 0 0;
-}
-.formfield
-{
-       display:block;
-       font-size: 11px;
-       background: white;
-       color: #494949;
-       border-top: 1px solid #868686;
-       border-left: 1px solid #868686;
-       border-bottom: 1px solid #D4D2CF;
-       border-right: 1px solid #D4D2CF;
-       margin: 1px 0 0 0;
-}
-.formbutton
-{
-       font-size: 11px;
-       background: white;
-       color: #494949;
-       border-top: 1px solid #D4D2CF;
-       border-left: 1px solid #D4D2CF;
-       border-bottom: 1px solid #868686;
-       border-right: 1px solid #868686;
-       margin: 1px 0 0 0;
-}
-.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
-       display: block;
-}
-.searchform .formfield
-{
-       width: 130px;
-    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 0;
-       margin: 0 2px 2px 0;
-}
-.searchform .formbutton
-{
-       width: 60px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 2px;
-}
-.loginform .formfield
-{
-       width: 130px;
-    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 0;
-       margin: 0 2px 2px 0;
-}
-.loginform .formbutton
-{
-       width: 60px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 2px;
-}
-.mainform .formfield
-{
-       width: 280px;
-    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 0;
-       margin: 0 2px 2px 0;
-}
-.mailform .formbutton
-{
-       width: 100px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 2px;
-}
-#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
-{
-    width: 300px;
-    margin-right: 105px;
-    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
-}
-.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
-{
-    width: 300px;
-}
-.commentform .formbutton
-{
-       width: 100px;
-       height: 22px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-}
-.error
-{
-       color: red;
-       font-weight: bold;
-}
-
-
-/*-------------------------------------------------
-  Miscelaneous
--------------------------------------------------*/
-/* VBlog image onion skin shadow - From AListApart.com*/
-.wrap1, .wrap2, .wrap3
-{
-       display:inline-table;
-       /* \*/display:block;/**/
-}
-.wrap1
-{
-       float:left;
-       background:url(images/shadow.gif) right bottom no-repeat;
-       margin: 0 5px 3px 0;
-}
-.wrap2
-{
-       background:url(images/corner_br.gif) left bottom no-repeat;
-}
-.wrap3
-{
-       background:url(images/corner_tr.gif) right top no-repeat;
-       padding:0 5px 5px 0;
-}
-.wrap3 img
-{
-       display:block;
-       border: 3px solid white;
-}
-
-/* Search highlight color */
-.highlight
-{
-       background: #DEFFA9;
-}
-
-/* Leftbox and Rightbox toolbar buttons */
-.leftbox, .rightbox {
-       margin: 3px;
-       padding: 3px;
-       font-size: larger;
-       width: 20%;
-}
-.leftbox {
-       float: left;
-       border-right: 2px solid #ccc;
-}
-.rightbox {
-       float: right;
-       border-left: 2px solid #ccc;
-}
diff --git a/skins/default/default_right.css b/skins/default/default_right.css
deleted file mode 100644 (file)
index 02f3205..0000000
+++ /dev/null
@@ -1,494 +0,0 @@
-/*-------------------------------------------------
-  Nucleus CMS Stylesheet - bundled with version 3.2
-  Based on the Stanch skin by Ivan Fong
-  Mods by hcgtv and moraes
--------------------------------------------------*/
-
-/*-------------------------------------------------
-  General layout
--------------------------------------------------*/
-body
-{
-       background: #505050 url(images/bg.gif);
-       color: #494949;
-       font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
-       font-size: 11px;
-       padding: 15px 0;
-       margin: 0;
-}
-img
-{
-       border: 0;
-}
-form
-{
-       margin: 0;
-}
-
-/* Headings */
-h1,h2,h3,h4,h5,h6
-{
-    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
-       font-weight: normal;
-       margin: 0;
-}
-
-/* Lists */
-ul
-{
-       list-style: none;
-       padding: 0;
-       margin: 0;
-}
-li
-{
-       background: url(images/arrow.gif) left 5px no-repeat;
-       padding: 0 0 0 10px;
-       margin: 0 20px;
-}
-
-/* Links */
-a:link, a:visited
-{
-       color: #635D45;
-       text-decoration: none;
-}
-a:hover, a:active
-{
-       color: black;
-}
-#header a:link, #header a:visited
-{
-       color: #474747;
-}
-#header a:hover, #header a:active
-{
-       color: #737373;
-}
-#copyrights a:link, #copyrights a:visited
-{
-       color: #474747;
-}
-#copyrights a:hover, #copyrights a:active
-{
-       color: #737373;
-}
-
-/* Basic classes */
-.hidden
-{
-       display: none;
-}
-.centerize
-{
-       text-align: center;
-}
-.clearing
-{
-       width: 704px;
-       height: 0;
-       clear: both;
-}
-
-/*-------------------------------------------------
-  Header
--------------------------------------------------*/
-#header
-{
-       position: relative;
-       width: 704px;
-       height: 168px;
-       /* large header image is defined below */
-       /* background: white url(images/header.jpg) no-repeat; */
-       background: white;
-       border-width: 2px 2px 0;
-       border-style: solid;
-       border-color: #E0E0E0;
-       margin: auto;
-}
-#header h1
-{
-       /* small header image specific lines */
-       height: 168px;
-       width: 692px;
-       background: white url(images/header_sm.jpg) repeat-x 0 6px;
-       margin: 0 6px;
-       /* end small header image specific lines */
-       font-size: 38px;
-       text-align: center;
-       line-height: 160px;
-}
-
-/*-------------------------------------------------
-  Content wrappers
--------------------------------------------------*/
-#mainwrapper
-{
-       width: 704px;
-       background: white;
-       border-width: 0 2px;
-       border-style: solid;
-       border-color: #E0E0E0;
-       margin: auto;
-}
-#wrapper
-{
-       width: 704px;
-       background: white url(images/bgcontainer02.gif) repeat-y right;
-       margin: auto;
-}
-
-/*-------------------------------------------------
-  Main content
--------------------------------------------------*/
-#container
-{
-       width: 704px;
-       height: 1%;
-       overflow: visible;
-       float: left;
-       padding: 4px 0 0 0;
-       margin-right: -204px;
-}
-.content
-{
-       padding: 0;
-       margin: 7px 224px 30px 20px;
-}
-
-/*-------------------------------------------------
-  Item styles
--------------------------------------------------*/
-.contenttitle h2
-{
-       clear: both;
-       background: url(images/dot.gif) bottom repeat-x;
-       font-size: 18px;
-       padding: 0 0 6px 0;
-       margin: 0;
-}
-.contentbody
-{
-       font-size:13px;
-       text-align: justify;
-       padding: 0 0 16px 0;
-}
-
-/*-------------------------------------------------
-  Item info
--------------------------------------------------*/
-.contentitemcategory
-{
-       background: url(images/bgcategory.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 14px;
-}
-.contentitempostedby
-{
-       background: url(images/bgpostedby.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 12px;
-}
-.contentitemcomments
-{
-       background: url(images/bgcomment.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 13px;
-}
-.contentitemedit
-{
-       background: url(images/bgedit.gif) center left no-repeat;
-       font-size: 10px;
-       line-height: 12px;
-       padding: 0 10px 0 11px;
-}
-.contentitem
-{
-       padding: 3px 0 0 0;
-       margin: 0 0 16px 0;
-}
-.contentitem1
-{
-       display: inline;
-}
-.contentitem2
-{
-       display: inline;
-       background: url(images/dotv.gif) left repeat-y;
-       padding: 0 0 0 10px;
-}
-.contentitem3
-{
-       display: inline;
-       background: url(images/dotv.gif) left repeat-y;
-       padding: 0 0 0 10px;
-}
-.contentitem4
-{
-       display: inline;
-       padding: 0 0 0 10px;
-       background: url(images/dotv.gif) left repeat-y;
-}
-
-/*-------------------------------------------------
-  Comments
--------------------------------------------------*/
-.itemcomment
-{
-       background: url(images/commentquote01.gif) no-repeat;
-       background-position: 6px 9px;
-       padding: 6px 42px;
-       border: 1px solid white;
-       margin: 10px 0 0 0;
-}
-.itemcomment:hover
-{
-       background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
-       background-position: 6px 9px;
-       border: 1px solid #CCCCCC;
-}
-.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
-{
-       background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
-       background-position: 6px 9px;
-       border: 1px solid #B3C492;
-}
-.id1:hover
-{
-       background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
-       background-position: 6px 9px;
-       border: 1px solid #B3C492;
-}
-.itemcomment h3
-{
-       font-size: 12px;
-}
-
-/*-------------------------------------------------
-  Menu
--------------------------------------------------*/
-#sidebarcontainer
-{
-       float: right;
-       width: 204px;
-       padding: 2px 0 0 0;
-}
-.sidebar
-{
-       color: #21262A;
-       margin: 0 6px 4px 0;
-}
-
-/* Menu lists */
-.sidebardl
-{
-       padding: 0 0 10px 0;
-       margin: 0;
-}
-.sidebardl dt
-{
-       background: #E5E5E5 url(images/sidetitlebg.gif);
-       color: #3A3523;
-       font-size: 12px;
-       font-weight: bold;
-    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
-       padding: 4px 10px;
-}
-.sidebardl dd
-{
-       background: #EEEEEE;
-       padding: 2px 10px;
-       margin: 1px 0 0 0;
-}
-.sidebardl dd:hover
-{
-       background: #E7E7E7;
-       padding: 2px 10px;
-       margin: 1px 0 0 0;
-}
-.sidebardl dd a:link, .sidebardl dd a:visited
-{
-       background: url(images/arrow.gif) left center no-repeat;
-       padding: 0 0 0 10px;
-}
-
-/*-------------------------------------------------
-  Footer
--------------------------------------------------*/
-#footer
-{
-       width: 704px;
-       background: #FCD21B;
-       text-align: center;
-       padding: 10px 0 10px 0;
-       border-width: 0px 2px 2px 2px;
-       border-style: solid;
-       border-color: #E0E0E0;
-       margin: 0 auto;
-}
-
-#copyrights
-{
-       color: #474747;
-}
-
-/*-------------------------------------------------
-  Forms
--------------------------------------------------*/
-.loginform, .searchform
-{
-       margin: 5px 0;
-}
-.commentform, .mailform
-{
-       margin-top: 10px;
-    padding: 10px;
-    background: #EEEEEE;
-    /* Rounded borders, for Mozilla browsers */
-    /* -moz-border-radius: 10px; */
-}
-.commentform img{
-    margin: 5px 0 0 0;
-}
-.formfield
-{
-       display:block;
-       font-size: 11px;
-       background: white;
-       color: #494949;
-       border-top: 1px solid #868686;
-       border-left: 1px solid #868686;
-       border-bottom: 1px solid #D4D2CF;
-       border-right: 1px solid #D4D2CF;
-       margin: 1px 0 0 0;
-}
-.formbutton
-{
-       font-size: 11px;
-       background: white;
-       color: #494949;
-       border-top: 1px solid #D4D2CF;
-       border-left: 1px solid #D4D2CF;
-       border-bottom: 1px solid #868686;
-       border-right: 1px solid #868686;
-       margin: 1px 0 0 0;
-}
-.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
-       display: block;
-}
-.searchform .formfield
-{
-       width: 130px;
-    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 0;
-       margin: 0 2px 2px 0;
-}
-.searchform .formbutton
-{
-       width: 60px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 2px;
-}
-.loginform .formfield
-{
-       width: 130px;
-    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 0;
-       margin: 0 2px 2px 0;
-}
-.loginform .formbutton
-{
-       width: 60px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 2px;
-}
-.mainform .formfield
-{
-       width: 280px;
-    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 0;
-       margin: 0 2px 2px 0;
-}
-.mailform .formbutton
-{
-       width: 100px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-       padding: 2px 2px;
-}
-#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
-{
-    width: 300px;
-    margin-right: 105px;
-    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
-}
-.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
-{
-    width: 300px;
-}
-.commentform .formbutton
-{
-       width: 100px;
-       height: 22px;
-    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
-}
-.error
-{
-       color: red;
-       font-weight: bold;
-}
-
-
-/*-------------------------------------------------
-  Miscelaneous
--------------------------------------------------*/
-/* VBlog image onion skin shadow - From AListApart.com*/
-.wrap1, .wrap2, .wrap3
-{
-       display:inline-table;
-       /* \*/display:block;/**/
-}
-.wrap1
-{
-       float:left;
-       background:url(images/shadow.gif) right bottom no-repeat;
-       margin: 0 5px 3px 0;
-}
-.wrap2
-{
-       background:url(images/corner_br.gif) left bottom no-repeat;
-}
-.wrap3
-{
-       background:url(images/corner_tr.gif) right top no-repeat;
-       padding:0 5px 5px 0;
-}
-.wrap3 img
-{
-       display:block;
-       border: 3px solid white;
-}
-
-/* Search highlight color */
-.highlight
-{
-       background: #DEFFA9;
-}
-
-/* Leftbox and Rightbox toolbar buttons */
-.leftbox, .rightbox {
-       margin: 3px;
-       padding: 3px;
-       font-size: larger;
-       width: 20%;
-}
-.leftbox {
-       float: left;
-       border-right: 2px solid #ccc;
-}
-.rightbox {
-       float: right;
-       border-left: 2px solid #ccc;
-}
diff --git a/skins/default/favicon.ico b/skins/default/favicon.ico
deleted file mode 100644 (file)
index f04fcc4..0000000
Binary files a/skins/default/favicon.ico and /dev/null differ
diff --git a/skins/default/footer.inc b/skins/default/footer.inc
deleted file mode 100644 (file)
index 3bb784e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<div class="clearing">&nbsp;</div>
-</div>
-</div>
-<!-- end wrapper divs -->
-
-<!-- page footer, copyrights, etc. -->
-<div id="footer">
-<div id="copyrights">
-       <small>Copyright | <a href="http://nucleuscms.org"><%version%></a> | 
-       <a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a> | 
-       <a href="http://jigsaw.w3.org/css-validator/">Valid CSS</a> | 
-       <a href="#top">Back to top</a></small>
-</div>
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/skins/default/head.inc b/skins/default/head.inc
deleted file mode 100644 (file)
index 3503fd8..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja-JP" lang="ja-JP">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
-<!-- meta information for search engines -->
-<meta name="generator" content="<%version%>" />
-<meta name="name" content="<%if(skintype,error)%><%sitevar(name)%><%else%><%blogsetting(name)%><%endif%>" />
-<meta name="description" content="<%if(skintype,error)%><%sitevar(name)%><%else%><%blogsetting(desc)%><%endif%>" />
-
-<!-- prevent caching (can be removed) -->
-<meta http-equiv="Pragma" content="no-cache" />
-<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
-<meta http-equiv="Expires" content="-1" />
-
-<!-- site stylesheet (site colors and layout definitions) -->
-<link rel="stylesheet" type="text/css" href="<%skinfile(default_right.css)%>" />
-
-<!-- tooltips & stylesheet (activated by title="" on links) -->
-<link rel="stylesheet" type="text/css" href="<%skinfile(nicetitle.css)%>" />
-<script type="text/javascript" src="<%skinfile(nicetitle.js)%>"></script>
-
-<!-- RSS 2.0 feed -->
-<link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
-
-<!-- RSD support -->
-<link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.php" />
-
-<!-- favorite icon -->
-<link rel="shortcut icon" href="/favicon.ico" />
-<link rel="icon" href="/favicon.ico" />
-
-<!-- navigation & page titles -->
-<%parsedinclude(navigation.inc)%>
diff --git a/skins/default/header.inc b/skins/default/header.inc
deleted file mode 100644 (file)
index 725a60e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<body>
-
-<!-- page header -->
-<div id="header"><a name="top"></a>
-<h1>
-       <%if(skintype,error)%>
-               <a href="<%sitevar(url)%>" accesskey="1"><%sitevar(name)%></a>
-       <%else%>
-       <%if(skintype,member)%>
-               <a href="<%sitevar(url)%>" accesskey="1"><%sitevar(name)%></a>
-       <%else%>
-               <a href="<%blogsetting(url)%>" accesskey="1"><%blogsetting(name)%></a>
-       <%endif%>
-       <%endif%>
-</h1>
-</div>
-
-<!-- begin wrapper divs -->
-<div id="mainwrapper">
-<div id="wrapper">
\ No newline at end of file
diff --git a/skins/default/images/arrow.gif b/skins/default/images/arrow.gif
deleted file mode 100644 (file)
index 529db30..0000000
Binary files a/skins/default/images/arrow.gif and /dev/null differ
diff --git a/skins/default/images/bg.gif b/skins/default/images/bg.gif
deleted file mode 100644 (file)
index da46510..0000000
Binary files a/skins/default/images/bg.gif and /dev/null differ
diff --git a/skins/default/images/bgcategory.gif b/skins/default/images/bgcategory.gif
deleted file mode 100644 (file)
index 343961f..0000000
Binary files a/skins/default/images/bgcategory.gif and /dev/null differ
diff --git a/skins/default/images/bgcomment.gif b/skins/default/images/bgcomment.gif
deleted file mode 100644 (file)
index 602bcf3..0000000
Binary files a/skins/default/images/bgcomment.gif and /dev/null differ
diff --git a/skins/default/images/bgcontainer01.gif b/skins/default/images/bgcontainer01.gif
deleted file mode 100644 (file)
index a923bba..0000000
Binary files a/skins/default/images/bgcontainer01.gif and /dev/null differ
diff --git a/skins/default/images/bgcontainer02.gif b/skins/default/images/bgcontainer02.gif
deleted file mode 100644 (file)
index 47ff5b6..0000000
Binary files a/skins/default/images/bgcontainer02.gif and /dev/null differ
diff --git a/skins/default/images/bgedit.gif b/skins/default/images/bgedit.gif
deleted file mode 100644 (file)
index 2599ce9..0000000
Binary files a/skins/default/images/bgedit.gif and /dev/null differ
diff --git a/skins/default/images/bgpostedby.gif b/skins/default/images/bgpostedby.gif
deleted file mode 100644 (file)
index ee367a2..0000000
Binary files a/skins/default/images/bgpostedby.gif and /dev/null differ
diff --git a/skins/default/images/commentquote01.gif b/skins/default/images/commentquote01.gif
deleted file mode 100644 (file)
index 5effd26..0000000
Binary files a/skins/default/images/commentquote01.gif and /dev/null differ
diff --git a/skins/default/images/commentquote02.gif b/skins/default/images/commentquote02.gif
deleted file mode 100644 (file)
index 3d8531c..0000000
Binary files a/skins/default/images/commentquote02.gif and /dev/null differ
diff --git a/skins/default/images/corner_br.gif b/skins/default/images/corner_br.gif
deleted file mode 100644 (file)
index 3c90eae..0000000
Binary files a/skins/default/images/corner_br.gif and /dev/null differ
diff --git a/skins/default/images/corner_tr.gif b/skins/default/images/corner_tr.gif
deleted file mode 100644 (file)
index 04505ae..0000000
Binary files a/skins/default/images/corner_tr.gif and /dev/null differ
diff --git a/skins/default/images/dot.gif b/skins/default/images/dot.gif
deleted file mode 100644 (file)
index 14a2426..0000000
Binary files a/skins/default/images/dot.gif and /dev/null differ
diff --git a/skins/default/images/dotv.gif b/skins/default/images/dotv.gif
deleted file mode 100644 (file)
index 7168124..0000000
Binary files a/skins/default/images/dotv.gif and /dev/null differ
diff --git a/skins/default/images/header.jpg b/skins/default/images/header.jpg
deleted file mode 100644 (file)
index 0f90054..0000000
Binary files a/skins/default/images/header.jpg and /dev/null differ
diff --git a/skins/default/images/header_sm.jpg b/skins/default/images/header_sm.jpg
deleted file mode 100644 (file)
index f979efd..0000000
Binary files a/skins/default/images/header_sm.jpg and /dev/null differ
diff --git a/skins/default/images/nucleus.gif b/skins/default/images/nucleus.gif
deleted file mode 100644 (file)
index 1cdf680..0000000
Binary files a/skins/default/images/nucleus.gif and /dev/null differ
diff --git a/skins/default/images/shadow.gif b/skins/default/images/shadow.gif
deleted file mode 100644 (file)
index d8b6f7d..0000000
Binary files a/skins/default/images/shadow.gif and /dev/null differ
diff --git a/skins/default/images/sidetitlebg.gif b/skins/default/images/sidetitlebg.gif
deleted file mode 100644 (file)
index ff434e8..0000000
Binary files a/skins/default/images/sidetitlebg.gif and /dev/null differ
diff --git a/skins/default/navigation.inc b/skins/default/navigation.inc
deleted file mode 100644 (file)
index 169f70a..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- archive: page title and extra navigational links -->
-<%if(skintype,archive)%>
-<title><%blogsetting(name)%> &raquo; Archive</title>
-<link rel="archives" title="Archives" href="<%archivelink%>" />
-<link rel="top" title="Today" href="<%sitevar(url)%>" />
-<link rel="up" href="<%todaylink%>" title="Today" />
-<%endif%>
-
-<!-- archivelist: page title and extra navigational links -->
-<%if(skintype,archivelist)%>
-<title><%blogsetting(name)%> &raquo; Archive List</title>
-<link rel="archives" title="Archives" href="<%archivelink%>" />
-<link rel="top" title="Today" href="<%sitevar(url)%>" />
-<link rel="up" href="<%todaylink%>" title="Today" />
-<%endif%>
-
-<!-- error: page title and extra navigational links -->
-<%if(skintype,error)%>
-<title><%sitevar(name)%> &raquo; Error!</title>
-<link rel="top" title="Today" href="<%todaylink%>" />
-<link rel="up" href="<%todaylink%>" title="Today" />
-<%endif%>
-
-<!-- index: page title and extra navigational links -->
-<%if(skintype,index)%>
-<title><%blogsetting(name)%></title>
-<link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
-<link rel="archives" title="Archives" href="<%archivelink%>" />
-<link rel="top" title="Today" href="<%todaylink%>" />
-<%endif%>
-
-<!-- item: page title and extra navigational links -->
-<%if(skintype,item)%>
-<title><%blogsetting(name)%> &raquo; <%itemtitle(attribute)%></title>
-<link rel="archives" title="Archives" href="<%archivelink%>" />
-<link rel="top" title="Today" href="<%sitevar(url)%>" />
-<link rel="next" href="<%nextlink%>" title="Next Item" />
-<link rel="prev" href="<%prevlink%>" title="Previous Item" />
-<link rel="up" href="<%todaylink%>" title="Today" />
-<%endif%>
-
-<!-- member: page title and extra navigational links -->
-<%if(skintype,member)%>
-<title><%blogsetting(name)%> &raquo; Member Details</title>
-<link rel="top" title="Today" href="<%todaylink%>" />
-<link rel="up" href="<%todaylink%>" title="Today" />
-<%endif%>
-
-<!-- search: page title and extra navigational links -->
-<%if(skintype,search)%>
-<title><%blogsetting(name)%> &raquo; Search</title>
-<link rel="archives" title="Archives" href="<%archivelink%>" />
-<link rel="top" title="Today" href="<%sitevar(url)%>" />
-<link rel="up" href="<%todaylink%>" title="Today" />
-<%endif%>
-</head>
\ No newline at end of file
diff --git a/skins/default/nicetitle.css b/skins/default/nicetitle.css
deleted file mode 100644 (file)
index 4f76da2..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/*Nice Titles*/
-.nicetitle {
-       font-weight: bold;
-       color: #3C3C3C;
-       text-align: left;
-       position: absolute;
-       left: 0;
-       top: 0;
-       width: 25em;
-       z-index: 20;
-       max-width: 50%;
-}
-.nicetitle-content{
-       overflow: hidden;
-       background: white;
-       border: 1px solid #333;
-       padding: 5px;
-       opacity: 0.9;
-}
-.nicetitle p{
-       margin: 0;
-       line-height: 120%;
-}
-.nicetitle p.destination {
-       font-weight: normal;
-       font-size: 10px;
-       color: #5E7743;
-}
-div.nicetitle p span.accesskey {
-       color: #FF7200;
-}
\ No newline at end of file
diff --git a/skins/default/nicetitle.js b/skins/default/nicetitle.js
deleted file mode 100644 (file)
index 7180820..0000000
+++ /dev/null
@@ -1,448 +0,0 @@
-// from http://www.kryogenix.org
-// by Scott Andrew - http://scottandrew.com
-// add an eventlistener to browsers that can do it somehow.
-function addEvent(obj, evType, fn)
-       {
-       if (obj.addEventListener)
-               {
-               obj.addEventListener(evType, fn, false);
-               return true;
-               }
-       else if (obj.attachEvent)
-               {
-               var r = obj.attachEvent('on'+evType, fn);
-               return r;
-               }
-       else
-               {
-               return false;
-               }
-       }
-
-function floatImages()
-       {
-       // adapted from http://www.dithered.com/javascript/browser_detect/
-       //**************************************************************//
-       // sniff user agent
-       var userAgent = navigator.userAgent.toLowerCase();
-
-       // if Mozilla 1.4 then quit
-       if ((userAgent.indexOf('gecko') != -1) && (userAgent.indexOf('gecko/') + 14 == userAgent.length) && (parseFloat(userAgent.substring(userAgent.indexOf('rv:') + 3)) == '1.4')) return;
-
-       // if Opera then quit
-       if (document.all && window.Event) return;
-       //**************************************************************//
-
-       // check this browser can cope with what we want to do
-       if (!document.getElementById) return;
-       var blogDiv = document.getElementById('blog');
-       if (!blogDiv) return;
-       if (!blogDiv.offsetWidth) return;
-
-       blogDiv.className = (blogDiv.offsetWidth >= 500) ? "float-images" : "block-images";
-       }
-
-// Blockquote citations
-
-// Simon Willison's work:
-// http://simon.incutio.com/archive/2002/12/20/#blockquoteCitations
-
-// Also Dunstan Orchard's work:
-// http://1976design.com/blog/archive/2003/11/10/updates/
-function blockquoteCite()
-       {
-       if (!document.createElementNS)
-               {
-               document.createElementNS = function(ns, elt)
-                       {
-                       return document.createElement(elt);
-                       }
-               }
-       quotes = document.getElementsByTagName('blockquote');
-       for (i = 0; i < quotes.length; i++)
-               {
-               var cite = quotes[i].getAttribute('cite');
-               // value of cite attribute should only contain URI, not any other
-               if ((cite) && (cite != ''))
-                       {
-                       newlink = document.createElementNS('http://www.w3.org/1999/xhtml', 'a');
-                       newlink.setAttribute('href', cite);
-                       newlink.className = 'cite-link';
-                       newlink.appendChild(document.createTextNode(cite));
-                       newdiv = document.createElementNS('http://www.w3.org/1999/xhtml', 'cite');
-                       newdiv.className = 'blockquote-cite';
-                       newdiv.appendChild(document.createTextNode('Source: '));
-                       newdiv.appendChild(newlink);
-                       quotes[i].appendChild(newdiv);
-                       quotes[i].removeAttribute('cite');
-                       }
-               }
-       }
-
-// Ins and Del tags citations
-function insdelCite()
-       {
-       if (!document.createElementNS)
-               {
-               document.createElementNS = function(ns, elt)
-                       {
-                       return document.createElement(elt);
-                       }
-               }
-       var insdel = new Array(2);
-       insdel[0] = document.getElementsByTagName('ins');
-       insdel[1] = document.getElementsByTagName('del');
-       for (var i=0; i<insdel.length; i++)
-               {
-               if (insdel[i])
-                       {
-                       for (var id=0; id<insdel[i].length; id++)
-                               {
-                               var isdl = insdel[i][id].getAttribute('cite');
-                               if ((isdl) && (isdl != ""))
-                                       {
-                                       idlink = document.createElementNS('http://www.w3.org/1999/xhtml', 'a');
-                                       idlink.setAttribute('href', isdl);
-                                       idlink.className = 'cite-link ' + (i == 0 ? 'ins-cite' : 'del-cite');
-                                       idlink.setAttribute('title','citation of ' + (i == 0 ? 'added' : 'deleted') + ' text');
-                                       idlink.appendChild(document.createTextNode('#'));
-                                       insdel[i][id].appendChild(idlink);
-                                       insdel[i][id].removeAttribute('cite');
-                                       }
-                               }
-                       }
-               }
-       }
-
-// Force IE not to show alternate text as tooltip
-function noAltTooltip()
-       {
-       images = document.getElementsByTagName('img');
-       for (var i = 0; i < images.length; i++)
-               {
-               var title = images[i].getAttribute('title');
-               var alt = images[i].getAttribute('alt');
-               if ((document.all) && (alt) && (!title))
-                       {
-                       images[i].setAttribute('title', '');
-                       }
-               }
-       }
-
-// Nice Titles
-
-// original code by Stuart Langridge 2003-11
-// with additions to the code by other good people
-// http://www.kryogenix.org/code/browser/nicetitle/
-// thank you, sir
-
-// modified by Peter Janes 2003-03-25
-// http://peterjanes.ca/blog/archives/2003/03/25/nicetitles-for-ins-and-del
-// added in ins and del tags
-
-// modified by Dunstan Orchard 2003-11-18
-// http://1976design.com/blog/
-// added in accesskey information
-// tried ever-so-hard, but couldn't work out how to do what Ethan did
-
-// final genius touch by by Ethan Marcotte 2003-11-18
-// http://www.sidesh0w.com/
-// worked out how to delay showing the popups to make them more like the browser's own
-
-// set the namespace
-var XHTMLNS = 'http://www.w3.org/1999/xhtml';
-var CURRENT_NICE_TITLE;
-
-// browser sniff
-var browser = new Browser();
-
-// determine browser and version.
-function Browser()
-       {
-       var ua, s, i;
-
-       this.isIE = false;
-       this.isNS = false;
-       this.version = null;
-
-       ua = navigator.userAgent;
-
-       s = 'MSIE';
-       if ((i = ua.indexOf(s)) >= 0)
-               {
-               this.isIE = true;
-               this.version = parseFloat(ua.substr(i + s.length));
-               return;
-               }
-
-       s = 'Netscape6/';
-       if ((i = ua.indexOf(s)) >= 0)
-               {
-               this.isNS = true;
-               this.version = parseFloat(ua.substr(i + s.length));
-               return;
-               }
-
-       // treat any other 'Gecko' browser as NS 6.1.
-       s = 'Gecko';
-       if ((i = ua.indexOf(s)) >= 0)
-               {
-               this.isNS = true;
-               this.version = 6.1;
-               return;
-               }
-       }
-
-// 2003-11-19 sidesh0w
-// set delay vars to emulate normal hover delay
-var delay;
-var interval = 0.60;
-
-// this function runs on window load
-// it runs through all the links on the page as starts listening for actions
-function makeNiceTitles()
-       {
-       if (!document.createElement || !document.getElementsByTagName) return;
-       if (!document.createElementNS)
-               {
-               document.createElementNS = function(ns, elt)
-                       {
-                       return document.createElement(elt);
-                       }
-               }
-
-       // do regular links
-       if (!document.links)
-               {
-               document.links = document.getElementsByTagName('a');
-               }
-       for (var ti=0; ti<document.links.length; ti++)
-               {
-               var lnk = document.links[ti];
-               // * I added specific class names here..
-               if (lnk.title)
-                       {
-                       lnk.setAttribute('nicetitle', lnk.title);
-                       lnk.removeAttribute('title');
-                       addEvent(lnk, 'mouseover', showDelay);
-                       addEvent(lnk, 'mouseout', hideNiceTitle);
-                       addEvent(lnk, 'focus', showDelay);
-                       addEvent(lnk, 'blur', hideNiceTitle);
-                       }
-               }
-
-       // 2003-03-25 Peter Janes
-       // do ins and del tags
-       var tags = new Array(2);
-       tags[0] = document.getElementsByTagName('ins');
-       tags[1] = document.getElementsByTagName('del');
-       for (var tt=0; tt<tags.length; tt++)
-               {
-               if (tags[tt])
-                       {
-                       for (var ti=0; ti<tags[tt].length; ti++)
-                               {
-                               var tag = tags[tt][ti];
-                               if (tag.dateTime)
-                                       {
-                                       var strDate = tag.dateTime;
-                                       // HTML/ISO8601 date: yyyy-mm-ddThh:mm:ssTZD (Z, -hh:mm, +hh:mm)
-                                       var month = strDate.substring(5,7);
-                                       var day = strDate.substring(8,10);
-                                       if (month[0] == '0')
-                                               {
-                                               month = month[1];
-                                               }
-                                       if (day[0] == '0')
-                                               {
-                                               day = day[1];
-                                               }
-                                       var dtIns = new Date(strDate.substring(0,4), month-1, day, strDate.substring(11,13), strDate.substring(14,16), strDate.substring(17,19));
-                                       tag.setAttribute('nicetitle', (tt == 0 ? 'Added' : 'Deleted') + ' on ' + dtIns.toString());
-                                       addEvent(tag, 'mouseover', showDelay);
-                                       addEvent(tag, 'mouseout', hideNiceTitle);
-                                       addEvent(tag, 'focus', showDelay);
-                                       addEvent(tag, 'blur', hideNiceTitle);
-                                       }
-                               }
-                       }
-               }
-       }
-
-function findPosition(oLink)
-       {
-       if (oLink.offsetParent)
-               {
-               for (var posX = 0, posY = 0; oLink.offsetParent; oLink = oLink.offsetParent)
-                       {
-                       posX += oLink.offsetLeft;
-                       posY += oLink.offsetTop;
-                       }
-               return [posX, posY];
-               }
-       else
-               {
-               return [oLink.x, oLink.y];
-               }
-       }
-
-function getParent(el, pTagName)
-       {
-       if (el == null)
-               {
-               return null;
-               }
-       // gecko bug, supposed to be uppercase
-       else if (el.nodeType == 1 && el.tagName.toLowerCase() == pTagName.toLowerCase())
-               {
-               return el;
-               }
-       else
-               {
-               return getParent(el.parentNode, pTagName);
-               }
-       }
-
-// 2003-11-19 sidesh0w
-// trailerpark wrapper function
-function showDelay(e)
-       {
-    if (window.event && window.event.srcElement)
-               {
-        lnk = window.event.srcElement
-               }
-       else if (e && e.target)
-               {
-        lnk = e.target
-               }
-    if (!lnk) return;
-
-       // lnk is a textnode or an elementnode that's not ins/del
-    if (lnk.nodeType == 3 || (lnk.nodeType == 1 && lnk.tagName.toLowerCase() != 'ins' && lnk.tagName.toLowerCase() != 'del'))
-               {
-               // ascend parents until we hit a link
-               lnk = getParent(lnk, 'a');
-               }
-
-       delay = setTimeout("showNiceTitle(lnk)", interval * 1000);
-       }
-
-// build and show the nice titles
-function showNiceTitle(link)
-       {
-    if (CURRENT_NICE_TITLE) hideNiceTitle(CURRENT_NICE_TITLE);
-    if (!document.getElementsByTagName) return;
-
-    nicetitle = lnk.getAttribute('nicetitle');
-
-    var d = document.createElementNS(XHTMLNS, 'div');
-    d.className = 'nicetitle';
-    var dc = document.createElementNS(XHTMLNS, 'div');
-    dc.className = 'nicetitle-content';
-    d.appendChild(dc);
-    tnt = document.createTextNode(nicetitle);
-    pat = document.createElementNS(XHTMLNS, 'p');
-    pat.className = 'titletext';
-    pat.appendChild(tnt);
-
-       // 2003-11-18 Dunstan Orchard
-       // added in accesskey info
-       if (lnk.accessKey)
-               {
-        axs = document.createTextNode(' [' + lnk.accessKey + ']');
-               axsk = document.createElementNS(XHTMLNS, 'span');
-        axsk.className = 'accesskey';
-        axsk.appendChild(axs);
-               pat.appendChild(axsk);
-               }
-    dc.appendChild(pat);
-
-    if (lnk.href)
-               {
-        tnd = document.createTextNode(lnk.href);
-        pad = document.createElementNS(XHTMLNS, 'p');
-        pad.className = 'destination';
-        pad.appendChild(tnd);
-        dc.appendChild(pad);
-               }
-
-    STD_WIDTH = 300;
-
-       if (lnk.href)
-               {
-        h = lnk.href.length;
-               }
-       else
-               {
-               h = nicetitle.length;
-               }
-
-    if (nicetitle.length)
-               {
-               t = nicetitle.length;
-               }
-
-    h_pixels = h*6;
-       t_pixels = t*10;
-
-    if (h_pixels > STD_WIDTH)
-               {
-        w = h_pixels;
-               }
-       else if ((STD_WIDTH>t_pixels) && (t_pixels>h_pixels))
-               {
-        w = t_pixels;
-               }
-       else if ((STD_WIDTH>t_pixels) && (h_pixels>t_pixels))
-               {
-        w = h_pixels;
-               }
-       else
-               {
-        w = STD_WIDTH;
-               }
-
-    d.style.width = w + 'px';
-
-    mpos = findPosition(lnk);
-    mx = mpos[0];
-    my = mpos[1];
-
-    d.style.left = (mx+15) + 'px';
-    d.style.top = (my+35) + 'px';
-
-    if (window.innerWidth && ((mx+w) > window.innerWidth))
-               {
-        d.style.left = (window.innerWidth - w - 25) + 'px';
-               }
-    if (document.body.scrollWidth && ((mx+w) > document.body.scrollWidth))
-               {
-        d.style.left = (document.body.scrollWidth - w - 25) + 'px';
-               }
-
-    document.getElementsByTagName('body')[0].appendChild(d);
-
-    CURRENT_NICE_TITLE = d;
-       }
-
-function hideNiceTitle(e)
-       {
-       // 2003-11-19 sidesh0w
-       // clearTimeout
-       if (delay) clearTimeout(delay);
-       if (!document.getElementsByTagName) return;
-       if (CURRENT_NICE_TITLE)
-               {
-               document.getElementsByTagName('body')[0].removeChild(CURRENT_NICE_TITLE);
-               CURRENT_NICE_TITLE = null;
-               }
-       }
-
-addEvent(window, "load", floatImages);
-addEvent(window, "resize", floatImages);
-addEvent(window, "load", blockquoteCite);
-addEvent(window, "load", insdelCite);
-addEvent(window, "load", noAltTooltip);
-addEvent(window, "load", makeNiceTitles);
-
-// I'm very poor in JavaScript. Please correct me if I'm wrong.
\ No newline at end of file
diff --git a/skins/default/preview-large.png b/skins/default/preview-large.png
deleted file mode 100644 (file)
index 142211a..0000000
Binary files a/skins/default/preview-large.png and /dev/null differ
diff --git a/skins/default/preview.png b/skins/default/preview.png
deleted file mode 100644 (file)
index 04a720b..0000000
Binary files a/skins/default/preview.png and /dev/null differ
diff --git a/skins/default/readme.en.html b/skins/default/readme.en.html
deleted file mode 100644 (file)
index c7dd761..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
-<head>
-       <title>Nucleus CMS 3.4 - default skin</title>
-       <link rel="stylesheet" type="text/css" href="../../nucleus/styles/manual.css" />
-</head>
-<body>
-       <h1>Nucleus CMS 3.4 - default skin</h1>
-
-       <p>Default Nucleus CMS 3.2 skin based on the Stanch skin contributed by <a href="http://www.stanch.net/">Stanch</a> with assistance from <a href="http://roelg.nl/">roel</a>.</p>
-
-       <p>Default skin's skin/templates/includes tweaked by <a href="http://nupusi.com/">hcgtv</a>, CSS color scheme by <a href="http://smalltalking.com/">moraes</a>.</p>
-
-       <p><br /></p>\r
-\r
-       <p>This skin has been tested on major modern browsers, such as Firefox 1.0, Internet Explorer 6.0, Opera 7.54 and Netscape 7.2. The skin is coded using valid XHTML 1.0 and valid CSS.</p>
-
-       <p>If you want drop shadow effect for your images when you blog, you have to add 3 div's surrounding the image. Start with &lt;div class="wrap1"&gt;, followed by &lt;div class="wrap2"&gt;, and then &lt;div class="wrap3"&gt;. Remember to close them with &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;. Please note also that the drop shadow has float:left style applied to it.</p>
-
-       <p>On the comments page, you will notice that the owner (Nucleus administrator) has a different kind of styling to his/her comments, as opposed to the comments made by visitors. This is made possible using CSS. I have included short comments in the CSS file, I'm sure it is easy to understand, in case you want to remove this styling or you want to add styling for different members.</p>
-
-       <p><br /></p>\r
-\r
-       <p>Default skin files:</p>
-       <p>default_left.css - left side menu CSS code, change it in head.inc</p>
-       <p>default_right.css - right side menu CSS code, default CSS in head.inc</p>
-       <p>skinbackup.xml - backup of default skin, can be reimported just in case</p>
-       <p>/images - background, header, footer and misc images</p>
-
-       <p><br /></p>\r
-\r
-       <p>This skin makes use of includes for skin abstraction:</p>
-       <p>head.inc - html header</p>
-       <p>navigation.inc - navigation &amp; page titles</p>
-       <p>header.inc - page header</p>
-       <p>sidebar.inc - page menu</p>
-       <p>footer.inc - page footer</p>
-
-       <p><br /></p>\r
-\r
-       <p>Extra files:</p>
-       <p>nicetitles.js - tooltips javascript code, triggered by title="" attribute in links</p>
-       <p>nicetitle.css - tooltips color and layout code</p>
-       <p>favicon.ico - sample favorite icon, copy to site's root directory</p>
-
-       <p><br /></p>\r
-\r
-       <p>The <a href="http://wiki.gednet.com/NPSkinFiles">NP_SkinFiles plugin</a> is recommended for maintenance of includes.</p>
-       <p>Note: chmod 666 the .inc files in the /skins/default directory.</p>
-
-       <p><br /></p>\r
-\r
-       <p>Tooltips courtesy of <a href="http://neo.dzygn.com/code/nicetitles">NiceTitles</a></p>
-
-       <p><br /></p>\r
-\r
-       <h1>Nucleus CMS 3.2 - to stop the flow of tears</h1>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/skins/default/readme.ja.html b/skins/default/readme.ja.html
deleted file mode 100644 (file)
index 5397882..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
-       <title>Nucleus CMS 3.33 - 標準スキン</title>\r
-       <link rel="stylesheet" type="text/css" href="../../nucleus/styles/manual.css" />\r
-</head>\r
-<body>\r
-       <h1>Nucleus CMS 3.33 - 標準スキン</h1>\r
-\r
-       <p>Nucleus CMS 3.33 の標準のスキンは、<a href="http://skins.nucleuscms.org/stanch01">Stanch skin</a>をベースに、<a href="http://roelg.nl/">roel</a>氏のアシストを受けて、<a href="http://www.stanch.net/">Stanch</a>氏により寄贈されました。</p>\r
-\r
-       <p>標準のスキンの「スキン」「テンプレート」「読み込みファイル」は<a href="http://nupusi.com/">hcgtv</a>氏が、CSSによる配色は<a href="http://smalltalking.com/">moraes</a>氏が行いました。</p>\r
-\r
-       <p><br /></p>\r
-\r
-       <p>Firefox 1.0/Internet Explorer 6.0/Opera 7.54/Netscape 7.2等の、メジャーなブラウザで動作確認を行っています。またこのスキンは、XHTML 1.0 と CSS の規格に完全に準拠するコードで書かれています。</p>\r
-\r
-       <p>画像にドロップシャドウの効果を付けたいと思ったら、効果を加えたい画像を三重の div タグで囲みます。<br />\r
-          最初のタグは「&lt;div class="wrap1"&gt;」、2番目が「&lt;div class="wrap2"&gt;」、そして最後に「&lt;div class="wrap3"&gt;」を加えます。これらのタグを&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;と閉じる事も忘れないようにしましょう。<br />\r
-          この時付加されるドロップシャドウ効果に「float:left」と、スタイルが定義されている事に気をつけます。</p>\r
-\r
-       <p>コメントが表示されるページにおいて、ブログオーナー(Nucleusの管理者)のコメントが、他の訪問者やメンバーのコメントとは違った表示になっているのに気付くと思います<br />\r
-          これは CSS によって実現しています。<br />\r
-          CSS ファイルの中にコメントを残しているので、他のメンバーのコメントに違うスタイルを適用したいと思ったり、管理者用のスタイルを削除したいと思った時にもすぐにわかると思います。</p>\r
-\r
-       <p><br /></p>\r
-\r
-       <p>標準スキンの構成ファイル:</p>\r
-       <dl>\r
-       <dt>default_left.css</dt>\r
-       <dd><span xml:lang="ja" class="CRHTML_TXN" lang="ja">左側メニューCSSコード、head.incで変更できます。</span></dd>\r
-       <dt>default_right.css</dt>\r
-       <dd><span xml:lang="ja" class="CRHTML_TXN" lang="ja">右側メニューCSSコード、head.incで初期に設定されているCSSファイルです。</span></dd>\r
-       <dt>skinbackup.xml</dt>\r
-       <dd>標準スキンのバッックアップファイルです。読込/書出 より読み込むことができます。編集画面のテキストエリアに入力されている内容が書かれています。</dd>\r
-       <dt>/images</dt>\r
-       <dd>ヘッダ用、フッタ用、背景用などの画像が入っているディレクトリです</dd>\r
-       </dl>\r
-\r
-       <p><br /></p>\r
-\r
-       <p>実行時に読み込まれるファイル:</p>\r
-       <dl>\r
-       <dt>head.inc</dt>\r
-       <dd>HTML ヘッダ</dd>\r
-       <dt>navigation.inc</dt>\r
-       <dd>ナビゲーション(キーボードナビゲーションの為の&lt;link&gt;タグ)、ページタイトル(&lt;title&gt;タグなど)</dd>\r
-       <dt>header.inc</dt>\r
-       <dd>ページのヘッダ部分。黄色い背景にブログのタイトルが表示されている部分</dd>\r
-       <dt>sidebar.inc</dt>\r
-       <dd>メニュー部分。初期設定では右側の部分</dd>\r
-       <dt>sidebar.inc</dt>\r
-       <dd>ページのフッタ部分。黄色背景で「Copyright」等が書かれている部分</dd>\r
-       </dl>\r
-\r
-       <p><br /></p>\r
-\r
-       <p>スキンの機能を拡張する付属ファイル:</p>\r
-       <dl>\r
-       <dt>nicetitles.js</dt>\r
-       <dd>リンク部分にカーソルを移動した時にa タグの title属性をツールチップとして表示させる為のjavascript。</dd>\r
-       <dt>nicetitle.css</dt>\r
-       <dd>ツールチップの色やレイアウトを決定する為のCSSファイル</dd>\r
-       <dt>favicon.ico</dt>\r
-       <dd><span xml:lang="ja" class="CRHTML_TXN" lang="ja">サンプルのお気に入りアイコン、サイトのルートディレクトリへコピーして使用</span></dd>\r
-       </dl>\r
-\r
-       <p><br /></p>\r
-\r
-       <p>スキン構成ファイルのメンテナンスのために<a href="http://japan.nucleuscms.org/wiki/plugins:skinfiles">NP_SkinFiles</a>がNucleus CMS本体に同梱されています。</p>\r
-       <p>注意:NP_SkinFiles使用のためには /skins/default ディレクトリのパーミッションを777に、/skins/default ディレクトリ内のincファイルのパーミッションを666に設定してください。</p>\r
-\r
-       <p><br /></p>\r
-\r
-       <p>ツールチップ表示用javascriptは、<a href="http://neo.dzygn.com/code/nicetitles">NiceTitles</a>の好意により同梱されています</p>\r
-\r
-       <p><br /></p>\r
-\r
-       <h1>Nucleus CMS 3.33 - to stop the flow of tears</h1>\r
-\r
-</body>\r
-</html>
\ No newline at end of file
diff --git a/skins/default/sidebar.inc b/skins/default/sidebar.inc
deleted file mode 100644 (file)
index d7a71b1..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-<!-- page menu -->
-<div class="sidebar">
-<dl class="sidebardl">
-<dt>Navigation</dt>
-
-<!-- archive: navigation -->
-<%if(skintype,archive)%>
-<%if(archiveprevexists)%>
-<dd><a href="<%prevlink%>" title="Previous month">Previous <%archivetype%></a></dd>
-<%else%>
-<dd>&nbsp;</dd>
-<%endif%>
-<%if(archivenextexists)%>
-<dd><a href="<%nextlink%>" title="Next month">Next <%archivetype%></a></dd>
-<%else%>
-<dd>&nbsp;</dd>
-<%endif%>
-<dd><a href="<%todaylink%>" title="Today&#39;s entry">Today</a></dd>
-<dd><a href="<%archivelink%>" title="Archives">Archives</a></dd>
-<%endif%>
-
-<!-- archivelist: navigation -->
-<%if(skintype,archivelist)%>
-<dd><a href="<%todaylink%>" title="Today&#39;s entry">Today</a></dd>
-<dd><a href="<%archivelink%>" title="Archives">Archives</a></dd>
-<%endif%>
-
-<!-- error: navigation -->
-<%if(skintype,error)%>
-<dd><a href="<%todaylink%>" title="Today&#39;s entry">Today</a></dd>
-<%endif%>
-
-<!-- index: navigation -->
-<%if(skintype,index)%>
-<dd><a href="<%todaylink%>" title="Today&#39;s entry">Today</a></dd>
-<dd><a href="<%archivelink%>" title="Archives">Archives</a></dd>
-<%endif%>
-
-<!-- item: navigation -->
-<%if(skintype,item)%>
-<dd><a href="<%nextlink%>" title="Previous item">Previous Item</a></dd>
-<dd><a href="<%prevlink%>" title="Next item">Next Item</a></dd>
-<dd><a href="<%todaylink%>" title="Today&#39;s entry">Today</a></dd>
-<dd><a href="<%archivelink%>" title="Archives">Archives</a></dd>
-<%endif%>
-
-<!-- member: navigation -->
-<%if(skintype,member)%>
-<dd><a href="<%todaylink%>" title="Today&#39;s entry">Today</a></dd>
-<%endif%>
-
-<!-- search: navigation -->
-<%if(skintype,search)%>
-<dd><a href="<%todaylink%>" title="Today&#39;s entry">Today</a></dd>
-<dd><a href="<%archivelink%>" title="Archives">Archives</a></dd>
-<%endif%>
-
-<!-- admin link, only visible if logged in -->
-<%if(loggedin)%>
-<dd><a href="<%adminurl%>" title="Admin Area">Admin</a></dd>
-<%endif%>
-</dl>
-</div>
-
-<!-- category list, not on error or member page -->
-<%if(skintype,error)%><%else%>
-<%if(skintype,member)%><%else%>
-<div class="sidebar">
-<dl class="sidebardl">
-<dt>Categories</dt>
-<%categorylist(default/index)%>
-</dl>
-</div>
-<%endif%><%endif%>
-
-<!-- bloglist-->
-<div class="sidebar">
-<dl class="sidebardl">
-<dt>Blogs</dt>
-<%bloglist(default/index)%>
-</dl>
-</div>
-
-<!-- search form -->
-<div class="sidebar">
-<dl class="sidebardl">
-<dt>Search</dt>
-<dd><%searchform%></dd>
-</dl>
-</div>
-
-<!-- login form -->
-<div class="sidebar">
-<dl class="sidebardl">
-<dt>Login</dt>
-<dd><%loginform%></dd>
-</dl>
-</div>
-
-<!-- links -->
-<div class="sidebar">
-<dl class="sidebardl">
-<dt>Links</dt>
-<dd><a href="http://nucleuscms.org" title="Nucleus CMS Home">nucleuscms.org</a></dd>
-<dd><a href="http://docs.nucleuscms.org/" title="Nucleus CMS Documentation">docs.nucleuscms.org</a></dd>
-<dd><a href="http://forum.nucleuscms.org" title="Nucleus CMS Support Forum">forum.nucleuscms.org</a></dd>
-<dd><a href="http://wiki.nucleuscms.org/" title="Nucleus CMS Wiki">wiki.nucleuscms.org</a></dd>
-<dd><a href="http://skins.nucleuscms.org/" title="Nucleus CMS Skins">skins.nucleuscms.org</a></dd>
-<dd><a href="http://wiki.nucleuscms.org/plugin" title="Nucleus CMS Plugins">plugins.nucleuscms.org</a></dd>
-<dd><a href="http://dev.nucleuscms.org/" title="Nucleus Developer Network">dev.nucleuscms.org</a></dd>
-</dl>
-</div>
-
-<!-- Powered by -->
-<div class="sidebar">
-<div class="sidebardl centerize">
-<%nucleusbutton(images/nucleus.gif,85,31)%>
-</div>
-</div>
\ No newline at end of file
diff --git a/skins/default/skinbackup.xml b/skins/default/skinbackup.xml
deleted file mode 100644 (file)
index b67df29..0000000
+++ /dev/null
@@ -1,377 +0,0 @@
-<nucleusskin>\r
-       <meta>\r
-               <skin name="default" />\r
-               <template name="default/index" />\r
-               <template name="default/item" />\r
-               <info><![CDATA[Nucleus CMS Default Skin]]></info>\r
-       </meta>\r
-\r
-\r
-       <skin name="default" type="text/html" includeMode="skindir" includePrefix="default/">\r
-               <description>Nucleus CMS default skin</description>\r
-               <part name="archive"><![CDATA[<%parsedinclude(head.inc)%>\r
-\r
-<!-- page header -->\r
-<%parsedinclude(header.inc)%>\r
-\r
-<!-- page content -->\r
-<div id="container">\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Archives</h2>\r
-</div>\r
-You are currently viewing archive for <%archivedate%>\r
-</div>\r
-<div class="content">\r
-<%archive(default/index)%>\r
-</div>\r
-</div>\r
-\r
-<!-- page menu -->\r
-<h2 class="hidden">Sidebar</h2>\r
-<div id="sidebarcontainer">\r
-<%parsedinclude(sidebar.inc)%>\r
-</div>\r
-\r
-<!-- page footer -->\r
-<%parsedinclude(footer.inc)%>]]></part>\r
-\r
-               <part name="archivelist"><![CDATA[<%parsedinclude(head.inc)%>\r
-\r
-<!-- page header -->\r
-<%parsedinclude(header.inc)%>\r
-\r
-<!-- page content -->\r
-<div id="container">\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Archives</h2>\r
-</div>\r
-<dl>\r
-<dt>Monthly Archives</dt>\r
-<%archivelist(default/index)%>\r
-</dl>\r
-</div>\r
-</div>\r
-\r
-<!-- page menu -->\r
-<h2 class="hidden">Sidebar</h2>\r
-<div id="sidebarcontainer">\r
-<%parsedinclude(sidebar.inc)%>\r
-</div>\r
-\r
-<!-- page footer -->\r
-<%parsedinclude(footer.inc)%>]]></part>\r
-\r
-               <part name="error"><![CDATA[<%parsedinclude(head.inc)%>\r
-\r
-<!-- page header -->\r
-<%parsedinclude(header.inc)%>\r
-\r
-<!-- page content -->\r
-<div id="container">\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Error!</h2>\r
-</div>\r
-<%errormessage%><br /><br />\r
-<a href="javascript:history.go(-1);">Go back</a>\r
-</div>\r
-</div>\r
-\r
-<!-- page menu -->\r
-<h2 class="hidden">Sidebar</h2>\r
-<div id="sidebarcontainer">\r
-<%parsedinclude(sidebar.inc)%>\r
-</div>\r
-\r
-<!-- page footer -->\r
-<%parsedinclude(footer.inc)%>]]></part>\r
-\r
-               <part name="imagepopup"><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
-\r
-<html>\r
-<head>\r
-<title><%imagetext%></title>\r
-<style type="text/css">\r
-img { border: none; }\r
-body { margin: 0px; }\r
-</style>\r
-</head>\r
-\r
-<!-- image content -->\r
-<body onblur="window.close()">\r
-<a href="javascript:window.close();"><%image%></a>\r
-</body>\r
-\r
-</html>]]></part>\r
-\r
-               <part name="index"><![CDATA[<%parsedinclude(head.inc)%>\r
-\r
-<!-- page header -->\r
-<%parsedinclude(header.inc)%>\r
-\r
-<!-- page content -->\r
-<div id="container">\r
-<div class="content">\r
-<%blog(default/index,10)%>\r
-</div>\r
-</div>\r
-\r
-<!-- page menu -->\r
-<h2 class="hidden">Sidebar</h2>\r
-<div id="sidebarcontainer">\r
-<%parsedinclude(sidebar.inc)%>\r
-</div>\r
-\r
-<!-- page footer -->\r
-<%parsedinclude(footer.inc)%>]]></part>\r
-\r
-               <part name="item"><![CDATA[<%parsedinclude(head.inc)%>\r
-\r
-<!-- page header -->\r
-<%parsedinclude(header.inc)%>\r
-\r
-<!-- page content -->\r
-<div id="container">\r
-<div class="content">\r
-<%item(default/item)%>\r
-</div>\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Comments</h2>\r
-</div>\r
-<a name="c"></a>\r
-<%comments(default/item)%>\r
-</div>\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Add Comment</h2>\r
-</div>\r
-<%commentform%>\r
-</div>\r
-</div>\r
-\r
-<!-- page menu -->\r
-<h2 class="hidden">Sidebar</h2>\r
-<div id="sidebarcontainer">\r
-<%parsedinclude(sidebar.inc)%>\r
-</div>\r
-\r
-<!-- page footer -->\r
-<%parsedinclude(footer.inc)%>]]></part>\r
-\r
-               <part name="member"><![CDATA[<%parsedinclude(head.inc)%>\r
-\r
-<!-- page header -->\r
-<%parsedinclude(header.inc)%>\r
-\r
-<!-- page content -->\r
-<div id="container">\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Info about <%member(name)%></h2>\r
-</div>\r
-Real name: <%member(realname)%>\r
-<br /><br />\r
-Website: <a href="<%member(url)%>"><%member(url)%></a>\r
-</div>\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Send message</h2>\r
-</div>\r
-<%membermailform%>\r
-</div>\r
-</div>\r
-\r
-<!-- page menu -->\r
-<h2 class="hidden">Sidebar</h2>\r
-<div id="sidebarcontainer">\r
-<%parsedinclude(sidebar.inc)%>\r
-</div>\r
-\r
-<!-- page footer -->\r
-<%parsedinclude(footer.inc)%>]]></part>\r
-\r
-               <part name="search"><![CDATA[<%parsedinclude(head.inc)%>\r
-\r
-<!-- page header -->\r
-<%parsedinclude(header.inc)%>\r
-\r
-<!-- page content -->\r
-<div id="container">\r
-<div class="content">\r
-<div class="contenttitle">\r
-<h2>Search Results</h2>\r
-</div>\r
-<%searchform%>\r
-</div>\r
-<div class="content">\r
-<%searchresults(default/index)%>\r
-</div>\r
-</div>\r
-\r
-<!-- page menu -->\r
-<h2 class="hidden">Sidebar</h2>\r
-<div id="sidebarcontainer">\r
-<%parsedinclude(sidebar.inc)%>\r
-</div>\r
-\r
-<!-- page footer -->\r
-<%parsedinclude(footer.inc)%>]]></part>\r
-\r
-       </skin>\r
-\r
-\r
-       <template name="default/index">\r
-               <description>Nucleus CMS default index template</description>\r
-\r
-               <part name="ITEM"><![CDATA[<div class="contenttitle">\r
-<h2><%date%>: <a href="<%itemlink%>" title="Read entry: <%title(attribute)%>"><%title(raw)%></a></h2>\r
-</div>\r
-<div class="contentitem">\r
-<div class="contentitem1">\r
-<small class="contentitemcategory">\r
-Category: <a href="<%categorylink%>" title="Category: <%Category%>"><%Category%></a>\r
-</small>\r
-</div>\r
-<div class="contentitem2">\r
-<small class="contentitempostedby">\r
-Posted by: <a href="<%authorlink%>" title="Author: <%author%>"><%author%></a>\r
-</small>\r
-</div>\r
-<%comments%>\r
-<%edit%>\r
-</div>\r
-<div class="contentbody">\r
-<%body%>\r
-<%morelink%>\r
-</div>]]></part>\r
-\r
-               <part name="MORELINK"><![CDATA[<p>&raquo;\r
-<a href="<%itemlink%>#more" title="Read more on &#39;<%title(attribute)%>&#39;">Read More</a>\r
-</p>]]></part>\r
-\r
-               <part name="EDITLINK"><![CDATA[<div class="contentitem4">\r
-<small class="contentitemedit">\r
-<a href="<%editlink%>" title="Make changes to your entry" onclick="<%editpopupcode%>" >Edit item</a>\r
-</small>\r
-</div>]]></part>\r
-\r
-               <part name="COMMENTS_ONE"><![CDATA[Comment]]></part>\r
-\r
-               <part name="COMMENTS_MANY"><![CDATA[Comments]]></part>\r
-\r
-               <part name="COMMENTS_NONE"><![CDATA[<div class="contentitem3">\r
-<small class="contentitemcomments">\r
-<a href="<%itemlink%>#c" rel="bookmark" title="Add comment on &#39;<%itemtitle(attribute)%>&#39;">Add comment</a>\r
-</small>\r
-</div>]]></part>\r
-\r
-               <part name="COMMENTS_TOOMUCH"><![CDATA[<div class="contentitem3">\r
-<small class="contentitemcomments">\r
-<a href="<%itemlink%>#c" rel="bookmark" title="Add comment on &#39;<%itemtitle(attribute)%>&#39;"><%commentcount%> <%commentword%></a>\r
-</small>\r
-</div>]]></part>\r
-\r
-               <part name="ARCHIVELIST_LISTITEM"><![CDATA[<dd>\r
-<a href="<%archivelink%>" title="Archive for %B, %Y">%B, %Y</a>\r
-</dd>]]></part>\r
-\r
-       <part name="BLOGLIST_LISTITEM"><![CDATA[<dd>\r
-<a href="<%bloglink%>" title="<%blogdesc%>"><%blogname%></a>\r
-</dd>]]></part>\r
-\r
-               <part name="CATLIST_HEADER"><![CDATA[<dd>\r
-<a href="<%blogurl%>" title="All categories">All</a>\r
-</dd>]]></part>\r
-\r
-               <part name="CATLIST_LISTITEM"><![CDATA[<dd>\r
-<a href="<%catlink%>" title="Category: <%catname%>"><%catname%></a>\r
-</dd>]]></part>\r
-\r
-               <part name="FORMAT_DATE"><![CDATA[%m/%d]]></part>\r
-\r
-               <part name="FORMAT_TIME"><![CDATA[%X]]></part>\r
-\r
-               <part name="LOCALE"><![CDATA[en]]></part>\r
-\r
-               <part name="POPUP_CODE"><![CDATA[<%popuplink%>]]></part>\r
-\r
-               <part name="IMAGE_CODE"><![CDATA[<%image%>]]></part>\r
-\r
-               <part name="MEDIA_CODE"><![CDATA[<%media%>]]></part>\r
-\r
-               <part name="SEARCH_HIGHLIGHT"><![CDATA[<span class="highlight">\0</span>]]></part>\r
-\r
-               <part name="SEARCH_NOTHINGFOUND"><![CDATA[No search results found for <b><%query%></b>]]></part>\r
-\r
-       </template>\r
-\r
-\r
-       <template name="default/item">\r
-               <description>Nucleus CMS default item template</description>\r
-\r
-               <part name="ITEM"><![CDATA[<div class="contenttitle">\r
-<h2><%date%>: <%title(raw)%></h2>\r
-</div>\r
-<div class="contentitem">\r
-<div class="contentitem1">\r
-<small class="contentitemcategory">\r
-Category: <a href="<%categorylink%>" title="Category: <%category%>"><%category%></a>\r
-</small>\r
-</div>\r
-<div class="contentitem2">\r
-<small class="contentitempostedby">\r
-Posted by: <a href="<%authorlink%>" title="Author: <%author%>"><%author%></a>\r
-</small>\r
-</div>\r
-<%edit%>\r
-</div>\r
-<div class="contentbody">\r
-<%body%><br /><br />\r
-<a name="more"></a><%more%>\r
-</div>]]></part>\r
-\r
-               <part name="COMMENTS_BODY"><![CDATA[<div class="itemcomment id<%memberid%>">\r
-<h3><a href="<%userlinkraw%>"\r
-title="<%ip%> | Click to visit <%user%>'s website or send an email">\r
-<%user%></a> wrote:</h3>\r
-<div class="commentbody">\r
-<%body%>\r
-</div>\r
-<div class="commentinfo">\r
-<%date%> <%time%>\r
-</div>\r
-</div>]]></part>\r
-\r
-               <part name="EDITLINK"><![CDATA[<div class="contentitem4">\r
-<small class="contentitemedit">\r
-<a href="<%editlink%>" title="Make changes to your entry" onclick="<%editpopupcode%>" >Edit item</a>\r
-</small>\r
-</div>]]></part>\r
-\r
-               <part name="COMMENTS_ONE"><![CDATA[comment]]></part>\r
-\r
-               <part name="COMMENTS_MANY"><![CDATA[comments]]></part>\r
-\r
-               <part name="COMMENTS_NONE"><![CDATA[<div class="comments">No comments yet</div>]]></part>\r
-\r
-               <part name="FORMAT_DATE"><![CDATA[%m/%d]]></part>\r
-\r
-               <part name="FORMAT_TIME"><![CDATA[%X]]></part>\r
-\r
-               <part name="LOCALE"><![CDATA[en]]></part>\r
-\r
-               <part name="POPUP_CODE"><![CDATA[<%popuplink%>]]></part>\r
-\r
-               <part name="IMAGE_CODE"><![CDATA[<%image%>]]></part>\r
-\r
-               <part name="MEDIA_CODE"><![CDATA[<%media%>]]></part>\r
-\r
-               <part name="SEARCH_HIGHLIGHT"><![CDATA[<span class="highlight">\0</span>]]></part>\r
-\r
-       </template>\r
-\r
-\r
-</nucleusskin>\r