Dotclear

source: tests/functional/fixtures/menu.html @ 1602:e9e1a76d7cbc

Revision 1602:e9e1a76d7cbc, 1.4 KB checked in by Nicolas <nikrou77@…>, 12 years ago (diff)

[Tests] Add some tests for updatePermissionsForm and toggleWithLegend jquery plugins

Line 
1<div id="menu">
2  <div id="status-box" class="box">
3    <h4>État</h4>
4    <p class="entry-status">
5      <label for="post_status" class="ib">État du billet <img class="img_select_option" alt="Publié" title="Publié" src="../../admin/images/check-on.png" /></label>
6      <select name="post_status" id="post_status" class="maximal" >
7     <option value="-2">En attente</option>
8     <option value="-1">Programmé</option>
9     <option value="0">Non publié</option>
10     <option value="1" selected="selected">Publié</option>
11      </select>
12    </p>
13    <p>
14      <label for="post_dt" class="ib">Date et heure de publication</label>
15      <input type="text" size="16" name="post_dt" id="post_dt" maxlength="16" value="2013-08-15 13:17"  /></p>
16    <p>
17      <label for="post_lang" class="ib">Langue du billet</label>
18      <select name="post_lang" id="post_lang" >
19     <option value=""></option>
20     <optgroup label="Plus utilisées">
21       <option value="fr" selected="selected">fr - Français</option>
22     </optgroup>
23     <optgroup label="Disponible">
24       <option value="aa">aa - Afaraf</option>
25       <option value="zu">zu - isiZulu</option>
26     </optgroup>
27      </select>
28    </p>
29    <p>
30      <label for="post_format" class="ib">Syntaxe de saisie</label><select name="post_format" id="post_format" class="maximal" >
31     <option value="xhtml" selected="selected">xhtml</option>
32     <option value="wiki">wiki</option>
33      </select>
34    </p>
35  </div>
36</div>
Note: See TracBrowser for help on using the repository browser.

Sites map