|
From: Jon O. <jon...@us...> - 2007-09-09 20:49:23
|
Update of /cvsroot/mxbb/mx_quotations/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4291/_core Added Files: index.htm mx_last_quotations.tpl mx_quotations.tpl mx_quotations_add.tpl mx_quotations_del.tpl mx_quotations_edit.tpl mx_random_quotation.tpl Log Message: for 2.9.x --- NEW FILE: mx_quotations_edit.tpl --- <form action="{U_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center" colspan="2"> {L_EDIT_QUOTE} </th> </tr> <tr> <td class="row1" align="right" width="30%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row1" align="left" width="70%"> <input type="text" class="post" name="new_author" size="60" maxlength="200" value="{AUTHOR}"></input> </td> </tr> <tr> <td class="row2" align="right" width="30%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> <td class="row2" align="left" width="70%"> <input type="text" class="post" name="new_quote" size="60" value="{QUOTE}"></input> </td> </tr> <tr> <td class="row3" align="center" colspan="2"> <input type="hidden" name="sent" value="yes"></input> <input type="submit" class="mainoption" value="{L_SUBMIT}"></input> </td> </tr> </table> </form> --- NEW FILE: mx_quotations_add.tpl --- <form action="{U_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center" colspan="2"> {L_ADD_QUOTE} </th> </tr> <tr> <td class="row1" align="right" width="30%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row1" align="left" width="70%"> <input type="text" class="post" name="author" size="60" maxlength="200"></input> </td> </tr> <tr> <td class="row2" align="right" width="30%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> <td class="row2" align="left" width="70%"> <input type="text" class="post" name="quote" size="60"></input> </td> </tr> <tr> <td class="row3" align="center" colspan="2"> <input type="hidden" name="sent" value="yes"></input> <input type="submit" class="mainoption" value="{L_SUBMIT}"></input> </td> </tr> </table> </form> --- NEW FILE: mx_quotations.tpl --- <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <td class="row1" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> </td> </tr> </table> </td> </tr> <tr> <td class="row1" colspan="2" align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td align="left" class="row1" valign="bottom"> <form action="{U_FORM_ACTION}" method="post" name="search"><span class="gen">{L_KEYWORD_SEARCH} </span> <input type="text" size="20" name="search_string" class="post" /> <select name="search_where_select"><option value="0">{L_AUTHOR}</option><option value="1" selected="selected">{L_QUOTE}</option></select> <input type="submit" name="submit" value="{L_SEARCH}" class="mainoption" /> </form> </td> <td align="right" class="row1" valign="bottom"> <span class="genmed"><a href="{U_ADD_QUOTE}">{L_ADD_QUOTE}</a></span> </td> </tr> </table> </td> </tr> <tr> <td class="row3" align="left" width="20%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row3" align="left" width="80%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> </tr> <!-- BEGIN quote_row --> <tr> <td class="{quote_row.ROW_CLASS}" align="left" width="20%" rowspan="2"> <span class="gensmall"><b>{quote_row.AUTHOR} </b></span> </td> <td class="{quote_row.ROW_CLASS}" align="left" width="80%"> <span class="genmed">{quote_row.QUOTE} </span> </td> </tr> <tr> <td class="{quote_row.ROW_CLASS}" align="right"> <i><span class="gensmall"><a href="{quote_row.U_EDIT_QUOTE}">{quote_row.L_EDIT_QUOTE}</a> <a href="{quote_row.U_DELETE_QUOTE}">{quote_row.L_DELETE_QUOTE}</a> </span><span class="gensmall">{L_POSTED_BY} {quote_row.POSTER} {quote_row.POST_TIME}</span></i> </td> </tr> <!-- END quote_row --> <!-- BEGIN switch_no_quotes --> <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> <!-- END switch_no_quotes --> <tr> <td class="row2" colspan="2" align="right"> <span class="genmed"><a href="{U_ADD_QUOTE}">{L_ADD_QUOTE}</a></span> </td> </tr> <tr> <td class="row1" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: mx_last_quotations.tpl --- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN quote_row --> <tr> <td class="{quote_row.ROW_CLASS}" align="left" width="80%" colspan="2"> <span class="genmed">{quote_row.QUOTE} </span> </td> </tr> <tr> <td class="{quote_row.ROW_CLASS}" align="left" width="60%"> <span class="gensmall"><b>{quote_row.AUTHOR} </b></span> </td> <td class="{quote_row.ROW_CLASS}" align="right" width="40%"> <i><span class="gensmall">{L_POSTED_BY} {quote_row.POSTER} {quote_row.POST_TIME}</span></i> </td> </tr> <!-- END quote_row --> <!-- BEGIN switch_no_quotations --> <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> <!-- END switch_no_quotations --> </table> --- NEW FILE: mx_random_quotation.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN switch_no_quotes --> <tr> <td class="row1" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> <!-- END switch_no_quotes --> <!-- BEGIN switch_quotes_found --> <tr> <td class="row1" align="center"> <span class="genmed">{QUOTE}</span> </td> </tr> <tr> <td class="row2" align="center"> <b><span class="gen">{AUTHOR}</span></b><br /> <span class="gensmall">{L_POSTED_BY} {POSTER} {POST_TIME}</span> </td> </tr> <!-- END switch_quotes_found --> </table> --- NEW FILE: mx_quotations_del.tpl --- <form action="{U_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center" colspan="2"> {L_DELETE_QUOTE} </th> </tr> <tr> <td class="row1" align="right" width="30%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row1" align="left" width="70%"> {AUTHOR} </td> </tr> <tr> <td class="row2" align="right" width="30%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> <td class="row2" align="left" width="70%"> {QUOTE} </td> </tr> <tr> <td class="row3" align="center" colspan="2"> <input type="hidden" name="sent" value="yes"></input> <input type="submit" class="mainoption" value="{L_DELETE}"></input> </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> |