|
From: Paul R. <pro...@us...> - 2002-05-26 23:45:48
|
Update of /cvsroot/post-nuke/postnuke_official/html/themes/Next/pages
In directory usw-pr-cvs1:/tmp/cvs-serv30717/themes/Next/pages
Modified Files:
default.pnt
Log Message:
added adminpanels link
Index: default.pnt
===================================================================
RCS file: /cvsroot/post-nuke/postnuke_official/html/themes/Next/pages/default.pnt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** default.pnt 26 May 2002 22:17:41 -0000 1.1
--- default.pnt 26 May 2002 23:45:45 -0000 1.2
***************
*** 9,16 ****
.title {letter-spacing:.2em;font-family:verdana;font-size:32px;font-weight:bold;text-transform:uppercase;}
.slogan {letter-spacing:.5em;font-family:verdana;font-size:12px;color:black;}
! #reminder {border:2px;border-style:dotted;width:150px;background-color:yellow;color:black;font-size:11px;font-family:verdana;width:124px;height:200px;}
! #menu {border:2px;border-style:dashed;background-color:green;color:white;font-family:verdana;font-weight:bold;height:200px;}
#language {border:5px dashed;width:150px;height:75px;width:170px;}
#datetime {border:3px dotted;background-color:blue;color:white;text-align:center;letter-spacing:.2em;font-family:verdana;font-size:11px;font-weight:bold;width:250px;}
a.pn-normal {color:white;text-decoration:none;}
a.pn-normal:hover {text-decoration:underline;}
--- 9,17 ----
.title {letter-spacing:.2em;font-family:verdana;font-size:32px;font-weight:bold;text-transform:uppercase;}
.slogan {letter-spacing:.5em;font-family:verdana;font-size:12px;color:black;}
! #reminder {border:2px;border-style:dotted;width:150px;background-color:yellow;color:black;font-size:11px;font-family:verdana;width:124px;height:300px;}
! #menu {border:2px;border-style:dashed;background-color:green;color:white;font-family:verdana;font-weight:bold;height:300px;}
#language {border:5px dashed;width:150px;height:75px;width:170px;}
#datetime {border:3px dotted;background-color:blue;color:white;text-align:center;letter-spacing:.2em;font-family:verdana;font-size:11px;font-weight:bold;width:250px;}
+ a {color:white;text-decoration:none;}
a.pn-normal {color:white;text-decoration:none;}
a.pn-normal:hover {text-decoration:underline;}
***************
*** 53,57 ****
<pn:block module="base" id="menu" title="Main Menu" template="lang">
a:4:{s:5:"style";s:1:"1";s:14:"displaywaiting";i:0;s:14:"displaymodules";s:1:"1";s:7:"content";s:292:"index.php|Home|Back to the home page.LINESPLITindex.php?module=users|My Account|Administer your personal account.LINESPLITindex.php?module=adminpanels&type=admin&func=main|Administration|Administer your PostNuked site.LINESPLITindex.php?module=users&func=logout|Logout|Logout of your account.";}
! </pn:block>
</div>
</td></tr><tr><td colspan="2" valign="top">
--- 54,59 ----
<pn:block module="base" id="menu" title="Main Menu" template="lang">
a:4:{s:5:"style";s:1:"1";s:14:"displaywaiting";i:0;s:14:"displaymodules";s:1:"1";s:7:"content";s:292:"index.php|Home|Back to the home page.LINESPLITindex.php?module=users|My Account|Administer your personal account.LINESPLITindex.php?module=adminpanels&type=admin&func=main|Administration|Administer your PostNuked site.LINESPLITindex.php?module=users&func=logout|Logout|Logout of your account.";}
! </pn:block><br />
! <pn:block module="adminpanels" id="adminmenu" title="Admin" />
</div>
</td></tr><tr><td colspan="2" valign="top">
|