/[docman2]/html/DetailPage-edit.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/DetailPage-edit.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Jul 29 13:54:00 2002 UTC (21 years, 8 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
Note permission, more trustees, separation of php and html for detail page

1 <FORM ACTION="<?= $self ?>" METHOD="POST">
2 <SPAN TITLE="Click [SAVE] to store updated contents.">
3 <B>DOCUMENT CONTENTS</B>
4 </SPAN><BR>
5 <TEXTAREA NAME="FILEDATA" ROWS=18 COLS=70 WRAP="OFF"><?php
6 echo($fstr) ; ?></TEXTAREA>
7 <INPUT TYPE="HIDDEN" NAME="DIR" VALUE="<?= $relDir ; ?>">
8 <INPUT TYPE="HIDDEN" NAME="FN" VALUE="<?= $fn ; ?>">
9 <INPUT TYPE="HIDDEN" NAME="POSTACTION" VALUE="SAVE">
10 <INPUT TYPE="HIDDEN" SIZE=48 MAXLENGTH=255 NAME="RELPATH"
11 VALUE="<?= $relPath ; ?>">
12 <br>
13 <INPUT TYPE="RESET" VALUE="UNDO ALL CHANGES">
14 <INPUT TYPE="SUBMIT" VALUE="SAVE">
15 </FORM>

  ViewVC Help
Powered by ViewVC 1.1.26