source: HiSusy/trunk/Pythia8/pythia8170/phpdoc/Version.php @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 1.4 KB
Line 
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>
10function stopRKey(evt) {
11var evt = (evt) ? evt : ((event) ? event : null);
12var node = (evt.target) ? evt.target :((evt.srcElement) ? evt.srcElement : null);
13if ((evt.keyCode == 13) && (node.type=="text"))
14{return false;}
15}
16
17document.onkeypress = stopRKey;
18</script>
19<?php
20if($_POST['saved'] == 1) {
21if($_POST['filepath'] != "files/") {
22echo "<font color='red'>SETTINGS SAVED TO FILE</font><br/><br/>"; }
23else {
24echo "<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
32The settings on this page should not be changed by the ordinary user,
33but appear here for documentation purposes, and so that they can
34form 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.170</strong></code>)<br/>
38Version and subversion number, with three significant decimals.
39 
40
41<p/><code>mode&nbsp; </code><strong> Pythia:versionDate &nbsp;</strong>
42 (<code>default = <strong>20120921</strong></code>)<br/>
43Last date of change of current (sub)version, in format yyyymmdd.
44 
45
46</body>
47</html>
48
49<!-- Copyright (C) 2012 Torbjorn Sjostrand -->
Note: See TracBrowser for help on using the repository browser.