From: Geoffrey T. D. <da...@us...> - 2001-04-07 00:38:44
|
Update of /cvsroot/phpwiki/phpwiki/locale/es/templates In directory usw-pr-cvs1:/tmp/cvs-serv12197/locale/es/templates Modified Files: browse.html editpage.html message.html Log Message: Munged for German and Spanish templates and pgsrc so that they work with the current code. Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/browse.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** browse.html 2001/02/01 07:06:39 1.3 --- browse.html 2001/04/07 00:38:41 1.4 *************** *** 1,30 **** <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>###PAGE###</title> </head> - <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> ! <a href="###SCRIPTURL###?full=###PAGEURL###">###PAGE###</a></h1> ! ###IF:ADMIN###<FORM ACTION="###SCRIPTURL###" METHOD=POST> ! ###IF LOCK###[<a href="###SCRIPTURL###?unlock=###PAGEURL###">Desbloquear página</a>] ! ###IF !LOCK###[<a href="###SCRIPTURL###?lock=###PAGEURL###">Bloquear página</a>] ! - - [<a href="###SCRIPTURL###?remove=###PAGEURL###">Borrar página</A>] ! <hr noshade> ###ENDIF:ADMIN### ! <P> ! ###CONTENT### <hr noshade> - ###IF ADMIN###<a href="###SCRIPTURL###?edit=###PAGEURL###">EditarElTexto</a> - de esta página ###IF:!ADMIN### ###IF LOCK###Página bloqueada ###IF - !LOCK###<a href="###SCRIPTURL###?edit=###PAGEURL###">EditarElTexto</a> de esta - página ###ENDIF:!ADMIN### (editada por última vez ###LASTMODIFIED###) - [<a href="###SCRIPTURL###?info=###PAGEURL###">info</a>] [<a href="###SCRIPTURL###?diff=###PAGEURL###">diff</a>]) - <br> - <a href="###SCRIPTURL###?FindPage">BuscarPágina</a> navegando o buscando - <hr noshade> <small>###RELATEDPAGES###</small> ! </form></body> </html> --- 1,50 ---- + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> + <!-- phpwiki source: + ###RCS_IDS### + --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! ###ROBOTS_META### ! <base href="###BASE_URL###"> ! <title>###SPLIT_PAGE###</title> ! <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css"> </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###PáginaPrincipal"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> ! <a class='wikiaction' ! href="###ACTION###search&searchtype=full&searchterm=###PAGEURL###" ! ><span class='wikiword'>###PAGE###</span></a></h1> ! ###IF:!ANONYMOUS### ! <p>You are logged in as <em>###USERID###</em>. ! [<a class="wikiaction" href="###ACTION###logout">Log Out</a>]</p> ! ###IF:ADMIN### ! ###IF LOCK###[<a class="wikiadmin" href="###ACTION###unlock">Desbloquear página</a>] ! ###IF !LOCK###[<a class="wikiadmin" href="###ACTION###lock">Bloquear página</a>] ! - - ! [<a class="wikiadmin" href="###ACTION###remove">Borrar página</a>] ###ENDIF:ADMIN### ! <hr noshade> ! ###ENDIF:!ANONYMOUS### ! <table class="outer" width="100%" cellspacing=2 border=0> ! <tr><td><table class="inner" width="100%" border=0 cellspacing=0 cellpadding=5> ! <tr><td class="wikitext">###CONTENT###</td></tr> ! </table></td></tr> ! </table> ! <hr noshade> ! ###IF ADMIN###<a class="wikiaction" href="###ACTION###edit">EditarElTexto</a> de esta página ! ###IF:!ADMIN### ! ###IF LOCK###Página bloqueada ! ###IF !LOCK###<a class="wikiaction" href="###ACTION###edit">EditarElTexto</a> de esta página ! ###ENDIF:!ADMIN### ! (editada por última vez ###LASTMODIFIED### ! [<a class="wikiaction" href="###ACTION###info">info</a>] ! [<a class="wikiaction" href="###ACTION###diff">diff</a>]) ! <br> ! <a class="wikilink" href="###BROWSE###BuscarPágina"><span class="wikiword">BuscarPágina</span></a> ! navegando o buscando <hr noshade> <small>###RELATEDPAGES###</small> ! </body> </html> Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/editpage.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** editpage.html 2001/02/08 08:51:50 1.5 --- editpage.html 2001/04/07 00:38:41 1.6 *************** *** 1,30 **** <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>###PAGE###</title> </head> ! <body> ! ! <form method="POST" action="###SCRIPTURL###"> ! ! <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ! Editar ###PAGE### ! <input type="submit" value=" Save "></h1> ! ! <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> <br> ! <input type="checkbox" name="minor_edit" value="yes" ! ###IF MINOR_EDIT### checked ! > ! Esto es un cambio pequeño, no archiva la versión anterior. ! <br> <input type="checkbox" name="convert" value="tabs" > ! No puedo escribir tabulaciones. Por favor <a href="###SCRIPTURL###?ConvierteEspaciosEnTabs">ConvierteEspaciosEnTabs</a> ! al guardar. ! ! <p><a href="###SCRIPTURL###?BuenEstilo">BuenEstilo</a> tips para editar. ! ###IF COPY###<br><a href="###SCRIPTURL###?copy=###PAGEURL###">EditarCopia</a> De un autor previo <hr noshade> --- 1,39 ---- + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> + <!-- phpwiki source: + ###RCS_IDS### + --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! ###ROBOTS_META### ! <base href="###BASE_URL###"> ! <title>Edit: ###SPLIT_PAGE###</title> ! <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css"> </head> ! <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> ! <form class="wikiaction" method="POST" action="###BROWSE_PAGE###"> ! <h1><a class="wikilink" href="###BROWSE###HomePage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ! Editar <span="wikiword">###PAGE###</span> ! <input type="submit" value=" Save "></h1> ! ! <textarea name="content" ! rows="###EDIT_AREA_HEIGHT###" ! cols="###EDIT_AREA_WIDTH###" ! wrap="virtual">###CONTENT###</textarea> <br> ! ###IF:MINOR_EDIT_CHECKBOX### ! ###MINOR_EDIT_CHECKBOX### Esto es un cambio pequeño, no archiva la versión anterior. ! <br> ! ###ENDIF:MINOR_EDIT_CHECKBOX### <input type="checkbox" name="convert" value="tabs" > ! No puedo escribir tabulaciones. ! Por favor <a class="wikilink" href="###BROWSE###ConvierteEspaciosEnTabs"><span class="wikiword">ConvierteEspaciosEnTabs</span></a> ! al guardar. ! <p>You can change the size of the editing area. ! See <a class="wikilink" href="###BROWSE###UserPreferences"><span class="wikiword">UserPreferences</span></a>.</p> ! <p><a class="wikilink" href="###BROWSE###BuenEstilo"><span class="wikiword">BuenEstilo</span></a> tips para editar.</p> ! ###IF COPY###<br><a class="wikiaction" href="###ACTION###edit&version=archive">EditarCopia</a> De un autor previo <hr noshade> *************** *** 41,45 **** Más en <a href="###SCRIPTURL###?ReglasDeFormatoDeTexto"><b>ReglasDeFormatoDeTexto</b></a> </small> ! <input type="hidden" name="post" value="###PAGEURL###"> <input type="hidden" name="editversion" value="###VERSION###"> </form> --- 50,56 ---- Más en <a href="###SCRIPTURL###?ReglasDeFormatoDeTexto"><b>ReglasDeFormatoDeTexto</b></a> </small> ! ! <input type="hidden" name="action" value="save"> ! <input type="hidden" name="pagename" value="###PAGE###"> <input type="hidden" name="editversion" value="###VERSION###"> </form> Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/message.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** message.html 2001/02/01 07:06:39 1.2 --- message.html 2001/04/07 00:38:41 1.3 *************** *** 1,11 **** <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>###PAGE###</title> </head> <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! ! <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> --- 1,17 ---- + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> + <!-- phpwiki source: + ###RCS_IDS### + --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! ###ROBOTS_META### ! <base href="###BASE_URL###"> ! <title>###SPLIT_PAGE###</title> ! <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css"> </head> <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###HomePage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> |