From: Geoffrey T. D. <da...@us...> - 2001-02-14 05:22:11
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv4186/templates Modified Files: browse.html editpage.html message.html Log Message: log Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** browse.html 2001/02/13 05:54:38 1.11 --- browse.html 2001/02/14 05:22:49 1.12 *************** *** 8,60 **** <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> ! <!-- <link rel="stylesheet" title="phpwiki" href="" type="text/css"> --> ! <style type="text/css"> ! <!-- ! .wikiword, .unknownwikiword { ! font-family: sans-serif; ! font-size: 12pt; ! text-decoration: none; ! /* background-color: #e8e8d8 */ ! } ! ! .wikiword:link { ! color: #c00 ; ! } ! .wikiword:visited { ! color: #600; ! } ! .unknownwikiword { color: #000; background-color: #ddc } ! A.unknownwikiword { color: ivory; background-color: #663333 } ! ! --> ! </style> </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> ! <a href="###ACTION###search&searchtype=full&searchterm=###PAGEURL###">###PAGE###</a></h1> ###IF:!ANONYMOUS### <p>You are logged in as <em>###USERID###</em>. ! [<a href="###ACTION###logout">Log Out</a>]</p> ###IF:ADMIN### ! ###IF LOCK###[<a href="###ACTION###unlock">Unlock page</a>] ! ###IF !LOCK###[<a href="###ACTION###lock">Lock page</a>] - - ! [<a href="###ACTION###remove">Remove page</a>] ###ENDIF:ADMIN### <hr noshade> ###ENDIF:!ANONYMOUS### ! <P> ! ###CONTENT### <hr noshade> ! ###IF ADMIN###<a href="###ACTION###edit">EditText</a> of this page ###IF:!ADMIN### ###IF LOCK###Page locked ! ###IF !LOCK###<a href="###ACTION###edit">EditText</a> of this page ###ENDIF:!ADMIN### (last edited ###LASTMODIFIED###) ! [<a href="###ACTION###info">info</a>] ! [<a href="###ACTION###diff">diff</a>]) <br> ! <a href="###BROWSE###FindPage">FindPage</a> by browsing or searching <hr noshade> <small>###RELATEDPAGES###</small> --- 8,46 ---- <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> ! <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css"> </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> ! <a class='wikiaction' ! href="###ACTION###search&searchtype=full&searchterm=###PAGEURL###" ! ><span class='wikiword'>###PAGE###</span></a></h1> ###IF:!ANONYMOUS### <p>You are logged in as <em>###USERID###</em>. ! [<a class="wikiaction" href="###ACTION###logout">Log Out</a>]</p> ###IF:ADMIN### ! ###IF LOCK###[<a class="wikiadmin" href="###ACTION###unlock">Unlock page</a>] ! ###IF !LOCK###[<a class="wikiadmin" href="###ACTION###lock">Lock page</a>] - - ! [<a class="wikiadmin" href="###ACTION###remove">Remove page</a>] ###ENDIF:ADMIN### <hr noshade> ###ENDIF:!ANONYMOUS### ! <table class="outer" width="100%" cellspacing=2 border=0> ! <tr><td><table class="inner" width="100%" border=0 cellspacing=0 cellpadding=5> ! <tr><td class="wikitext">###CONTENT###</td></tr> ! </table></td></tr> ! </table> <hr noshade> ! ###IF ADMIN###<a class="wikiaction" href="###ACTION###edit">EditText</a> of this page ###IF:!ADMIN### ###IF LOCK###Page locked ! ###IF !LOCK###<a class="wikiaction" href="###ACTION###edit">EditText</a> of this page ###ENDIF:!ADMIN### (last edited ###LASTMODIFIED###) ! [<a class="wikiaction" href="###ACTION###info">info</a>] ! [<a class="wikiaction" href="###ACTION###diff">diff</a>]) <br> ! <a class="wikilink" href="###BROWSE###FindPage"><span class="wikiword">FindPage</span></a> ! by browsing or searching <hr noshade> <small>###RELATEDPAGES###</small> Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** editpage.html 2001/02/13 05:54:38 1.11 --- editpage.html 2001/02/14 05:22:49 1.12 *************** *** 8,19 **** <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> </head> ! <body> ! ! <form method="POST" action="###BROWSE_PAGE###"> ! ! <h1><a href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ! Edit ###PAGE### <input type="submit" value=" Save "></h1> --- 8,18 ---- <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> + <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css"> </head> ! <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> ! <form class="wikiaction" method="POST" action="###BROWSE_PAGE###"> ! <h1><a class="wikilink" href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ! Edit <span="wikiword">###PAGE###</span> <input type="submit" value=" Save "></h1> *************** *** 29,37 **** <input type="checkbox" name="convert" value="tabs" > I can't type tabs. ! Please <a href="###BROWSE###ConvertSpacesToTabs">ConvertSpacesToTabs</a> for me when I save. ! <p><a href="###BROWSE###GoodStyle">GoodStyle</a> tips for editing. ! ###IF COPY###<br><a href="###ACTION###edit&version=archive">EditCopy</a> from previous author <hr noshade> --- 28,36 ---- <input type="checkbox" name="convert" value="tabs" > I can't type tabs. ! Please <a class="wikilink" href="###BROWSE###ConvertSpacesToTabs"><span class="wikiword">ConvertSpacesToTabs</span></a> for me when I save. ! <p><a class="wikilink" href="###BROWSE###GoodStyle"><span class="wikiword">GoodStyle</span></a> tips for editing. ! ###IF COPY###<br><a class="wikiaction" href="###ACTION###edit&version=archive">EditCopy</a> from previous author <hr noshade> *************** *** 44,48 **** "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[[" <br>more on ! <a href="###BROWSE###?TextFormattingRules"><b>TextFormattingRules</b></a> </small> --- 43,47 ---- "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[[" <br>more on ! <a class="wikilink" href="###BROWSE###TextFormattingRules"><b><span class="wikiword">TextFormattingRules</span></b></a> </small> Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** message.html 2001/02/13 05:54:38 1.6 --- message.html 2001/02/14 05:22:49 1.7 *************** *** 8,16 **** <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> </head> <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! ! <h1><a href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> --- 8,16 ---- <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> + <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css"> </head> <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> |