1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="cs" xmlns="http://www.w3.org/1999/xhtml" lang="cs"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="author" content="Created by Martin Strohalm PhD; www.biographics.cz">
<meta name="copyright" content="Martin Strohalm">
<meta name="keywords" content="mMass, mass spectrometry, open source, peaklist analysis, MALDI, martin strohalm, proteomics, bioinforatics" lang="en">
<meta name="description" content="Program mMass presents an open source package of simple tools for mass spectrometric data analysis. It consist of several modules and tools for protein sequence handling and mass spectrum interpretation with focus on common proteomic tasks." lang="en">
<title>mMass - Open Source MS Tool | Send Message</title>
<link rel="icon" href="http://mmass.biographics.cz/favicon.ico" type="image/png">
<link rel="stylesheet" type="text/css" media="print" href="message_files/style_002.css">
<link rel="stylesheet" type="text/css" media="screen" href="message_files/style.css">
</head><body>
<div id="container">
<!-- page header -->
<div id="header">
<h1><a href="http://mmass.biographics.cz/" title="Homepage"><span>mMass - Open Source Mass Spectrometry Tool</span></a></h1>
<p id="jump"><a href="#mainMenu">Jump to main menu</a></p>
</div>
<!-- page content -->
<div id="content">
<!-- main panel -->
<div id="panelsMain">
<div id="page" class="panel">
<h2><span>Send Message</span></h2>
<p>Development
of mMass still continues so any ideas, function requests or bug reports
are more than welcome. Please feel free to send any comments which may
help to improve the mMass proteomic package.</p>
<form method="post" action="" id="dlgMessage">
<fieldset>
<legend>Message header</legend>
<p>
<label for="message_name">Name:</label>
<input name="message_name" id="message_name" value="" size="40" maxlength="50" type="text">
</p>
<p>
<label for="message_reply">Reply-to:</label>
<input name="message_reply" id="message_reply" value="" size="40" maxlength="70" type="text">
</p>
<p>
<label for="message_subject">Subject:</label>
<input name="message_subject" id="message_subject" value="" size="40" maxlength="150" type="text">
</p>
</fieldset>
<fieldset>
<legend>Message text</legend>
<p>
<textarea cols="65" rows="15" name="message_body" id="message_body"></textarea>
</p>
</fieldset>
<fieldset style="display: none;" id="antispam">
<legend>Antispam</legend>
<p>
<label for="message_antispam">Antispam: 1+1=?</label>
<input name="message_antispam" id="message_antispam" value="" size="10" maxlength="1" type="text">
</p>
<script type="text/javascript">
document.getElementById("message_antispam").value="2";
document.getElementById("antispam").style.display = "none";
</script>
</fieldset>
<p class="buttons"><input value="Send" name="message_send" type="submit"></p>
</form>
</div>
<!-- main panel end -->
<hr id="mainStop">
</div>
<!-- side panels -->
<div id="panelsSide">
<div id="mainMenu" class="panel">
<h2><span>Main menu</span></h2>
<ul>
<li><a href="http://mmass.biographics.cz/" title="latest news"><span>News</span></a></li>
<li><a href="features.html" title="mMass main features"><span>Features</span></a></li>
<li><a href="http://mmass.biographics.cz/en/download.php" title="download source files or binary distribution"><span>Download</span></a></li>
<li><a href="index.html" title="detailed mMass description"><span>Documentation</span></a></li>
<li><a href="http://mmass.biographics.cz/en/message.php" title="send bug report, function request etc."><span>Contact</span></a></li>
</ul>
</div>
<div id="links" class="panel">
<h2><span>Links</span></h2>
<p><a href="http://mac.softpedia.com/progClean/mMass-Clean-27346.html" title="softpedia tested - 100% free"><img src="figures/message_files/softpedia.png" alt="softpedia 100% free"></a></p> </div>
<!-- side panels end -->
</div>
<!-- overflow block -->
<div id="contentStop"></div>
<!-- page content end -->
</div>
<!-- page footer -->
<div id="footer">
<p>© Martin Strohalm</p>
</div>
<!-- container end -->
</div>
</body></html>
|