[Refdb-cvs] CVS: refdb/phpweb refdbadd.html.in,NONE,1.1.2.1
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-09-17 20:37:39
|
Update of /cvsroot/refdb/refdb/phpweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28055 Added Files: Tag: Release_0_9_5_stable refdbadd.html.in Log Message: replaces refdbadd.html --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>RefDB add form</title> <link href="refdbq.css" type="text/css" rel="stylesheet"> </head> <body> <table width="100%" cellspacing="0" border> <tbody valign="top"> <tr> <td class="navbar" width="25%"><h1>RefDB</h1></td> <td class="main"><h1>Add Reference Form</h1></td> </tr> <tr> <td class="navbar"> </td> <td class="main"> </td> </tr> <tr> <td class="navbar"> <p><a href="refdbquery.html">Search references</p> <p><a href="refdbkajquery.html">Search keywords, authors, journals</a></p> <p>Add new references</p> <p><a href="refdbdbquery.php">Change database</a></p> <p><a href="refdblogout.php">Logout</a></p> </td> <td class="main"> <form action="refdbadd.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="MAX_FILE_SIZE" value="40000000000"> <h2>Add a reference</h2> <p><input type="radio" name="addformat" value="ris" checked="checked">RIS <input type="radio" name="addformat" value="bib2ris">BibTeX<input type="radio" name="addformat" value="med2ris.pl">Pubmed </p> <textarea name="addref" rows="25" cols="80"></textarea> <p><input type="submit" name="submit" value="Add"><input type="reset" value="Reset form"></p> <p> </p> <h2>Upload a file containing references</h2> <p><input type="file" name="referencefile"></p> <p><b>Delete this file after importing?</b><input type="checkbox" name="deletefile" value="Yes"></p> <p><input type="submit" name="submit" value="Add File"></p> </form> </td> </tr> <tr> <td class="navbar"><p><a href="refdbadmin.php">Admin Interface</a></p></td> <td class="footer"><p><a href="http://refdb.sourceforge.net">RefDB</a> reference manager and bibliography tool V. <!--VERSION-->Version<!--/VERSION--></p></td> </tr> </tbody> </table> </body> </html> |