示例#1
0
文件: ujtag.php 项目: madcsaba/li-de
      ' . JText::_('SZURES') . '
      <input type="text" name="filterStr" size="40" value="' . JRequest::getVar('filterStr') . '" />
      <button type="submit" class="btnFilter">' . JText::_('SZURESSTART') . '</button>
      <button type="button" class="btnClrFilter" onclick="location=' . "'" . $this->doFilterLink . '&filterStr=' . "'" . '">
        ' . JText::_('SZURESSTOP') . '
      </button>
    </div>
  </form>
</div>
<div class="tableKepviselok' . $this->escape($this->params->get('pageclass_sfx')) . '">
	<table border="0" width="100%">
  <thead>
  <tr>
    <th class="' . thClass(1) . '"><a href="' . $this->reorderLink . '&order=1">' . JText::_('ID') . '</a></th>
    <th class="' . thClass(2) . '"><a href="' . $this->reorderLink . '&order=2">' . JText::_('NEV') . '</a></th>
    <th class="' . thClass(3) . '"><a href="' . $this->reorderLink . '&order=3">' . JText::_('USERNEV') . '</a></th>
  </tr>
  </thead>
  <tbody>
  ';
$rowClass = 'row0';
foreach ($this->Items as $i => $item) {
    //you may want to do this anywhere else
    if ($this->itemLink != '') {
        $link = $this->itemLink . '&tag=' . $item->id;
        echo '<tr class="' . $rowClass . '">
          <td align="right">' . $item->id . '</td>
          <td><a href="' . $link . '">' . $item->name . '</a></td>
          <td align="right">' . $item->username . '</td>
          </tr>
         ';
示例#2
0
  <tr>
    <th class="' . thClass(2) . '">
      <a href="' . $this->reorderLink . '&order=2">
  		' . JText::_('SZAVAZASVITA1') . ' 
      </a>  
    </th>
    <th class="' . thClass(3) . '">
      <a href="' . $this->reorderLink . '&order=3">
  		' . JText::_('SZAVAZASVITA2') . ' 
    </th>
    <th class="' . thClass(4) . '">
      <a href="' . $this->reorderLink . '&order=4">
  		' . JText::_('SZAVAZAS') . ' 
      </a>  
    </th>
    <th class="' . thClass(5) . '">
      <a href="' . $this->reorderLink . '&order=5">
  		' . JText::_('LEZART') . ' 
      </a>  
    </th>
    
  </tr>
  </thead>
  <tbody>
  ';
$rowClass = 'row0';
if (count($this->items) > 0) {
    foreach ($this->Items as $item) {
        if ($item->user_id == '' | $item->kepviselo_id > 0) {
            $szavaztal = '';
        } else {
示例#3
0
文件: browse.php 项目: madcsaba/li-de
</div>
<div class="tableKepviselok' . $this->escape($this->params->get('pageclass_sfx')) . '">
	<table border="0" width="100%">
  <thead>
  <tr>
    <th class="' . thClass(1) . '">
      <a href="' . $this->reorderLink . '&order=1">
  		' . JText::_('TEMAKOR') . '
      </a>  
    </th>
    <th class="' . thClass(2) . '">
      <a href="' . $this->reorderLink . '&order=2">
  		' . JText::_('SZAVAZAS') . '
      </a>  
    </th>
    <th class="' . thClass(3) . '">
      <a href="' . $this->reorderLink . '&order=3">
  		' . JText::_('IDOPONT') . '
      </a>  
    </th>
    <th colspan="2">' . JText::_('SORREND') . '</th>

  </tr>
  </thead>
  <tbody>
  ';
$rowClass = 'row0';
$wtemakor = '';
$wszavazas = '';
$widopont = '';
foreach ($this->Items as $i => $item) {
示例#4
0
  <tr>
    <th class="' . thClass(3) . '">
      <a href="' . $this->reorderLink . '&order=3">
  		' . JText::_('SZAVAZASVITA1') . ' 
      </a>  
    </th>
    <th class="' . thClass(4) . '">
      <a href="' . $this->reorderLink . '&order=4">
  		' . JText::_('SZAVAZASVITA2') . ' 
    </th>
    <th class="' . thClass(5) . '">
      <a href="' . $this->reorderLink . '&order=5">
  		' . JText::_('SZAVAZAS') . ' 
      </a>  
    </th>
    <th class="' . thClass(6) . '">
      <a href="' . $this->reorderLink . '&order=6">
  		' . JText::_('LEZART') . ' 
      </a>  
    </th>
    
  </tr>
  </thead>
  <tbody>
  ';
if (count($this->AlTemak) > 0) {
    echo '<tr><td colspan="9"><div class="altemak">
	  <ul>
	  ';
    foreach ($this->AlTemak as $alTema) {
        $alTemaLink = JURI::base() . '/index.php?option=com_szavazasok&view=szavazasoklist&temakor=' . $alTema->id;
示例#5
0
  		' . JText::_('TEMAKORMEGNEVEZES') . '
      </a>  
    </th>
    <th colspan="3">' . JText::_('TEMAKORSZAVAZASOK') . '</th>
  </tr>
  <tr>
    <th class="' . thClass(2) . '">
      <a href="' . $this->reorderLink . '&order=2">
  		' . JText::_('TEMAKORVITA') . ' 
      </a>  
    </th>
    <th class="' . thClass(3) . '">
      <a href="' . $this->reorderLink . '&order=3">
  		' . JText::_('TEMAKORSZAVAZAS') . ' 
    </th>
    <th class="' . thClass(4) . '">
      <a href="' . $this->reorderLink . '&order=4">
  		' . JText::_('TEMAKORLEZARTSZAVAZAS') . ' 
      </a>  
    </th>
  </tr>
  </thead>
  <tbody>
  ';
$rowClass = 'row0';
foreach ($this->Items as $i => $item) {
    //you may want to do this anywhere else
    $link = $this->itemLink . '&temakor=' . $item->id;
    if ($item->vita == '') {
        $item->vita = '0';
    }
示例#6
0
文件: browse.php 项目: madcsaba/li-de
        ' . JText::_('SZURESSTOP') . '
      </button>
    </div>
  </form>
</div>
<div>' . JText::_('JELOLTEKHELP') . '</div>
<div class="tableKepviselok' . $this->escape($this->params->get('pageclass_sfx')) . '">
	<table border="0" width="100%">
  <thead>
  <tr>
    <th class="' . thClass(1) . '">
      <a href="' . $this->reorderLink . '&order=1">
  		' . JText::_('NAME') . '
      </a>  
    </th>
    <th class="' . thClass(2) . '">
      <a href="' . $this->reorderLink . '&order=2">
  		' . JText::_('USERNAME') . '
      </a>  
    </th>
    <th>&nbsp;</th>

  </tr>
  </thead>
  <tbody>
  ';
$rowClass = 'row0';
foreach ($this->Items as $i => $item) {
    //you may want to do this anywhere else
    $link = $this->itemLink . '&id=' . $item->id;
    $link2 = $this->itemLink2 . '&id=' . $item->id;
示例#7
0
      <button type="button" class="btnClrFilter" onclick="location=' . "'" . $this->doFilterLink . '&filterStr=' . "'" . '">
        ' . JText::_('SZURESSTOP') . '
      </button>
    </div>
  </form>
</div>
<div class="tableKepviselok' . $this->escape($this->params->get('pageclass_sfx')) . '">
	<table border="0" width="100%">
  <thead>
  <tr>
    <th class="' . thClass(1) . '"><a href="' . $this->reorderLink . '&order=1">' . JText::_('ID') . '</a></th>
    <th class="' . thClass(2) . '"><a href="' . $this->reorderLink . '&order=2">' . JText::_('NEV') . '</a></th>
    <th class="' . thClass(3) . '"><a href="' . $this->reorderLink . '&order=3">' . JText::_('USERNEV') . '</a></th>
    <th class="' . thClass(4) . '"><a href="' . $this->reorderLink . '&order=4">' . JText::_('ADMIN') . '</a></th>
    <th class="' . thClass(5) . '"><a href="' . $this->reorderLink . '&order=5">' . JText::_('KEPVISELTEK') . '</a></th>
    <th class="' . thClass(6) . '">&nbsp;</th>
  </tr>
  </thead>
  <tbody>
  ';
$rowClass = 'row0';
foreach ($this->Items as $i => $item) {
    //you may want to do this anywhere else
    if ($item->admin == '') {
        $item->admin = JText::_('NEM');
    }
    if ($this->itemLink != '') {
        $link = $this->itemLink . '&tag=' . $item->id;
        echo '<tr class="' . $rowClass . '">
          <td align="right">' . $item->id . '</td>
          <td><a href="' . $link . '">' . $item->name . '</a></td>