- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Nov 2007 03:05:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/index In directory hutz:/tmp/cvs-serv21957 Modified Files: validator.vm Log Message: we don't need the type in most modes, only direct input Index: validator.vm =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/index/validator.vm,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- validator.vm 14 Nov 2007 03:00:49 -0000 1.16 +++ validator.vm 14 Nov 2007 03:05:30 -0000 1.17 @@ -42,6 +42,7 @@ </td> </tr> <tr> + #if ($tab_id == "input") <th id="header_type_$tab_id"> <label for="type_$tab_id">$type :</label> </th> @@ -52,10 +53,15 @@ <option value="css">$css_doc</option> </select> </td> + #end <th id="header_warning_$tab_id"> <label for="warning_$tab_id">$warnings :</label> </th> - <td headers="header_warning_$tab_id"> + <td + #if ($tab_id != "input") + rowspan="3" + #end + headers="header_warning_$tab_id"> <select id="warning_$tab_id" name="warning"> <option value="2">$all</option> <option selected="selected" value="1">$normal_report</option> @@ -140,7 +146,7 @@ <p> <textarea name="text" rows="12" cols="70"></textarea> </p> - #set($tab_id = "text") + #set($tab_id = "input") #moreOptionMacro($submit_input $tab_id) </form> </fieldset>
Received on Wednesday, 14 November 2007 03:05:40 UTC