~ubuntu-branches/ubuntu/edgy/trac/edgy

« back to all changes in this revision

Viewing changes to templates/wiki.cs

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-07-24 12:21:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050724122152-3xf8v1oqf2jcqk5n
Tags: 0.8.4-1ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 <?cs if:wiki.action == "diff" ?>
23
23
  <h1>Changes in Version <?cs var:wiki.edit_version?> of <a href="<?cs
24
24
    var:wiki.current_href ?>"><?cs var:wiki.page_name ?></a></h1>
25
 
  <form method="post" id="prefs" action="<?cs var:cgi_location ?>">
 
25
  <form method="post" id="prefs" action="<?cs var:wiki.current_href ?>">
26
26
   <div>
27
27
    <input type="hidden" name="mode" value="wiki" />
28
28
    <input type="hidden" name="diff" value="yes" />
226
226
      <input type="hidden" name="edit" value="yes" />
227
227
      <input type="submit" value="Edit This Page" />
228
228
     </div></form>
229
 
     <form method="get" action="<?cs var:cgi_location?>/attachment/wiki/<?cs
230
 
       var:wiki.namedoublequoted ?>"><div>
 
229
     <form method="get" action="<?cs var:wiki.attach_href ?>"><div>
231
230
      <input type="submit" value="Attach File" />
232
231
     </div></form>
233
232
    <?cs /if ?>