Beispiel #1
0
    public static function mannschaft(&$row, $lists, $option)
    {
        CLMViewMannschaften::setMannschaftToolbar();
        JRequest::setVar('hidemainmenu', 1);
        JFilterOutput::objectHTMLSafe($row, ENT_QUOTES, 'extrainfo');
        ?>
	<script language="javascript" type="text/javascript">

		 Joomla.submitbutton = function (pressbutton) { 		
			var form = document.adminForm;
			if (pressbutton == 'cancel') {
				submitform( pressbutton );
				return;
			}
			// do field validation
			if (form.name.value == "") {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_NAMEN_ANGEBEN', true);
        ?>
" );
			} else if (form.man_nr.value == "") {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_NUMMER_ANGEBEN', true);
        ?>
" );
			} else if (form.tln_nr.value == "") {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_TEILNEHMER_NR_ANGEBEN', true);
        ?>
" );
			} else if ( getSelectedValue('adminForm','sid') == 0 ) {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_SAISON_AUSWAEHLEN', true);
        ?>
" );
			} else if ( getSelectedValue('adminForm','liga') == 0 ) {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_LIGA_AUSWAEHLEN', true);
        ?>
" );
			} else if ( getSelectedValue('adminForm','zps') == 0 ) {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_VEREIN_AUSWAEHLEN', true);
        ?>
" );
			} else {
				submitform( pressbutton );
			}
		}
		
		</script>

		<form action="index.php" method="post" name="adminForm" id="adminForm">

		<div class="width-50 fltlft">
		<fieldset class="adminform">
		<legend><?php 
        echo JText::_('Details');
        ?>
</legend>

		<table class="admintable">
		<tr>
			<td class="key" width="20%" nowrap="nowrap">
				<label for="name">
				<span class="editlinktip hasTip" title="<?php 
        echo JText::_('MANNSCHAFT_HINT');
        ?>
">
				<?php 
        echo JText::_('MANNSCHAFT') . " : ";
        ?>
</span></label>
			</td>
			<td>
			<input class="inputbox" type="text" name="name" id="name" size="50" maxlength="60" value="<?php 
        echo $row->name;
        ?>
" />
			</td>
		</tr>
	<?php 
        if ($lists['pgntype'] > 3) {
            ?>
	
		<tr>
			<td class="key" width="20%" nowrap="nowrap">
			<label for="sname"><?php 
            echo JText::_('MANNSCHAFT_SHORT') . " : ";
            ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="sname" id="sname" size="50" maxlength="60" value="<?php 
            echo $row->sname;
            ?>
" />
			</td>
		</tr>
	<?php 
        }
        ?>
		<tr>
			<td class="key" nowrap="nowrap">
			<label for="contact"><?php 
        echo JText::_('MANNSCHAFT_NUMMER') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="man_nr" id="man_nr" size="50" maxlength="60" value="<?php 
        echo $row->man_nr;
        ?>
" />
			</td>
		</tr>

		<tr>
			<td class="key" nowrap="nowrap"><label for="tln_nr"><?php 
        echo JText::_('MANNSCHAFT_TEILNEHMER_NR') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="tln_nr" id="tln_nr" size="50" maxlength="60" value="<?php 
        echo $row->tln_nr;
        ?>
" />
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="sid"><?php 
        echo JText::_('MANNSCHAFT_SAISON') . " : ";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['saison'];
        ?>
			</td>
		</tr>

		<tr>
			<td class="key" ><label for="liga"><?php 
        echo JText::_('MANNSCHAFT_LIGA') . " :";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['liga'];
        ?>
			</td>
		</tr>

		<tr>
			<td class="key" nowrap="nowrap">
				<label for="verein">
				<span class="editlinktip hasTip" title="<?php 
        echo JText::_('MANNSCHAFT_HINT');
        ?>
">
				<?php 
        echo JText::_('MANNSCHAFT_VEREIN') . " : ";
        ?>
</span></label>
			</td>
			<td>
			<?php 
        echo $lists['verein'];
        ?>
			</td>
		</tr>
		<?php 
        for ($i = 0; $i < $lists['anz_sgp']; $i++) {
            ?>
		<tr>
			<td class="key" nowrap="nowrap"><label for="<?php 
            echo 'sg_zps' . $i;
            ?>
"><?php 
            echo JText::_('MANNSCHAFT_PARTNERVEREIN') . " : ";
            ?>
</label>
			</td>
			<td>
			<?php 
            echo $lists['sg' . $i];
            ?>
			</td>
		</tr>
		<?php 
        }
        ?>
		<tr>
			<td class="key" nowrap="nowrap"><label for="mf"><?php 
        echo JText::_('MANNSCHAFT_FUEHRER') . " : ";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['mf'];
        ?>
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="published"><?php 
        echo JText::_('JPUBLISHED') . " : ";
        ?>
</label>
			</td>
			<td><fieldset class="radio">
			<?php 
        echo $lists['published'];
        ?>
			</fieldset></td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="abzug"><?php 
        echo JText::_('MANNSCHAFT_ABZUG') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="abzug" id="abzug" size="10" maxlength="10" value="<?php 
        echo $row->abzug;
        ?>
" />
			</td>
		</tr>
<tr><td colspan="2"><hr></td></tr>

		<tr>
			<td class="key" nowrap="nowrap">
				<label for="lokal">
				<span class="editlinktip hasTip" title="<?php 
        echo JText::_('MANNSCHAFT_HINT');
        ?>
">
				<?php 
        echo JText::_('MANNSCHAFT_SPIELLOKAL') . " : ";
        ?>
</span></label>
			</td>
			<td>
			<?php 
        echo JText::_('CLM_KOMMA') . "<br><br>";
        ?>
			<textarea class="inputbox" name="lokal" id="lokal" cols="40" rows="2" style="width:100%"><?php 
        echo $row->lokal;
        ?>
</textarea>
			<br><?php 
        echo JText::_('CLM_ADDRESS');
        ?>
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="lokal"><?php 
        echo JText::_('MANNSCHAFT_ADRESSE') . " : ";
        ?>
</label>
			</td>
			<td>
			<textarea class="inputbox" name="adresse" id="adresse" cols="40" rows="2" style="width:100%"><?php 
        echo $row->adresse;
        ?>
</textarea>
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="lokal"><?php 
        echo JText::_('MANNSCHAFT_TERMINE') . " : ";
        ?>
</label>
			</td>
			<td>
			<textarea class="inputbox" name="termine" id="termine" cols="40" rows="2" style="width:100%"><?php 
        echo $row->termine;
        ?>
</textarea>
			<br><?php 
        echo JText::_('CLM_TERMINE');
        ?>
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="lokal"><?php 
        echo JText::_('MANNSCHAFT_HOMEPAGE') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="homepage" id="homepage"  size="50" value="<?php 
        echo $row->homepage;
        ?>
" />
			</td>
		</tr>



		</table>
		</fieldset>
		</div>

 <div class="width-50 fltrt">
  <fieldset class="adminform">
   <legend><?php 
        echo JText::_('REMARKS');
        ?>
</legend>
	<table class="adminlist">
	<legend><?php 
        echo JText::_('REMARKS_PUBLIC');
        ?>
</legend>
	<br>
	<tr>
	<td width="100%" valign="top">
	<textarea class="inputbox" name="bemerkungen" id="bemerkungen" cols="40" rows="5" style="width:90%"><?php 
        echo str_replace('&', '&amp;', $row->bemerkungen);
        ?>
</textarea>
	</td>
	</tr>
	</table>

	<table class="adminlist">
	<tr><legend><?php 
        echo JText::_('REMARKS_INTERNAL');
        ?>
</legend>
	<br>
	<td width="100%" valign="top">
	<textarea class="inputbox" name="bem_int" id="bem_int" cols="40" rows="5" style="width:90%"><?php 
        echo str_replace('&', '&amp;', $row->bem_int);
        ?>
</textarea>
	</td>
	</tr>
	</table>
  </fieldset>
  </div>
		<div class="clr"></div>

		<input type="hidden" name="section" value="mannschaften" />
		<input type="hidden" name="option" value="com_clm" />
		<input type="hidden" name="id" value="<?php 
        echo $row->id;
        ?>
" />
		<input type="hidden" name="pre_man" value="<?php 
        echo $row->man_nr;
        ?>
" />
		<input type="hidden" name="cid" value="<?php 
        echo $row->cid;
        ?>
" />
		<input type="hidden" name="client_id" value="<?php 
        echo $row->cid;
        ?>
" />
		<input type="hidden" name="liste" value="<?php 
        echo $row->liste;
        ?>
" />
		<input type="hidden" name="task" value="" />
		<?php 
        echo JHtml::_('form.token');
        ?>
		</form>
		<?php 
    }
    function mannschaft(&$row, $lists, $option)
    {
        CLMViewMannschaften::setMannschaftToolbar();
        JRequest::setVar('hidemainmenu', 1);
        JFilterOutput::objectHTMLSafe($row, ENT_QUOTES, 'extrainfo');
        ?>
	<script language="javascript" type="text/javascript">
		<!--
		function submitbutton(pressbutton) {
			var form = document.adminForm;
			if (pressbutton == 'cancel') {
				submitform( pressbutton );
				return;
			}
			// do field validation
			if (form.name.value == "") {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_NAMEN_ANGEBEN', true);
        ?>
" );
			} else if (form.man_nr.value == "") {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_NUMMER_ANGEBEN', true);
        ?>
" );
			} else if (form.tln_nr.value == "") {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_TEILNEHMER_NR_ANGEBEN', true);
        ?>
" );
			} else if ( getSelectedValue('adminForm','sid') == 0 ) {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_SAISON_AUSWAEHLEN', true);
        ?>
" );
			} else if ( getSelectedValue('adminForm','liga') == 0 ) {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_LIGA_AUSWAEHLEN', true);
        ?>
" );
			} else if ( getSelectedValue('adminForm','zps') == 0 ) {
				alert( "<?php 
        echo JText::_('MANNSCHAFT_VEREIN_AUSWAEHLEN', true);
        ?>
" );
			} else {
				submitform( pressbutton );
			}
		}
		//-->
		</script>

		<form action="index.php" method="post" name="adminForm">

		<div class="col width-50">
		<fieldset class="adminform">
		<legend><?php 
        echo JText::_('Details');
        ?>
</legend>

		<table class="admintable">
		<tr>
			<td class="key" width="20%" nowrap="nowrap">
			<label for="name"><?php 
        echo JText::_('MANNSCHAFT') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="name" id="name" size="50" maxlength="60" value="<?php 
        echo $row->name;
        ?>
" />
			</td>
		</tr>
	<?php 
        if ($lists['pgntype'] > 3) {
            ?>
	
		<tr>
			<td class="key" width="20%" nowrap="nowrap">
			<label for="sname"><?php 
            echo JText::_('MANNSCHAFT_SHORT') . " : ";
            ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="sname" id="sname" size="50" maxlength="60" value="<?php 
            echo $row->sname;
            ?>
" />
			</td>
		</tr>
	<?php 
        }
        ?>
		<tr>
			<td class="key" nowrap="nowrap">
			<label for="contact"><?php 
        echo JText::_('MANNSCHAFT_NUMMER') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="man_nr" id="man_nr" size="50" maxlength="60" value="<?php 
        echo $row->man_nr;
        ?>
" />
			</td>
		</tr>

		<tr>
			<td class="key" nowrap="nowrap"><label for="tln_nr"><?php 
        echo JText::_('MANNSCHAFT_TEILNEHMER_NR') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="tln_nr" id="tln_nr" size="50" maxlength="60" value="<?php 
        echo $row->tln_nr;
        ?>
" />
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="sid"><?php 
        echo JText::_('MANNSCHAFT_SAISON') . " : ";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['saison'];
        ?>
			</td>
		</tr>

		<tr>
			<td class="key" ><label for="liga"><?php 
        echo JText::_('MANNSCHAFT_LIGA') . " :";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['liga'];
        ?>
			</td>
		</tr>

		<tr>
			<td class="key" nowrap="nowrap"><label for="verein"><?php 
        echo JText::_('MANNSCHAFT_VEREIN') . " : ";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['verein'];
        ?>
			</td>
		</tr>

		<tr>
			<td class="key" nowrap="nowrap"><label for="sg_zps"><?php 
        echo JText::_('MANNSCHAFT_PARTNERVEREIN') . " : ";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['sg'];
        ?>
			</td>
		</tr>

		<tr>
			<td class="key" nowrap="nowrap"><label for="mf"><?php 
        echo JText::_('MANNSCHAFT_FUEHRER') . " : ";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['mf'];
        ?>
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="lokal"><?php 
        echo JText::_('MANNSCHAFT_SPIELLOKAL') . " : ";
        ?>
</label>
			</td>
			<td>
			<textarea class="inputbox" name="lokal" id="lokal" cols="40" rows="3" style="width:90%"><?php 
        echo $row->lokal;
        ?>
</textarea>
			</td>
			<td>
			<?php 
        echo JText::_('CLM_KOMMA') . "<br><br>";
        ?>
( max. 3 Zeilen werden im Frontend dargestellt)
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="lokal"><?php 
        echo JText::_('MANNSCHAFT_ADRESSE') . " : ";
        ?>
</label>
			</td>
			<td>
			<textarea class="inputbox" name="adresse" id="adresse" cols="40" rows="2" style="width:90%"><?php 
        echo $row->adresse;
        ?>
</textarea>
			</td>
			<td>( max. 3 Zeilen werden im Frontend dargestellt)
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="lokal"><?php 
        echo JText::_('MANNSCHAFT_TERMINE') . " : ";
        ?>
</label>
			</td>
			<td>
			<textarea class="inputbox" name="termine" id="termine" cols="40" rows="2" style="width:90%"><?php 
        echo $row->termine;
        ?>
</textarea>
			</td>
			<td>( max. 3 Zeilen werden im Frontend dargestellt)
			</td>
		</tr>
		<tr>
			<td class="key" nowrap="nowrap"><label for="lokal"><?php 
        echo JText::_('MANNSCHAFT_HOMEPAGE') . " : ";
        ?>
</label>
			</td>
			<td>
			<input class="inputbox" type="text" name="homepage" id="homepage"  size="50" value="<?php 
        echo $row->homepage;
        ?>
" />
			<br>
			</td>
			<td>z.B.: http://www.beispiel.de
			</td>
		</tr>

		<tr>
			<td class="key" nowrap="nowrap"><label for="published"><?php 
        echo JText::_('PUBLISHED') . " : ";
        ?>
</label>
			</td>
			<td>
			<?php 
        echo $lists['published'];
        ?>
			</td>
		</tr>


		</table>
		</fieldset>
		</div>

 <div class="col width-50">
  <fieldset class="adminform">
   <legend><?php 
        echo JText::_('MANNSCHAFT_BEMERKUNGEN');
        ?>
</legend>
	<table class="adminlist">
	<legend><?php 
        echo JText::_('MANNSCHAFT_OEFFENTLICH');
        ?>
</legend>
	<br>
	<tr>
	<td width="100%" valign="top">
	<textarea class="inputbox" name="bemerkungen" id="bemerkungen" cols="40" rows="5" style="width:90%"><?php 
        echo str_replace('&', '&amp;', $row->bemerkungen);
        ?>
</textarea>
	</td>
	</tr>
	</table>

	<table class="adminlist">
	<tr><legend><?php 
        echo JText::_('MANNSCHAFT_INTERN');
        ?>
</legend>
	<br>
	<td width="100%" valign="top">
	<textarea class="inputbox" name="bem_int" id="bem_int" cols="40" rows="5" style="width:90%"><?php 
        echo str_replace('&', '&amp;', $row->bem_int);
        ?>
</textarea>
	</td>
	</tr>
	</table>
  </fieldset>
  </div>
		<div class="clr"></div>

		<input type="hidden" name="section" value="mannschaften" />
		<input type="hidden" name="option" value="com_clm" />
		<input type="hidden" name="id" value="<?php 
        echo $row->id;
        ?>
" />
		<input type="hidden" name="pre_man" value="<?php 
        echo $row->man_nr;
        ?>
" />
		<input type="hidden" name="cid" value="<?php 
        echo $row->cid;
        ?>
" />
		<input type="hidden" name="client_id" value="<?php 
        echo $row->cid;
        ?>
" />
		<input type="hidden" name="liste" value="<?php 
        echo $row->liste;
        ?>
" />
		<input type="hidden" name="task" value="" />
		<?php 
        echo JHTML::_('form.token');
        ?>
		</form>
		<?php 
    }