Initial commit

This commit is contained in:
2013-08-07 14:41:29 +02:00
commit 66571766b0
333 changed files with 108874 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
1. Change version number in /current_version/config.php
2. Empty /current_version/Download/ and /current_version/images/qcm/ (except qcm1question1.jpeg)
3. Update changelog : select led, version, type, changelog from changelog where version > 0 and version <= CURRENT_VERSION and progress = 1 order by version ASC
4. Copy Data into new folder (qcm_vx.x) in /archive/
5. delete settings.php, test.php
6. compress into .zip and .tar.gz
7. Copy file into /current_version/download/
8. Update SVN

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" ?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect fill="white" x="0" y="0" width="100%" height="100%" />
<rect fill="transparent" x="0" y="0" width="100%" height="100%" rx="10px"/>
</svg>

After

Width:  |  Height:  |  Size: 213 B

View File

@@ -0,0 +1,8 @@
<?php
header ('Content-type: image/png');
$oImage = imagecreatetruecolor($_GET['width'], $_GET['height']);
$text_color = imagecolorallocate($oImage, 233, 14, 91);
imagestring($oImage, 1, 5, 5, 'A Simple Text String', $text_color);
imagepng($oImage);
imagedestroy($oImage);
?>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.