File:  [Repository] / versionedFile / zpt / errorUploadFile.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Mar 21 08:12:46 2005 UTC (19 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new comments possibilities

    1:  <html>
    2: <body>
    3: <h1>Attention!</h1>
    4: <p>File contains no data!</p>
    5: <p>Maybe, an error occored by transferring the file to the server.</p>
    6: <p>Please try to upload the file again resp add a new version.</p>
    7: 
    8: <form action="deleteEmptyObject" method="post">
    9: <input type="submit" name="submit" value="delete it"><input type="submit" name="submit" value="let it there">
   10: </body>
   11: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>