• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/Output/Output_HTML.php

Go to the documentation of this file.
00001 <?php
00002 /*
00003 
00004 This program is free software; you can redistribute it and/or modify
00005 it under the terms of the GNU General Public License as published by
00006 the Free Software Foundation; either version 2 of the License, or
00007 (at your option) any later version.
00008 
00009 This program is distributed in the hope that it will be useful,
00010 but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 GNU General Public License for more details.
00013 
00014 You should have received a copy of the GNU General Public License
00015 along with this program; if not, write to the Free Software
00016 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00017 
00018 */
00019 
00020 class Output_HTML
00021 {
00022         function Output_HTML()
00023         {
00024                 $this->code             = '_WORD_';
00025                 $this->linecomment      = '<font color="green">_WORD_</font>';
00026                 $this->blockcomment     = '<font color="green">_WORD_</font>';
00027                 $this->prepro           = '<font color="purple">_WORD_</font>';
00028                 $this->select           = '<font color="red"><b>_WORD_</b></font>';
00029                 $this->quote            = '<font color="blue">_WORD_</font>';
00030                 $this->category_1       = '<font color="blue">_WORD_</font>';
00031                 $this->category_2       = '<font color="blue">_WORD_</font>';
00032                 $this->category_3       = '<font color="blue">_WORD_</font>';
00033         }
00034 }
00035 ?>

Generated on Fri Dec 13 2013 13:52:16 for ILIAS Release_3_7_x_branch .rev 46817 by  doxygen 1.7.1