application/ship-simu/starter.php -text
application/ship-simu/templates/.htaccess -text
application/ship-simu/templates/de/.htaccess -text
+application/ship-simu/templates/de/.xml -text
application/ship-simu/templates/de/code/action_ship_simu_login_company.ctp -text
application/ship-simu/templates/de/code/action_ship_simu_login_government_startup_help.ctp -text
application/ship-simu/templates/de/code/action_ship_simu_login_government_training.ctp -text
application/ship-simu/templates/de/code/status.ctp -text
application/ship-simu/templates/de/emails/.htaccess -text
application/ship-simu/templates/de/emails/text_resend_link.tpl -text
+application/ship-simu/templates/de/game/!MISSING -text
+application/ship-simu/templates/de/game/.htaccess -text
+application/ship-simu/templates/de/game/building/.htaccess -text
+application/ship-simu/templates/de/game/building/base_building.xml -text
+application/ship-simu/templates/de/game/company/.htaccess -text
+application/ship-simu/templates/de/game/contract/.htaccess -text
+application/ship-simu/templates/de/game/merchant/.htaccess -text
+application/ship-simu/templates/de/game/research/.htaccess -text
+application/ship-simu/templates/de/game/resource/.htaccess -text
application/ship-simu/templates/de/html/.htaccess -text
application/ship-simu/templates/de/html/nav_advert.tpl -text
application/ship-simu/templates/de/html/selector_ship-simu.tpl -text
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+
+@author Roland Haeder <webmaster@ship-simu.org>
+@version 0.0.0
+@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license GNU GPL 3.0 or any newer version
+@link http://www.ship-simu.org
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU 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 General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
$helperInstance->addSelectSubOption('currencies', "--- Währungen ---");
$helperInstance->addSelectOption('currency', "{?currency?}");
-// Raw materials
-$helperInstance->addSelectSubOption('raw_materials', "--- Rohstoffe ---");
+// Raw resources
+$helperInstance->addSelectSubOption('raw_resources', "--- Rohstoffe ---");
$helperInstance->addSelectOption('raw_wood', "Holz");
$helperInstance->addSelectOption('raw_iron', "Metall");
$helperInstance->addSelectOption('raw_stones', "Steine");
--- /dev/null
+<construction-company extends="{?construction_template?}">
+<resources extends="{?resources_template?}">
+<resource-merchant extends="{?merchant_template?}">
+<construction-contract extends="{?contract_template?}">
--- /dev/null
+Deny from all
--- /dev/null
+Deny from all
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A general building template.
+
+@author Roland Haeder <webmaster@ship-simu.org>
+@version 0.0.0
+@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license GNU GPL 3.0 or any newer version
+@link http://www.ship-simu.org
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU 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 General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
+<building>
+ <!-- General building data //-->
+ <building-data>
+ <dimension width="{?building_width?}" length="{?building_length?}" height="{?building_height?}" />
+ <description>
+ <![CDATA[{?building_description?}]]>
+ </description>
+ <general-data id="{?building_id?}" name="{?building_name?}">
+ <owner id="{?owner_id?}" owned-start="{?owner_start_timestamp?}" owned-end="{?owner_end_timestamp?}" />
+ <occupant id="{?occupant_id?}" owned-start="{?occupant_start_timestamp?}" owned-end="{?occupant_end_timestamp?}" />
+ <constructed>
+ <construction-started timestamp="{?construction_start_timestamp?}" />
+ <construction-finished timestamp="{?construction_end_timestamp?}" />
+ </constructed>
+ <destructed>
+ <destruction-started timestamp="{?destruction_start_timestamp?}" />
+ <destruction-finished timestamp="{?destruction_end_timestamp?}" />
+ <destruction-reason>
+ <![CDATA[{?destruction_reason?}]]>
+ </destruction-reason>
+ </deconstructed>
+ </general-data>
+ </building-data>
+ <!-- All sorts of costs for a building. //-->
+ <costs>
+ <!-- The land-price has to be payed to the simplified government. //-->
+ <land-price currency="{?land_currency?}" />
+ <!-- Construction costs may be empty when this building is bougth from
+ an other user e.g. a broker //-->
+ <construction-costs currency="{?construction_currency?}">
+ <construction-company extends="{?construction_template?}">
+ <company id="{?construct_id?}">
+ <personel-costs currency="{?personel_currency?}" />
+ <resources extends="{?resources_template?}">
+ <resource id="{?resource_id?}">
+ <resource-merchant extends="{?merchant_template?}">
+ <merchant id="{?merchant_id?}" />
+ </resource-merchant>
+ </resource>
+ </resources>
+ </company>
+ <construction-contract extends="{?contract_template?}">
+ <construction-contract id="{?construct_contract_id?}" />
+ </construction-contract>
+ </construction-company>
+ </construction-costs>
+ <!-- Running costs are all costs that the owner/occupant has to pay for upkeeping
+ it like house cleaning. simplified repair costs and in some way
+ taxes. //-->
+ <running-costs>
+ <taxes currency="{?taxes_currency?}" />
+ <maintenance currency="{?maintenance_currency?}">
+ <cleaning-costs>
+ <cleaning-contract contract_id="{?cleaning_contract_id?}" />
+ </cleaning-costs>
+ <repair-costs>
+ <repair contract_id="{?repair_contract_id?}" />
+ </repair-costs>
+ </maintenance>
+ </running-costs>
+ <!-- For constructing a building you sometimes need to take mortgage to
+ fund the construction costs. //-->
+ <mortgage currency="{?mortgage_currency?}">
+ <bank id="{?bank_id?}" />
+ <mortgage-broker id="{?broker_id?}" />
+ <agreement id="{?mortage_id?}">
+ </mortgage>
+ </costs>
+ <!-- We also have technology and research denpencies for a building. These
+ must be understand by construction companies who made contracts with
+ the shipping company to construct this building. //-->
+ <depencies>
+ <technology id="{?technology_id?}" level="{?technology_level?}" />
+ <research id="{?research_id?}" level="{?research_level?}" />
+ </depencies>
+</building>
--- /dev/null
+Deny from all
--- /dev/null
+Deny from all
--- /dev/null
+Deny from all
--- /dev/null
+Deny from all
--- /dev/null
+Deny from all
<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A general menu XML file. We should later on convert this into a DTD.
+
+@author Roland Haeder <webmaster@ship-simu.org>
+@version 0.0.0
+@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license GNU GPL 3.0 or any newer version
+@link http://www.ship-simu.org
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU 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 General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
<menu>
<header>
<title class="{!menu_title_class?}">
<?xml version="1.0" encoding="UTF-8" ?>
-<!--@TODO Later versions: <menu extends="base_menu">//-->
+<!--
+Generic menu entries. You should leave this template for smooth upgrades.
+
+@author Roland Haeder <webmaster@ship-simu.org>
+@version 0.0.0
+@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license GNU GPL 3.0 or any newer version
+@link http://www.ship-simu.org
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU 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 General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
<menu>
<header>
<title id="home" class="menu_title_home">
-For PHP scripts except templates and compileable templates see COPYING.software.
+For PHP scripts and XML templates except compileable templates see COPYING.software.
For documents see COPYING.documents.
-The rest of the software (shell scripts, templates, code templates) are given away
-"AS IS" and "WITHOUT ANY WARRANTY". So it shall be public domain.
+The rest of the software (shell scripts, HTML templates, code templates) are
+given away "AS IS" and "WITHOUT ANY WARRANTY". So it shall be public domain.
./inc/includes.php:36:// @TODO Find a nicer OOP-ed way for this
./inc/language.php:31:// @TODO Rewrite this
./inc/loader/class_ClassLoader.php:262: /* @todo: Do not die here. */
-./application/ship-simu/templates/de/menu/generic_menu_entries.xml:2:<!--@TODO Later versions: <menu extends="base_menu">//-->
### ### DEPRECATION FOLLOWS: ### ###
./application/ship-simu/main/personell/class_SimulatorPersonell.php:118: * @deprecated
./application/ship-simu/main/personell/class_SimulatorPersonell.php:319: * @deprecated