From: Manni H. <man...@us...> - 2005-05-22 12:05:43
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2438/skins/default Modified Files: history-page.thtml Log Message: Correct indentation. Fix html of the help messages. Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** history-page.thtml 22 May 2005 10:45:43 -0000 1.60 --- history-page.thtml 22 May 2005 12:05:26 -0000 1.61 *************** *** 5,11 **** <div class="helpMessage"> ! <form method="post" action="/buckets"> <TMPL_VAR NAME="Localize_Help_Bucket_Setup"> ! <p /> <input type="submit" class="submit" name="nomore_bucket_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> --- 5,12 ---- <div class="helpMessage"> ! <p> <TMPL_VAR NAME="Localize_Help_Bucket_Setup"> ! <p /> ! <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_bucket_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> *************** *** 17,23 **** <div class="helpMessage"> ! <form method="post" action="/buckets"> <TMPL_VAR NAME="Localize_Help_Training"> ! <p /> <input type="submit" class="submit" name="nomore_training_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> --- 18,25 ---- <div class="helpMessage"> ! <p> <TMPL_VAR NAME="Localize_Help_Training"> ! <p /> ! <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_training_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> </form> *************** *** 35,63 **** <TMPL_IF NAME="History_If_Some_Messages"> <table width="100%" summary=""> <tr> <td align="left"> <h2 class="history" style="margin:0;"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> ! <td class="historyNavigatorTop" align="right" valign="top" rowspan="2"> ! <TMPL_IF "History_If_MultiPage"> ! <!-- the following html was generated by history-navigator-widget.thtml --> ! <TMPL_INCLUDE NAME="history-navigator-widget.thtml"> ! <!-- end of history-navigator-widget.thtml content --> ! </TMPL_IF> ! (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) </td> </tr> ! ! <tr> <td colspan="<TMPL_VAR NAME="History_Colspan">"> <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </td> ! </tr> ! <tr> <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> --- 37,65 ---- <TMPL_IF NAME="History_If_Some_Messages"> + <table width="100%" summary=""> <tr> <td align="left"> <h2 class="history" style="margin:0;"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> ! </td> <td class="historyNavigatorTop" align="right" valign="top" rowspan="2"> ! <TMPL_IF "History_If_MultiPage"> ! <!-- the following html was generated by history-navigator-widget.thtml --> ! <TMPL_INCLUDE NAME="history-navigator-widget.thtml"> ! <!-- end of history-navigator-widget.thtml content --> ! </TMPL_IF> ! (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) </td> </tr> ! <tr> <td colspan="<TMPL_VAR NAME="History_Colspan">"> <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </td> ! </tr> ! <tr> <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> *************** *** 67,75 **** </tr> </table> ! <form action="/history" method="post"> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> - <tr class="rowHeader"> - <th id="removeChecks" scope="col" align="left"></th> --- 69,75 ---- </tr> </table> ! <form action="/history" method="post"> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> <tr class="rowHeader"> <th id="removeChecks" scope="col" align="left"></th> *************** *** 78,128 **** <th scope="col"> <table width="100%" cellspacing="0"> ! <tr> ! <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> ! </td> ! <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_History_Click_To_Sort">"> ! ! <TMPL_IF NAME="History_If_Sorted"> ! <em class="historyLabelSort"> ! <TMPL_IF NAME="History_If_Sorted_Ascending"> ! > <TMPL_VAR NAME="History_Label"> ! <TMPL_ELSE> ! < <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </em> ! <TMPL_ELSE> ! <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </a> ! </th> ! <TMPL_IF NAME="History_If_MoveLeft"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> ! </td> ! </TMPL_IF> ! <TMPL_IF NAME="History_If_MoveRight"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> ! </td> ! </TMPL_IF> </tr> ! </table> ! </th> --- 78,126 ---- <th scope="col"> <table width="100%" cellspacing="0"> ! <tr> ! <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> ! </td> ! <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_History_Click_To_Sort">"> ! <TMPL_IF NAME="History_If_Sorted"> ! <em class="historyLabelSort"> ! <TMPL_IF NAME="History_If_Sorted_Ascending"> ! > <TMPL_VAR NAME="History_Label"> ! <TMPL_ELSE> ! < <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </em> ! <TMPL_ELSE> ! <TMPL_VAR NAME="History_Label"> ! </TMPL_IF> ! </a> ! </th> ! <TMPL_IF NAME="History_If_MoveLeft"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> ! </td> ! </TMPL_IF> ! <TMPL_IF NAME="History_If_MoveRight"> ! <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> ! </td> ! </TMPL_IF> </tr> ! </table> </th> *************** *** 132,136 **** <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </th> - </tr> --- 130,133 ---- *************** *** 239,243 **** <tr> ! <td colspan="<TMPL_VAR NAME="History_Colspan">"></td> </tr> <tr> --- 236,240 ---- <tr> ! <td colspan="<TMPL_VAR NAME="History_Colspan">"></td> </tr> <tr> *************** *** 252,256 **** </tr> </table> ! </form> <TMPL_IF "History_If_MultiPage"> --- 249,253 ---- </tr> </table> ! </form> <TMPL_IF "History_If_MultiPage"> |