[pmwiki-users] Custom Template- Lost the Edit Page...?

Miller, Joshua web at cityofelmira.net
Tue Oct 4 12:12:31 CDT 2005


Hello,

I'm relatively new to using PmWiki but I love it for the flexibility it has.
I'm adapting it for the use for a client of mine and making a custom skin
and template.  I started with the Gemini Skin and stripped away a lot of it
and built the PmWiki functions into the standard html template that we use.

After some tweaking, it looked great...except...when I click on Edit Page
across the bottom...it doesn't do anything.  I can't seem to get the form to
appear.  I have other skins in different groups of this Wiki and it works
fine in them so I know that the functions work.  I just can't get them to
work with this template....any idea what I'm doing wrong?  Did I miss a
function or something that I need to import into my template?  Do I need
something in the CSS to position the edit box?  Please help...

Thanks!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
<http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> ">
<html> 
<!--Website-->
        <!--Address-->
        <!--Address----->
        <!--Phone----->
<!--Maintained by Company-->
        <!--Address-->
        <!--Address----->
        <!--Phone----->
<head>
        <!--Web Design and Development by Josh Miller, Webmaster-->
        <meta http-equiv="imagetoolbar" content="no" />
        <meta name="keywords" content="" />

<title>$WikiTitle - $Title</title>

        <!--Import the Cascading Style Sheet-->
		<link rel="stylesheet" type="text/css"
href="../_company.css"/>
	<!--Import the Scripts-->
<script language="javascript" type="text/javascript"
src="../_sitetools.js"></script>
</head>

<body bgcolor="#ffffff"  background="../index/pics/background.jpg"
leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" />
<table border="0" cellpadding="0" cellspacing="0" width="750">

<!--Row 1 Master Table: Banner-->
<tr>
	<td colspan="2" valign="top" align="left"><a
href="../index/index.html"><img src="../index/pics/banner.jpg" width="750"
border="0" alt="Welcome to Company"></a></td>
</tr>

<!--Row 2 Master Table: Menus, Content, and Features-->
<tr>
<!--Left Menus-->
<td width="154" align="left" valign="top" class="leftmenu">
	<img src="../index/pics/index_left_top.jpg" />
	<!--wiki:$Group.SideBar $SiteGroup.SideBar-->
</td>

<!--Center Content Cell-->
<td width="596" align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="578"><tr>
<!-----------------------------------------------------PAGE
CONTENT---------------------------------------->
<td width="578" valign="top" align="left">
<br/><br/><br/>
	<!--PageText-->	
<br/><br/><br/>

</td>
<!-----------------------------------------------------END PAGE
CONTENT---------------------------------------->
</tr></table>
</td>
</tr>

<!--Row 3 Master Table: Footer Navigation-->
<tr>
<td></td>
<td colspan="2" align="center" valign="top">
<img src="../index/pics/dot.gif" width="5" height="10" border="0"/><br/>
	<!--wiki:$Group.PageFooter $SiteGroup.PageFooter-->
	<!--function:CmsLikeMenuFmt-->
</td>
</tr>
</table>
</body>
</html>

**********************************
Joshua Miller
Webmaster

-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20051004/f161cd09/attachment.html 


More information about the pmwiki-users mailing list