|
From: Jon O. <jon...@us...> - 2007-09-09 16:53:53
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11555/admin Added Files: index.htm rebuild_search.tpl rebuild_search_progress.tpl Log Message: Ok, massive update for 2.9.x. --- NEW FILE: rebuild_search.tpl --- <h1>{L_REBUILD_SEARCH}</h1> <p>{L_REBUILD_SEARCH_DESC}</p> <form method="get" action="{S_REBUILD_SEARCH_ACTION}"> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th colspan="2" class="thHead">{L_REBUILD_SEARCH}</th> </tr> <tr> <td class="row1">{L_POST_LIMIT}</td> <td class="row1"><input class="post" type="text" name="post_limit" value="1000" /></td> </tr> <tr> <td class="row2">{L_TIME_LIMIT}</td> <td class="row2"><input class="post" type="text" name="time_limit" value="120" /></td> </tr> <tr> <td class="row1">{L_REFRESH_RATE}</td> <td class="row1"><input class="post" type="text" name="refresh_rate" value="3" /></td> </tr> <tr> <td class="cat" colspan="2" align="center"><input type="hidden" name="sid" value="{SESSION_ID}" /><input type="hidden" name="start" value="0" /><input class="mainoption" type="submit" name="submit" value="{L_REBUILD_SEARCH}" /></td> </tr> </table> </form> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: rebuild_search_progress.tpl --- <h1 style="text-align: center;">{PERCENT} %</h1> <form method="post" action="{S_REBUILD_SEARCH_ACTION}"> <input type="hidden" name="start" value="{START}"> <input type="hidden" name="total_num_rows" value="{TOTAL_NUM_ROWS}"> <div style="text-align: center;"><input class="mainoption" type="submit" name="submit" value="{L_NEXT}" /></div> </form> |