diff options
Diffstat (limited to 'htroot/TransNews_p.html')
| -rw-r--r-- | htroot/TransNews_p.html | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/htroot/TransNews_p.html b/htroot/TransNews_p.html deleted file mode 100644 index 33531238d..000000000 --- a/htroot/TransNews_p.html +++ /dev/null @@ -1,63 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>YaCy '#[clientname]#': Translation News</title> - #%env/templates/metas.template%# - </head> - <body> - #%env/templates/header.template%# - #%env/templates/submenuConfig.template%# - <h2 class="yacy">Translation News for Language #[currentlang]#</h2> - - <form method="post" enctype="multipart/form-data"> - <p> - You can share your local addition to translations and distribute it to other peers. - The remote peer can vote on your translation and add it to its own local translation.<br> - (#[transsize]# entries available) <input type="submit" class="btn btn-default" name="publishtranslation" value="Publish"> - <small>You can check your outgoing messages <a href="News.html?page=3">here</a>.</small> - To edit or add local translations you can use <a href="Translator_p.html">Translator_p.html</a>. - </p> - </form> - #(errmsg)#::<p class="error">Please activate a different language <a href='ConfigBasic.html'>here</a></p>#(/errmsg)# - #{results}# - <!-- link begin --> - - <fieldset> - <table> - <tr> - <th>File:</th><th><a href="#[url]#" target="transnewsfile">#[filename]#</a></th><th>Originator</th> - </tr> - <tr> - <td>English:</td><td>#[source]#</td><td></td> - </tr> - #(existing)#:: - <tr> - <td>existing</td><td class="warning">#[target]#</td><td></td> - </tr> - #(/existing)# - <tr> - <td>Translation:</td><td>#[target]#</td><td>#[peername]#</td> - </tr> - - <tr><td><small>score #[score]#</small></td> - <td> - <a href="TransNews_p.html?voteNegative=#[refid]#" title="negative vote"> - <span class="warning glyphicon glyphicon-thumbs-down"></span></a> - - <a href="TransNews_p.html?votePositive=#[refid]#&filename=#[filename]#&source=#[source]#&target=#[target]#" title="positive vote" > - <span class="success glyphicon glyphicon-thumbs-up"></span></a> - <small>Vote on this translation. If you vote positive the translation is added to your local translation list.</small> - </td><td></td> - </tr> - </table> - </fieldset> - - <!-- link end --> - #{/results}# - <p> - <br> - </p> - - #%env/templates/footer.template%# - </body> -</html> |
