[ Index ]
 

Code source de phpMyVisites 2.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/themes/default/admin/ -> plugin_config.tpl (source)

   1  <div align="center">
   2      <form {$form_data.attributes}>
   3  <H1>Available plugins & Configuration</H1><br />
   4  <p>This is HIGHLY experimental and under heavy development! <br/>If you have suggestions, try the official forums.</p>
   5  
   6  <table id="centrer" cellpadding="8" border="1">
   7  <tr>
   8  <td><b>Enabled</b></td>
   9  <td><b>Title</b></td>
  10  <td><b>Version</b></td>
  11  <td><b>Display Type</b></td>
  12  <td><b>Description</b></td>
  13  <td>&nbsp;</td>
  14  </tr>
  15  {foreach from=$listPlugin item=raw name=boucle key=key}
  16  <tr>
  17  <td valign="top"><input type="checkbox" name="PluginInstall{$key}" value="true" {if $raw.pmv_install}checked="true"{/if} /></td>
  18  <td valign="top">{if $raw.langPath}{$raw.title|translate}{else}{$raw.title}{/if}</td>
  19  <td valign="top">{$raw.version}</td>
  20  <td valign="top"><select name="type{$key}">
  21  {foreach from=$listType item=valType name=boucle key=keyType}
  22  <option value="{$keyType}" {if $raw.pmv_type==$keyType}selected="selected"{/if}>{if $raw.type==$keyType}[{$valType}]{else}{$valType}{/if}</option>
  23  {/foreach}
  24  </select><br />
  25  <select name="menuModName{$key}">
  26  {foreach from=$listMenu item=valMenu name=boucle key=keyMenu}
  27  <option value="{$keyMenu}" {if $raw.pmv_menuModName==$keyMenu}selected="selected"{/if}>{if $raw.menuModName==$keyMenu}[{$valMenu|translate}]{else}{$valMenu|translate}{/if}</option>
  28  {/foreach}
  29  </select></td>
  30  <td valign="top">{$raw.description}</td>
  31  <td valign="top">{if $raw.url}<a href="{$raw.url}" target="_blank">More info ...</a>{/if}</td>
  32  </tr>
  33  {/foreach}
  34  </table>
  35      <div class="boutonsAction">
  36      <input name="btsubmit" value="{'install_valider'|translate}" type="submit"/>
  37      {if $mod=='admin'}
  38      {$form_data.back.html}
  39      {/if}
  40      </div>
  41      </form> 
  42  </div>


Généré le : Mon Nov 26 14:10:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics