add license notice; improve some wording
svn path=/trunk/; revision=33502
This commit is contained in:
@@ -1,4 +1,30 @@
|
||||
<?php
|
||||
/***********************************************************************
|
||||
* Copyright (C) 2016 Max Mehl <max.mehl [at] fsfe [dot] org> for FSFE e.V.
|
||||
************************************************************************
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public
|
||||
* License along with this program. If not, see
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
************************************************************************
|
||||
*
|
||||
* This file receives input from /internal/pd.en.(x)html and calculates per
|
||||
* diem charges for reimbursement claims. The amounts can be defined in
|
||||
* the XHTML file. For the output of the data, it uses
|
||||
* /internal/pd-result.en.(x)html as a template.
|
||||
*
|
||||
***********************************************************************/
|
||||
|
||||
$output = '';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>FSFE - Internal Tools - per diems calculator</title>
|
||||
<title>FSFE - Internal Tools - per diem calculator</title>
|
||||
<style type="text/css">
|
||||
tr#descr {
|
||||
font-style: italic;
|
||||
@@ -18,7 +18,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Result of calculated per diems</h1>
|
||||
<h1>Result of calculated per diem</h1>
|
||||
|
||||
<div id="pd-result">:RESULT:</div>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>FSFE - Internal Tools - per diems calculator</title>
|
||||
<title>FSFE - Internal Tools - per diem calculator</title>
|
||||
<style type="text/css">
|
||||
tr#descr {
|
||||
font-style: italic;
|
||||
@@ -18,7 +18,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Calculate per diems (VKP)</h1>
|
||||
<h1>Calculate per diem charges (VKP)</h1>
|
||||
|
||||
<form action="/cgi-bin/perdiem.php" method="post">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user