]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8145/phpdoc/Version.php
New pythia8 version
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8145 / phpdoc / Version.php
1 <html>
2 <head>
3 <title>Version</title>
4 <link rel="stylesheet" type="text/css" href="pythia.css"/>
5 <link rel="shortcut icon" href="pythia32.gif"/>
6 </head>
7 <body>
8
9 <script language=javascript type=text/javascript>
10 function stopRKey(evt) {
11 var evt = (evt) ? evt : ((event) ? event : null);
12 var node = (evt.target) ? evt.target :((evt.srcElement) ? evt.srcElement : null);
13 if ((evt.keyCode == 13) && (node.type=="text"))
14 {return false;}
15 }
16
17 document.onkeypress = stopRKey;
18 </script>
19 <?php
20 if($_POST['saved'] == 1) {
21 if($_POST['filepath'] != "files/") {
22 echo "<font color='red'>SETTINGS SAVED TO FILE</font><br/><br/>"; }
23 else {
24 echo "<font color='red'>NO FILE SELECTED YET.. PLEASE DO SO </font><a href='SaveSettings.php'>HERE</a><br/><br/>"; }
25 }
26 ?>
27
28 <form method='post' action='Version.php'>
29
30 <h2>Version</h2>
31
32 The settings on this page should not be changed by the ordinary user,
33 but appear here for documentation purposes, and so that they can
34 form part of the standard databases and be queried accordingly.
35
36 <p/><code>parm&nbsp; </code><strong> Pythia:versionNumber &nbsp;</strong> 
37  (<code>default = <strong>8.145</strong></code>)<br/>
38 Version and subversion number, with three significant decimals.
39   
40
41 <p/><code>mode&nbsp; </code><strong> Pythia:versionDate &nbsp;</strong> 
42  (<code>default = <strong>20101110</strong></code>)<br/>
43 Last date of change of current (sub)version, in format yyyymmdd.
44   
45
46 </body>
47 </html>
48
49 <!-- Copyright (C) 2010 Torbjorn Sjostrand -->