Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periode glissante (12 mois) pour plxShow::archList. #265

Merged
merged 1 commit into from
Dec 6, 2017

Conversation

bazooka07
Copy link
Collaborator

  • Cumul mensuel des archives sur une période glissante de 12 mois.
  • Création constante plxShow::ARCH_LIST_OPTION pour utiliser archList dans un <select>.
  • Constantes supplementaires pour plx::getCalendar(..).

Creation constante plxShow::ARCH_LIST_OPTION pour utiliser archList dans
un <select>.
Constantes supplementaires pour plx::getCalendar(..).
@pluxml
Copy link
Collaborator

pluxml commented Dec 5, 2017

Peux-tu me donner stp un exemple de code pour afficher les archives dans une liste déroulante ?
Merci.

code très propre et agréable à lire.
petit bémol pour les noms de variables en français.
pour les prochains PR utiliser des noms de variables en anglais.

@bazooka07
Copy link
Collaborator Author

define('TAB4', "\t\t\t\t\t"); /* facultatif : pour une belle page HTML */
...
  <div id="archList" class="unfold">
      <h3><?php $plxShow->lang('ARCHIVES'); ?></h3>
      <select id="archivesSelect">
<?php $plxShow->archList(TAB4.'<option value="#archives_url">#archives_name (#archives_nbart)</option>'."\n"); ?>
       </select>
       <input type="button" value="Ok" onclick="window.location = document.getElementById('archivesSelect').value;">
  </div>

Pour $plxShow::archList(..), on peut utiliser une constante de class :
<?php $plxShow->archList(plxShow::ARCH_LIST_OPTION); ?>
Dans le dernier pull request, il y a un attribut de trop pour la balise <option>. Modifier comme suit et en ajoutant "\n" :
const ARCH_LIST_OPTION = '<option value="#archives_url" #archives_selected>#archives_name (#archives_nbart)</option>'."\n";

@pluxml pluxml merged commit 9b2c277 into pluxml:master Dec 6, 2017
pluxml pushed a commit that referenced this pull request Dec 6, 2017
pluxml pushed a commit that referenced this pull request Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants