Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
   <tr>
2
    <td>
3
     <p class="{scenarioStatus}" onclick="showHide('{id}', this)">[+] {name}</p>
4
    </td>
5
   </tr>
6
   <tr>
7
    <td>
8
     <table border="0" width="100%" class="{scenarioStatus} scenarioStepsTable" id="stepContainer{id}">
9
{steps}
10
     </table>
11
    </td>
12
   </tr>
13